【发布时间】:2015-01-13 08:33:12
【问题描述】:
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
如何从上述调试器日志中获取符号化信息?
比如我需要知道地址的类别(0xb04a3000)、代码中错误的确切位置等等。
【问题讨论】:
-
在这里您会找到一些有价值的回复:stackoverflow.com/questions/7648642/…
标签: c++ objective-c c class