2011-05-23 37 views
0

这是错误:当我跑我的项目,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). 

究竟是什么原因呢?

回答

0

首先提高您的接受率。回到您提出的问题并选择合适的答案。

对于错误尝试打开调试器,当你打这个错误,看看哪一行代码造成它。这可能有帮助。设置环境变量以获取更详细的错误日志。

+0

ohki我已经完成了第一份工作,现在我正朝着第二份工作......向所有的朋友致敬。 – 2011-05-23 11:06:42

相关问题