когда я запускаю свой проект, SIGABRT происходит - PullRequest
0 голосов
/ 23 мая 2011

Это была ошибка:

  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).

в чем причина?

1 Ответ

0 голосов
/ 23 мая 2011

Сначала увеличьте скорость принятия. Вернитесь к вопросам, заданным вами, и выберите подходящие ответы в качестве принятых.

Для ошибки попробуйте открыть отладчик, когда вы нажмете эту ошибку и посмотрите, какая строка кода вызывает ее. Это может помочь. Установите переменные среды, чтобы получить более подробный журнал ошибок.

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...