[Mono-bugs] [Bug 77280][Cri] Changed - Mono does not fire events
properly from different threads
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Jan 24 08:58:56 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 vargaz at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77280
--- shadow/77280 2006-01-24 03:23:59.000000000 -0500
+++ shadow/77280.tmp.16211 2006-01-24 08:58:56.000000000 -0500
@@ -99,6 +99,13 @@
register or unregister themselves with the event at the same time, but
the linked list will not become corrupted.
------- Additional Comments From psingh at fnfr.com 2006-01-24 03:23 -------
There has been no activity on this issue. Can someone take a look?
This one has the potential to be a nasty and fundamental mono bug.
+
+------- Additional Comments From vargaz at gmail.com 2006-01-24 08:58 -------
+ReqComplete in your testcase is not an event, but it is just a
+delegate, so the compiler doesn't create thread-safe add/remove
+accessors for it. Adding the 'event' keyword before it will make it
+an event.
+
More information about the mono-bugs
mailing list