[Mono-dev] System.Threading.Thread:MemoryBarrier() and XSP
Vorobiev Maksim
MVorobiev at croc.ru
Thu Dec 22 11:22:43 EST 2005
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20051222/7a216928/attachment.html
More information about the Mono-devel-list
mailing list