Bug 323411 (MONO80724) - [amd64] incorrect stack walk results
Summary: [amd64] incorrect stack walk results
Status: RESOLVED FIXED
Alias: MONO80724
Product: Mono: Runtime
Classification: Mono
Component: JIT (show other bugs)
Version: 1.2
Hardware: Other Other
: P3 - Medium : Normal
Target Milestone: ---
Assignee: Paolo Molaro
QA Contact: Mono Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-05 18:31 UTC by Paolo Molaro
Modified: 2007-09-15 21:24 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
zip file of sample sources (8.90 KB, application/octet-stream)
2007-02-05 18:32 UTC, Thomas Wiest
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Wiest 2007-09-15 20:25:31 UTC


---- Reported by lupus@ximian.com 2007-02-05 11:31:25 MST ----

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



---- Additional Comments From lupus@ximian.com 2007-02-05 11:32:59 MST ----

Created an attachment (id=171391)
zip file of sample sources




---- Additional Comments From vargaz@gmail.com 2007-02-05 12:55:47 MST ----

Most likely a dup of :

https://bugzilla.novell.com/show_bug.cgi?id=MONO79717




---- Additional Comments From lupus@ximian.com 2007-02-05 13:22:46 MST ----

Thanks Zoltan, at least here the patch included there fixes the issue:
any reason that patch has not been applied yet? The corlib and runtime
tests work fine with it.



---- Additional Comments From vargaz@gmail.com 2007-02-05 15:16:42 MST ----

Nope. Feel free to check it in.




---- Additional Comments From lupus@ximian.com 2007-02-06 07:59:46 MST ----

Thanks, committed.

Imported an attachment (id=171391)

Unknown operating system unknown. Setting to default OS "Other".