Hello,
Upon launching my app, I get this log in Xcode console:
" [Session started at 2009-08-28 14:04:31 +0200.] GNU gdb 6.3.50-20050815 (Apple version gdb-966) (Tue Mar 10 02:43:13 UTC 2009) Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-apple-darwin".tty /dev/ttys001 Loading program into debugger… sharedlibrary apply-load-rules all Program loaded. run [Switching to process 2701 local thread 0x2e03] Running… Program received signal: “EXC_BAD_ACCESS”.
Unable to disassemble __static_initialization_and_destruction_0.
"
And the callstack looks like this:
Naive question: what should I be doing, looking at, etc. to try and fix this?
Cheers. |