Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reboots my macbook m1 #44

Open
JacobDel opened this issue May 30, 2024 · 0 comments
Open

Reboots my macbook m1 #44

JacobDel opened this issue May 30, 2024 · 0 comments

Comments

@JacobDel
Copy link

I'm programming a Xiao Sense.
Uploading sketches is fine most of the time.
However, it's the second time in 10min that uploading a sketch hard crashed my macbook (see error below)

platformio.ini

[env:xiao_ble_sense]

platform = nordicnrf52
board = xiao_ble_sense
framework = arduino
monitor_speed = 115200

error:

panic(cpu 2 caller 0xfffffe0027575f88): Kernel data abort. at pc 0xfffffe002893ddcc, lr 0xebc87e002893de08 (saved state: 0xfffffe8414da7420)
	  x0:  0x0000000000000000 x1:  0xfffffe002a4cc040  x2:  0xfffffe1b32e36080  x3:  0x00000000000000e0
	  x4:  0xfffffe1b32e36100 x5:  0x0000000000000000  x6:  0xfffffe002632e690  x7:  0xffffffffffffffff
	  x8:  0x0000000000000000 x9:  0xfffffe20000e2fb0  x10: 0x0000000000000b60  x11: 0x0000000000004001
	  x12: 0x0000002000000000 x13: 0xfffffe002a4c2000  x14: 0x0000000000000020  x15: 0xfffffe002a4c2000
	  x16: 0xfffffe002632e0c8 x17: 0x1ba6fe002632e0c8  x18: 0x0000000000000000  x19: 0xfffffe24ce2f2060
	  x20: 0xfffffe8414da7838 x21: 0xfffffe24ce2f2060  x22: 0x0000000000000000  x23: 0x0000000000000001
	  x24: 0xd78b7e00288d0cf4 x25: 0x0000000000000000  x26: 0xfffffe8414da78ee  x27: 0xfffffe1667839950
	  x28: 0xfffffe1fffe33a88 fp:  0xfffffe8414da77f0  lr:  0xebc87e002893de08  sp:  0xfffffe8414da7770
	  pc:  0xfffffe002893ddcc cpsr: 0x80401208         esr: 0x96000005          far: 0x0000000000000000

Debugger message: panic
Memory ID: 0x1
OS release type: User
OS version: 23E224
Kernel version: Darwin Kernel Version 23.4.0: Fri Mar 15 00:10:42 PDT 2024; root:xnu-10063.101.17~1/RELEASE_ARM64_T6000
Fileset Kernelcache UUID: 9EC7FBEFD78CA9C9BCFBF3637BA3DB70
Kernel UUID: 52F71D8C-FEDF-3A4B-9B6B-8463C5251B20
Boot session UUID: 2527621C-6B75-45B6-AE08-DB29703694E3
iBoot version: iBoot-10151.101.3
secure boot?: YES
roots installed: 0
Paniclog version: 14
KernelCache slide: 0x000000001e7b4000
KernelCache base:  0xfffffe00257b8000
Kernel slide:      0x000000001e7bc000
Kernel text base:  0xfffffe00257c0000
Kernel text exec slide: 0x000000001fcec000
Kernel text exec base:  0xfffffe0026cf0000
mach_absolute_time: 0xa3151e97d
Epoch Time:        sec       usec
  Boot    : 0x6657be06 0x0005fa87
  Sleep   : 0x6657c162 0x0001d0a0
  Wake    : 0x6657c365 0x00001c72
  Calendar: 0x6657c722 0x000a7c19

Zone info:
  Zone map: 0xfffffe10006e4000 - 0xfffffe30006e4000
  . VM    : 0xfffffe10006e4000 - 0xfffffe14cd3b0000
  . RO    : 0xfffffe14cd3b0000 - 0xfffffe1666d48000
  . GEN0  : 0xfffffe1666d48000 - 0xfffffe1b33a14000
  . GEN1  : 0xfffffe1b33a14000 - 0xfffffe20006e0000
  . GEN2  : 0xfffffe20006e0000 - 0xfffffe24cd3ac000
  . GEN3  : 0xfffffe24cd3ac000 - 0xfffffe299a078000
  . DATA  : 0xfffffe299a078000 - 0xfffffe30006e4000
  Metadata: 0xfffffe30366f4000 - 0xfffffe303e6f4000
  Bitmaps : 0xfffffe303e6f4000 - 0xfffffe30443dc000
  Extra   : 0 - 0

TPIDRx_ELy = {1: 0xfffffe29990c8800  0: 0x0000000000001002  0ro: 0x00000003063900e0 }
CORE 0 PVH locks held: None
CORE 1 PVH locks held: None
CORE 2 PVH locks held: None
CORE 3 PVH locks held: None
CORE 4 PVH locks held: None
CORE 5 PVH locks held: None
CORE 6 PVH locks held: None
CORE 7 PVH locks held: None
CORE 8 PVH locks held: None
CORE 9 PVH locks held: None
CORE 0: PC=0xfffffe00273cc6cc, LR=0xfffffe00273cc618, FP=0xfffffe8413b03600
CORE 1: PC=0xfffffe0026dc485c, LR=0xfffffe0026dc42c8, FP=0xfffffe8413deb890
CORE 2 is the one that panicked. Check the full backtrace for details.
CORE 3: PC=0xfffffe0026d858bc, LR=0xfffffe0026d858bc, FP=0xfffffe8414ac7ef0
CORE 4: PC=0xfffffe0026d858bc, LR=0xfffffe0026d858bc, FP=0xfffffe8414d3bef0
CORE 5: PC=0xfffffe0026d858bc, LR=0xfffffe0026d858bc, FP=0xfffffe8415187ef0
CORE 6: PC=0xfffffe0026d858bc, LR=0xfffffe0026d858bc, FP=0xfffffe8414b1bef0
CORE 7: PC=0xfffffe0026d858bc, LR=0xfffffe0026d858bc, FP=0xfffffe841519fef0
CORE 8: PC=0xfffffe0026d858bc, LR=0xfffffe0026d858bc, FP=0xfffffe84150d3ef0
CORE 9: PC=0xfffffe0026d858bc, LR=0xfffffe0026d858bc, FP=0xfffffe841455fef0
Compressor Info: 0% of compressed pages limit (OK) and 0% of segments limit (OK) with 0 swapfiles and OK swap space
Panicked task 0xfffffe24cba7e678: 16145 pages, 4 threads: pid 2921: python3
Panicked thread: 0xfffffe29990c8800, backtrace: 0xfffffe8414da6bb0, tid: 37832
		  lr: 0xfffffe0026d49f70  fp: 0xfffffe8414da6c40
		  lr: 0xfffffe0026e977d4  fp: 0xfffffe8414da6cb0
		  lr: 0xfffffe0026e95b48  fp: 0xfffffe8414da6d70
		  lr: 0xfffffe0026cf7ba8  fp: 0xfffffe8414da6d80
		  lr: 0xfffffe0026d4984c  fp: 0xfffffe8414da7130
		  lr: 0xfffffe002756b36c  fp: 0xfffffe8414da7150
		  lr: 0xfffffe0027575f88  fp: 0xfffffe8414da72d0
		  lr: 0xfffffe0026e975fc  fp: 0xfffffe8414da7340
		  lr: 0xfffffe0026e95d04  fp: 0xfffffe8414da7400
		  lr: 0xfffffe0026cf7ba8  fp: 0xfffffe8414da7410
		  lr: 0xfffffe002893de08  fp: 0xfffffe8414da77f0
		  lr: 0xfffffe00288d0d6c  fp: 0xfffffe8414da7860
		  lr: 0xfffffe002746a314  fp: 0xfffffe8414da78d0
		  lr: 0xfffffe00288d0ca0  fp: 0xfffffe8414da7900
		  lr: 0xfffffe002898f6e0  fp: 0xfffffe8414da7930
		  lr: 0xfffffe002956afac  fp: 0xfffffe8414da7970
		  lr: 0xfffffe0029566a64  fp: 0xfffffe8414da7a20
		  lr: 0xfffffe0026f746a8  fp: 0xfffffe8414da7a80
		  lr: 0xfffffe0026f658d8  fp: 0xfffffe8414da7ca0
		  lr: 0xfffffe0027217304  fp: 0xfffffe8414da7ce0
		  lr: 0xfffffe00272825c0  fp: 0xfffffe8414da7df0
		  lr: 0xfffffe002737dc30  fp: 0xfffffe8414da7e50
		  lr: 0xfffffe0026e95cb8  fp: 0xfffffe8414da7f10
		  lr: 0xfffffe0026cf7ba8  fp: 0xfffffe8414da7f20
		  lr: 0xfffffe0026cf7b70  fp: 0x0000000000000000
      Kernel Extensions in backtrace:
         com.apple.iokit.IOSerialFamily(11.0)[0398B8E1-C573-3238-B224-6A2A033A4A5B]@0xfffffe0029565810->0xfffffe002956da3f
         com.apple.driver.usb.cdc(5.0)[1EA780CE-A04B-36F9-9106-21E2797CFD0A]@0xfffffe002893c0e0->0xfffffe002893e4c3
            dependency: com.apple.driver.usb.AppleUSBHostCompositeDevice(1.2)[4E3D8BB0-E1FD-3D1A-A75B-62E6FFB9615A]@0xfffffe0029a0bac0->0xfffffe0029a0ffdb
            dependency: com.apple.driver.usb.networking(5.0.0)[F179BBBC-5AC2-37C4-ADED-95C68D59B1CB]@0xfffffe0028984370->0xfffffe0028986557
            dependency: com.apple.iokit.IOUSBHostFamily(1.2)[8E73FA69-C43E-38F7-811C-6D60B50D213B]@0xfffffe0029894040->0xfffffe002994644f
         com.apple.driver.usb.serial(6.0)[48C689E4-3887-3AF6-8A01-B2502BEFBC1F]@0xfffffe002898b6a0->0xfffffe0028991063
            dependency: com.apple.iokit.IOSerialFamily(11)[0398B8E1-C573-3238-B224-6A2A033A4A5B]@0xfffffe0029565810->0xfffffe002956da3f
            dependency: com.apple.iokit.IOUSBHostFamily(1.2)[8E73FA69-C43E-38F7-811C-6D60B50D213B]@0xfffffe0029894040->0xfffffe002994644f
         com.apple.driver.usb.cdc.acm(5.0)[A367A0C1-19FC-37D6-9B83-28AF9074A598]@0xfffffe00288cf440->0xfffffe00288d2203
            dependency: com.apple.driver.usb.AppleUSBHostCompositeDevice(1.2)[4E3D8BB0-E1FD-3D1A-A75B-62E6FFB9615A]@0xfffffe0029a0bac0->0xfffffe0029a0ffdb
            dependency: com.apple.driver.usb.cdc(5.0.0)[1EA780CE-A04B-36F9-9106-21E2797CFD0A]@0xfffffe002893c0e0->0xfffffe002893e4c3
            dependency: com.apple.driver.usb.networking(5.0.0)[F179BBBC-5AC2-37C4-ADED-95C68D59B1CB]@0xfffffe0028984370->0xfffffe0028986557
            dependency: com.apple.driver.usb.serial(6.0.0)[48C689E4-3887-3AF6-8A01-B2502BEFBC1F]@0xfffffe002898b6a0->0xfffffe0028991063
            dependency: com.apple.iokit.IOSerialFamily(11)[0398B8E1-C573-3238-B224-6A2A033A4A5B]@0xfffffe0029565810->0xfffffe002956da3f
            dependency: com.apple.iokit.IOUSBHostFamily(1.2)[8E73FA69-C43E-38F7-811C-6D60B50D213B]@0xfffffe0029894040->0xfffffe002994644f

last started kext at 941597297: com.apple.filesystems.autofs	3.0 (addr 0xfffffe00261b35e0, size 6069)
loaded kexts:
com.apple.filesystems.autofs	3.0
com.apple.iokit.SCSITaskUserClient	495
com.apple.driver.AppleUSBMassStorageInterfaceNub	556
com.apple.driver.usb.AppleUSBHostBillboardDevice	1.0
com.apple.driver.AppleTopCaseHIDEventDriver	7440.8
com.apple.driver.AppleBiometricServices	1
com.apple.driver.CoreKDL	1
com.apple.driver.DiskImages.ReadWriteDiskImage	493.0.0
com.apple.driver.DiskImages.UDIFDiskImage	493.0.0
com.apple.driver.DiskImages.RAMBackingStore	493.0.0
com.apple.driver.DiskImages.FileBackingStore	493.0.0
com.apple.driver.BCMWLANFirmware4387.Hashstore	1
com.apple.driver.SEPHibernation	1
com.apple.driver.AppleUSBDeviceNCM	5.0.0
com.apple.driver.AppleFileSystemDriver	3.0.1
com.apple.nke.l2tp	1.9
com.apple.filesystems.tmpfs	1
com.apple.filesystems.nfs	1
com.apple.filesystems.lifs	1
com.apple.filesystems.apfs	2236.101.1
com.apple.IOTextEncryptionFamily	1.0.0
com.apple.filesystems.hfs.kext	650.0.2
com.apple.security.BootPolicy	1
com.apple.BootCache	40
com.apple.AppleFSCompression.AppleFSCompressionTypeZlib	1.0.0
com.apple.AppleFSCompression.AppleFSCompressionTypeDataless	1.0.0d1
com.apple.driver.AppleSmartBatteryManager	161.0.0
com.apple.driver.AppleThunderboltIP	4.0.3
com.apple.driver.AppleALSColorSensor	1.0.0d1
com.apple.driver.AppleAOPVoiceTrigger	340.42
com.apple.driver.ApplePMP	1
com.apple.driver.AppleSmartIO2	1
com.apple.driver.AppleCS42L84Audio	740.41
com.apple.AppleEmbeddedSimpleSPINORFlasher	1
com.apple.driver.AppleSN012776Amp	740.41
com.apple.driver.AppleT6000SOCTuner	1
com.apple.driver.AppleT6000CLPCv3	1
com.apple.driver.ApplePMPFirmware	1
com.apple.driver.AppleDPDisplayTCON	1
com.apple.driver.AppleInterruptControllerV2	1.0.0d1
com.apple.driver.AppleProResHW	350.47.0
com.apple.driver.AppleJPEGDriver	6.6.2
com.apple.driver.AppleAVE2	760.23.1
com.apple.driver.AppleAVD	740
com.apple.AGXG13X	280.3.9
com.apple.driver.AppleMCDP29XXUpdateSupport	1
com.apple.driver.usb.AppleSynopsysUSB40XHCI	1
com.apple.driver.AppleEventLogHandler	1
com.apple.driver.AppleT6001PMGR	1
com.apple.driver.AppleS5L8960XNCO	1
com.apple.driver.AppleS8000DWI	1.0.0d1
com.apple.driver.AppleS8000AES	1
com.apple.driver.AppleSamsungSerial	1.0.0d1
com.apple.driver.AppleSerialShim	1
com.apple.driver.AppleMobileDispT600X-DCP	140.0
com.apple.driver.AppleT8110DART	1
com.apple.driver.AppleBluetoothModule	1
com.apple.driver.AppleBCMWLANBusInterfacePCIe	1
com.apple.driver.AppleS5L8920XPWM	1.0.0d1
com.apple.driver.AudioDMAController-T600x	340.58
com.apple.driver.AppleT6000DART	1
com.apple.driver.AppleSPIMC	1
com.apple.driver.AppleS5L8940XI2C	1.0.0d2
com.apple.driver.AppleT6000	1
com.apple.driver.AppleSDXC	3.5.1
com.apple.driver.AppleM68Buttons	1.0.0d1
com.apple.iokit.IOUserEthernet	1.0.1
com.apple.driver.usb.AppleUSBUserHCI	1
com.apple.iokit.IOKitRegistryCompatibility	1
com.apple.iokit.EndpointSecurity	1
com.apple.driver.AppleUIO	1
com.apple.driver.AppleDiskImages2	276.100.16
com.apple.AppleSystemPolicy	2.0.0
com.apple.nke.applicationfirewall	404
com.apple.kec.InvalidateHmac	1
com.apple.kec.AppleEncryptedArchive	1
com.apple.driver.driverkit.serial	6.0.0
com.apple.driver.usb.cdc.ncm	5.0.0
com.apple.driver.usb.cdc.ecm	5.0.0
com.apple.driver.usb.cdc.acm	5.0.0
com.apple.driver.usb.serial	6.0.0
com.apple.iokit.IOAVBFamily	1220.1
com.apple.driver.usb.IOUSBHostHIDDevice	1.2
com.apple.driver.usb.cdc	5.0.0
com.apple.driver.AppleUSBAudio	640.12
com.apple.iokit.IOAudioFamily	540.3
com.apple.vecLib.kext	1.2.0
com.apple.driver.AppleHIDKeyboard	7440.3
com.apple.driver.AppleHSBluetoothDriver	7440.8
com.apple.driver.IOBluetoothHIDDriver	9.0.0
com.apple.driver.AppleActuatorDriver	7440.9
com.apple.driver.AppleMultitouchDriver	7440.9
com.apple.driver.AppleMesaSEPDriver	100.99
com.apple.iokit.IOBiometricFamily	1
com.apple.driver.DiskImages.KernelBacked	493.0.0
com.apple.driver.AppleXsanScheme	3
com.apple.driver.AppleUVDMDriver	1.0.0
com.apple.driver.AppleUVDM	1.0.0
com.apple.driver.AppleSEPHDCPManager	1.0.1
com.apple.driver.AppleTrustedAccessory	1
com.apple.iokit.AppleSEPGenericTransfer	1
com.apple.driver.usb.networking	5.0.0
com.apple.nke.ppp	1.9
com.apple.driver.AppleBSDKextStarter	3
com.apple.kext.triggers	1.0
com.apple.filesystems.hfs.encodings.kext	1
com.apple.driver.AppleSyntheticGameController	11.4.11
com.apple.driver.AppleConvergedIPCOLYBTControl	1
com.apple.driver.AppleConvergedPCI	1
com.apple.driver.AppleBluetoothDebug	1
com.apple.driver.AppleBTM	1.0.1
com.apple.driver.IOHIDPowerSource	1
com.apple.driver.AppleCallbackPowerSource	1
com.apple.driver.AppleThunderboltPCIDownAdapter	4.1.1
com.apple.driver.AppleThunderboltUSBDownAdapter	1.0.4
com.apple.driver.AppleThunderboltDPInAdapter	8.5.1
com.apple.driver.AppleThunderboltDPAdapterFamily	8.5.1
com.apple.driver.AppleHIDTransportSPI	7440.1
com.apple.driver.AppleHIDTransport	7440.1
com.apple.driver.AppleInputDeviceSupport	7440.1
com.apple.driver.AppleAOPAudio	340.4
com.apple.plugin.IOgPTPPlugin	1240.15
com.apple.driver.AppleDCPDPTXProxy	1.0.0
com.apple.driver.DCPDPFamilyProxy	1
com.apple.driver.AppleCSEmbeddedAudio	740.41
com.apple.driver.AppleDiagnosticDataAccessReadOnly	1.0.0
com.apple.driver.AppleEmbeddedAudio	740.41
com.apple.iokit.AppleARMIISAudio	340.16
com.apple.driver.IISAudioIsolatedStreamECProxy	340.16
com.apple.driver.ExclavesAudioKext	1
com.apple.driver.ApplePassthroughPPM	3.0
com.apple.AGXFirmwareKextG13XRTBuddy	280.3.9
com.apple.AGXFirmwareKextRTBuddy64	280.3.9
com.apple.driver.AppleStockholmControl	1.0.0
com.apple.iokit.IONVMeFamily	2.1.0
com.apple.driver.AppleNANDConfigAccess	1.0.0
com.apple.driver.AppleSPMIPMU	1.0.1
com.apple.driver.AppleDialogPMU	1.0.1
com.apple.driver.AppleSPU	1
com.apple.driver.DCPAVFamilyProxy	1
com.apple.iokit.IOGPUFamily	93.40.3
com.apple.driver.AppleHPM	3.4.4
com.apple.driver.AppleUSBXDCIARM	1.0
com.apple.driver.AppleUSBXDCI	1.0
com.apple.iokit.IOUSBDeviceFamily	2.0.0
com.apple.driver.usb.AppleSynopsysUSBXHCI	1
com.apple.driver.usb.AppleUSBXHCI	1.2
com.apple.driver.AppleEmbeddedUSBHost	1
com.apple.driver.usb.AppleUSBHub	1.2
com.apple.driver.usb.AppleUSBHostCompositeDevice	1.2
com.apple.driver.AppleSART	1
com.apple.driver.AppleT6000TypeCPhy	1
com.apple.driver.AppleT8103TypeCPhy	1
com.apple.driver.AppleSPMI	1.0.1
com.apple.driver.ApplePMGR	1
com.apple.driver.AppleARMWatchdogTimer	1
com.apple.iokit.IOMobileGraphicsFamily-DCP	343.0.0
com.apple.iokit.IOMobileGraphicsFamily	343.0.0
com.apple.driver.AppleM2ScalerCSCDriver	265.0.0
com.apple.driver.AppleDCP	1
com.apple.driver.AppleFirmwareKit	1
com.apple.driver.AppleA7IOP-ASCWrap-v4	1.0.2
com.apple.driver.AppleA7IOP-M3Wrap-v2	1.0.2
com.apple.driver.AppleDisplayCrossbar	1.0.0
com.apple.iokit.IODisplayPortFamily	1.0.0
com.apple.driver.AppleTypeCPhy	1
com.apple.driver.AppleMobileApNonce	1
com.apple.driver.AppleThunderboltNHI	7.2.81
com.apple.driver.AppleT6000PCIeC	1
com.apple.iokit.IOThunderboltFamily	9.3.3
com.apple.iokit.IOPortFamily	1.0
com.apple.driver.ApplePIODMA	1
com.apple.driver.AppleT600xPCIe	1
com.apple.driver.AppleMultiFunctionManager	1
com.apple.driver.AppleBluetoothDebugService	1
com.apple.driver.AppleBCMWLANCore	1.0.0
com.apple.iokit.IO80211Family	1200.13.0
com.apple.driver.IOImageLoader	1.0.0
com.apple.driver.AppleOLYHAL	1
com.apple.driver.corecapture	1.0.4
com.apple.driver.AppleMCA2-T600x	840.3
com.apple.driver.AppleEmbeddedAudioLibs	340.8
com.apple.driver.AppleFirmwareUpdateKext	1
com.apple.driver.AppleH13CameraInterface	8.500.0
com.apple.driver.AppleGPIOICController	1.0.2
com.apple.driver.AppleFireStormErrorHandler	1
com.apple.driver.AppleEmbeddedPCIE	1
com.apple.driver.usb.AppleUSBHostPacketFilter	1.0
com.apple.iokit.IOTimeSyncFamily	1240.15
com.apple.driver.DiskImages	493.0.0
com.apple.iokit.IOGraphicsFamily	598
com.apple.iokit.IOBluetoothFamily	9.0.0
com.apple.driver.AppleSSE	1.0
com.apple.driver.AppleSEPKeyStore	2
com.apple.driver.AppleUSBTDM	556
com.apple.iokit.IOUSBMassStorageDriver	245
com.apple.iokit.IOPCIFamily	2.9
com.apple.iokit.IOUSBHostFamily	1.2
com.apple.driver.AppleUSBHostMergeProperties	1.2
com.apple.driver.usb.AppleUSBCommon	1.0
com.apple.driver.AppleSMC	3.1.9
com.apple.driver.RTBuddy	1.0.0
com.apple.driver.AppleEmbeddedTempSensor	1.0.0
com.apple.driver.AppleARMPMU	1.0
com.apple.iokit.IOAccessoryManager	1.0.0
com.apple.driver.AppleOnboardSerial	1.0
com.apple.iokit.IOSerialFamily	11
com.apple.iokit.IOSCSIBlockCommandsDevice	495
com.apple.iokit.IOSCSIArchitectureModelFamily	495
com.apple.driver.AppleRSMChannel	1
com.apple.iokit.IORSMFamily	1
com.apple.driver.AppleLockdownMode	1
com.apple.driver.AppleIPAppender	1.0
com.apple.iokit.IOSkywalkFamily	1.0
com.apple.driver.mDNSOffloadUserClient	1.0.1b8
com.apple.iokit.IONetworkingFamily	3.4
com.apple.driver.AppleFDEKeyStore	28.30
com.apple.driver.AppleEffaceableStorage	1.0
com.apple.driver.AppleCredentialManager	1.0
com.apple.driver.AppleSEPManager	1.0.1
com.apple.driver.AppleA7IOP	1.0.2
com.apple.driver.IOSlaveProcessor	1
com.apple.driver.AppleBiometricSensor	2
com.apple.iokit.IOHIDFamily	2.0.0
com.apple.driver.AppleANELoadBalancer	7.400.0
com.apple.driver.AppleH11ANEInterface	7.400.0
com.apple.driver.IODARTFamily	1
com.apple.AUC	1.0
com.apple.iokit.IOSurface	352.41.7
com.apple.iokit.IOAVFamily	1.0.0
com.apple.iokit.IOHDCPFamily	1.0.0
com.apple.iokit.IOCECFamily	1
com.apple.iokit.IOAudio2Family	1.0
com.apple.driver.AppleIISController	340.1
com.apple.driver.AppleAudioClockLibs	340.8
com.apple.driver.FairPlayIOKit	71.10.0
com.apple.driver.AppleARMPlatform	1.0.2
com.apple.iokit.IOSlowAdaptiveClockingFamily	1.0.0
com.apple.iokit.IOReportFamily	47
com.apple.security.quarantine	4
com.apple.security.sandbox	300.0
com.apple.iokit.IOStorageFamily	2.1
com.apple.kext.AppleMatch	1.0.0d1
com.apple.driver.AppleMobileFileIntegrity	1.0.5
com.apple.iokit.CoreAnalyticsFamily	1
com.apple.security.AppleImage4	6.3.0
com.apple.kext.CoreTrust	1
com.apple.iokit.IOCryptoAcceleratorFamily	1.0.1
com.apple.kec.pthread	1
com.apple.kec.Libm	1
com.apple.kec.Compression	1.0
com.apple.kec.corecrypto	14.0



** Stackshot Succeeded ** Bytes Traced 565788 (Uncompressed 1451904) **

@JacobDel JacobDel changed the title Crashing my macbook m1 Reboots my macbook m1 May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant