[Mono-dev] System.Threading.Thread:MemoryBarrier() and XSP

Vorobiev Maksim MVorobiev at croc.ru
Thu Dec 22 13:06:39 EST 2005


Thanks! Now it works.


Воробьев Максим, Компания "Крок"
тел. (+095) 974-22-74 (внутр. 2207)
http://www.croc.ru
mvorobiev at croc.ru

-----Original Message-----
From: Zoltan Varga [mailto:vargaz at gmail.com] 
Sent: Thursday, December 22, 2005 9:00 PM
To: Vorobiev Maksim
Cc: mono-devel-list at lists.ximian.com
Subject: Re: [Mono-dev] System.Threading.Thread:MemoryBarrier() and XSP

                                       Hi,

  This will be fixed in SVN sortly. In the meantime, just comment out the body of ves_icall_System_Threading_Thread_MemoryBarrier () and things should work ok.

               Zoltan

On 12/22/05, Vorobiev Maksim <MVorobiev at croc.ru> wrote:
>
> 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
>
>
>



More information about the Mono-devel-list mailing list