[Mono-bugs] [Bug 79864][Nor] Changed - Mono consumes 100% CPU on raising events on Solaris
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Nov 7 20:47:01 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 psingh at fnfr.com.
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: mono-bugs at ximian.com
ReportedBy: psingh at fnfr.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
@@ -48,6 +48,44 @@
public void MyEventHandler(object sender, EventArgs e)
{
Console.WriteLine("event received");
}
}
+
+------- Additional Comments From psingh at fnfr.com 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
+
More information about the mono-bugs
mailing list