[Mono-bugs] [Bug 77122][Wis] New - System.Object:__stfld_wrapper_System.Object

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Dec 29 15:05:44 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 eric at rengeo.com.

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

--- shadow/77122	2005-12-29 15:05:44.000000000 -0500
+++ shadow/77122.tmp.22402	2005-12-29 15:05:44.000000000 -0500
@@ -0,0 +1,77 @@
+Bug#: 77122
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: Suse 10
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Windows.Forms
+AssignedTo: peter at novonyx.com                            
+ReportedBy: eric at rengeo.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: System.Object:__stfld_wrapper_System.Object
+
+Description of Problem:
+
+Application.Run(context) is throwing an exception
+
+Steps to reproduce the problem:
+1. Compile attatched source code with: 
+mcs -r:System.Drawing -r:System.Data -r:System.Windows.Forms Form1.cs
+Form2.cs Splash.cs
+2. mono Form1.exe
+3. Watch it yak.
+
+Actual Results:
+
+Splash screen blips up, but then immediately throws an exception when
+calling Application.Run(context):
+
+Actual Console Output:
+
+Form2::Main-01
+Form2::Main-02
+Form2::Main-03
+-----------------------------------
+Msg:Object reference not set to an instance of an object
+Src: System.Windows.Forms
+in (wrapper stfld) System.Object:__stfld_wrapper_System.Object
+(object,intptr,intptr,intptr,object)
+in <0x00087> System.Windows.Forms.Application:Run ()
+in <0x000a4> System.Windows.Forms.Application:Run
+(System.Windows.Forms.ApplicationContext context)
+in <0x000cf> WindowsApplication2.Form2:Main ()
+-----------------------------------
+
+
+Expected Results:
+
+A simple splash screen pops up for 2 seconds, closes, and loads a basic form.
+
+Expected Console Output:
+
+Form2::Main-01
+Form2::Main-02
+Form2::Main-03
+-->Form2::OnAppIdle
+OnAppIdle1
+-->Form1::Preload
+Form1::Preload-02
+-->Form2::RemoveSplashScreen
+RemoveSplashScreen1
+RemoveSplashScreen2
+Form1::Preload-03
+OnAppIdle2
+Form2::Main-04 
+
+How often does this happen? 
+Every time
+
+Additional Information:
+Running off of mono svn, revision 54913.  The bug was first noticed in mono
+binary distribution 1.1.11.


More information about the mono-bugs mailing list