Skip to content

Instantly share code, notes, and snippets.

@pjbeaman
Created March 5, 2012 16:31
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/1979146 to your computer and use it in GitHub Desktop.
Save pjbeaman/1979146 to your computer and use it in GitHub Desktop.
FlurryCrash
Stacktrace:
at (wrapper managed-to-native) MonoTouch.UIKit.UIApplication.UIApplicationMain (int,string[],intptr,intptr) <IL 0x0009f, 0xffffffff>
at MonoTouch.UIKit.UIApplication.Main (string[],string,string) [0x00042] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:29
at Xamarin.FlurryAnalyticsSample.Application.Main (string[]) [0x00000] in /Users/pjbeaman/Downloads/FlurryAnalytics/sample/Xamarin.FlurryAnalyticsSample/Main.cs:30
at (wrapper runtime-invoke) <Module>.runtime_invoke_void_object (object,intptr,intptr,intptr) <IL 0x00050, 0xffffffff>
Native stacktrace:
0 XamarinFlurryAnalyticsSample 0x000ada2c mono_handle_native_sigsegv + 284
1 XamarinFlurryAnalyticsSample 0x00022dc8 mono_sigsegv_signal_handler + 248
2 libsystem_c.dylib 0x90f0859b _sigtramp + 43
3 ??? 0xffffffff 0x0 + 4294967295
4 GraphicsServices 0x03ef6fa9 PurpleEventCallback + 1274
5 CoreFoundation 0x0221d1c5 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 53
6 CoreFoundation 0x02182022 __CFRunLoopDoSource1 + 146
7 CoreFoundation 0x0218090a __CFRunLoopRun + 2218
8 CoreFoundation 0x0217fdb4 CFRunLoopRunSpecific + 212
9 CoreFoundation 0x0217fccb CFRunLoopRunInMode + 123
10 GraphicsServices 0x03ef5879 GSEventRunModal + 207
11 GraphicsServices 0x03ef593e GSEventRun + 114
12 UIKit 0x00fbfa9b UIApplicationMain + 1175
13 ??? 0x0e1b47fd 0x0 + 236668925
14 ??? 0x0ded5ea0 0x0 + 233660064
15 ??? 0x0ded5b98 0x0 + 233659288
16 ??? 0x0ded5cee 0x0 + 233659630
17 XamarinFlurryAnalyticsSample 0x00027132 mono_jit_runtime_invoke + 722
18 XamarinFlurryAnalyticsSample 0x0018702e mono_runtime_invoke + 126
19 XamarinFlurryAnalyticsSample 0x0018b114 mono_runtime_exec_main + 420
20 XamarinFlurryAnalyticsSample 0x00190535 mono_runtime_run_main + 725
21 XamarinFlurryAnalyticsSample 0x00084335 mono_jit_exec + 149
22 XamarinFlurryAnalyticsSample 0x0001ffe9 main + 2825
23 XamarinFlurryAnalyticsSample 0x0001b405 start + 53
=================================================================
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.
=================================================================
Logging Error...Name: Exception -- Message: Thar be dragons!
XamarinFlurryAnalyticsSample(38659,0xac1222c0) malloc: *** error for object 0x9ee3a04: incorrect checksum for freed object - object was probably modified after being freed.
*** set a breakpoint in malloc_error_break to debug
XamarinFlurryAnalyticsSample(38659,0xb06dd000) malloc: *** error for object 0x9ee3ae4: incorrect checksum for freed object - object was probably modified after being freed.
*** set a breakpoint in malloc_error_break to debug
(find in files for 'malloc' produces no matches)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment