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

[Ubuntu] Crash on launch #60

Open
rizno opened this issue Jun 9, 2022 · 0 comments
Open

[Ubuntu] Crash on launch #60

rizno opened this issue Jun 9, 2022 · 0 comments

Comments

@rizno
Copy link

rizno commented Jun 9, 2022

Stacktrace:

[8867:8867:0609/210159.534592:FATAL:double_fork_and_exec.cc(131)] execv /home/vono/.local/CookieViz.2.3.0.linux.x64/chrome_crashpad_handler: Permission non accordée (13)
#0 0x7f094bec3213 (/home/vono/.local/CookieViz.2.3.0.linux.x64/lib/libnw.so+0x5aa1212)
#1 0x7f094bed6280 (/home/vono/.local/CookieViz.2.3.0.linux.x64/lib/libnw.so+0x5ab427f)
#2 0x7f094bed70ca (/home/vono/.local/CookieViz.2.3.0.linux.x64/lib/libnw.so+0x5ab50c9)
#3 0x7f094c9e477f (/home/vono/.local/CookieViz.2.3.0.linux.x64/lib/libnw.so+0x65c277e)
#4 0x7f094c9da940 (/home/vono/.local/CookieViz.2.3.0.linux.x64/lib/libnw.so+0x65b893f)
#5 0x7f094e1e39ec (/home/vono/.local/CookieViz.2.3.0.linux.x64/lib/libnw.so+0x7dc19eb)
#6 0x7f094e1dccce (/home/vono/.local/CookieViz.2.3.0.linux.x64/lib/libnw.so+0x7dbaccd)
#7 0x7f0948524bf0 (/home/vono/.local/CookieViz.2.3.0.linux.x64/lib/libnw.so+0x2102bef)
#8 0x7f094ba4eef6 (/home/vono/.local/CookieViz.2.3.0.linux.x64/lib/libnw.so+0x562cef5)
#9 0x7f094ba4d09f (/home/vono/.local/CookieViz.2.3.0.linux.x64/lib/libnw.so+0x562b09e)
#10 0x7f094ba4d20a (/home/vono/.local/CookieViz.2.3.0.linux.x64/lib/libnw.so+0x562b209)
#11 0x7f09485230ed (/home/vono/.local/CookieViz.2.3.0.linux.x64/lib/libnw.so+0x21010ec)
#12 0x7f09461ea083 (/lib/x86_64-linux-gnu/libc-2.31.so+0x24082)

^C

In the system logs:

juin 09 20:59:47 fixe kernel: traps: CookieViz[8359] trap int3 ip:7f3cdc2e8a30 sp:7fff7d2cc850 error:0 in libnw.so[7f3cd8934000+8bdf000]

strace (partial)

...
rt_sigaction(SIGPIPE, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f3cd67f9420}, NULL, 8) = 0
getpid()                                = 8357
rt_sigaction(SIGILL, {sa_handler=0x7f3cdc36de30, sa_mask=[], sa_flags=SA_RESTORER|SA_RESETHAND|SA_SIGINFO, sa_restorer=0x7f3cd67f9420}, NULL, 8) = 0
rt_sigaction(SIGABRT, {sa_handler=0x7f3cdc36de30, sa_mask=[], sa_flags=SA_RESTORER|SA_RESETHAND|SA_SIGINFO, sa_restorer=0x7f3cd67f9420}, NULL, 8) = 0
rt_sigaction(SIGFPE, {sa_handler=0x7f3cdc36de30, sa_mask=[], sa_flags=SA_RESTORER|SA_RESETHAND|SA_SIGINFO, sa_restorer=0x7f3cd67f9420}, NULL, 8) = 0
rt_sigaction(SIGBUS, {sa_handler=0x7f3cdc36de30, sa_mask=[], sa_flags=SA_RESTORER|SA_RESETHAND|SA_SIGINFO, sa_restorer=0x7f3cd67f9420}, NULL, 8) = 0
rt_sigaction(SIGSEGV, {sa_handler=0x7f3cdc36de30, sa_mask=[], sa_flags=SA_RESTORER|SA_RESETHAND|SA_SIGINFO, sa_restorer=0x7f3cd67f9420}, NULL, 8) = 0
gettid()                                = 8357
access("/home/vono/.config/CookieViz", F_OK) = 0
access("/home/vono/.config/CookieViz/Crash Reports", F_OK) = 0
gettid()                                = 8357
openat(AT_FDCWD, "/etc/os-release", O_RDONLY|O_CLOEXEC) = 87
fstat(87, {st_mode=S_IFREG|0644, st_size=382, ...}) = 0
lseek(87, 0, SEEK_SET)                  = 0
fstat(87, {st_mode=S_IFREG|0644, st_size=382, ...}) = 0
read(87, "NAME=\"Ubuntu\"\nVERSION=\"20.04.4 L"..., 4096) = 382
read(87, "", 4096)                      = 0
close(87)                               = 0
socketpair(AF_UNIX, SOCK_SEQPACKET, 0, [87, 88]) = 0
setsockopt(87, SOL_SOCKET, SO_PASSCRED, [1], 4) = 0
setsockopt(88, SOL_SOCKET, SO_PASSCRED, [1], 4) = 0
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f3cd43f5110) = 8358
wait4(8358, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 8358
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=8358, si_uid=1000, si_status=0, si_utime=0, si_stime=0} ---
lstat("/proc/sys/kernel/yama/ptrace_scope", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
gettid()                                = 8357
sendmsg(87, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., iov_len=40}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 40
recvmsg(87, [8359:8359:0609/205947.601021:FATAL:double_fork_and_exec.cc(131)] execv /home/vono/Téléchargements/CookieViz/CookieViz.2.3.0.linux.x64/chrome_crashpad_handler: Permission non accordée (13)
...

System:

OS: Xubuntu 20.04

NAME="Ubuntu"
VERSION="20.04.4 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.4 LTS"
VERSION_ID="20.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal
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

1 participant