[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 10:43:37 -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 10:30:44.000000000 -0400
+++ shadow/60613.tmp.9433	2004-06-25 10:43:37.000000000 -0400
@@ -247,6 +247,11 @@
 the loop optimization with the register allocator or some other change
 introduced later. If you could try a few intermediate builds of mono
 from a time where it worked to when it started failing it might help
 pinpoint the issue.
 Otherwise we'll have to disbale -O=loop from the default optimization
 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.
+