-
-
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
Stuck on "making app single instance" in Linux Mint #3576
Comments
I have the same issue on Debian 10 Buster. Checked debian kernel: [ 234.040302] traps: signal-desktop[2684] trap int3 ip:557292d658c5 sp:7ffe61708550 error:0 in signal-desktop[557290de8000+531e000] After downgrading to |
@kibrovic Sadly i can't even begin to imagine what that would mean. Is there a way to start it more verbosely or debug it? |
I managed to solve my problem. Steps~$ signal-desktop --verbose
[16488:0913/165205.767249:FATAL:setuid_sandbox_host.cc(157)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /opt/Signal/chrome-sandbox is owned by root and has mode 4755.
Trace/breakpoint trap Turns out, my ~$ sudo chmod 4755 /opt/Signal/chrome-sandbox Hope it helps. Don't know why I didn't try verbose earlier -_- |
Okay, so this is a duplicate to #3536 |
That's when it stops. It just seems to wait for something? |
What it's trying to do at that point is look for other instances of Signal Desktop currently running. If it finds any, it will stop initializing and send a message to that other instance to focus itself. It appears that the underlying mechanism used to find that other instance is causing problems? |
@scottnonnenberg I wish i could help more with this, but frankly i do not know what could possibly be causing this. |
Update: The snap version of signal-desktop seems to work just fine, even at the newest version. |
Going back to your |
@scottnonnenberg-signal The complete output was around 5000 lines. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been closed due to inactivity. |
Bug Description
Since the last update, Signal fails to start:
I tried starting it with sudo, same result.
Steps to Reproduce
Start signal
Actual Result:
Signal fails to start
Expected Result:
Signal starts normally
Platform Info
Signal Version:
I can not start the app, so i can't know for sure, but i installed the latest update yesterday.
apt-cache reports:
Operating System:
Linux Mint 19.2 Cinnamon
Kernel 5.1.3-050103-generic
The text was updated successfully, but these errors were encountered: