系统升级17.10后发现好好的“网易云音乐”居然无法使用了,切换到命令行运行:
$ netease-cloud-music %U
发现如下提示:
…/…/sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc:CRASHING:seccomp-bpf failure in syscall 0319
Received signal 11 SEGV_MAPERR 00000000313f
#0 0x0000b323cd84
#1 0x0000b7f1bd10 ([vdso]+0xd0f)
#2 0x0000b665c2f9
#3 0x0000b665ab28
… (此处略)
[end of stack trace]
由此看来是seccomp出问题了,用这个命令试试:
$netease-cloud-music --disable-seccomp-filter-sandbox %U
果然,可以启动了,找到问题所在。