[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, 8 Sep 2004 11:09:14 -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-08-27 18:14:20.000000000 -0400
+++ shadow/60613.tmp.28734 2004-09-08 11:09:14.000000000 -0400
@@ -303,6 +303,14 @@
but in GetIsNull ()...
------- Additional Comments From bmaurer@users.sf.net 2004-08-27 18:14 -------
Paolo,
Do we know if this has been fixed, now that -O=loop is enabled by default?
+
+------- Additional Comments From JoergR@voelcker.com 2004-09-08 11:09 -------
+Sorry that my answer comes late:
+
+No, this isn't fixed.
+
+mono -O=-loop ... => works
+mono -O=loop ... => crash