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=79782 --- shadow/79782 2006-11-01 01:03:31.000000000 -0500 +++ shadow/79782.tmp.31786 2006-11-17 09:32:40.000000000 -0500 @@ -10,13 +10,12 @@ Component: JIT AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: -Cc: Summary: Runtime segfaulting I've included a gdb backtrace and the output of Mono when running verbosely. The assembly was compiled with gmcs. I can include either it or the source code if you need it... @@ -1019,6 +1018,11 @@ [Switching to Thread 47852357255216 (LWP 24865)] 0x0000000040018124 in ?? () (gdb) bt #0 0x0000000040018124 in ?? () Cannot access memory at address 0x7fff2c351ff0 + +------- Additional Comments From [EMAIL PROTECTED] 2006-11-17 09:32 ------- +I hit a problem similar to yours yesterday, you don't have sigaltstack +enabled for your runtime. With that enabled mono does indeed exit with +StackOverflowException. See mono/README if you build yourself. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
