Advertisement
Guest User

Untitled

a guest
Jul 18th, 2012
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.38 KB | None | 0 0
  1. Stacktrace:
  2.  
  3. at (wrapper managed-to-native) MonoTouch.UIKit.UIApplication.UIApplicationMain (int,string[],intptr,intptr) <IL 0x0009f, 0xffffffff>
  4. at MonoTouch.UIKit.UIApplication.Main (string[],string,string) [0x0004c] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:38
  5. at BubbleNativeCrash.Application.Main (string[]) [0x00000] in /Users/User/Projects/BubbleNativeCrash/BubbleNativeCrash/Main.cs:17
  6. at (wrapper runtime-invoke) <Module>.runtime_invoke_void_object (object,intptr,intptr,intptr) <IL 0x00050, 0xffffffff>
  7.  
  8. Native stacktrace:
  9.  
  10. 0 BubbleNativeCrash 0x0009089c mono_handle_native_sigsegv + 284
  11. 1 BubbleNativeCrash 0x00005a08 mono_sigsegv_signal_handler + 248
  12. 2 libsystem_c.dylib 0x9678e59b _sigtramp + 43
  13. 3 ??? 0xffffffff 0x0 + 4294967295
  14. 4 Foundation 0x01744af3 probeGC + 71
  15. 5 Foundation 0x01759c48 -[NSConcreteMapTable removeObjectForKey:] + 57
  16. 6 UIKit 0x026e6625 -[_UIImageViewPretiledImageWrapper dealloc] + 81
  17. 7 libobjc.A.dylib 0x03700e3d _objc_rootRelease + 47
  18. 8 libobjc.A.dylib 0x03700e00 objc_release + 48
  19. 9 libobjc.A.dylib 0x03701c50 _ZN12_GLOBAL__N_119AutoreleasePoolPage3popEPv + 528
  20. 10 CoreFoundation 0x0110fea8 _CFAutoreleasePoolPop + 24
  21. 11 QuartzCore 0x042321d9 _ZN2CA7Display11DisplayLink8dispatchEyy + 275
  22. 12 QuartzCore 0x04232003 _ZN2CA7Display16TimerDisplayLink8callbackEP16__CFRunLoopTimerPv + 161
  23. 13 CoreFoundation 0x011af936 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 22
  24. 14 CoreFoundation 0x011af3d7 __CFRunLoopDoTimer + 551
  25. 15 CoreFoundation 0x01112790 __CFRunLoopRun + 1888
  26. 16 CoreFoundation 0x01111d84 CFRunLoopRunSpecific + 212
  27. 17 CoreFoundation 0x01111c9b CFRunLoopRunInMode + 123
  28. 18 GraphicsServices 0x0482f7d8 GSEventRunModal + 190
  29. 19 GraphicsServices 0x0482f88a GSEventRun + 103
  30. 20 UIKit 0x0225e626 UIApplicationMain + 1163
  31. 21 ??? 0x0cea6124 0x0 + 216686884
  32. 22 ??? 0x0cea4f78 0x0 + 216682360
  33. 23 ??? 0x0cea47d0 0x0 + 216680400
  34. 24 ??? 0x0cea485f 0x0 + 216680543
  35. 25 BubbleNativeCrash 0x00009dc2 mono_jit_runtime_invoke + 722
  36. 26 BubbleNativeCrash 0x0016a5ce mono_runtime_invoke + 126
  37. 27 BubbleNativeCrash 0x0016e754 mono_runtime_exec_main + 420
  38. 28 BubbleNativeCrash 0x00173b45 mono_runtime_run_main + 725
  39. 29 BubbleNativeCrash 0x00066fc5 mono_jit_exec + 149
  40. 30 BubbleNativeCrash 0x00202ba5 main + 2261
  41. 31 BubbleNativeCrash 0x00002dc5 start + 53
  42.  
  43. =================================================================
  44. Got a SIGSEGV while executing native code. This usually indicates
  45. a fatal error in the mono runtime or one of the native libraries
  46. used by your application.
  47. =================================================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement