Sporadic system crashes while sketchybar is running #400
tanordheim
started this conversation in
General
Replies: 1 comment 2 replies
-
That is very interesting. In principle no application with user permissions should be able to provoke such a crash, such that this could either point to a hardware problem or an actual security problem in apples os software. What you could try is a biscect of the commit history. I have recently changed some of the code interfacing with the os, so going back, lets say to v2.15.x, would be an interesting experiment. I am not able to access to repo you have linked, is it private maybe? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I'm experiencing some sporadic panics/crashes of macOS while sketchybar is running that I'm struggling to track down. I'm running the latest macOS Ventura (13.5.2), sketchybar v2.16.3. The system is also running yabai v5.0.8, with SIP disabled according to their docs. I wanted to post here instead of creating an issue, as I'm not confident sketchybar is the actual problem here, I am mostly looking for input/help on figuring out how to triage this.
These crashes happen almost daily, and often in conjunction with the machine going to sleep; its often rebooted after I come back from lunch for example. I have tried re-enabling SIP without that having any effect, I've tried the default/example sketchybar config from this repository, and so on but the crashes keeps on happening with the same frequency. Not running sketchybar removes those crashes completely, system goes from crashing daily to running stable for weeks. My current config + a captured panic log can be found at https://github.com/tanordheim/sketchybar-crash.
What makes me a bit uncertain on what the problem here is, is that the panic trace is a bit confusing - and doesn't mention sketchybar at all. When the crashes happen, its always core 0 crashing, and the task that panics is
logd
:Has anybody else ever experienced this in any way? I couldn't find anything in the issue tracker, the discussions or on the internet in general about this which very strongly indicates it's a problem on my system and not with sketchybar in general. But the fact that these crashes only happen when sketchybar is running makes this a decent place to start digging I guess.
Beta Was this translation helpful? Give feedback.
All reactions