-
-
Notifications
You must be signed in to change notification settings - Fork 2.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
Instability on Windows 7 #7512
Comments
Potentially maybe related: #7507 |
Same here, though it seems to basically happen randomly too. |
I've reproduced this crash (although just the instructions above didn't do it - I'm unsure what did in the end). This is presumably a regression in Electron 3. Trying to find out more... |
Unfortunately I am on a different platform entirely and can not help reproduce this issue. I submitted this bug on behalf of another user of my homeserver. He claims that the crash is most consistent when he hears a notification on riot and then tabs/switches focus back to the app. It does happen randomly but seems to happen more consistently when receiving image events. The user has an older os, Windows 7 sp1. It is possible that this is the same electron issue you mentioned but it behaves differently on the older version of Windows. I have noticed a slight lag on my system when trying to reproduce the issue. I am running the same version of the desktop app but have Mac 10.10.5 running. It is difficult to explain and does not leave a noticeable log.. but it is like the app hesitates when switching focus to view a message. It does seem like this might be the same issue as #7507 I can have more users submit logs when they encounter this issue if it helps. |
Hello, |
I've finally managed to get the electron debug symbols and track this down: electron is NPEing when we try to dismiss a notification. |
Upstream bug: electron/electron#15251 |
They are to suppress notifications that don't want to be shown in addition to each other. This makes no sense for our notifications: they're each for independent messages. Also settings tags on notifications makes electron crash on windows when you close the notif, as per #7512
Updated version with workaround now available as v0.17.1 |
They are to suppress notifications that don't want to be shown in addition to each other. This makes no sense for our notifications: they're each for independent messages. Also settings tags on notifications makes electron crash on windows when you close the notif, as per #7512
Hi, my colleague had also massive problems with 0.17 and reverted to an older (0.16.5) version back. He tried now the 0.17.1 version and instead of just a crashing Riot, the whole Windows7 had a problem, because of a massive ram usage with more than 5GB from Riot. |
You should open a new issue for 0.17.1 about the memory leak and post logs. It is likely a separate issue as this issue has been resolved. I mean it could be a result of this fix, I don’t know. Really should be a new issue though as this one is closed. |
Description
Riot becomes unresponsive after normal use on windows 7. Creating issue on behalf of user @CacMac
Steps to reproduce
Possible issue with image event lazy loading and windows 7 sp1
Log: sent
Version information
Platform: Desktop
OS: Windows 7 SP1
Version: 0.17.0
The text was updated successfully, but these errors were encountered: