[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:01:43 -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-25 10:43:37.000000000 -0400
+++ shadow/60613.tmp.9640	2004-06-25 11:01:43.000000000 -0400
@@ -252,6 +252,16 @@
 set for the release.
 
 ------- Additional Comments From lupus@ximian.com  2004-06-25 10:43 -------
 Just a bit more info: loop was enabled by default on May 24,
 so possible snapshot days to try could be May 23, 24 and 25.
 
+
+------- Additional Comments From JoergR@voelcker.com  2004-06-25 11:01 -------
+That's the problem!
+
+I have two snapshots laying around: one from May 24 and one from May
+25 (CET, so it is before and after the change). The older snapshot
+works, the newer shows this error. Starting -O=-loop fixes the problem
+like in current CVS.
+
+Why does -O=all work? Doesn't it include loop optimization too?