[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 11:33:37 -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:43:27.000000000 -0400
+++ shadow/60613.tmp.27840	2004-06-24 11:33:37.000000000 -0400
@@ -151,6 +151,16 @@
 ------- 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.
+
+------- Additional Comments From lupus@ximian.com  2004-06-24 11:33 -------
+Joerg: can you provide more details: when did this start happening etc.?
+Oci.OciHandle:op_Implicit() is getting a NULL first argument.
+This seems to come from a possibly NULL
+ErrorHandle in OciParameterDescriptor parameter.
+Could you add a call/console.WriteLine around the call to
+row ["NumericPrecision"]	= parameter.GetPrecision ();
+and see if parameter.ErrorHandle changes?
+