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

pablosantosluac at terra.es pablosantosluac at terra.es
Fri Dec 23 07:53:27 EST 2005


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/20051223/a3f51cd2/attachment.html 


More information about the Mono-devel-list mailing list