Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- MyCrashingApp(912,0x83ca000) malloc: *** mach_vm_map(size=1048576) failed (error code=3)
- *** error: can't allocate region securely
- *** set a breakpoint in malloc_error_break to debug
- 2015-08-18 10:45:24.745 MyCrashingApp[912:253217] critical:
- Native stacktrace:
- 2015-08-18 10:45:24.761 MyCrashingApp[912:253217] critical: 0 MyCrashingApp 0x00b75947 mono_handle_native_sigsegv + 238
- 2015-08-18 10:45:24.761 MyCrashingApp[912:253217] critical: 1 MyCrashingApp 0x00b7d8eb mono_sigsegv_signal_handler + 150
- MyCrashingApp(912,0x83ca000) malloc: *** mach_vm_map(size=1048576) failed (error code=3)
- *** error: can't allocate region securely
- *** set a breakpoint in malloc_error_break to debug
- 2015-08-18 10:45:24.762 MyCrashingApp[912:253217] critical: 3 libsystem_malloc.dylib 0x35bad39b calloc + 58
- MyCrashingApp(912,0x83ca000) malloc: *** mach_vm_map(size=1048576) failed (error code=3)
- *** error: can't allocate region securely
- *** set a breakpoint in malloc_error_break to debug
- 2015-08-18 10:45:24.763 MyCrashingApp[912:253217] critical: 5 CoreGraphics 0x272270d3 CGFontCreateGlyphBitmap + 294
- MyCrashingApp(912,0x83ca000) malloc: *** mach_vm_map(size=1048576) failed (error code=3)
- *** error: can't allocate region securely
- *** set a breakpoint in malloc_error_break to debug
- 2015-08-18 10:45:24.764 MyCrashingApp[912:253217] critical: 7 CoreGraphics 0x272653fb CGGlyphLockLockGlyphBitmaps + 10
- 2015-08-18 10:45:24.764 MyCrashingApp[912:253217] critical: 8 QuartzCore 0x2a079d61 <redacted> + 628
- MyCrashingApp(912,0x83ca000) malloc: *** mach_vm_map(size=1048576) failed (error code=3)
- *** error: can't allocate region securely
- *** set a breakpoint in malloc_error_break to debug
- 2015-08-18 10:45:24.765 MyCrashingApp[912:253217] critical: 10 QuartzCore 0x2a06f2f7 <redacted> + 702
- MyCrashingApp(912,0x83ca000) malloc: *** mach_vm_map(size=1048576) failed (error code=3)
- *** error: can't allocate region securely
- *** set a breakpoint in malloc_error_break to debug
- 2015-08-18 10:45:24.765 MyCrashingApp[912:253217] critical: 11 QuartzCore 0x2a06dfe7 <redacted> + 270
- 2015-08-18 10:45:24.766 MyCrashingApp[912:253217] critical: 12 libdispatch.dylib 0x35a9f729 <redacted> + 1468
- MyCrashingApp(912,0x83ca000) malloc: *** mach_vm_map(size=1048576) failed (error code=3)
- *** error: can't allocate region securely
- *** set a breakpoint in malloc_error_break to debug
- 2015-08-18 10:45:24.767 MyCrashingApp[912:253217] critical: 14 libdispatch.dylib 0x35aa0f9f <redacted> + 394
- MyCrashingApp(912,0x83ca000) malloc: *** mach_vm_map(size=1048576) failed (error code=3)
- *** error: can't allocate region securely
- *** set a breakpoint in malloc_error_break to debug
- 2015-08-18 10:45:24.767 MyCrashingApp[912:253217] critical: 15 libdispatch.dylib 0x35aa23c3 <redacted> + 94
- 2015-08-18 10:45:24.768 MyCrashingApp[912:253217] critical: 16 libsystem_pthread.dylib 0x35bfedc1 _pthread_wqthread + 668
- MyCrashingApp(912,0x83ca000) malloc: *** mach_vm_map(size=1048576) failed (error code=3)
- *** error: can't allocate region securely
- *** set a breakpoint in malloc_error_break to debug
- critical: 17 libsystem_pthread.dylib 0x35bfeb14 start_wqthread + 8
- MyCrashingApp(912,0x83ca000) malloc: *** mach_vm_map(size=1048576) failed (error code=3)
- *** error: can't allocate region securely
- *** set a breakpoint in malloc_error_break to debug
- critical:
- =================================================================
- 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.
- =================================================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement