[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
Fri Apr 28 18:44:06 EDT 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 2006-03-10 01:35:07.000000000 -0500
+++ shadow/76578.tmp.4191 2006-04-28 18:44:06.000000000 -0400
@@ -1,13 +1,13 @@
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: ASSIGNED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Windows.Forms
AssignedTo: peter at novonyx.com
ReportedBy: 4lw0e0402 at sneakemail.com
QAContact: mono-bugs at ximian.com
@@ -92,6 +92,10 @@
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.
+
+------- Additional Comments From peter at novonyx.com 2006-04-28 18:44 -------
+Woot. Got per-thread queue handling implemented in X11. That should
+solve the last remaining issue with this bug. Fix is in svn r60063.
More information about the mono-bugs
mailing list