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

Linux: Crash when clicking Help/About after update, before restart #6888

Closed
2 tasks done
bugith opened this issue May 27, 2024 · 5 comments
Closed
2 tasks done

Linux: Crash when clicking Help/About after update, before restart #6888

bugith opened this issue May 27, 2024 · 5 comments

Comments

@bugith
Copy link

bugith commented May 27, 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

Crash on Help/About after updates

Steps to reproduce

  1. Update
  2. Click Help/About

Expected result

Show version

Actual result

Crash

Screenshots

No response

Signal version

7.10

Operating system

Ubuntu 22.04 w. wayland

Version of Signal on your phone

No response

Link to debug log

No response

@scottnonnenberg-signal
Copy link
Contributor

Would you be open to using the --enable-crash-reports command-line option, and the submitting your crash data (included in your debug log) once the crash happens again? We'd like to see the details of what's going on!

@bugith
Copy link
Author

bugith commented Jun 24, 2024

Since v713 I get this when I click "Help" after update :

typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : typeof define === 'function' && define.amd ? define(['exports'], factory) : (global = global || self, factory(global.ReactIs = {})); }(this, (function (exports) { 'use strict'; // The Symbol used to tag the ReactElement-like types. If there is no native Symbol // nor polyfill, then a plain number is used for performance. var hasSymbol = typeof Symbol === 'function' && Symbol.for; var REACT_ELEMENT_TYPE = hasSymbol ? Symbol.for('react.element') : 0xeac7; var REACT_PORTAL_TYPE = hasSymbol ? Symbol.for('react.portal') : 0xeaca; var REACT_FRAGMENT_TYPE = hasSymbol ? Symbol.for('react.fragment') : 0xeacb; var REACT_STRICT_MODE_TYPE = hasSymbol ? Symbol.for('react.strict_mode') : 0xeacc; var

@ayumi-signal
Copy link
Contributor

@bugith Sorry for the issue, and thanks for the additional info. It's strange that you're seeing that.

On Linux immediately after updating via apt then the app may behave unexpectedly -- for example clicking links can cause the app to close. Is it possible you're experiencing a similar issue, and is it fixed after restarting the app? Debug logs would also help us to diagnose (View Menu -> Debug Log).

@bugith
Copy link
Author

bugith commented Jun 24, 2024

Yes, it's fixed after app restart. In previous versions clicking "Help" made the app crash, also fixed after restart. Now it doesn't crash anymore but still require restart to show the release number.
Sorry I was not precise enough : the issue happens on click "Help/About", not only "Help".

@scottnonnenberg-signal scottnonnenberg-signal changed the title Crash Linux: Crash when clicking Help/About after update, before restart Jun 24, 2024
@scottnonnenberg-signal
Copy link
Contributor

Okay, this looks like it's an expected behavior for now. If you update Signal Desktop via your package manager while running, various behaviors will cause a crash. Clicking a link, opening a new sub-window, and so on.

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

No branches or pull requests

3 participants