[Mono-bugs] [Bug 60613][Maj] Changed - NullReferenceException in OracleDataReader.GetSchemaTable caused by JIT optimizations
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 25 Jun 2004 10:09:23 -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-06-25 09:48:31.000000000 -0400
+++ shadow/60613.tmp.9075 2004-06-25 10:09:23.000000000 -0400
@@ -224,6 +224,14 @@
If it's not-null, you set a breakpoint after the first call in the
method with:
break *0xXXXXX
where XXXXX is the address of the instruction after the call (use
disas to see it with the values printed by print_method_from_ip()).
+
+------- Additional Comments From JoergR@voelcker.com 2004-06-25 10:09 -------
+After stopping execution at that point and printing the value as you
+requested I get the value 135199392. My Console.WriteLine gave me
+135912880 for ErrorHandle before. So it's not the right offset or the
+value has changed.
+
+I'm a little bit lost here as I'm not a gdb expert.