extraño error de GDB incapaz de rastrear

Recibo este extraño error en gdb y no puedo rastrear la línea exacta de código para rastrear el error. ¿Alguien sabe acerca de este tipo de error? Esto es lo que obtengo en gdb

*** -[CALayer sublayers]: message sent to deallocated instance 0x911c2a0
(gdb) po 0x911c2a0
Program received signal SIGTRAP, Trace/breakpoint trap.
0x020993a7 in ___forwarding___ ()
The program being debugged was signaled while in a function called from GDB.
GDB has restored the context to what it was before the call.
To change this behavior use "set unwindonsignal off"
Evaluation of the expression containing the function (_NSPrintForDebugger) will be   abandoned.
(gdb) info symbol 0x911c2a0
No symbol matches 0x911c2a0.
(gdb) 

Respuestas a la pregunta(4)

Su respuesta a la pregunta