[Mono-bugs] [Bug 76578][Nor] Changed - crash when a Form is
Disposed while a MessageBox on another thread is open
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Jan 19 01:38:50 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 peter at novonyx.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76578
--- shadow/76578 2005-10-28 01:24:33.000000000 -0400
+++ shadow/76578.tmp.26914 2006-01-19 01:38:50.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 76578
Product: Mono: Class Libraries
Version: unspecified
OS: SUSE 9.1
OS Details: (all operating systems where the X11 XPlatUI driver is used)
-Status: NEW
+Status: ASSIGNED
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Windows.Forms
AssignedTo: peter at novonyx.com
ReportedBy: 4lw0e0402 at sneakemail.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -84,6 +84,14 @@
See attached test case "crashme.cs".
------- Additional Comments From 4lw0e0402 at sneakemail.com 2005-10-28 01:24 -------
Created an attachment (id=15995)
Source code for test case.
+
+------- Additional Comments From peter at novonyx.com 2006-01-19 01:38 -------
+This is partially fixed. We do handle the loops properly now.
+However, the example uses two threads, the messagebox loop running in
+the second thread. Since we have not implemented pre-thread queues
+yet in our X11 driver, the sample now only works on Win32, but not
+yet on linux. I'm leaving it open for now, to have a reminder of the
+missing per-thread message queues in the X11 driver.
More information about the mono-bugs
mailing list