-
-
Notifications
You must be signed in to change notification settings - Fork 6.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
Signal repeatly crash #8519
Comments
I found another error with logcat:
|
after reinstalling signal with restore backup, it work again ok |
Looks like a normal phone-number +421XXXXXXXXX was being mis-recognized as a groupchat uuid for some reason?
Here is the java code which was being called...
|
Same here:
Bug DescriptionSignal crashes 2-3 Sec. after app start Steps to Reproducedon't know how to reproduce ;) Platform InfoDevice : Sony H3113 (H3113) Link to Debug Log
https://debuglogs.org/590f3821eb515fe04875f5399aee7cc712a6ce15b17beccf91764d7fa5e25c24 |
Think the important part is: **Not group: +*********33 (in my case) I have only one persons with this telephone number... I sent several messages via desktop client back and forth. And try "Restart encryption" ... At some point the App crash was gone. But I can't remember exactly when. |
From the debuglog posted by @jedie it looks like the "Not group" exception kept re-trying for hours and hours ... 42 retries is a lot when there is an unhandled exception every time:
There was a string of (probably not directly related) DuplicateMessageException logs ==
This error though, 'Receiver not registered' during a keepalive attempt, is one I have never seen in a debuglog thus far ==
There is an open bug-report about 'Receiver not registered' and non-GApps ROMs over at #8402 ... likely that is what Jedie is experiencing methinks, running LineageOS per their debuglog:
|
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Bug description
Repeatly crash
Steps to reproduce
som messages didn't sent, after few hours I delete those messages and it begin crash
Actual result: crash
Expected result: not crash
Device info
Device: Lenovo Moto G5S+
Android version: 8.1.0
Signal version: 4.31.6
Link to debug log
01-09 19:39:55.678 13713 13828 W RetrieveProfileAvatarJob: null 01-09 19:39:55.678 13713 13828 W RetrieveProfileAvatarJob: org.whispersystems.signalservice.api.push.exceptions.NonSuccessfulResponseCodeException: Response: Response{protocol=h2, code=403, message=, url=https://cdn.signal.org/profiles/GoiQP6-7TE6WIHZn-ZT89g} 01-09 19:39:55.678 13713 13828 W RetrieveProfileAvatarJob: at org.whispersystems.signalservice.internal.push.PushServiceSocket.downloadFromCdn(PushServiceSocket.java:692) 01-09 19:39:55.678 13713 13828 W RetrieveProfileAvatarJob: at org.whispersystems.signalservice.internal.push.PushServiceSocket.retrieveProfileAvatar(PushServiceSocket.java:410) 01-09 19:39:55.678 13713 13828 W RetrieveProfileAvatarJob: at org.whispersystems.signalservice.api.SignalServiceMessageReceiver.retrieveProfileAvatar(SignalServiceMessageReceiver.java:114) 01-09 19:39:55.678 13713 13828 W RetrieveProfileAvatarJob: at org.thoughtcrime.securesms.jobs.RetrieveProfileAvatarJob.onRun(RetrieveProfileAvatarJob.java:99) 01-09 19:39:55.678 13713 13828 W RetrieveProfileAvatarJob: at org.thoughtcrime.securesms.jobmanager.Job.doWorkInternal(Job.java:99) 01-09 19:39:55.678 13713 13828 W RetrieveProfileAvatarJob: at org.thoughtcrime.securesms.jobmanager.Job.doWork(Job.java:65) 01-09 19:39:55.678 13713 13828 W RetrieveProfileAvatarJob: at androidx.work.Worker$1.run(Worker.java:57) 01-09 19:39:55.678 13713 13828 W RetrieveProfileAvatarJob: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162) 01-09 19:39:55.678 13713 13828 W RetrieveProfileAvatarJob: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636) 01-09 19:39:55.678 13713 13828 W RetrieveProfileAvatarJob: at java.lang.Thread.run(Thread.java:764) 01-09 19:39:55.679 13713 13828 W Job : [f5d7e892-d34e-424c-87f7-9bd61f99e0ca] RetrieveProfileAvatarJob :: Failing due to an exception. (Time since submission: 860 ms, Run attempt: 0, isStopped: false) 01-09 19:39:55.679 13713 13828 W Job : org.whispersystems.signalservice.api.push.exceptions.NonSuccessfulResponseCodeException: Response: Response{protocol=h2, code=403, message=, url=https://cdn.signal.org/profiles/GoiQP6-7TE6WIHZn-ZT89g} 01-09 19:39:55.679 13713 13828 W Job : at org.whispersystems.signalservice.internal.push.PushServiceSocket.downloadFromCdn(PushServiceSocket.java:692) 01-09 19:39:55.679 13713 13828 W Job : at org.whispersystems.signalservice.internal.push.PushServiceSocket.retrieveProfileAvatar(PushServiceSocket.java:410) 01-09 19:39:55.679 13713 13828 W Job : at org.whispersystems.signalservice.api.SignalServiceMessageReceiver.retrieveProfileAvatar(SignalServiceMessageReceiver.java:114) 01-09 19:39:55.679 13713 13828 W Job : at org.thoughtcrime.securesms.jobs.RetrieveProfileAvatarJob.onRun(RetrieveProfileAvatarJob.java:99) 01-09 19:39:55.679 13713 13828 W Job : at org.thoughtcrime.securesms.jobmanager.Job.doWorkInternal(Job.java:99) 01-09 19:39:55.679 13713 13828 W Job : at org.thoughtcrime.securesms.jobmanager.Job.doWork(Job.java:65) 01-09 19:39:55.679 13713 13828 W Job : at androidx.work.Worker$1.run(Worker.java:57) 01-09 19:39:55.679 13713 13828 W Job : at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162) 01-09 19:39:55.679 13713 13828 W Job : at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636) 01-09 19:39:55.679 13713 13828 W Job : at java.lang.Thread.run(Thread.java:764) 0
The text was updated successfully, but these errors were encountered: