-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Electron app crashes during WebRTC calls #12341
Comments
I can confirm riot-desktop crashes after 1-5 minutes with the same message during a video chat. This seems to be caused by some update within the last day or so. UPDATE: |
Downgrading glibc fixes the issue. Will try again tomorrow with glibc 2.31 and electron 8.0.0 |
Upgrading to electron 8.0.0 seems to fix the issue. |
I'm on also on Arch with the latest electron (8.1.1) and getting this error. Should I downgrade electron to (8.0.0)? Or does yours work with the latest? A |
* Update `@vector-im/compound-design-tokens` in package.json (element-hq#12339) * Change 'type' prop on badges to 'forceDot' (element-hq#12327) * Change 'type' prop on badges tio 'forceDot' Which, hopefully, better represents what it actually does. Tidies up some of the logic. Split out from matrix-org/matrix-react-sdk#12254 * Missed a file * More comments * Oops, there is no count here. * Back out the logic refactor of StatelessNotificationBadge because it was also updating the logic for mark as unread badges and rewriting the ternary to the previous logic would be quite complex. * Fix doc comment Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> * Clarify doc on displaying the count * Update doc for the forceDot param here too. --------- Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> * [Backport staging] Update `@vector-im/compound-design-tokens` in package.json (element-hq#12340) (cherry picked from commit e3ba643) Co-authored-by: Florian Duros <florianduros@element.io> * Fix the image view (element-hq#12341) * TAC: Fix hover state when expanded (element-hq#12337) * Fix TAC hover state * Add playwright test * Update playwright snapshot after last compound style changes * v3.95.0-rc.0 * v3.95.0 * Reset matrix-js-sdk back to develop branch * TAC: Order rooms by most recent after notification level (element-hq#12329) * Order room by thread timestamp * Fix key errors in test * Update jest snapshots * Update snapshots * Rename alpha/beta to numbers * Add playwright test * Replace forceCount prop with hideIfDot (element-hq#12344) This replaces the `forceCount` prop on room badge components with `hideIfDot` which hopefully gives a better idea of what it does, since forceCount did not really force a count. Also remove the prop where it was just passing the default value anyway. --------- Co-authored-by: Florian Duros <florianduros@element.io> Co-authored-by: David Baker <dbkr@users.noreply.github.com> Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Co-authored-by: ElementRobot <releases@riot.im> Co-authored-by: Robin <robin@robin.town>
Description
Describe here the problem that you are experiencing, or the feature you are requesting.
Steps to reproduce
This happens consistently on my machine with the same error message.
stdout
:Version information
Electron desktop app:
I have recently updated
glibc
from2.30
to2.31
linux
from5.5.2
to5.5.3
.gcc
from9.2.0
to9.2.1
I would not be surprised if this were an electron bug.
The text was updated successfully, but these errors were encountered: