[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, 2 Dec 2004 02:42:37 -0500 (EST)
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-09-08 11:09:14.000000000 -0400
+++ shadow/60613.tmp.30806 2004-12-02 02:42:37.000000000 -0500
@@ -5,13 +5,13 @@
OS Details:
Status: NEW
Resolution:
Severity: Unknown
Priority: Major
Component: misc
-AssignedTo: lupus@ximian.com
+AssignedTo: massi@ximian.com
ReportedBy: JoergR@voelcker.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: NullReferenceException in OracleDataReader.GetSchemaTable caused by JIT optimizations
@@ -311,6 +311,9 @@
Sorry that my answer comes late:
No, this isn't fixed.
mono -O=-loop ... => works
mono -O=loop ... => crash
+
+------- Additional Comments From miguel@ximian.com 2004-12-02 02:42 -------
+Adding CC to massi, he is looking into similar issues.