[Mono-bugs] [Bug 79911][Wis] New - Application exits without message
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Nov 12 08:18:44 EST 2006
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 kobruleht2 at hot.ee.
http://bugzilla.ximian.com/show_bug.cgi?id=79911
--- shadow/79911 2006-11-12 08:18:43.000000000 -0500
+++ shadow/79911.tmp.14513 2006-11-12 08:18:43.000000000 -0500
@@ -0,0 +1,96 @@
+Bug#: 79911
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com
+ReportedBy: kobruleht2 at hot.ee
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Application exits without message
+
+To reproduce:
+
+1. Run application in windows XP with 1.2RC0.
+Press ok to any message boxes.
+
+2. Press Ctrl+K. Klient window appears.
+
+3. Close Klient window by cliking its upper right corner.
+
+4. Press Ctrl+K again.
+
+Observed: application exists without any message. Clipboard contains
+
+The object was used after being disposed.Stack trace: at
+System.Windows.Forms.Control.CreateHandle () [0x00000]
+ at System.Windows.Forms.Form.CreateHandle () [0x00000]
+ at System.Windows.Forms.Control.get_Handle () [0x00000]
+ at System.Windows.Forms.Form.ShowDialog (IWin32Window ownerWin32)
+[0x00000]
+ at System.Windows.Forms.Form.ShowDialog () [0x00000]
+ at System.Windows.Forms.MessageBox+MessageBoxForm.RunDialog () [0x00000]
+ at (wrapper remoting-invoke-with-check) MessageBoxForm:RunDialog ()
+ at System.Windows.Forms.MessageBox.Show (System.String text) [0x00000]
+ at Eetasoft.Eeva.Windows.Forms.BaseForm.BaseForm_Load (System.Object
+sender, System.EventArgs e) [0x00000]
+ at (wrapper delegate-invoke)
+System.MulticastDelegate:invoke_void_object_EventArgs
+(object,System.EventArgs)
+ at (wrapper delegate-invoke)
+System.MulticastDelegate:invoke_void_object_EventArgs
+(object,System.EventArgs)
+ at System.Windows.Forms.Form.OnLoad (System.EventArgs e) [0x00000]
+ at System.Windows.Forms.Form.OnCreateControl () [0x00000]
+ at System.Windows.Forms.Control.CreateControl () [0x00000]
+ at System.Windows.Forms.Control.ChangeParent
+(System.Windows.Forms.Control new_parent) [0x00000]
+ at (wrapper remoting-invoke-with-check)
+System.Windows.Forms.Control:ChangeParent (System.Windows.Forms.Control)
+ at System.Windows.Forms.Control+ControlCollection.Add
+(System.Windows.Forms.Control value) [0x00000]
+ at System.Windows.Forms.MdiClient+ControlCollection.Add
+(System.Windows.Forms.Control value) [0x00000]
+ at System.Windows.Forms.Form.set_MdiParent (System.Windows.Forms.Form
+value) [0x00000]
+ at (wrapper remoting-invoke-with-check)
+System.Windows.Forms.Form:set_MdiParent (System.Windows.Forms.Form)
+ at Eetasoft.Eeva.Windows.Forms.FormManager.Show
+(System.Windows.Forms.Form form, System.Windows.Forms.Form parentForm)
+[0x00000]
+ at Eetasoft.Eeva.Windows.Forms.MainForm.Klient_Click (System.Object
+sender, System.EventArgs e) [0x00000]
+ at (wrapper delegate-invoke)
+System.MulticastDelegate:invoke_void_object_EventArgs
+(object,System.EventArgs)
+ at System.Windows.Forms.MenuItem.OnClick (System.EventArgs e) [0x00000]
+ at System.Windows.Forms.MenuItem.PerformClick () [0x00000]
+ at (wrapper remoting-invoke-with-check)
+System.Windows.Forms.MenuItem:PerformClick ()
+ at System.Windows.Forms.MenuTracker.ProcessShortcut (Keys keyData)
+[0x00000]
+ at System.Windows.Forms.MenuTracker.ProcessKeys
+(System.Windows.Forms.Message& msg, Keys keyData) [0x00000]
+ at System.Windows.Forms.Menu.ProcessCmdKey
+(System.Windows.Forms.Message& msg, Keys keyData) [0x00000]
+ at System.Windows.Forms.Form.ProcessCmdKey
+(System.Windows.Forms.Message& msg, Keys keyData) [0x00000]
+ at System.Windows.Forms.Control.InternalPreProcessMessage
+(System.Windows.Forms.Message& msg) [0x00000]
+ at System.Windows.Forms.Control.PreProcessMessage
+(System.Windows.Forms.Message& msg) [0x00000]
+ at System.Windows.Forms.Application.RunLoop (Boolean Modal,
+System.Windows.Forms.ApplicationContext context) [0x00000]
+ at System.Windows.Forms.Application.Run (System.Windows.Forms.Form
+mainForm) [0x00000]
+ at Eetasoft.Eeva.AppMainEntry.MainLoop () [0x00000]
+ at Eetasoft.Eeva.AppMainEntry.Main () [0x00000]
+
+Expected: Klient window should open again.
More information about the mono-bugs
mailing list