[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 06:56:43 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-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 Yury at serdyuk.botik.ru  2006-04-11 06:56 -------
+I have tested GC_DONT_GC parameter.
+The results are following:
+
+gramuser2 at n000.c03.icyb:lib# mcs --about
+
+** ERROR **: file gc.c: line 138 (object_register_finalizer):
+assertion failed: (GC_base (obj) == (char*)obj - offset)
+aborting...
+Aborted
+gramuser2 at n000.c03.icyb:lib# export GC_DONT_GC=1
+gramuser2 at n000.c03.icyb: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
+gramuser2 at n000.c03.icyb: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
+gramuser2 at n000.c03.icyb:lib# export GC_DONT_GC=0
+gramuser2 at n000.c03.icyb: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
+gramuser2 at n000.c03.icyb:lib# unset GC_DONT_GC
+gramuser2 at n000.c03.icyb:lib# mcs --about
+
+** ERROR **: file gc.c: line 138 (object_register_finalizer):
+assertion failed: (GC_base (obj) == (char*)obj - offset)
+aborting...
+Aborted
+gramuser2 at n000.c03.icyb: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
+gramuser2 at n000.c03.icyb:lib# free
+             total       used       free     shared    buffers     cached
+Mem:       4068456    3915756     152700          0    1570320     556856
+-/+ buffers/cache:    1788580    2279876
+Swap:      1004052        128    1003924
+
+


More information about the mono-bugs mailing list