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

launch failed on ubuntu: Failed to load node library(error: libatomic.so.1: cannot open shared object file: No such file or directory) #1607

Open
zmcui opened this issue Mar 3, 2022 · 1 comment

Comments

@zmcui
Copy link

zmcui commented Mar 3, 2022

terminal log message as below:

[67291:67291:0303/133733.327434:FATAL:nw_content_renderer_hooks.cc(53)] Failed to load node library (error: libatomic.so.1: cannot open shared object file: No such file or directory)
#0 0x7f91f7d94693 (/home/zongmincui/Downloads/lib/libnw.so+0x575d692)
#1 0x7f91f7da856e (/home/zongmincui/Downloads/lib/libnw.so+0x577156d)
#2 0x7f91fcc9d565 (/home/zongmincui/Downloads/lib/libnw.so+0xa666564)
#3 0x7f91fcd03f42 (/home/zongmincui/Downloads/lib/libnw.so+0xa6ccf41)
#4 0x7f91f7900f76 (/home/zongmincui/Downloads/lib/libnw.so+0x52c9f75)
#5 0x7f91f78fe6a6 (/home/zongmincui/Downloads/lib/libnw.so+0x52c76a5)
#6 0x7f91f78ff21b (/home/zongmincui/Downloads/lib/libnw.so+0x52c821a)
#7 0x7f91f465e0e6 ChromeMain
#8 0x7f91f24160b3 __libc_start_main
Crash keys:
"switch-22" = "--user-data-dir=/home/zongmincui/.config/storywriter"
"switch-21" = "--disable-devtools"
"switch-20" = "--enable-node-worker"
"switch-19" = "--enable-crashpad"
"switch-18" = "--shared-files=v8_context_snapshot_data:100"
"switch-17" = "--renderer-client-id=5"
"switch-16" = "--enable-main-frame-before-activation"
"switch-15" = "--num-raster-threads=4"
"switch-14" = "--lang=en-US"
"switch-13" = "--field-trial-handle=309277492549295629,1179596846636915837,1310"
"switch-12" = "--no-zygote"
"switch-11" = "--enable-node-worker"
"switch-10" = "--no-sandbox"
"switch-9" = "--change-stack-guard-on-fork=enable"
"switch-8" = "--display-capture-permissions-policy-allowed"
"switch-7" = "--extension-process"
"switch-6" = "--nwjs"
"switch-5" = "--nwapp-path=/tmp/.io.nwjs.KeAuJE"
"switch-4" = "--user-data-dir=/home/zongmincui/.config/storywriter"
"switch-3" = "--enable-crash-reporter=,"
"switch-2" = "--crashpad-handler-pid=67243"
"switch-1" = "--enable-crashpad"
"num-switches" = "23"
"osarch" = "x86_64"
"pid" = "67291"
"ptype" = "renderer"

[67701:67701:0303/133933.191319:ERROR:sandbox_linux.cc(378)] InitializeSandbox() called with multiple threads in process gpu-process.
[67669:67684:0303/133936.185610:ERROR:chrome_browser_main_extra_parts_metrics.cc(226)] crbug.com/1216328: Checking Bluetooth availability started. Please report if there is no report that this ends.
[67669:67684:0303/133936.185688:ERROR:chrome_browser_main_extra_parts_metrics.cc(229)] crbug.com/1216328: Checking Bluetooth availability ended.
[67669:67684:0303/133936.185719:ERROR:chrome_browser_main_extra_parts_metrics.cc(232)] crbug.com/1216328: Checking default browser status started. Please report if there is no report that this ends.
[67669:67684:0303/133936.196161:ERROR:chrome_browser_main_extra_parts_metrics.cc(236)] crbug.com/1216328: Checking default browser status ended.
[67705:67709:0303/133936.606830:ERROR:cert_verify_proc_builtin.cc(599)] No net_fetcher for performing AIA chasing.
[67705:67709:0303/133938.411577:ERROR:cert_verify_proc_builtin.cc(599)] No net_fetcher for performing AIA chasing.
[67705:67709:0303/134033.558503:ERROR:cert_verify_proc_builtin.cc(599)] No net_fetcher for performing AIA chasing.
[67705:67713:0303/134033.558601:ERROR:cert_verify_proc_builtin.cc(599)] No net_fetcher for performing AIA chasing.
Opening in existing browser session.
[68147:68147:0100/000000.392632:ERROR:sandbox_linux.cc(377)] InitializeSandbox() called with multiple threads in process gpu-process.
[0303/134425.973633:ERROR:crash_handler.cc(101)] Detected GWP-ASan crash for allocation at 0x940d3475000 (malloc) of type heap-buffer-underflow
Received signal 11 SEGV_ACCERR 0940d3474ff8

@suziwen
Copy link
Owner

suziwen commented Mar 6, 2022

try to install libatomic1 manually

apt-get install libatomic1

nwjs/nw.js#7213

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

No branches or pull requests

2 participants