Skip to content
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

Element Desktop window turns white after scrolling up in chat history #20813

Closed
ginkel opened this issue Jan 31, 2022 · 4 comments
Closed

Element Desktop window turns white after scrolling up in chat history #20813

ginkel opened this issue Jan 31, 2022 · 4 comments

Comments

@ginkel
Copy link

ginkel commented Jan 31, 2022

Steps to reproduce

  1. Open an arbitrary DM chat session
  2. Use the mouse wheel to scroll through the history
  3. The Element Desktop window freezes for a moment and then turns white:

image

  1. When the Dev Tools window is open during the crash, the following message is displayed:

image

No errors are displayed on the console. Running Element Desktop under gdb does not yield any core dump when the crash happens.

The error still occurs after starting from scratch with an empty config dir. The error also happens when (forward-)scrolling through the settings.

Outcome

What did you expect?

I can scroll back in the chat's history.

What happened instead?

Element Desktop turns white.

Operating system

Arch Linux w/ X.org and KDE Plasma

Application version

1.9.9

How did you install the app?

Arch package element-desktop

Homeserver

No response

Will you send logs?

Yes

@t3chguy
Copy link
Member

t3chguy commented Jan 31, 2022

This is likely specific to the community maintained Arch package as there haven't been reports on the deb

@ginkel
Copy link
Author

ginkel commented Jan 31, 2022

Seems this is caused by Electron: https://bugs.archlinux.org/task/73518

Updating right now. Will report back whether this is fixed.

@t3chguy
Copy link
Member

t3chguy commented Jan 31, 2022

Element is not rated for Electron 16, its dependency is listed as 13.5 on latest stable release https://github.com/vector-im/element-desktop/blob/master/package.json#L64

electron13 version 13.6.8-1 suffers from the same issue. Downgrading to the previous version (13.6.7-1) also fixes the crash

@ginkel
Copy link
Author

ginkel commented Jan 31, 2022

Updating electron13 to the version w/o -fstack-clash-protection actually solved the problem. Sorry for the noise...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants