Skip to content

Instantly share code, notes, and snippets.

@JannieT
Created January 3, 2014 08:47
Show Gist options
  • Save JannieT/8234891 to your computer and use it in GitHub Desktop.
Save JannieT/8234891 to your computer and use it in GitHub Desktop.
iPhone crash report
Jan 3 10:34:26 SpotlightiOS[1426] <Error>: Stacktrace:
Jan 3 10:34:26 SpotlightiOS[1426] <Error>: at <unknown> <0xffffffff>
Jan 3 10:34:26 SpotlightiOS[1426] <Error>: at SpotlightiOS.Play.ViewDidLoad () [0x00012] in /Users/Jannie/Workshop/SpotlightiOS/Play.cs:102
Jan 3 10:34:26 SpotlightiOS[1426] <Error>: at (wrapper runtime-invoke) object.runtime_invoke_dynamic (intptr,intptr,intptr,intptr) <0xffffffff>
Jan 3 10:34:26 SpotlightiOS[1426] <Error>: at <unknown> <0xffffffff>
Jan 3 10:34:26 SpotlightiOS[1426] <Error>: at (wrapper managed-to-native) MonoTouch.UIKit.UIApplication.UIApplicationMain (int,string[],intptr,intptr) <0xffffffff>
Jan 3 10:34:26 SpotlightiOS[1426] <Error>: at MonoTouch.UIKit.UIApplication.Main (string[],string,string) [0x0004c] in /Developer/MonoTouch/Source/monotouch/src/UIKit/.pp-UIApplication.cs:38
Jan 3 10:34:26 SpotlightiOS[1426] <Error>: at SpotlightiOS.Application.Main (string[]) [0x00008] in /Users/Jannie/Workshop/SpotlightiOS/Main.cs:16
Jan 3 10:34:26 SpotlightiOS[1426] <Error>: at (wrapper runtime-invoke) object.runtime_invoke_dynamic (intptr,intptr,intptr,intptr) <0xffffffff>
Jan 3 10:34:26 SpotlightiOS[1426] <Error>:
Native stacktrace:
Jan 3 10:34:26 SpotlightiOS[1426] <Error>: 0 SpotlightiOS 0x0045b68f mono_handle_native_sigsegv + 254
Jan 3 10:34:26 SpotlightiOS[1426] <Error>: 1 SpotlightiOS 0x004645d9 mono_sigsegv_signal_handler + 176
Jan 3 10:34:26 SpotlightiOS[1426] <Error>: 2 libsystem_platform.dylib 0x3924e723 _sigtramp + 42
Jan 3 10:34:26 SpotlightiOS[1426] <Error>: 3 SpotlightiOS 0x00460aad common_call_trampoline + 76
Jan 3 10:34:26 SpotlightiOS[1426] <Error>: 4 SpotlightiOS 0x0046175b mono_vcall_trampoline + 126
Jan 3 10:34:26 SpotlightiOS[1426] <Error>: 5 SpotlightiOS 0x002a4f1c generic_trampoline_vcall + 124
Jan 3 10:34:26 SpotlightiOS[1426] <Error>: 6 SpotlightiOS 0x0027c9b4 wrapper_runtime_invoke_object_runtime_invoke_dynamic_intptr_intptr_intptr_intptr + 200
Jan 3 10:34:26 SpotlightiOS[1426] <Error>: 7 SpotlightiOS 0x00466649 mono_jit_runtime_invoke + 1112
Jan 3 10:34:26 SpotlightiOS[1426] <Error>: 8 SpotlightiOS 0x004a22a5 mono_runtime_invoke + 88
Jan 3 10:34:26 SpotlightiOS[1426] <Error>: 9 SpotlightiOS 0x004e4d48 monotouch_trampoline + 4360
Jan 3 10:34:26 SpotlightiOS[1426] <Error>: 10 UIKit 0x3106895b <redacted> + 518
Jan 3 10:34:26 SpotlightiOS[1426] <Error>: 11 UIKit 0x31068719 <redacted> + 24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment