HA: [Mono-dev] System.Threading.Thread:MemoryBarrier() and XSP
Vorobiev Maksim
MVorobiev at croc.ru
Sat Dec 24 07:50:22 EST 2005
Hi,
I built 1.1.12 for Solaris on SPARCv9. And it works.
To compleate the build I used gcc 3.4.2, GNU make, GNU tar.
The only undocumented feature I used - it requires enviroment variable CC to be defined (for me it was CC=gcc).
-----Исходное сообщение-----
От: mono-devel-list-bounces at lists.ximian.com от имени pablosantosluac at terra.es
Отправлено: Пт, 23.12.2005 15:53
Кому: mono-devel-list at lists.ximian.com
Тема: Re: [Mono-dev] System.Threading.Thread:MemoryBarrier() and XSP
Hi,
So, you were able to build mono 1.1.12 on Solaris??? Could you please tell the steps? Are you trying on Solaris x86??
When I try to compile I still have problems with exceptions-x86.c and the like...
pablo
----- Original Message -----
From: Vorobiev Maksim
To: mono-devel-list at lists.ximian.com
Sent: Thursday, December 22, 2005 5:22 PM
Subject: [Mono-dev] System.Threading.Thread:MemoryBarrier() and XSP
Good day.
I've built Mono 1.1.12 and XSP under Solaris, but there is a problem. Then I try to start XSP, it crashes with such message:
Unhandled Exception: System.NotImplementedException: The requested feature is not implemented.
in <0x00000> <unknown method>
in (wrapper managed-to-native) System.Threading.Thread:MemoryBarrier ()
in <0x0004c> System.Diagnostics.TraceImpl:InitOnce ()
in <0x00004> System.Diagnostics.TraceImpl:get_Listeners ()
in <0x00004> System.Diagnostics.Trace:get_Listeners ()
in <0x0008c> Mono.XSP.Server:Main (System.String[] args)
Native implementation for MemoryBarrier contains (lines numbered with cat):
1360 void
1361 ves_icall_System_Threading_Thread_MemoryBarrier (void)
1362 {
1363 /* Should be implemented as a JIT intrinsic */
1364 mono_raise_exception (mono_get_exception_not_implemented (NULL))
;
1365 }
Listeners property implementation in TraceImpl calls this method (as in listed stack). How can I make XSP working? It seems that I need to rebuild Mono in some non-default way.
Thank you.
------------------------------------------------------------------------------
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list at lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20051224/1858e644/attachment.html
More information about the Mono-devel-list
mailing list