当我运行我的项目时,发生 SIGABRT

发布于 2024-11-09 07:47:09 字数 1573 浏览 0 评论 0原文

这就是错误:

  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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

醉梦枕江山 2024-11-16 07:47:09

对于该错误,请尝试在遇到此错误时打开调试器并查看哪行代码导致该错误。这可能有帮助。设置环境变量以获得更详细的错误日志。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文