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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=78035 --- shadow/78035 2006-04-12 15:33:53.000000000 -0400 +++ shadow/78035.tmp.30797 2006-04-15 00:07:47.000000000 -0400 @@ -221,6 +221,23 @@ ==30111== by 0x5518CFF: (below main) (in /lib/libc-2.3.5.so) ==30111== Address 0x7FEFFFAA0 is just below the stack ptr. " If I run without valgrind and those commandline parameters, the test fails. So, this appears to be a JIT optimizer issue on amd64? + +------- Additional Comments From [EMAIL PROTECTED] 2006-04-15 00:07 ------- +I cannot repro the last issue. Valgrind (from SVN) doesn't show +this warning, with or without mono -O=all. + +SLES 9 +Linux 2.6.5-7.252-smp #1 SMP Tue Feb 14 11:11:04 UTC 2006 x86_64 +x86_64 x86_64 GNU/Linux + +> If I run without valgrind and those commandline parameters, the test +> fails. So, this appears to be a JIT optimizer issue on amd64? + +Are you sure you picked the right mono executable? Try + +cd mono/tests +make test + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
