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

Zoltan Varga vargaz at gmail.com
Fri Dec 23 08:40:35 EST 2005


                            Hi,

  The solaris x86 port of mono got bit-rotted and does not work at the moment.

                   Zoltan

On 12/23/05, pablosantosluac at terra.es <pablosantosluac at terra.es> wrote:
>
> 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
>
>
>
> _______________________________________________
> 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