Advertisement
bfb

Debugger output

bfb
Aug 18th, 2015
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.87 KB | None | 0 0
  1. MyCrashingApp(912,0x83ca000) malloc: *** mach_vm_map(size=1048576) failed (error code=3)
  2. *** error: can't allocate region securely
  3. *** set a breakpoint in malloc_error_break to debug
  4. 2015-08-18 10:45:24.745 MyCrashingApp[912:253217] critical:
  5. Native stacktrace:
  6.  
  7. 2015-08-18 10:45:24.761 MyCrashingApp[912:253217] critical: 0 MyCrashingApp 0x00b75947 mono_handle_native_sigsegv + 238
  8. 2015-08-18 10:45:24.761 MyCrashingApp[912:253217] critical: 1 MyCrashingApp 0x00b7d8eb mono_sigsegv_signal_handler + 150
  9. MyCrashingApp(912,0x83ca000) malloc: *** mach_vm_map(size=1048576) failed (error code=3)
  10. *** error: can't allocate region securely
  11. *** set a breakpoint in malloc_error_break to debug
  12. 2015-08-18 10:45:24.762 MyCrashingApp[912:253217] critical: 3 libsystem_malloc.dylib 0x35bad39b calloc + 58
  13. MyCrashingApp(912,0x83ca000) malloc: *** mach_vm_map(size=1048576) failed (error code=3)
  14. *** error: can't allocate region securely
  15. *** set a breakpoint in malloc_error_break to debug
  16. 2015-08-18 10:45:24.763 MyCrashingApp[912:253217] critical: 5 CoreGraphics 0x272270d3 CGFontCreateGlyphBitmap + 294
  17. MyCrashingApp(912,0x83ca000) malloc: *** mach_vm_map(size=1048576) failed (error code=3)
  18. *** error: can't allocate region securely
  19. *** set a breakpoint in malloc_error_break to debug
  20. 2015-08-18 10:45:24.764 MyCrashingApp[912:253217] critical: 7 CoreGraphics 0x272653fb CGGlyphLockLockGlyphBitmaps + 10
  21. 2015-08-18 10:45:24.764 MyCrashingApp[912:253217] critical: 8 QuartzCore 0x2a079d61 <redacted> + 628
  22. MyCrashingApp(912,0x83ca000) malloc: *** mach_vm_map(size=1048576) failed (error code=3)
  23. *** error: can't allocate region securely
  24. *** set a breakpoint in malloc_error_break to debug
  25. 2015-08-18 10:45:24.765 MyCrashingApp[912:253217] critical: 10 QuartzCore 0x2a06f2f7 <redacted> + 702
  26. MyCrashingApp(912,0x83ca000) malloc: *** mach_vm_map(size=1048576) failed (error code=3)
  27. *** error: can't allocate region securely
  28. *** set a breakpoint in malloc_error_break to debug
  29. 2015-08-18 10:45:24.765 MyCrashingApp[912:253217] critical: 11 QuartzCore 0x2a06dfe7 <redacted> + 270
  30. 2015-08-18 10:45:24.766 MyCrashingApp[912:253217] critical: 12 libdispatch.dylib 0x35a9f729 <redacted> + 1468
  31. MyCrashingApp(912,0x83ca000) malloc: *** mach_vm_map(size=1048576) failed (error code=3)
  32. *** error: can't allocate region securely
  33. *** set a breakpoint in malloc_error_break to debug
  34. 2015-08-18 10:45:24.767 MyCrashingApp[912:253217] critical: 14 libdispatch.dylib 0x35aa0f9f <redacted> + 394
  35. MyCrashingApp(912,0x83ca000) malloc: *** mach_vm_map(size=1048576) failed (error code=3)
  36. *** error: can't allocate region securely
  37. *** set a breakpoint in malloc_error_break to debug
  38. 2015-08-18 10:45:24.767 MyCrashingApp[912:253217] critical: 15 libdispatch.dylib 0x35aa23c3 <redacted> + 94
  39. 2015-08-18 10:45:24.768 MyCrashingApp[912:253217] critical: 16 libsystem_pthread.dylib 0x35bfedc1 _pthread_wqthread + 668
  40. MyCrashingApp(912,0x83ca000) malloc: *** mach_vm_map(size=1048576) failed (error code=3)
  41. *** error: can't allocate region securely
  42. *** set a breakpoint in malloc_error_break to debug
  43. critical: 17 libsystem_pthread.dylib 0x35bfeb14 start_wqthread + 8
  44. MyCrashingApp(912,0x83ca000) malloc: *** mach_vm_map(size=1048576) failed (error code=3)
  45. *** error: can't allocate region securely
  46. *** set a breakpoint in malloc_error_break to debug
  47. critical:
  48. =================================================================
  49. Got a SIGSEGV while executing native code. This usually indicates
  50. a fatal error in the mono runtime or one of the native libraries
  51. used by your application.
  52. =================================================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement