[Mono-bugs] [Bug 79782][Nor] Changed - Runtime segfaulting
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Nov 17 09:32:40 EST 2006
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 odie at cs.aau.dk.
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: lupus at ximian.com
ReportedBy: porges+ximian at porg.es
QAContact: mono-bugs at ximian.com
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 odie at cs.aau.dk 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.
More information about the mono-bugs
mailing list