You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a notebook connected to an external monitor. With hyprland-0.42.0, sometimes when the LID is open, waybar crashes. I analyzed the crash log and suspect it is caused by accessing bar instances that have already been destroyed. Therefore, I added some logs, which confirmed my suspicion:
This might be same issue to #3400, but I'm unsure. I can confirm that this has been resolved in my fork, so I have chosen to create a new issue for it.
Perhaps @K4R7IK can assist in applying my patch and testing it out.
The text was updated successfully, but these errors were encountered:
After debugging some more found, I found that the crash was due the mpris module. After removing the module the crashing stopped. Maybe try disabling any modules you suspected.
Also @yangyingchao , I can't help you test the patch as I have switched to windows due to corporate reasons.
Steps to reproduce:
I have a notebook connected to an external monitor. With hyprland-0.42.0, sometimes when the LID is open, waybar crashes. I analyzed the crash log and suspect it is caused by accessing bar instances that have already been destroyed. Therefore, I added some logs, which confirmed my suspicion:
But this does not happen everytime...
This might be same issue to #3400, but I'm unsure. I can confirm that this has been resolved in my fork, so I have chosen to create a new issue for it.
Perhaps @K4R7IK can assist in applying my patch and testing it out.
The text was updated successfully, but these errors were encountered: