-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Render process is gone #7100
Comments
Hi @kornelshakh, sorry this is happening! A debug log after this crash happens would be super helpful to diagnose what's going on. Can you compress your |
Hello @trevor-signal, here is the compressed logs.zip folder. I would appreciate if you could look into this issue, this has caused major inconvenience for my day-to-day life, thank you! |
It looks like you have a lot (like over a million) pending tasks in your database that are likely processing delivery receipts, and we're running out of memory trying to load them all. We can and should stop loading them all at once, and we might need to be more aggressive about deleting them, hopefully we can get you a fix soon. |
@kornelshakh I don't know for certain, but just something to try in case it gets things working for you again. If you keep restarting the app for a total of 5+ times, it may clear out all of the old tasks that's causing your crashes. (We only attempt to run these tasks 5 times before we delete them, so I'm hoping you can force them to get deleted) |
@jamiebuilds-signal Hello, the crash is still happening even after 5+ restarts. Nothing works other than reinstalling it completely which is hassle to do every time I want to use the app. Hopefully there will be a solution for this, thank you. |
Using a supported version?
Overall summary
This is happening to me since the last few Signal updates.
If I uninstall Signal and install it again, it will work for as long as I don't close Signal/turn off PC.
If I use Signal on phone while it's not running on desktop it will cause this crash loop eventually.
The same issue is on all my desktop devices that have Signal installed, same for my friends.
Crash log:
Error: Reason: crashed, Exit Code: 134
at App. ([REDACTED]\app\global_errors.js:94:7)
at App.emit (node:events:519:28)
at WebContents. (node:electron/js2c/browser_init:2:87687)
at WebContents.emit (node:events:519:28)
App Version: 7.33.0
OS: win32
Steps to reproduce
Expected result
Should load Signal and not crash.
Actual result
Will show the loading screen for few minutes, then freeze, and then after some time crash.
Screenshots
No response
Signal version
7.33.0
Operating system
Windows 11
Version of Signal on your phone
No response
Link to debug log
No response
The text was updated successfully, but these errors were encountered: