AppXYZ(2111,0xb04a3000) malloc: *** mach_vm_map(size=1207959552) failed (error code=3)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
libc++abi.dylib: terminating with uncaught exception of type std::bad_alloc: std::bad_alloc
How to get symbolicated information from the above debugger logs?
Like I need to know the class of the address (0xb04a3000
), the exact location of the bug in the code and so on.