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-10 10:08:11.000000000 -0400 +++ shadow/77787.tmp.21815 2006-04-11 06:56:43.000000000 -0400 @@ -211,6 +211,75 @@ Those options + output seems pretty normal, so I have no idea what is causing this. The --with-gc=none option is now fixed on the 1.1.13 branch. You could also try running with GC_DONT_GC=1 which has a result somewhat similar to --with-gc=none and see if that helps. + +------- Additional Comments From [EMAIL PROTECTED] 2006-04-11 06:56 ------- +I have tested GC_DONT_GC parameter. +The results are following: + [EMAIL PROTECTED]:lib# mcs --about + +** ERROR **: file gc.c: line 138 (object_register_finalizer): +assertion failed: (GC_base (obj) == (char*)obj - offset) +aborting... +Aborted [EMAIL PROTECTED]:lib# export GC_DONT_GC=1 [EMAIL PROTECTED]:lib# mcs --about +The Mono C# compiler is (C) 2001-2005, Novell, Inc. + +The compiler source code is released under the terms of the GNU GPL + +For more information on Mono, visit the project Web site + http://www.go-mono.com + +The compiler was written by Miguel de Icaza, Ravi Pratap, Martin +Baulig, Marek Safar, Raja R Harinath [EMAIL PROTECTED]:lib# make +mcs /t:library -out:"mcsharp.dll" TCP.cs MCException.cs Node.cs +ApplicationConfig.cs Communicator.cs CommunicatorHandler.cs +CommExec.cs Session.cs CommWorld.cs ComputationDuration.cs BitMask.cs +Agent.cs ArrayWrapper.cs Channel.cs ThreadQ.cs Serialization.cs +MovableMethodHandler.cs MCStatistics.cs ChannelMessageHandler.cs +BDChannel.cs Activity.cs ActivityHandler.cs Multiplier.cs +AssemblyInfo.cs Version.cs StaticAgent.cs +StaticMovableMethodHandler.cs BlackBoard.cs Globals.cs +mcs mcsc.cs mcscInfo.cs Globals.cs Version.cs +/r:/home/users/gramuser2/mcsharp/lib/mcsharp.dll -out:../bin/mcsc.exe + +** ERROR **: file gc.c: line 138 (object_register_finalizer): +assertion failed: (GC_base (obj) == (char*)obj - offset) +aborting... +make: *** [mcsc] Aborted [EMAIL PROTECTED]:lib# export GC_DONT_GC=0 [EMAIL PROTECTED]:lib# mcs --about +The Mono C# compiler is (C) 2001-2005, Novell, Inc. + +The compiler source code is released under the terms of the GNU GPL + +For more information on Mono, visit the project Web site + http://www.go-mono.com + +The compiler was written by Miguel de Icaza, Ravi Pratap, Martin +Baulig, Marek Safar, Raja R Harinath [EMAIL PROTECTED]:lib# unset GC_DONT_GC [EMAIL PROTECTED]:lib# mcs --about + +** ERROR **: file gc.c: line 138 (object_register_finalizer): +assertion failed: (GC_base (obj) == (char*)obj - offset) +aborting... +Aborted [EMAIL PROTECTED]:lib# mono --version +Mono JIT compiler version 1.1.13.4, (C) 2002-2005 Novell, Inc and +Contributors. www.mono-project.com + TLS: __thread + GC: Included Boehm (with typed GC) + SIGSEGV : normal [EMAIL PROTECTED]:lib# free + total used free shared buffers cached +Mem: 4068456 3915756 152700 0 1570320 556856 +-/+ buffers/cache: 1788580 2279876 +Swap: 1004052 128 1003924 + + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
