[Mono-bugs] [Bug 76666][Nor] New - Slew of exceptions on startup

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Nov 10 17:26:10 EST 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 ron.vered at siebel.com.

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

--- shadow/76666	2005-11-10 17:26:10.000000000 -0500
+++ shadow/76666.tmp.30584	2005-11-10 17:26:10.000000000 -0500
@@ -0,0 +1,143 @@
+Bug#: 76666
+Product: Mono: Runtime
+Version: 1.1
+OS: 
+OS Details: WinXP Professional SP2
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: ron.vered at siebel.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Slew of exceptions on startup
+
+Description of Problem:
+Does not seem right that startup will always go through slew of exceptions
+starting with OutOfMemoryException. This is normal execution.
+
+Steps to reproduce the problem:
+1. compile
+using System;
+using System.Text;
+
+namespace Project1.Source
+{
+   class Class1
+   {
+      public static void Main (String[] args)
+      {
+         Console.WriteLine ("Hello, World!");
+      }
+   }
+}
+
+2. mono -v --trace=all Class1.exe > out.txt
+
+Actual Results:
+(first few lines)
+Method (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_thread_interruption_checkpoint ()
+emitted at 00FE1360 to 00FE13B6 [Class1.exe]
+Method (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_thread_force_interruption_checkpoint ()
+emitted at 00FE13B8 to 00FE141E [Class1.exe]
+Method (wrapper runtime-invoke) System.Object:runtime_invoke_void_string
+(object,intptr,intptr,intptr) emitted at 00FE1420 to 00FE14D5 [Class1.exe]
+Method System.OutOfMemoryException:.ctor (string) emitted at 00FE14D8 to
+00FE1519 [Class1.exe]
+ENTER: (wrapper runtime-invoke) System.Object:runtime_invoke_void_string
+(object,intptr,intptr,intptr)([System.OutOfMemoryException:00BCFF90],
+0022FD18, 00000000, 00FE14D8, )
+. ENTER: System.OutOfMemoryException:.ctor
+(string)(this:00BCFF90[System.OutOfMemoryException Class1.exe],
+[STRING:01110FC8:Out of memory], )
+Method System.SystemException:.ctor (string) emitted at 00FE1540 to
+00FE1581 [Class1.exe]
+. . ENTER: System.SystemException:.ctor
+(string)(this:00BCFF90[System.OutOfMemoryException Class1.exe],
+[STRING:01110FC8:Out of memory], )
+Method System.Exception:.ctor (string) emitted at 00FE1598 to 00FE15CB
+[Class1.exe]
+. . . ENTER: System.Exception:.ctor
+(string)(this:00BCFF90[System.OutOfMemoryException Class1.exe],
+[STRING:01110FC8:Out of memory], )
+. . . LEAVE: System.Exception:.ctor (string)
+Method System.Exception:set_HResult (int) emitted at 00FE15D0 to 00FE15F9
+[Class1.exe]
+. . . ENTER: System.Exception:set_HResult
+(int)(this:00BCFF90[System.OutOfMemoryException Class1.exe], -2146233087, )
+. . . LEAVE: System.Exception:set_HResult (int)
+. . LEAVE: System.SystemException:.ctor (string)
+. . ENTER: System.Exception:set_HResult
+(int)(this:00BCFF90[System.OutOfMemoryException Class1.exe], -2147024882, )
+. . LEAVE: System.Exception:set_HResult (int)
+. LEAVE: System.OutOfMemoryException:.ctor (string)
+LEAVE: (wrapper runtime-invoke) System.Object:runtime_invoke_void_string
+(object,intptr,intptr,intptr)[OBJECT:00000000]
+Method System.NullReferenceException:.ctor (string) emitted at 00FE1600 to
+00FE1641 [Class1.exe]
+ENTER: (wrapper runtime-invoke) System.Object:runtime_invoke_void_string
+(object,intptr,intptr,intptr)([System.NullReferenceException:00BCFF60],
+0022FD18, 00000000, 00FE1600, )
+. ENTER: System.NullReferenceException:.ctor
+(string)(this:00BCFF60[System.NullReferenceException Class1.exe],
+[STRING:01112ED8:A null value was found where an object instance was
+required], )
+. . ENTER: System.SystemException:.ctor
+(string)(this:00BCFF60[System.NullReferenceException Class1.exe],
+[STRING:01112ED8:A null value was found where an object instance was
+required], )
+. . . ENTER: System.Exception:.ctor
+(string)(this:00BCFF60[System.NullReferenceException Class1.exe],
+[STRING:01112ED8:A null value was found where an object instance was
+required], )
+. . . LEAVE: System.Exception:.ctor (string)
+. . . ENTER: System.Exception:set_HResult
+(int)(this:00BCFF60[System.NullReferenceException Class1.exe], -2146233087, )
+. . . LEAVE: System.Exception:set_HResult (int)
+. . LEAVE: System.SystemException:.ctor (string)
+. . ENTER: System.Exception:set_HResult
+(int)(this:00BCFF60[System.NullReferenceException Class1.exe], -2147467261, )
+. . LEAVE: System.Exception:set_HResult (int)
+. LEAVE: System.NullReferenceException:.ctor (string)
+LEAVE: (wrapper runtime-invoke) System.Object:runtime_invoke_void_string
+(object,intptr,intptr,intptr)[OBJECT:00000000]
+Method System.StackOverflowException:.ctor (string) emitted at 00FE1648 to
+00FE1676 [Class1.exe]
+ENTER: (wrapper runtime-invoke) System.Object:runtime_invoke_void_string
+(object,intptr,intptr,intptr)([System.StackOverflowException:00BCFF30],
+0022FD18, 00000000, 00FE1648, )
+. ENTER: System.StackOverflowException:.ctor
+(string)(this:00BCFF30[System.StackOverflowException Class1.exe],
+[STRING:01113F50:The requested operation caused a stack overflow.], )
+. . ENTER: System.SystemException:.ctor
+(string)(this:00BCFF30[System.StackOverflowException Class1.exe],
+[STRING:01113F50:The requested operation caused a stack overflow.], )
+. . . ENTER: System.Exception:.ctor
+(string)(this:00BCFF30[System.StackOverflowException Class1.exe],
+[STRING:01113F50:The requested operation caused a stack overflow.], )
+. . . LEAVE: System.Exception:.ctor (string)
+. . . ENTER: System.Exception:set_HResult
+(int)(this:00BCFF30[System.StackOverflowException Class1.exe], -2146233087, )
+. . . LEAVE: System.Exception:set_HResult (int)
+. . LEAVE: System.SystemException:.ctor (string)
+. LEAVE: System.StackOverflowException:.ctor (string)
+LEAVE: (wrapper runtime-invoke) System.Object:runtime_invoke_void_string
+(object,intptr,intptr,intptr)[OBJECT:00000000]
+
+Program will run normally.
+
+
+
+Expected Results:
+No exceptions
+
+How often does this happen? 
+Always.
+
+Additional Information:


More information about the mono-bugs mailing list