I've been encountering a crash in LLDB listener thread upon hitting a breakpoint in Xcode in some of my projects targeting OS X 64-bit. Here's a stack trace: http://pastebin.com/Rrus7akU . I have already tried contacting Apple about this two weeks ago and I have heard nothing back so far. I'm not sure where to go at this point - is it possible to replace the Xcode supplied LLDB with a more recent version from the code repository or somehow digging into the Xcode supplied LLDB to pinpoint the cause for this crash?
- S