[Mono-osx] crash reports

Duane Wandless duane at wandless.net
Thu Mar 18 09:25:05 EDT 2010


The crash report on OSX will contain info such as this below.

Is there a means to capture relevant info about the function addresses so
that I can map the crash report to the real C# methods?  Something like what
mono_pmip does.  But I guess I would need to dump the mapping at app
startup.

Thanks,
Duane

Thread 7:
0   libSystem.B.dylib             0x93fe82e6 semaphore_timedwait_signal_trap
+ 10
1   libSystem.B.dylib             0x9401a2af _pthread_cond_wait + 1244
2   libSystem.B.dylib             0x94064aab pthread_cond_timedwait + 47
3   libmono.0.dylib               0x00ae9991
_wapi_handle_timedwait_signal_handle + 584 (handles.c:1609)
4   libmono.0.dylib               0x00affea0 WaitForSingleObjectEx + 668
(wait.c:207)
5   libmono.0.dylib               0x00a7ae5c mono_monitor_try_enter_internal
+ 1280 (monitor.c:593)
6   libmono.0.dylib               0x00a7a951 mono_monitor_enter + 33
(monitor.c:658)
7   ???                           0x0118b417 0 + 18396183
8   ???                           0x188a4d4d 0 + 411716941
9   ???                           0x174f33b2 0 + 391066546
10  ???                           0x174f254c 0 + 391062860
11  ???                           0x174e6fc8 0 + 391016392
12  ???                           0x174e6544 0 + 391013700
13  ???                           0x174e4dc5 0 + 391007685
14  ???                           0x01191a19 0 + 18422297
15  libmono.0.dylib               0x008d2fa2 mono_jit_runtime_invoke + 1306
(mini.c:4691)
16  libmono.0.dylib               0x00a8967e mono_runtime_invoke + 137
(object.c:2602)
17  libmono.0.dylib               0x00a8a503 mono_runtime_delegate_invoke +
118 (object.c:3172)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-osx/attachments/20100318/43306e7e/attachment-0001.html 


More information about the Mono-osx mailing list