[Mono-bugs] [Bug 60613][Maj] Changed - NullReferenceException in OracleDataReader.GetSchemaTable caused by JIT optimizations

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 24 Jun 2004 12:17:50 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by joergr@voelcker.com.

http://bugzilla.ximian.com/show_bug.cgi?id=60613

--- shadow/60613	2004-06-24 12:09:38.000000000 -0400
+++ shadow/60613.tmp.28441	2004-06-24 12:17:50.000000000 -0400
@@ -194,6 +194,10 @@
 
 ------- Additional Comments From lupus@ximian.com  2004-06-24 12:09 -------
 Ok, could you put:
 row ["NumericScale"]		= parameter.GetScale ();
 before the GetPrecision call and test again?
 Just to make sure that it's the GetPrecision() call that mangles memory.
+
+------- Additional Comments From JoergR@voelcker.com  2004-06-24 12:17 -------
+I've moved GetScale before GetPrecision. It still crashes after the
+GetPrecision call. So GetPrecision mangles memory.