Skip to content
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

Crash on startup: 7.19.0 on Ubuntu 24.04, AMD RX6700, OSS Mesa drivers #6974

Open
2 tasks done
asknight1980 opened this issue Aug 11, 2024 · 3 comments
Open
2 tasks done

Comments

@asknight1980
Copy link

asknight1980 commented Aug 11, 2024

Using a supported version?

  • I have searched searched open and closed issues for duplicates.
  • I am using Signal-Desktop as provided by the Signal team, not a 3rd-party package.

Overall summary

After updating Signal, it refuses to start and gives exit_code=139
[90981:0811/015438.942327:FATAL:gpu_data_manager_impl_private.cc(449)] GPU process isn't usable. Goodbye.

Steps to reproduce

./signal-desktop

Expected result

Signal to actually start.

Actual result

Crashes with exit_code=139

Screenshots

Screenshot from 2024-08-11 01-57-35

Signal version

Can't open the app to access the about screen. It's the latest, assuming 7.19.0

Operating system

Ubuntu 24.04

Version of Signal on your phone

No response

Link to debug log

The debug log isn't accessible since the app doesn't start. Chromium latest works fine. Electron fiddle does not work. AMD RX6700 with open source Mesa drivers and AMD ROCm 6.2 that works fine for it's intended compute workloads and GUI acceleration. --no-gpu doesn't work. --disable-gpu doesn't work. --disable-gpu-sandbox doesn't work. --in-process-gpu --use-gl=desktop doesn't work.

{"level":40,"time":"2024-08-11T07:10:38.632Z","msg":"MainSQL: Database log code=283: recovered 720 frames from WAL file [REDACTED]/sql/db.sqlite-wal"}
{"level":30,"time":"2024-08-11T07:10:38.636Z","msg":"MainSQL: updateSchema:\n  Current user_version: 1130;\n  Most recent db schema: 1130;\n  SQLite version: 3.42.0;\n  SQLCipher version: 4.5.5 community;\n  (deprecated) schema_version: 487;\n"}
Cannot find target for triple amdgcn-- Unable to find target for this triple (no targets are registered)
[99441:0811/021038.796323:ERROR:gpu_process_host.cc(1002)] GPU process exited unexpectedly: exit_code=139
Cannot find target for triple amdgcn-- Unable to find target for this triple (no targets are registered)
{"level":30,"time":"2024-08-11T07:10:38.930Z","msg":"got fast theme-setting value system"}
[99441:0811/021038.942510:ERROR:gpu_process_host.cc(1002)] GPU process exited unexpectedly: exit_code=139
Cannot find target for triple amdgcn-- Unable to find target for this triple (no targets are registered)
[99441:0811/021039.049590:ERROR:gpu_process_host.cc(1002)] GPU process exited unexpectedly: exit_code=139
Cannot find target for triple amdgcn-- Unable to find target for this triple (no targets are registered)
[99441:0811/021039.157304:ERROR:gpu_process_host.cc(1002)] GPU process exited unexpectedly: exit_code=139
Cannot find target for triple amdgcn-- Unable to find target for this triple (no targets are registered)
[99441:0811/021039.264769:ERROR:gpu_process_host.cc(1002)] GPU process exited unexpectedly: exit_code=139
[99441:0811/021039.264787:FATAL:gpu_data_manager_impl_private.cc(449)] GPU process isn't usable. Goodbye.
@scottnonnenberg-signal
Copy link
Contributor

This looks like a duplicate of #6855

The workaround in that issue is this: #6855 (comment)

sudo apt remove mesa-va-drivers

@scottnonnenberg-signal
Copy link
Contributor

Please let us know if that works for you!

@scottnonnenberg-signal scottnonnenberg-signal changed the title Signal updated to latest, now it crashes on startup. Crash on startup: 7.19.0 on Ubuntu 24.04, AMD RX6700, OSS Mesa drivers Aug 11, 2024
@asknight1980
Copy link
Author

Please let us know if that works for you!

I'll do that tomorrow as a test run to see if that is the issue, but I will not be able to leave those drivers uninstalled because I use the va drivers heavily for compute and encoding projects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants