Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 8th, 2012  |  syntax: None  |  size: 4.36 KB  |  hits: 11  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. monotouch device only crash
  2. Hardware Model:      iPad2,1
  3. Process:         MyApp [2905]
  4. Path:            /var/mobile/Applications/31F6EA63-F5B5-49A4-B78B-7A0EDE39FF6E/MyApp.app/MyApp
  5. Identifier:      MyApp
  6. Version:         ??? (???)
  7. Code Type:       ARM (Native)
  8. Parent Process:  launchd [1]
  9.  
  10. Date/Time:       2012-01-11 20:56:08.238 -0600
  11. OS Version:      iPhone OS 5.0.1 (9A405)
  12. Report Version:  104
  13.  
  14. Exception Type:  EXC_CRASH (SIGABRT)
  15. Exception Codes: 0x00000000, 0x00000000
  16. Crashed Thread:  0
  17.  
  18. Thread 0 name:  Dispatch queue: com.apple.main-thread
  19. Thread 0 Crashed:
  20. 0   libsystem_kernel.dylib          0x3088932c 0x30878000 + 70444
  21. 1   libsystem_c.dylib               0x37d2af54 0x37cdd000 + 319316
  22. 2   libsystem_c.dylib               0x37d23fe4 0x37cdd000 + 290788
  23. 3   MyApp                       0x009c8048 mono_handle_native_sigsegv (mini-exceptions.c:2249)
  24. 4   MyApp                       0x009f53c4 sigabrt_signal_handler (mini-posix.c:196)
  25. 5   libsystem_c.dylib               0x37d35532 0x37cdd000 + 361778
  26. 6   libsystem_c.dylib               0x37d2af54 0x37cdd000 + 319316
  27. 7   libsystem_c.dylib               0x37d23fe4 0x37cdd000 + 290788
  28. 8   MyApp                       0x00b450c8 monoeg_g_logv (goutput.c:135)
  29. 9   MyApp                       0x00b4519c monoeg_assertion_message (goutput.c:155)
  30. 10  MyApp                       0x0099d080 mono_resolve_patch_target (mini.c:3179)
  31. 11  MyApp                       0x009bbf5c mono_aot_plt_resolve (aot-runtime.c:3134)
  32. 12  MyApp                       0x009ca640 mono_aot_plt_trampoline (mini-trampolines.c:768)
  33. 13  MyApp                       0x003fa930 generic_trampoline_aot_plt (mscorlib.dll.6.s:204591)
  34. 14  MyApp                       0x00ab3b6c mono_runtime_invoke (object.c:2757)
  35. 15  MyApp                       0x00a39894 create_exception_two_strings (exception.c:134)
  36. 16  MyApp                       0x00a3990c mono_exception_from_name_two_strings (exception.c:157)
  37. 17  MyApp                       0x009f6164 create_domain_objects (appdomain.c:177)
  38. 18  MyApp                       0x009f6430 mono_runtime_init (appdomain.c:261)
  39. 19  MyApp                       0x009a2b80 mini_init (mini.c:6584)
  40. 20  MyApp                       0x009ae728 mono_jit_init_version (driver.c:2233)
  41. 21  MyApp                       0x00996388 main (main.m:2423)
  42. 22  MyApp                       0x00008218 start + 32
  43.        
  44. Jan 11 21:16:55 unknown SpringBoard[15] <Warning>: Killing MyApp for termination assertion
  45. Jan 11 21:17:00 unknown SpringBoard[15] <Warning>: Reloading application state for 'MyApp' as its modification date or path has changed
  46. Jan 11 21:17:00 unknown SpringBoard[15] <Warning>: Reloading and rendering all application icons.
  47. Jan 11 21:17:03 unknown SpringBoard[15] <Notice>: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
  48. Jan 11 21:17:03 unknown SpringBoard[15] <Notice>: MultitouchHID: detection mode: 255->0 (deferring until bootloaded)
  49. Jan 11 21:17:03 unknown SpringBoard[15] <Notice>: MultitouchHID: device bootloaded
  50. Jan 11 21:17:03 unknown SpringBoard[15] <Notice>: MultitouchHID: detection mode: 0->0
  51. Jan 11 21:17:03 unknown kernel[0] <Debug>: set_crc_notification_state 0
  52. Jan 11 21:17:07 unknown kernel[0] <Debug>: AppleKeyStore:cp_key_store_action(1)
  53. Jan 11 21:17:07 unknown kernel[0] <Debug>: AppleKeyStore:Sending lock change
  54. Jan 11 21:17:09 unknown UIKitApplication:MyApp[0xba5e][2965] <Notice>: Successfully received USB connection from MonoDevelop on port 10001.
  55. Jan 11 21:17:09 unknown kernel[0] <Debug>: launchd[2965] Builtin profile: container (sandbox)
  56. Jan 11 21:17:09 unknown kernel[0] <Debug>: launchd[2965] Container: /private/var/mobile/Applications/31F6EA63-F5B5-49A4-B78B-7A0EDE39FF6E [69] (sandbox)
  57. Jan 11 21:17:14 unknown ReportCrash[2967] <Notice>: Formulating crash report for process MyApp[2965]
  58. Jan 11 21:17:14 unknown com.apple.launchd[1] <Warning>: (UIKitApplication:MyApp[0xba5e]) Job appears to have crashed: Segmentation fault: 11
  59. Jan 11 21:17:14 unknown com.apple.launchd[1] <Warning>: (UIKitApplication:MyApp[0xba5e]) Throttling respawn: Will start in 2147483642 seconds
  60. Jan 11 21:17:14 unknown SpringBoard[15] <Warning>: Application 'MyApp' exited abnormally with signal 11: Segmentation fault: 11
  61. Jan 11 21:17:14 unknown ReportCrash[2967] <Error>: Saved crashreport to /var/mobile/Library/Logs/CrashReporter/MyApp_2012-01-11-211713_myipads-iPad.plist using uid: 0 gid: 0, synthetic_euid: 501 egid: 0
  62.        
  63. /Developer/MonoTouch/usr/bin/mtouch --logdev