-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Indicator crashes occasionally #366
Comments
Hi,
If you want print some values you can use Also please remember, to see changes you made to the Indicator, you have to restart the Wingpanel. |
Indicator watches for the app to appear on DBus and only then reveals itself. So maybe it's the app that is crushing? |
I have the situation that monitor crashes regularly on one of my systems. It seem to happen under high CPU load (100%). I started it with
The coredump with stack trace looks like this:
Is that helpful? You might be able to reproduce it by creating load using stress-ng. I'm able to reproduce it by playing 6 youtube video at the same time. Other systems should be able to handle that. Here the situation when the crash happened: https://youtu.be/gQRpygZcBB0?si=9w0IuGfiObkCylqr&t=158 This seem to be a bug in monitor since other programs don't crash in such situations and it would be helpful to have it for debugging. |
In stack trace it mentions |
Running on elementary OS 7.1.
Indicator occasionally closes on its own, and I can't stably reproduce it, but it seems to me that it's more frequent when there is a lot of CPU load.
I can help reproduce and log this issue (and even fix it if the bug is obvious), but I'm not sure where to start with collecting logs (the last statement of README just logs a couple of lines and then returns, it doesn't keep logging), especially if the wingpanel indicator has its own separate logs somewhere.
The text was updated successfully, but these errors were encountered: