FS#58347 - chromium doesn't start?

Attached to Project: Arch Linux
Opened by Steven De Bondt (eggz) - Wednesday, 25 April 2018, 06:02 GMT
Last edited by Evangelos Foutras (foutrelis) - Wednesday, 25 April 2018, 12:15 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
I updated to the newest version of chrome on several machines now and none of them work anymore. A bit too coincidental.

Additional info:
* chromium 66.0.3359.117-1

[pid 13179] geteuid() = 1000
[pid 13179] write(2, "The setuid sandbox is not runnin"..., 180The setuid sandbox is not running as root. Common causes:
* An unprivileged process using ptrace on it, like a debugger.
* A parent process set prctl(PR_SET_NO_NEW_PRIVS, ...)
) = 180
[pid 13179] socketpair(AF_UNIX, SOCK_STREAM, 0, [5, 6]) = 0
[pid 13179] clone(child_stack=NULL, flags=CLONE_NEWPID|CLONE_NEWNET|SIGCHLD) = -1 EPERM (Operation not permitted)
[pid 13179] write(2, "Failed to move to new namespace:", 32Failed to move to new namespace:) = 32
[pid 13179] write(2, " PID namespaces supported,", 26 PID namespaces supported,) = 26
[pid 13179] write(2, " Network namespace supported,", 29 Network namespace supported,) = 29
[pid 13179] write(2, " but failed: errno = Operation n"..., 45 but failed: errno = Operation not permitted

with --no-sandbox it also dumps but I cant provide some reasonable logs for my taste;
[pid 13225] <... fcntl resumed> ) = 0
[pid 13225] getuid() = 1000
[pid 13225] geteuid() = 1000
[pid 13225] getgid() = 986
[pid 13225] getegid() = 986
[pid 13225] pipe2([40, 43], O_NONBLOCK|O_CLOEXEC) = 0
[pid 13225] epoll_ctl(39, EPOLL_CTL_ADD, 40, {EPOLLIN, {u32=40, u64=40}}) = 0
[pid 13225] gettid() = 13225
[pid 13225] gettid( <unfinished ...>
[pid 13220] write(23, "!", 1 <unfinished ...>
[pid 13225] <... gettid resumed> ) = 13225
[pid 13220] <... write resumed> ) = 1
[pid 13225] gettid() = 13225
[pid 13225] gettid() = 13225
[pid 13220] --- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=NULL} ---
[pid 13225] gettid( <unfinished ...>
[pid 13227] <... epoll_wait resumed> ) = ? <unavailable>
[pid 13231] <... select resumed> <unfinished ...>) = ?
[pid 13228] <... read resumed> <unfinished ...>) = ?
[pid 13226] <... epoll_wait resumed> <unfinished ...>) = ?
[pid 13225] <... gettid resumed>) = ?
[pid 13224] <... poll resumed> <unfinished ...>) = ?
[pid 13223] <... poll resumed> <unfinished ...>) = ?
[pid 13221] <... poll resumed> <unfinished ...>) = ?
[pid 13231] +++ killed by SIGSEGV (core dumped) +++
[pid 13228] +++ killed by SIGSEGV (core dumped) +++
[pid 13227] +++ killed by SIGSEGV (core dumped) +++
[pid 13226] +++ killed by SIGSEGV (core dumped) +++
[pid 13225] +++ killed by SIGSEGV (core dumped) +++
[pid 13224] +++ killed by SIGSEGV (core dumped) +++
[pid 13223] +++ killed by SIGSEGV (core dumped) +++
[pid 13221] +++ killed by SIGSEGV (core dumped) +++
[pid 13222] <... ppoll resumed> ) = 1 ([{fd=3, revents=POLLIN|POLLHUP}])
[pid 13220] +++ killed by SIGSEGV (core dumped) +++
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="", iov_len=8192}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 0
exit_group(0) = ?
+++ exited with 0 +++
Segmentation fault (core dumped)



Steps to reproduce:
You start the declared version(see above) of 'chromium' .
This task depends upon

Closed by  Evangelos Foutras (foutrelis)
Wednesday, 25 April 2018, 12:15 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#58269 
Comment by Doug Newgard (Scimmia) - Wednesday, 25 April 2018, 06:30 GMT
What kernel?

Edit: Also, is this Antergos?
Comment by Steven De Bondt (eggz) - Wednesday, 25 April 2018, 07:16 GMT
linux-4.16.3-1
The distribution is Antergos indeed.

Loading...