[Mono-bugs] [Bug 72084][Wis] New - mono --profile hogs CPU on PPC

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 1 Feb 2005 19:21:24 -0500 (EST)


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 artyom.tyazhelov@helmes.ee.

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

--- shadow/72084	2005-02-01 19:21:24.000000000 -0500
+++ shadow/72084.tmp.22560	2005-02-01 19:21:24.000000000 -0500
@@ -0,0 +1,50 @@
+Bug#: 72084
+Product: Mono: Runtime
+Version: 1.0
+OS: 
+OS Details: OS X 10.3.7; build 7S215
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: artyom.tyazhelov@helmes.ee               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mono --profile hogs CPU on PPC
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1. // HelloWorld.cs
+using System; 
+namespace helloworld {
+	class MainClass {
+		static void Main(string[] args) {
+			Console.WriteLine ("Hello World");
+		}
+	}
+}
+2. mcs --debug HelloWorld.cs
+3. mono --profile HelloWorld.exe
+
+Actual Results:
+CPU hogged up to a max
+
+Expected Results:
+profile information about process
+
+How often does this happen? 
+always
+
+Additional Information:
+svn trunk (feb 1 2005 22:30 GMT+2)
+Activity monitor shows 2 threads
+program never completes
+attached gdb shows:   Program received signal: "EXC_BAD_ACCESS".