Skip to content

Instantly share code, notes, and snippets.

@pjbeaman
Created March 5, 2012 16:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pjbeaman/1979205 to your computer and use it in GitHub Desktop.
Save pjbeaman/1979205 to your computer and use it in GitHub Desktop.
SharpBoxCrashOnSimulator
Stacktrace:
at (wrapper managed-to-native) MonoTouch.UIKit.UIApplication.UIApplicationMain (int,string[],intptr,intptr) <0xffffffff>
at MonoTouch.UIKit.UIApplication.Main (string[],string,string) <0x000b7>
at SharpBoxSample.Application.Main (string[]) <0x00017>
at (wrapper runtime-invoke) <Module>.runtime_invoke_void_object (object,intptr,intptr,intptr) <0xffffffff>
Native stacktrace:
0 SharpBoxSample 0x000908ec mono_handle_native_sigsegv + 284
1 SharpBoxSample 0x00005c88 mono_sigsegv_signal_handler + 248
2 libsystem_c.dylib 0x90f0859b _sigtramp + 43
3 ??? 0xffffffff 0x0 + 4294967295
4 libobjc.A.dylib 0x035a624b _ZL23getMethodNoSuper_nolockP7class_tP13objc_selector + 36
5 libobjc.A.dylib 0x0359d95b lookUpMethod + 126
6 libobjc.A.dylib 0x0359dc8d _class_lookupMethodAndLoadCache + 40
7 libobjc.A.dylib 0x035b10e3 objc_msgSend + 87
8 CoreFoundation 0x01196754 __CFSetStandardHashKey + 36
9 CoreFoundation 0x010d1018 __CFBasicHashAddValue + 648
10 CoreFoundation 0x010d0d18 CFBasicHashAddValue + 2728
11 CoreFoundation 0x010f124c CFSetAddValue + 172
12 CoreFoundation 0x011cbcac -[__NSCFSet addObject:] + 188
13 UIKit 0x0231fe30 -[UITouchesEvent _addTouch:forDelayedDelivery:] + 55
14 UIKit 0x0219bdca _AddTouchToEvent + 241
15 UIKit 0x02192962 _UIApplicationHandleEvent + 7869
16 GraphicsServices 0x047d0fa9 PurpleEventCallback + 1274
17 CoreFoundation 0x011951c5 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 53
18 CoreFoundation 0x010fa022 __CFRunLoopDoSource1 + 146
19 CoreFoundation 0x010f890a __CFRunLoopRun + 2218
20 CoreFoundation 0x010f7db4 CFRunLoopRunSpecific + 212
21 CoreFoundation 0x010f7ccb CFRunLoopRunInMode + 123
22 GraphicsServices 0x047cf879 GSEventRunModal + 207
23 GraphicsServices 0x047cf93e GSEventRun + 114
24 UIKit 0x02190a9b UIApplicationMain + 1175
25 ??? 0x09fea774 0x0 + 167683956
26 ??? 0x09fe9958 0x0 + 167680344
27 ??? 0x09fe97f0 0x0 + 167679984
28 ??? 0x09fe987f 0x0 + 167680127
29 SharpBoxSample 0x00009ff2 mono_jit_runtime_invoke + 722
30 SharpBoxSample 0x00169eee mono_runtime_invoke + 126
31 SharpBoxSample 0x0016dfd4 mono_runtime_exec_main + 420
32 SharpBoxSample 0x001733f5 mono_runtime_run_main + 725
33 SharpBoxSample 0x000671f5 mono_jit_exec + 149
34 SharpBoxSample 0x002116c9 main + 2825
35 SharpBoxSample 0x00003045 start + 53
36 ??? 0x00000005 0x0 + 5
=================================================================
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.
=================================================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment