The Wayback Machine - https://web.archive.org/web/20220506122535/https://github.com/atom/atom/issues/25098
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

Fresh install of atom 1.60.0 crashes on Fedora Linux 35 (Workstation Edition) #25098

Open
1 task done
pshanks01 opened this issue Apr 4, 2022 · 2 comments
Open
1 task done

Comments

@pshanks01
Copy link

@pshanks01 pshanks01 commented Apr 4, 2022

Prerequisites

Description

atom launches (empty window appears) and then crashes immediately with the following output to ~/.atom/nohup.out

[222940:0404/145510.496703:FATAL:gpu_data_manager_impl_private.cc(439)] GPU process isn't usable. Goodbye.
--2022-04-04 14:55:10-- https://atom.io/crash_reports
Resolving atom.io (atom.io)... 52.202.168.65, 54.237.133.81, 54.161.241.46, ...
Connecting to atom.io (atom.io)|52.202.168.65|:443... connected.
HTTP request sent, awaiting response... 204 No Content
2022-04-04 14:55:12 (0.00 B/s) - ‘/dev/fd/4’ saved [0]

Unexpected crash report id length
Failed to get crash dump id.
Report Id:
--2022-04-04 14:55:12-- https://atom.io/crash_reports
Resolving atom.io (atom.io)... 52.202.168.65, 54.237.133.81, 54.161.241.46, ...
Connecting to atom.io (atom.io)|52.202.168.65|:443... connected.
HTTP request sent, awaiting response... 204 No Content
2022-04-04 14:55:13 (0.00 B/s) - ‘/dev/fd/4’ saved [0]

Unexpected crash report id length
Failed to get crash dump id.
Report Id:

Steps to Reproduce

  1. install atom from RPM file (sudo rpm -i ./atom.x86_64.rpm)
  2. atom --version
    Atom : 1.60.0
    Electron: 9.4.4
    Chrome : 83.0.4103.122
    Node : 12.14.1
  3. launch atom from command line -- see nohup.out for results

Expected behavior:

atom gui appears and is functional

Actual behavior:

Window appears and disappears again.

Reproduces how often:

100%, consistent

Versions

atom --version
Atom : 1.60.0
Electron: 9.4.4
Chrome : 83.0.4103.122
Node : 12.14.1

Desktop version info:
Fedora Linux 35 (Workstation Edition)
GNOME 41.5
X11 windowing system
Processor: Intel® Core™ i7-8700T CPU @ 2.40GHz × 12
Graphics: NVIDIA Corporation GP107GL [Quadro P620]

Additional Info:
free -h
total used free shared buff/cache available
Mem: 31Gi 7.7Gi 7.5Gi 219Mi 16Gi 22Gi
Swap: 8.0Gi 849Mi 7.2Gi

Additional Information

Tried all troubleshooting steps, and crash behavior is unchanged.

@pshanks01
Copy link
Author

@pshanks01 pshanks01 commented Apr 4, 2022

$ atom --safe
$ /usr/bin/atom: line 195: 229234 Illegal instruction (core dumped) nohup "$ATOM_PATH" --executed-from="$(pwd)" --pid=$$ "$@" > "$ATOM_HOME/nohup.out" 2>&1
(node:229307) Electron: Loading non-context-aware native module in renderer: '/usr/share/atom/resources/app.asar.unpacked/node_modules/superstring/build/Release/superstring.node'. This is deprecated, see electron/electron#18397.
(node:229307) Electron: Loading non-context-aware native module in renderer: '/usr/share/atom/resources/app.asar.unpacked/node_modules/oniguruma/build/Release/onig_scanner.node'. This is deprecated, see electron/electron#18397.
(node:229307) Electron: Loading non-context-aware native module in renderer: '/usr/share/atom/resources/app.asar.unpacked/node_modules/tree-sitter-c/build/Release/tree_sitter_c_binding.node'. This is deprecated, see electron/electron#18397.
(node:229307) Electron: Loading non-context-aware native module in renderer: '/usr/share/atom/resources/app.asar.unpacked/node_modules/tree-sitter-cpp/build/Release/tree_sitter_cpp_binding.node'. This is deprecated, see electron/electron#18397.
(node:229307) Electron: Loading non-context-aware native module in renderer: '/usr/share/atom/resources/app.asar.unpacked/node_modules/tree-sitter-css/build/Release/tree_sitter_css_binding.node'. This is deprecated, see electron/electron#18397.
(node:229307) Electron: Loading non-context-aware native module in renderer: '/usr/share/atom/resources/app.asar.unpacked/node_modules/tree-sitter-go/build/Release/tree_sitter_go_binding.node'. This is deprecated, see electron/electron#18397.
(node:229307) Electron: Loading non-context-aware native module in renderer: '/usr/share/atom/resources/app.asar.unpacked/node_modules/tree-sitter-embedded-template/build/Release/tree_sitter_embedded_template_binding.node'. This is deprecated, see electron/electron#18397.
(node:229307) Electron: Loading non-context-aware native module in renderer: '/usr/share/atom/resources/app.asar.unpacked/node_modules/tree-sitter-html/build/Release/tree_sitter_html_binding.node'. This is deprecated, see electron/electron#18397.
[229234:0404/152055.668980:FATAL:gpu_data_manager_impl_private.cc(439)] GPU process isn't usable. Goodbye.
--2022-04-04 15:20:55-- https://atom.io/crash_reports
Resolving atom.io (atom.io)... 18.205.222.128, 54.161.241.46, 54.237.133.81, ...
Connecting to atom.io (atom.io)|18.205.222.128|:443... connected.
HTTP request sent, awaiting response... 204 No Content
2022-04-04 15:20:57 (0.00 B/s) - ‘/dev/fd/4’ saved [0]

Unexpected crash report id length
Failed to get crash dump id.
Report Id:
--2022-04-04 15:20:57-- https://atom.io/crash_reports
Resolving atom.io (atom.io)... 18.205.222.128, 54.237.133.81, 52.202.168.65, ...
Connecting to atom.io (atom.io)|18.205.222.128|:443... connected.
HTTP request sent, awaiting response... 204 No Content
2022-04-04 15:20:58 (0.00 B/s) - ‘/dev/fd/4’ saved [0]

@pshanks01
Copy link
Author

@pshanks01 pshanks01 commented Apr 5, 2022

Further research suggests that this is a problem with Electron or one of its dependencies. But since it affects atom, it may be worth the atom devs chasing it down.
Launching with "atom --in-process-gpu" is a temporary workaround.

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