Ongeveer eenmaal per dag crasht mijn iMac waarna een BSD-error verschijnt ivm Bluetooth, Google Chrome of PHPStorm. Als developer gebruik ik de laatste twee zeer intensief. In de Switch hebben ze de harde schijf vervangen, die faulty zou zijn, maar de error is er weer sinds gisteren. Iemand enig idee wat hiervan de oorzaak kan zijn?
Het error report ziet er als volgt uit:
Het error report ziet er als volgt uit:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
| *** Panic Report *** panic(cpu 1 caller 0xffffff8025817cc2): Kernel trap at 0xffffff802545c2b0, type 14=page fault, registers: CR0: 0x000000008001003b, CR2: 0xffffff802545c2b0, CR3: 0x00000002da4d706c, CR4: 0x00000000000606e0 RAX: 0xffffff7fa6adb740, RBX: 0xffffff803eb3ab80, RCX: 0xffffff7fa6adb740, RDX: 0x0000000000000859 RSP: 0xffffff8036a72838, RBP: 0xffffff8036a72860, RSI: 0x000059cffdd0e827, RDI: 0xffffff803eb3ab80 R8: 0x0000000000000001, R9: 0xffffff8036a72a60, R10: 0x0000000000001000, R11: 0x0000000000000000 R12: 0xffffff803f1bd6d0, R13: 0xffffff803f1bd600, R14: 0x000059cffdd0e827, R15: 0x0000000000000000 RFL: 0x0000000000010286, RIP: 0xffffff802545c2b0, CS: 0x0000000000000008, SS: 0x0000000000000000 Fault CR2: 0xffffff802545c2b0, Error code: 0x0000000000000010, Fault CPU: 0x1 Backtrace (CPU 1), Frame : Return Address 0xffffff8036a724e0 : 0xffffff802572bda1 0xffffff8036a72560 : 0xffffff8025817cc2 0xffffff8036a72720 : 0xffffff8025834b73 0xffffff8036a72740 : 0xffffff802545c2b0 0xffffff8036a72860 : 0xffffff7fa6ad39a4 0xffffff8036a72880 : 0xffffff7fa6ad3897 0xffffff8036a728b0 : 0xffffff7fa6acba3e 0xffffff8036a728f0 : 0xffffff7fa6ac70a2 0xffffff8036a72920 : 0xffffff7fa6ac6a3d 0xffffff8036a72960 : 0xffffff7fa6ace30b 0xffffff8036a729f0 : 0xffffff7fa5e4bf11 0xffffff8036a72a40 : 0xffffff7fa5e4e5fc 0xffffff8036a72aa0 : 0xffffff7fa5e54063 0xffffff8036a72b70 : 0xffffff802598151d 0xffffff8036a72bd0 : 0xffffff8025927ed3 0xffffff8036a72d20 : 0xffffff80259348fe 0xffffff8036a72eb0 : 0xffffff8025936e80 0xffffff8036a73070 : 0xffffff80259331a2 0xffffff8036a73330 : 0xffffff8025b3f5f8 0xffffff8036a733c0 : 0xffffff8025b69af6 0xffffff8036a734b0 : 0xffffff80259722b4 0xffffff8036a73520 : 0xffffff7fa7702d0e 0xffffff8036a73580 : 0xffffff7fa7703186 0xffffff8036a73680 : 0xffffff7fa7702666 0xffffff8036a737e0 : 0xffffff802598bfec 0xffffff8036a73830 : 0xffffff8025989973 0xffffff8036a738e0 : 0xffffff8025b44986 0xffffff8036a739c0 : 0xffffff8025c440c2 0xffffff8036a73ad0 : 0xffffff802578b098 0xffffff8036a73b20 : 0xffffff802578a1e3 0xffffff8036a73b60 : 0xffffff802579572b 0xffffff8036a73d10 : 0xffffff8025799aa3 0xffffff8036a73f20 : 0xffffff8025818224 0xffffff8036a73fb0 : 0xffffff8025834a85 Kernel Extensions in backtrace: com.apple.iokit.IOStorageFamily(2.0)[76E50D45-C97B-3ED1-97C5-94E6E0EB4514]@0xffffff7fa5e47000->0xffffff7fa5e6cfff com.apple.iokit.IOAHCIBlockStorage(2.7.1)[64B4AB40-D377-3647-9F74-F8CE2DA94FA1]@0xffffff7fa6ac5000->0xffffff7fa6adcfff dependency: com.apple.iokit.IOAHCIFamily(2.7.5)[DAF0353B-16D5-385A-A0F3-FD5CF3BA07F2]@0xffffff7fa6a92000 dependency: com.apple.iokit.IOStorageFamily(2.0)[76E50D45-C97B-3ED1-97C5-94E6E0EB4514]@0xffffff7fa5e47000 com.apple.AppleFSCompression.AppleFSCompressionTypeZlib(1.0d1)[5389DEBD-1DC6-34DD-BA01-43C197A57EDD]@0xffffff7fa7701000->0xffffff7fa7705fff BSD process name corresponding to current thread: phpstorm Mac OS version: 14D136 Kernel version: Darwin Kernel Version 14.3.0: Mon Mar 23 11:59:05 PDT 2015; root:xnu-2782.20.48~5/RELEASE_X86_64 Kernel UUID: 4B3A11F4-77AA-3D27-A22D-81A1BC5B504D Kernel slide: 0x0000000025400000 Kernel text base: 0xffffff8025600000 __HIB text base: 0xffffff8025500000 System model name: iMac12,2 (Mac-942B59F58194171B) System uptime in nanoseconds: 98719851555690 last loaded kext at 75644577231006: com.apple.driver.AppleUSBCDC 4.3.3b1 (addr 0xffffff7fa85ca000, size 20480) last unloaded kext at 75704600560337: com.apple.driver.AppleUSBCDC 4.3.3b1 (addr 0xffffff7fa85ca000, size 16384) loaded kexts: org.virtualbox.kext.VBoxNetAdp 4.3.26 org.virtualbox.kext.VBoxNetFlt 4.3.26 org.virtualbox.kext.VBoxUSB 4.3.26 org.virtualbox.kext.VBoxDrv 4.3.26 com.apple.filesystems.smbfs 3.0.1 com.apple.driver.AppleHWSensor 1.9.5d0 com.apple.driver.AppleBluetoothMultitouch 85.3 com.apple.driver.AudioAUUC 1.70 com.apple.filesystems.autofs 3.0 com.apple.driver.AGPM 110.19.5 com.apple.iokit.IOBluetoothSerialManager 4.3.4f4 com.apple.driver.AppleOSXWatchdog 1 com.apple.driver.AppleMikeyHIDDriver 124 com.apple.driver.AppleUpstreamUserClient 3.6.1 com.apple.kext.AMDFramebuffer 1.3.2 com.apple.iokit.IOUserEthernet 1.0.1 com.apple.Dont_Steal_Mac_OS_X 7.0.0 com.apple.driver.AppleIntelHD3000Graphics 10.0.0 com.apple.AMDRadeonX3000 1.3.2 com.apple.driver.AppleHWAccess 1 com.apple.driver.AppleThunderboltIP 2.0.2 com.apple.driver.AppleHDA 272.18 com.apple.driver.AppleHV 1 com.apple.driver.AppleMikeyDriver 272.18 com.apple.driver.ACPI_SMC_PlatformPlugin 1.0.0 com.apple.driver.AppleIntelSlowAdaptiveClocking 4.0.0 com.apple.driver.AppleBacklight 170.7.4 com.apple.driver.AppleMCCSControl 1.2.11 com.apple.kext.AMD6000Controller 1.3.2 com.apple.driver.AppleLPC 1.7.3 com.apple.driver.AppleSMCLMU 2.0.7d0 com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.3.4f4 com.apple.driver.AppleSMCPDRC 1.0.0 com.apple.driver.AppleIntelSNBGraphicsFB 10.0.0 com.apple.iokit.SCSITaskUserClient 3.7.5 com.apple.driver.AppleUSBCardReader 3.5.5 com.apple.driver.AppleIRController 327.5 com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1 com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1 com.apple.BootCache 36 com.apple.driver.XsanFilter 404 com.apple.iokit.IOAHCIBlockStorage 2.7.1 com.apple.driver.AppleUSBHub 705.4.2 com.apple.driver.AirPort.Atheros40 700.74.5 com.apple.driver.AppleFWOHCI 5.5.2 com.apple.iokit.AppleBCM5701Ethernet 10.1.3 com.apple.driver.AppleAHCIPort 3.1.2 com.apple.driver.AppleUSBEHCI 705.4.14 com.apple.driver.AppleACPIButtons 3.1 com.apple.driver.AppleRTC 2.0 com.apple.driver.AppleHPET 1.8 com.apple.driver.AppleSMBIOS 2.1 com.apple.driver.AppleACPIEC 3.1 com.apple.driver.AppleAPIC 1.7 com.apple.driver.AppleIntelCPUPowerManagementClient 218.0.0 com.apple.nke.applicationfirewall 161 com.apple.security.quarantine 3 com.apple.security.TMSafetyNet 8 com.apple.driver.AppleIntelCPUPowerManagement 218.0.0 com.apple.driver.IOBluetoothHIDDriver 4.3.4f4 com.apple.driver.AppleMultitouchDriver 263.9.1 com.apple.kext.triggers 1.0 com.apple.iokit.IOSerialFamily 11 com.apple.iokit.IOSurface 97.4 com.apple.iokit.IOAcceleratorFamily2 156.14 com.apple.driver.DspFuncLib 272.18 com.apple.kext.OSvKernDSPLib 1.15 com.apple.driver.AppleThunderboltEDMSink 4.0.2 com.apple.driver.IOPlatformPluginLegacy 1.0.0 com.apple.iokit.IOSlowAdaptiveClockingFamily 1.0.0 com.apple.driver.AppleBacklightExpert 1.1.0 com.apple.iokit.IONDRVSupport 2.4.1 com.apple.kext.AMDSupport 1.3.2 com.apple.AppleGraphicsDeviceControl 3.10.22 com.apple.iokit.IOFireWireIP 2.2.6 com.apple.driver.AppleSMC 3.1.9 com.apple.driver.AppleSMBusController 1.0.13d1 com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.3.4f4 com.apple.iokit.IOBluetoothFamily 4.3.4f4 com.apple.driver.IOPlatformPluginFamily 5.9.1d7 com.apple.iokit.IOUSBUserClient 705.4.0 com.apple.driver.AppleHDAController 272.18 com.apple.iokit.IOHDAFamily 272.18 com.apple.iokit.IOAudioFamily 203.3 com.apple.vecLib.kext 1.2.0 com.apple.driver.AppleSMBusPCI 1.0.12d1 com.apple.iokit.IOGraphicsFamily 2.4.1 com.apple.driver.AppleUSBHIDKeyboard 176.2 com.apple.driver.AppleHIDKeyboard 176.2 com.apple.iokit.IOSCSIMultimediaCommandsDevice 3.7.5 com.apple.iokit.IOBDStorageFamily 1.7 com.apple.iokit.IODVDStorageFamily 1.7.1 com.apple.iokit.IOCDStorageFamily 1.7.1 com.apple.iokit.IOAHCISerialATAPI 2.6.1 com.apple.iokit.IOSCSIBlockCommandsDevice 3.7.5 com.apple.iokit.IOUSBMassStorageClass 3.7.2 com.apple.iokit.IOSCSIArchitectureModelFamily 3.7.5 com.apple.iokit.IOUSBHIDDriver 705.4.0 com.apple.driver.AppleUSBMergeNub 705.4.0 com.apple.driver.AppleUSBComposite 705.4.9 com.apple.driver.AppleThunderboltDPInAdapter 4.0.6 com.apple.driver.AppleThunderboltDPOutAdapter 4.0.6 com.apple.driver.AppleThunderboltDPAdapterFamily 4.0.6 com.apple.driver.AppleThunderboltPCIDownAdapter 2.0.2 com.apple.driver.AppleThunderboltNHI 3.1.7 com.apple.iokit.IOThunderboltFamily 4.2.2 com.apple.iokit.IO80211Family 730.60 com.apple.iokit.IOFireWireFamily 4.5.6 com.apple.iokit.IOEthernetAVBController 1.0.3b3 com.apple.driver.mDNSOffloadUserClient 1.0.1b8 com.apple.iokit.IONetworkingFamily 3.2 com.apple.iokit.IOAHCIFamily 2.7.5 com.apple.iokit.IOUSBFamily 720.4.4 com.apple.driver.AppleEFINVRAM 2.0 com.apple.driver.AppleEFIRuntime 2.0 com.apple.iokit.IOHIDFamily 2.0.0 com.apple.iokit.IOSMBusFamily 1.1 com.apple.security.sandbox 300.0 com.apple.kext.AppleMatch 1.0.0d1 com.apple.driver.AppleKeyStore 2 com.apple.driver.AppleMobileFileIntegrity 1.0.5 com.apple.driver.AppleCredentialManager 1.0 com.apple.driver.DiskImages 396 com.apple.iokit.IOStorageFamily 2.0 com.apple.iokit.IOReportFamily 31 com.apple.driver.AppleFDEKeyStore 28.30 com.apple.driver.AppleACPIPlatform 3.1 com.apple.iokit.IOPCIFamily 2.9 com.apple.iokit.IOACPIFamily 1.4 com.apple.kec.corecrypto 1.0 com.apple.kec.Libm 1 com.apple.kec.pthread 1 |