-
-
Notifications
You must be signed in to change notification settings - Fork 169
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
xpra server crashed with BadWindow error #3928
Comments
This is usually the sign of a bug in xpra.
You should be able to just run
This is the default.
This is harmless and will be silenced.
We take crasher bugs very seriously, so I went through the pain of registering, downloading and then finding that "settings" dialog. Differences:
You may want to try a different OS or a different xpra version. XPRA_X11_DEBUG_EVENTS="*" xpra start :12 --bind-tcp=0.0.0.0:9006 --webcam=no --microphone=disabled --speaker=disabled --debug all |
Hi @totaam thanks for the quick response, unfortunately when turning on the logs I can't reproduce the issue, timing issue perhaps? In the meantime I'll keep the logs on as workaround, and if it does crash I'll post the logs here. |
Sounds like it.
Performance will be dreadful with full debug enabled. |
We have the exact same issue using a commercial fluid dynamics solver running on our RHEL 8.7 server with xpra 4.4.6. The crash is not deterministicqlly reproducible, but it happens within a few minutes every time. We will test the logging workaround until newer packages become available (5.x for RHEL). |
@KondorIstvan v5 has been released and packages are available. |
@totaam I am aware of the release but RHEL & AlmaLinux repos provide only v4.4.6 for now. Btw, the debug options did not help, I still got a crash. Log file attached. |
There are 5.0 builds for all RHEL clones now. TILs:
Does the crash go away if you run with |
v5.0 fixed our crashes with this error! |
There's a good chance that this bug was the same as #3822 All older branches still have this bug, including 3.1.x (now EOL) and all 4.x releases. |
Describe the bug
I've been trying out xpra for 2 weeks now, and I've got pretty consistent crash when closing dialog in Jetbrains Rider
To Reproduce
Steps to reproduce the behavior:
server command
xpra start :12 --bind-tcp=0.0.0.0:9006 --resize-display=yes --webcam=no --microphone=disabled --speaker=disabled
client command
none, I'm using the GUI session launcher
specific action to trigger the bug
opening and closing Jetbrain Rider Settings dialog
System Information (please complete the following information):
xpra v4.4.6-r29
xpra v4.4.6 revision 29
Additional context
Here's the server log after the crash
When this happens, I usually run
xpra list
on the server, waiting until the session is cleaned up,and re run the start command above, then I can get back to what everything was before the crash.
The text was updated successfully, but these errors were encountered: