-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
window watcher crashes on Chrome Task Manager window #27
Comments
Oh, that's not good at all. I seem to not be able to reproduce though, not sure why. I am currently on my debian machine though, can try on my arch linux machine later today (you are also
xprop details
aw-watcher-window.log
It's odd that it crashes though, when looking at the code the exception is supposed to be handled:
In this case "appname" and "title" should just be sent as "unknown" and is not supposed to crash. Can you reproduce this directly in your terminal without aw-qt and see if there's some more information in stdout/stderr? The |
Nope ! I can reproduce, but not in terminal, lol. I killed aw-qt, started aw-watcher-window, and went to that window, and it doesn't crash anymore. It does [WARN] like crazy though :
I get 3 of these per second so long as said window is active. It stops when I focus other windows. ... then, I close the terminal, open the task manager, and it pops-up (=crash) again. Related #22 I tried again because this seems crazy but the same happens : while the terminal window is open, the watcher doesn't crash, only shoots warnings when task manager is focused, and when I close the terminal and focus task manager, then the watcher crashes. The "show details" panel gets populated with the unclear branch warnings :
|
So it seems this is a known problem, described here and here on SO. Basically the watcher (/aw-qt) tries to print to stdout (I think I changed the above to
and got the traceback :
Indeed, if I comment out the line |
Any reason this hasn't been fixed? |
@ym1234 Personally I can't fix it because I can't reproduce it. Are you experiencing the issue? |
Opening chrome's task manager (shortcut : Shift-Escape), a pop-up appears stating :
Details are
Pressing "restarting" in the notification popup only makes it crash again (with the same details), for so long as the active window is chrome's task manager. If I restart the watcher with an other window being active, it restarts fine and is stable. And crashes right again as soon as the task manager becomes active again (as my mouse goes over
it, as focus follows mouse in my awesome wm).
xprop details
The text was updated successfully, but these errors were encountered: