-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Crash when downloading logs from element desktop #6480
Comments
Please provide a stack trace. You can do so by compiling from source, reproducing the crash and then running Here are some instructions to compile from source: https://github.com/swaywm/sway/wiki/Development-Setup#compiling-as-a-subproject |
I'm having a bit of trouble here: I cloned, built, ran as instructed, but there is no dump. I tried running sway with and without
|
Here's a backtrace:
Arch Linux, sway 1.6.1, wlroots 0.14.1. |
I updated the comment to include wlroots debugging info (and to fix a paste fail). |
It looks like the container title is a huge 8kB string:
|
Element dumps its log(s) into a zip and handles that as a base64 string. That could be the string you mention? |
Yes, probably. Don't ask me how it ends up in a window title though. |
I want to remark that it crashes not only in Xwayland, but also wayland native ( |
The code does this
I guess something at some point uses the |
Closing as a duplicate. Please re-open if the mentioned pull request doesn't fix it. |
Please fill out the following:
Sway Version:
1.6.1
Debug Log:
Downloading logs crashes swaywm element-hq/element-web#18509 (comment)
Configuration File:
default/empty
Stack Trace:
copying from Downloading logs crashes swaywm element-hq/element-web#18509
The text was updated successfully, but these errors were encountered: