Based on your EtreCheck report, the kernel panics are not pointing to a traditional hardware panic such as memory corruption, CPU faults, or GPU hangs directly. These are “userspace watchdog timeout” panics, which typically occur when a critical macOS process becomes completely unresponsive for an extended period of time. On a 2017 Intel Mac, this commonly correlates with severe disk latency, failing storage hardware, GPU instability, corrupted macOS components, third-party kernel/system extensions, or excessive system resource exhaustion.
The two processes involved here are especially important:
logd timeout
The macOS logging subsystem stopped responding for over 120 seconds. This often indicates underlying storage I/O problems because logging continuously writes to disk. This can also occur from filesystem corruption, failing SSD/NVMe components, or severe OS-level hangs.
WindowServer timeout
The graphical interface subsystem froze. Common causes include GPU acceleration issues, external display problems, corrupted graphics settings, insufficient free storage, or runaway third-party software causing the UI to stall.
Okay, with that said, here are a few things you may want to check out:
Verify Available Storage
Ensure at least 15–20% free disk space is available on the internal SSD.
Run Disk Utility
Boot into macOS Recovery and run First Aid on all APFS containers and volumes.
Check SSD Health
Review SMART status and storage performance using any/all of the following:
- DriveDx
- smartmontools
- Apple Diagnostics
Test in Safe Mode
Booting into Safe Mode disables many third-party services and clears certain system caches. If performance improves or panics stop, third-party software is likely involved ... and, if that is the case you will want to carefully review any third-party software you have installed on your Mac.
Disconnect External Peripherals
Temporarily disconnect external monitors, docks, USB hubs, and storage devices to rule out GPU or I/O related hangs.
Check Activity Monitor
Look for processes consuming excessive CPU, RAM, or disk activity prior to freezes.
Hardware Considerations
If the system continues experiencing watchdog panics after software remediation, the internal SSD or logic board should be considered suspect, especially given the age of the hardware.