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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 2006-01-18 12:20 ------- Created an attachment (id=16367) testcase which runs on redhat enterprise but not on Fedora + +------- Additional Comments From [EMAIL PROTECTED] 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' ? + + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
