[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
Wed Jan 18 16:59:00 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-18 12:20:51.000000000 -0500
+++ shadow/77280.tmp.17966	2006-01-18 16:59:00.000000000 -0500
@@ -32,6 +32,16 @@
 
 
 ------- Additional Comments From psingh at fnfr.com  2006-01-18 12:20 -------
 Created an attachment (id=16367)
 testcase which runs on redhat enterprise but not on Fedora
 
+
+------- Additional Comments From vargaz at gmail.com  2006-01-18 16:59 -------
+
+            _barObj.ReqComplete += new
+EventHandler<MyEventArgs>(EventCallback);
+
+Addition of event handlers is not a thread safe operation so it should
+be done inside of a lock. Also, what do you mean by 'not working' ? 
+
+


More information about the mono-bugs mailing list