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=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 [EMAIL PROTECTED] 2006-04-11 08:43 ------- +I've installed Mono 1.1.14, +and (without any patches) I get the following: + [EMAIL PROTECTED]:~# 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 [EMAIL PROTECTED]:~# mcs --about + +** ERROR **: file gc.c: line 137 (object_register_finalizer): +assertion failed: (GC_base (obj) == (char*)obj - offset) +aborting... +Aborted [EMAIL PROTECTED]:~# export GC_DONT_GC=1 [EMAIL PROTECTED]:~# mcs --about + +** ERROR **: file gc.c: line 137 (object_register_finalizer): +assertion failed: (GC_base (obj) == (char*)obj - offset) +aborting... +Aborted + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
