[Mono-bugs] [Bug 77787][Wis] Changed - Mono fails on Itanium-machine

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Apr 11 08:43:45 EDT 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 yury at serdyuk.botik.ru.

http://bugzilla.ximian.com/show_bug.cgi?id=77787

--- shadow/77787	2006-04-11 06:56:43.000000000 -0400
+++ shadow/77787.tmp.23191	2006-04-11 08:43:44.000000000 -0400
@@ -280,6 +280,32 @@
              total       used       free     shared    buffers     cached
 Mem:       4068456    3915756     152700          0    1570320     556856
 -/+ buffers/cache:    1788580    2279876
 Swap:      1004052        128    1003924
 
 
+
+------- Additional Comments From Yury at serdyuk.botik.ru  2006-04-11 08:43 -------
+I've installed Mono 1.1.14,
+and (without any patches) I get the following:
+
+gramuser2 at n000.c03.icyb:~# mono --version
+Mono JIT compiler version 1.1.14, (C) 2002-2005 Novell, Inc and
+Contributors. www.mono-project.com
+        TLS:           __thread
+        GC:            Included Boehm (with typed GC)
+        SIGSEGV:       normal
+        Disabled:      none
+gramuser2 at n000.c03.icyb:~# mcs --about
+
+** ERROR **: file gc.c: line 137 (object_register_finalizer):
+assertion failed: (GC_base (obj) == (char*)obj - offset)
+aborting...
+Aborted
+gramuser2 at n000.c03.icyb:~# export GC_DONT_GC=1
+gramuser2 at n000.c03.icyb:~# mcs --about
+
+** ERROR **: file gc.c: line 137 (object_register_finalizer):
+assertion failed: (GC_base (obj) == (char*)obj - offset)
+aborting...
+Aborted
+


More information about the mono-bugs mailing list