Advertisement
Guest User

Untitled

a guest
May 25th, 2013
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.29 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 QuietRock.Application.Main (string[]) [0x00000] in /Users/eric/Projects/iOS/QuietRock/QuietRock/Main.cs:16
  6. at (wrapper runtime-invoke) <Module>.runtime_invoke_void_object (object,intptr,intptr,intptr) <IL 0x00050, 0xffffffff>
  7.  
  8. Native stacktrace:
  9.  
  10. 0 QuietRock 0x00091e8c mono_handle_native_sigsegv + 284
  11. 1 QuietRock 0x00005768 mono_sigsegv_signal_handler + 248
  12. 2 libsystem_c.dylib 0x934f78cb _sigtramp + 43
  13. 3 ??? 0xffffffff 0x0 + 4294967295
  14. 4 MapKit 0x020f5786 __26-[MKReverseGeocoder start]_block_invoke_0 + 149
  15. 5 GeoServices 0x09561b4d __68-[GEOGeocodeRequester reverseGeocode:success:networkActivity:error:]_block_invoke_0 + 255
  16. 6 GeoServices 0x0956273a -[GEOVoltaireGeocodeProvider requesterDidFinish:] + 251
  17. 7 ProtocolBuffer 0x09719c1d -[PBRequester connectionDidFinishLoading:] + 1204
  18. 8 Foundation 0x01a6c589 ___NSURLConnectionDidFinishLoading_block_invoke_0 + 40
  19. 9 Foundation 0x01a6a652 __65-[NSURLConnectionInternal _withConnectionAndDelegate:onlyActive:]_block_invoke_0 + 40
  20. 10 Foundation 0x01a6b89a -[NSURLConnectionInternalConnection invokeForDelegate:] + 39
  21. 11 Foundation 0x01a6a60d -[NSURLConnectionInternal _withConnectionAndDelegate:onlyActive:] + 199
  22. 12 Foundation 0x01a6a785 -[NSURLConnectionInternal _withActiveConnectionAndDelegate:] + 76
  23. 13 Foundation 0x019b7a68 _NSURLConnectionDidFinishLoading + 43
  24. 14 CFNetwork 0x00dbe911 ___delegate_didFinishLoading_block_invoke_0 + 40
  25. 15 CFNetwork 0x00dbdbb3 ___withDelegateAsync_block_invoke_0 + 99
  26. 16 CFNetwork 0x00dfbcda ___performAsync_block_invoke_068 + 25
  27. 17 CoreFoundation 0x012ec8fd CFArrayApplyFunction + 205
  28. 18 CFNetwork 0x00dfc35c _ZN19RunloopBlockContext7performEv + 120
  29. 19 CFNetwork 0x00dfc2d5 _ZThn16_N19RunloopBlockContext24multiplexerClientPerformEv + 20
  30. 20 CFNetwork 0x00ce6250 _ZN17MultiplexerSource7performEv + 276
  31. 21 CoreFoundation 0x012cdf3f __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15
  32. 22 CoreFoundation 0x012cda39 __CFRunLoopDoSources0 + 441
  33. 23 CoreFoundation 0x012f0734 __CFRunLoopRun + 964
  34. 24 CoreFoundation 0x012eff44 CFRunLoopRunSpecific + 276
  35. 25 CoreFoundation 0x012efe1b CFRunLoopRunInMode + 123
  36. 26 GraphicsServices 0x04d3f7e3 GSEventRunModal + 88
  37. 27 GraphicsServices 0x04d3f668 GSEventRun + 104
  38. 28 UIKit 0x0274bffc UIApplicationMain + 1211
  39. 29 ??? 0x100e74ad 0x0 + 269382829
  40. 30 ??? 0x1007a048 0x0 + 268935240
  41. 31 ??? 0x10079c50 0x0 + 268934224
  42. 32 ??? 0x10079da6 0x0 + 268934566
  43. 33 QuietRock 0x00009b32 mono_jit_runtime_invoke + 722
  44. 34 QuietRock 0x0016d00e mono_runtime_invoke + 126
  45. 35 QuietRock 0x00171204 mono_runtime_exec_main + 420
  46. 36 QuietRock 0x001765f5 mono_runtime_run_main + 725
  47. 37 QuietRock 0x000671c5 mono_jit_exec + 149
  48. 38 QuietRock 0x00204fb4 main + 1988
  49. 39 QuietRock 0x00002b55 start + 53
  50.  
  51. =================================================================
  52. Got a SIGSEGV while executing native code. This usually indicates
  53. a fatal error in the mono runtime or one of the native libraries
  54. used by your application.
  55. =================================================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement