[Mono-bugs] [Bug 75860][Wis] Changed - Exceptions are broken under Windows

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Aug 20 07:23:49 EDT 2005


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 b_gs at hotmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=75860

--- shadow/75860	2005-08-20 07:20:48.000000000 -0400
+++ shadow/75860.tmp.27535	2005-08-20 07:23:49.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 75860
 Product: Mono: Runtime
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: win xp sp2
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: misc
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: b_gs at hotmail.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -32,6 +32,35 @@
             } catch (Exception ex) {
                 Console.Write(ex);
             }
         }
     }
 }
+
+------- Additional Comments From b_gs at hotmail.com  2005-08-20 07:23 -------
+It looks like the StackTrace building logic is throwing a
+NullReferenceException.
+
+
+. . . . . . . . ENTER: System.Diagnostics.StackTrace:.ctor
+(System.Exception,int,bool,bool)(this:0150A6E0[System.Diagnostics.StackTrace
+MonoTest.exe], [System.NotImplementedException:0150FF00], 0, 1, 1, )
+. . . . . . . . . ENTER: System.Object:.ctor
+()(this:0150A6E0[System.Diagnostics.StackTrace MonoTest.exe], )
+. . . . . . . . . LEAVE: System.Object:.ctor ()
+. . . . . . . . . ENTER: (wrapper managed-to-native)
+System.Diagnostics.StackTrace:get_trace
+(System.Exception,int,bool)([System.NotImplementedException:0150FF00],
+0, 1, )
+. . . . . . . . . . ENTER: (wrapper runtime-invoke)
+System.Object:runtime_invoke_void
+(object,intptr,intptr,intptr)([System.NullReferenceException:0150FDE0],
+00000000, 00000000, 017D6370, )
+. . . . . . . . . . . ENTER: System.NullReferenceException:.ctor
+()(this:0150FDE0[System.NullReferenceException MonoTest.exe], )
+. . . . . . . . . . . . ENTER: Locale:GetText
+(string)([STRING:018F2AB0:A null value was found where an object
+instance was required.], )
+. . . . . . . . . . . . LEAVE: Locale:GetText
+(string)[STRING:018F2AB0:A null value was found where an object
+instance was required.]
+


More information about the mono-bugs mailing list