[Mono-bugs] [Bug 80724][Nor] New - [amd64] incorrect stack walk results

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Feb 5 11:31:26 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 lupus at ximian.com.

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

--- shadow/80724	2007-02-05 11:31:26.000000000 -0500
+++ shadow/80724.tmp.2704	2007-02-05 11:31:26.000000000 -0500
@@ -0,0 +1,32 @@
+Bug#: 80724
+Product: Mono: Runtime
+Version: 1.2
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: JIT
+AssignedTo: lupus at ximian.com                            
+ReportedBy: lupus at ximian.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: [amd64] incorrect stack walk results
+
+In some cases we don't perform a correct stack walk on amd64.
+Unzip the attached .zip file cd into the dir and run run.sh
+to compile and run xsp2. Then load 127.0.0.1:8080 and you get
+results like:
+
+HttpTestModule Instantiated
+Number of frames in event: 0
+Number of frames after event: 0
+
+instead of something like:
+
+HttpTestModule Instantiated
+Number of frames in event: 15
+Number of frames after event: 12


More information about the mono-bugs mailing list