[Mono-bugs] [Bug 79864][Min] Changed - Mono consumes 100% CPU on raising events on Solaris

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Jan 1 22:37:25 EST 2007


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 miguel at ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=79864

--- shadow/79864	2006-11-08 02:25:30.000000000 -0500
+++ shadow/79864.tmp.30060	2007-01-01 22:37:25.000000000 -0500
@@ -3,13 +3,13 @@
 Version: 1.1
 OS: Solaris 8
 OS Details: Sparc Ultra II & Sparc Ultra III
 Status: NEW   
 Resolution: 
 Severity: Unknown
-Priority: Normal
+Priority: Minor
 Component: misc
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: psingh at fnfr.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
@@ -86,6 +86,19 @@
 EXCEPTION handling: InvalidOperationException
 EXCEPTION handling: InvalidOperationException
 EXCEPTION handling: InvalidOperationException
 EXCEPTION handling: InvalidOperationException
 EXCEPTION handling: InvalidOperationException
 
+
+------- Additional Comments From miguel at ximian.com  2007-01-01 22:37 -------
+Those are not GC exceptions.  
+
+It seems like you might be triggering a piece of code that generates
+those exceptions and something is masking them, could you narrow what
+is causing those?  
+
+Exception handling is slow, so that could explain the problem you are
+observing.  The trick is narrowing down what causes those exceptions
+(am afraid that a full --trace will take forever and too much space,
+so you might want to investigate kill -QUIT or creating a reduced test
+case). 


More information about the mono-bugs mailing list