[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 04:32:03 -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 03:48:35.000000000 -0400
+++ shadow/60613.tmp.23620	2004-06-24 04:32:03.000000000 -0400
@@ -136,6 +136,14 @@
 (0x42633878 0x426338b5)
 $3 = void
 
 The stacktrace matches exactly the stacktrace of the
 NullReferenceException. I think this is not very helpfull. Do you have
 other ideas to track this down?
+
+------- Additional Comments From JoergR@voelcker.com  2004-06-24 04:32 -------
+I have tested to turn off all optimizations one by one. The following
+two calls work, so it seems to be one of these:
+
+    mono -O=-loop  OracleGetSchemaTable.exe
+    mono -O=-linears  OracleGetSchemaTable.exe
+