[Mono-bugs] [Bug 57976][Blo] Changed - mono 0.31 JIT compiler crashes at startup.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 13 May 2004 19:20:48 -0400 (EDT)
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 s001@hotbox.ru.
http://bugzilla.ximian.com/show_bug.cgi?id=57976
--- shadow/57976 2004-05-12 21:01:26.000000000 -0400
+++ shadow/57976.tmp.31607 2004-05-13 19:20:48.000000000 -0400
@@ -49,6 +49,16 @@
------- Additional Comments From miguel@ximian.com 2004-05-12 21:01 -------
Please try the beta, and next time report the OS and architecture you
are using.
Am setting the bug to `NEEDINFO'
+
+------- Additional Comments From s001@hotbox.ru 2004-05-13 19:20 -------
+Same problem in mono-0.91.tar.gz.
+As filled in already, this is x86 linux 2.6.5, gcc 3.3.1.
+Hans Boehm helped to find out that GC segfaults because
+_end symbol gets wrong value (points to the end of libmono
+instead of the end of main mono executable or alike).
+The reason for this behavior is still unknown.
+I've "fixed" the problem by linking statically for now.
+