[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:43:27 -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-24 04:32:03.000000000 -0400
+++ shadow/60613.tmp.23770	2004-06-24 04:43:27.000000000 -0400
@@ -144,6 +144,13 @@
 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
 
+
+------- Additional Comments From lupus@ximian.com  2004-06-24 04:43 -------
+Ok, please do two runs:
+mono -v -v -v -v -v OracleGetSchemaTable.exe >log1.txt
+and
+mono -v -v -v -v -v -O=-loop OracleGetSchemaTable.exe >log-no-loop.txt
+and attach the two files.