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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 25 Jun 2004 11:28:04 -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 lupus@ximian.com.

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

--- shadow/60613	2004-06-25 11:21:20.000000000 -0400
+++ shadow/60613.tmp.9941	2004-06-25 11:28:04.000000000 -0400
@@ -293,6 +293,11 @@
 mono OracleGetSchemaTable.exe -> works
 mono -O=loop OracleGetSchemaTable.exe -> crash
 
 My snapshots are both built from current CVS at the time. I don't have
 any sources laying around for them. They are dated 05/24/2004 18:18
 and 05/25/2004 10:57 CET. Maybe this is of any help.
+
+------- Additional Comments From lupus@ximian.com  2004-06-25 11:28 -------
+Ok, thanks, I guess we'll disable loop for the release.
+Note that in the trace the SEGV doesn't happen in GetScale() anymore,
+but in GetIsNull ()...