-
Notifications
You must be signed in to change notification settings - Fork 159
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
Assert failure in lab_wlr_scene_output_commit() #1667
Comments
Thanks, it asserts on In case this is something that happens again, you can patch The proper solution is likely to create the scene_output in |
I see the same line |
We could remove the logging but can't really fix the error. We just react to frame events by the backend and commit the new state, there is not much more we can do. I am feeling sligthly uncomfortable changing the scene output stuff (e.g. the original issue) at this stage in the dev cycle. I'll propose a PR fix later that simply disables the |
Also reduce log spam from failed output commits that can happen for various reasons outside of our control. Fixes: labwc#1667
I don't think I can reproduce this, and it's not quite with the latest commit (I was running 11b6836), but I think it's best to report it if it helps.
After doing some display manipulation (scaling etc. via wlr-output-management), I switched to my X11 session in tty 7, then back to my Wayland session in tty 3 labwc crashed:
I have a bunch of this error in the logs a bit before that, but if it's related it's not a systematic cause, as I seem to get these errors every time I switch between my X11 and Wayland sessions:
The text was updated successfully, but these errors were encountered: