[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 12:50:34 -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 12:28:22.000000000 -0400
+++ shadow/60613.tmp.28847	2004-06-24 12:50:34.000000000 -0400
@@ -202,6 +202,12 @@
 I've moved GetScale before GetPrecision. It still crashes after the
 GetPrecision call. So GetPrecision mangles memory.
 
 ------- Additional Comments From JoergR@voelcker.com  2004-06-24 12:28 -------
 As said before: It must be the GetPrecision call. Removing it "fixes"
 the segfault.
+
+------- Additional Comments From lupus@ximian.com  2004-06-24 12:50 -------
+Yeah, I asked because it could be something due to the sequence of
+operations.
+Anyway, GetPrecision() is compiled identically in the two logs, so I'm
+investigating GetAttributeByte() now.