我使用XCode 8.2.1来调试我的应用程序。每次单击停止调试按钮时,XCode都会崩溃。这是以下崩溃信息:
Process: Xcode [1478]
Path: /Applications/Xcode.app/Contents/MacOS/Xcode
Identifier: com.apple.dt.Xcode
Version: 8.2.1 (11766.1)
Build Info: IDEFrameworks-11766001000000000~5
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Xcode [1478]
User ID: 501
Date/Time: 2017-01-06 16:24:45.369 +0800
OS Version: Mac OS X 10.11.6 (15G1212)
Report Version: 11
Anonymous UUID: A7D6D50D-A3D3-32EF-A3FC-160E5195E461
Time Awake Since Boot: 3000 seconds
System Integrity Protection: enabled
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
有没有人有同样的问题?
答案 0 :(得分:0)
lldb中存在一个最近修复的竞争条件错误 - 应该会在下一个官方工具版本中显示 - 可能导致调试器关闭崩溃。虽然没有看到崩溃的线程,但很难判断它是否可能是这些崩溃之一。