[Mono-bugs] [Bug 60613][Maj] Changed - NullReferenceException in OracleDataReader.GetSchemaTable caused by JIT optimizations
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 23 Jun 2004 22:00:26 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=60613
--- shadow/60613 2004-06-23 07:51:44.000000000 -0400
+++ shadow/60613.tmp.20182 2004-06-23 22:00:26.000000000 -0400
@@ -60,6 +60,9 @@
This problem seems to be caused by JIT optimizations.
It works using
mono -O=all OracleGetSchemaTable.exe
The exception is thrown when default optimizations are used
mono OracleGetSchemaTable.exe
+
+------- Additional Comments From miguel@ximian.com 2004-06-23 22:00 -------
+Is it possible to extract the code necessary to not require Oracle?