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=79864 --- shadow/79864 2006-11-07 19:17:50.000000000 -0500 +++ shadow/79864.tmp.26092 2006-11-07 20:47:01.000000000 -0500 @@ -1,15 +1,15 @@ Bug#: 79864 Product: Mono: Runtime Version: 1.1 -OS: +OS: unknown OS Details: Status: NEW Resolution: -Severity: -Priority: Wishlist +Severity: Unknown +Priority: Normal Component: misc AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: @@ -48,6 +48,44 @@ public void MyEventHandler(object sender, EventArgs e) { Console.WriteLine("event received"); } } + +------- Additional Comments From [EMAIL PROTECTED] 2006-11-07 20:47 ------- +I used mono --trace option to see what was happening at that instance +when CPU taken is 100% and event is not getting fired. I see following +trace messages - for around 5-7 minutes while CPU is pegged and +nothing is getting executed. Are these GC exceptions? + +EXCEPTION handling: yyException +EXCEPTION handling: XPathException +EXCEPTION handling: InvalidOperationException +EXCEPTION handling: yyException +EXCEPTION handling: XPathException +EXCEPTION handling: yyException +EXCEPTION handling: XPathException +EXCEPTION handling: InvalidOperationException +EXCEPTION handling: InvalidOperationException +EXCEPTION handling: InvalidOperationException +EXCEPTION handling: InvalidOperationException +EXCEPTION handling: InvalidOperationException +EXCEPTION handling: InvalidOperationException +EXCEPTION handling: InvalidOperationException +EXCEPTION handling: InvalidOperationException +EXCEPTION handling: InvalidOperationException +EXCEPTION handling: InvalidOperationException +EXCEPTION handling: InvalidOperationException +EXCEPTION handling: InvalidOperationException +EXCEPTION handling: InvalidOperationException +EXCEPTION handling: InvalidOperationException +EXCEPTION handling: InvalidOperationException +EXCEPTION handling: InvalidOperationException +EXCEPTION handling: InvalidOperationException +EXCEPTION handling: InvalidOperationException +EXCEPTION handling: InvalidOperationException +EXCEPTION handling: InvalidOperationException +EXCEPTION handling: InvalidOperationException +EXCEPTION handling: InvalidOperationException +EXCEPTION handling: InvalidOperationException + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
