我们目前在debian 5上在mono 2.8.1上运行纯c#应用程序时遇到严重问题。
我们正在使用.net webservices以及异步套接字,并且可能在单线程池中发现竞争条件。
我会感激每一个想法。
如果某人有信息,如果单声道2.8.1已经知道debian 4/5可能与此有关的问题,请回答:)
Assertion at mono-wsq.c:73, condition `mono_wsq_count (wsq) == 0' not met
Stacktrace:
Native stacktrace:
mono [0x48f582]
/lib/libpthread.so.0 [0x2abe8f8d2a80]
/lib/libc.so.6(gsignal+0x35) [0x2abe8fb12ed5]
/lib/libc.so.6(abort+0x183) [0x2abe8fb143f3]
mono [0x5cd042]
mono [0x5cd21a]
mono [0x5f271a]
mono [0x5924ca]
mono [0x58c24b]
mono [0x5bd83b]
mono [0x5e9ed6]
/lib/libpthread.so.0 [0x2abe8f8cafc7]
/lib/libc.so.6(clone+0x6d) [0x2abe8fbb064d]
Debug info from gdb:
=================================================================
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================
答案 0 :(得分:1)
我用单声道2.8.2修复了这个问题。有人报告他们仍然在2.8.2中看到它(我们不再在我们的服务器中看到它),我们正在努力调试它。