我在我的Mac上安装了Android Studio(Macbook Pro,2017年8月,OSX 10.12.4),然后启动,创建了一个hello world项目并创建了一个AVD(Android虚拟设备,Nexus 5)来运行我的项目
当我尝试在模拟器上运行我的项目(按下播放按钮)或尝试启动模拟器时,错误显示。
这是堆栈跟踪的开始:
Process: qemu-system-i386 [5779]
Path: /Users/USER/Library/Android/*/qemu-system-i386
Identifier: qemu-system-i386
Version: 0
Code Type: X86-64 (Native)
Parent Process: studio [4683]
Responsible: qemu-system-i386 [5779]
User ID: 502
Date/Time: 2017-08-22 13:20:02.612 +0100
OS Version: Mac OS X 10.12.4 (16E195)
Report Version: 12
Anonymous UUID: A816A6BA-C97F-6831-E59F-1431A005F23C
Sleep/Wake UUID: 48F2FC89-DF11-4A13-ACEB-E81AF10174B0
Time Awake Since Boot: 15000 seconds
Time Since Wake: 7900 seconds
System Integrity Protection: enabled
Crashed Thread: 4
Exception Type: EXC_CRASH (SIGILL)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Termination Signal: Illegal instruction: 4
Termination Reason: Namespace SIGNAL, Code 0x4
Terminating Process: qemu-system-i386 [5779]
这是完整的堆栈跟踪:https://pastebin.com/raw/Btt2igX4
答案 0 :(得分:5)
禁用/卸载CylancePROTECT为我解决了这个问题。
sudo launchctl remove com.cylance.agent_service
同样的软件也阻止我编写go程序。
一些内存保护是问题的根源。以下是CylancePROTECT微调的相关文章,可以解决完全卸载软件的问题:runtime: bsdthread_register fatal error (CylancePROTECT)
答案 1 :(得分:2)