我有一个在 ubuntu 14.04 中的 mono 4.0.2 上运行的 .net 应用程序。
Mono 有时会在应用程序启动后崩溃。我在日志中看到此错误。
Stacktrace:
Native stacktrace:
/usr/bin/mono() [0x4b20bc]
/usr/bin/mono() [0x5086ee]
/usr/bin/mono() [0x428f7d]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x10340) [0x7ff5ed8c5340]
[0x7ff5d80cf480]
Debug info from gdb:
=================================================================
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
请告诉我,这是否是 Mono 中的错误或者是否需要在应用程序级别处理。
答案1
这是一个非托管异常,即运行时内部的崩溃,这种异常绝对不应该发生。
请创建一个可以显示此行为的最小测试用例,并将其附加到此处的错误报告中:http://bugzilla.xamarin.com/