Bugzilla – Bug 323411
[amd64] incorrect stack walk results
Last modified: 2007-09-15 21:24:46 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".