Xcode debugger stops with "EXC_BAD_ACCESS" - bug in my code or in Xcode?
- by Substance G
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…