Xcode debugger stops with "EXC_BAD_ACCESS" - bug in my code or in Xcode?

Posted by Substance G on Stack Overflow See other posts from Stack Overflow or by Substance G
Published on 2010-06-17T08:09:30Z Indexed on 2010/06/17 8:13 UTC
Read the original article Hit count: 637

Filed under:
|

Hi,

I got this error just one time (non-repeatable) while running my Objective-C & C++ program with the Xcode debugger:

Program received signal:  “EXC_BAD_ACCESS”.
Xcode could not locate source file: sweep.c (line: 1026)
kill
quit

I don't have any references to any "sweep.c" in my code, so I'm thinking maybe it's a Xcode/GDB error. Anything I can do to further investigate this?

Am using standard Xcode 3.2.2 (uses GNU gdb 6.3.50-20050815 (Apple version gdb-1460)) on OS X 10.6.3

© Stack Overflow or respective owner

Related posts about xcode

Related posts about gdb