[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:28:22 -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:17:50.000000000 -0400
+++ shadow/60613.tmp.28555	2004-06-24 12:28:22.000000000 -0400
@@ -198,6 +198,10 @@
 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.
+
+------- Additional Comments From JoergR@voelcker.com  2004-06-24 12:28 -------
+As said before: It must be the GetPrecision call. Removing it "fixes"
+the segfault.