[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:21:20 -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 11:12:19.000000000 -0400
+++ shadow/60613.tmp.9859	2004-06-25 11:21:20.000000000 -0400
@@ -284,6 +284,15 @@
 Please, try with the snapshot that works and run with:
 mono -O=loop and tell us if it works.
 Paste also the lines in mini/ChangeLog that are different: there were
 several patches on May 25, just to make sure it's really the loop and
 not any of the other stuff (which you could try to revert by
 extracting the diff and doing patch -r <diff).
+
+------- Additional Comments From JoergR@voelcker.com  2004-06-25 11:21 -------
+CVS snapshot of May 24:
+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.