当我运行我的项目时,发生 SIGABRT
这就是错误:
CoreAnimation: failed to allocate 256128 bytes
CoreAnimation: failed to allocate 262208 bytes
CoreAnimation: failed to allocate 256128 bytes
CoreAnimation: failed to allocate 262208 bytes
CoreAnimation: failed to allocate 256128 bytes
CoreAnimation: failed to allocate 262208 bytes
CoreAnimation: failed to allocate 256128 bytes
CoreAnimation: failed to allocate 262208 bytes
CoreAnimation: failed to allocate 256128 bytes
CoreAnimation: failed to allocate 262208 bytes
CoreAnimation: failed to allocate 262208 bytes
CoreAnimation: failed to allocate 256128 bytes
CoreAnimation: failed to allocate 262208 bytes
CoreAnimation: failed to allocate 256128 bytes
CoreAnimation: failed to allocate 262208 bytes
CoreAnimation: failed to allocate 256128 bytes
CoreAnimation: failed to allocate 262208 bytes
CoreAnimation: failed to allocate 256128 bytes
CoreAnimation: failed to allocate 262208 bytes
CoreAnimation: failed to allocate 256128 bytes
CoreAnimation: failed to allocate 262208 bytes
terminate called after throwing an instance of 'CAException'
Program received signal: “SIGABRT”.
warning: Unable to read symbols for /Xcode3.2.5/Platforms/iPhoneOS.platform/DeviceSupport/4.3.2 (8H7)/Symbols/Developer/usr/lib/libXcodeDebuggerSupport.dylib (file not found).
kill
gdb stack trace at 'putpkt: write failed':
The Debugger has exited due to signal 15 (SIGTERM).The Debugger has exited due to signal 15 (SIGTERM).
原因是什么?
This was the error:
CoreAnimation: failed to allocate 256128 bytes
CoreAnimation: failed to allocate 262208 bytes
CoreAnimation: failed to allocate 256128 bytes
CoreAnimation: failed to allocate 262208 bytes
CoreAnimation: failed to allocate 256128 bytes
CoreAnimation: failed to allocate 262208 bytes
CoreAnimation: failed to allocate 256128 bytes
CoreAnimation: failed to allocate 262208 bytes
CoreAnimation: failed to allocate 256128 bytes
CoreAnimation: failed to allocate 262208 bytes
CoreAnimation: failed to allocate 262208 bytes
CoreAnimation: failed to allocate 256128 bytes
CoreAnimation: failed to allocate 262208 bytes
CoreAnimation: failed to allocate 256128 bytes
CoreAnimation: failed to allocate 262208 bytes
CoreAnimation: failed to allocate 256128 bytes
CoreAnimation: failed to allocate 262208 bytes
CoreAnimation: failed to allocate 256128 bytes
CoreAnimation: failed to allocate 262208 bytes
CoreAnimation: failed to allocate 256128 bytes
CoreAnimation: failed to allocate 262208 bytes
terminate called after throwing an instance of 'CAException'
Program received signal: “SIGABRT”.
warning: Unable to read symbols for /Xcode3.2.5/Platforms/iPhoneOS.platform/DeviceSupport/4.3.2 (8H7)/Symbols/Developer/usr/lib/libXcodeDebuggerSupport.dylib (file not found).
kill
gdb stack trace at 'putpkt: write failed':
The Debugger has exited due to signal 15 (SIGTERM).The Debugger has exited due to signal 15 (SIGTERM).
what was the reason?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于该错误,请尝试在遇到此错误时打开调试器并查看哪行代码导致该错误。这可能有帮助。设置环境变量以获得更详细的错误日志。
For the error try to open the debugger when you hit this error and see which line of code is causing it. That might help. Set environment variables to get more detailed error log.