I don’t know how to get more details about this but every time I boot Fedora 43 Workstation I get a notification that bwrap has crashed.
How do you get this notification? Is it from abrt?
If it is, is there any additional information when you open gnome-abrt (should be “Problem Reporting” in the GUI)?
“Boot into Fedora 43” is quite superficial. Can you please complete your Tags telling which DE you are using and also how far you get with booting.
If you have access to the Terminal you can search in the Journal about this errors:
# boot errors
journalctl --no-tail --no-hostname -S "today" -p err
# or grep whatever keyword you are looking for
journalctl --no-tail --no-hostname -S "today" | grep bwrap
This commands are limitted to today’s journal entires.
I stated in original post it was Fedora 43 Workstation so Gnome. Journalctl states
Nov 15 12:46:06 systemd-coredump[21393]: [🡕] Process 21389 (bwrap) of user 1000 dumped core.
Module /usr/bin/bwrap from rpm bubblewrap-0.11.0-2.fc43.x86_64 Module libpcre2-8.so.0 from rpm pcre2-10.46-1.fc43.x86_64 Module libcap.so.2 from rpm libcap-2.76-3.fc43.x86_64 Module libselinux.so.1 from rpm libselinux-3.9-5.fc43.x86_64 Stack trace of thread 1: #0 0x00007f7988f59c5e __internal_syscall_cancel (libc.so.6 + 0x6ec5e) #1 0x00007f7988f59c84 __syscall_cancel (libc.so.6 + 0x6ec84) #2 0x00007f7988fc9b4f wait4 (libc.so.6 + 0xdeb4f) #3 0x000055a26d8b3898 main (/usr/bin/bwrap + 0x3898) #4 0x00007f7988eee5b5 __libc_start_call_main (libc.so.6 + 0x35b5) #5 0x00007f7988eee668 __libc_start_main@@GLIBC_2.34 (libc.so.6 + 0x3668) #6 0x000055a26d8b4875 _start (/usr/bin/bwrap + 0x4875) ELF object binary architecture: AMD x86-64Nov 15 12:46:06 systemd-coredump[21394]: [🡕] Process 21390 (bwrap) of user 1000 dumped core.
Module /usr/bin/bwrap from rpm bubblewrap-0.11.0-2.fc43.x86_64 Module libpcre2-8.so.0 from rpm pcre2-10.46-1.fc43.x86_64 Module libcap.so.2 from rpm libcap-2.76-3.fc43.x86_64 Module libselinux.so.1 from rpm libselinux-3.9-5.fc43.x86_64 Stack trace of thread 2: #0 0x00007f7988fabd4b execve (libc.so.6 + 0xc0d4b) #1 0x00007f7988fabf82 __execvpe_common.isra.0 (libc.so.6 + 0xc0f82) #2 0x00007f7988fac282 execvpe (libc.so.6 + 0xc1282) #3 0x000055a26d8b2f47 main (/usr/bin/bwrap + 0x2f47) #4 0x00007f7988eee5b5 __libc_start_call_main (libc.so.6 + 0x35b5) #5 0x00007f7988eee668 __libc_start_main@@GLIBC_2.34 (libc.so.6 + 0x3668) #6 0x000055a26d8b4875 _start (/usr/bin/bwrap + 0x4875) ELF object binary architecture: AMD x86-64Nov 15 12:46:06 abrt-notification[21487]: [🡕] Process 20747 (bwrap) crashed in __internal_syscall_cancel()
Nov 15 12:46:06 abrt-notification[21534]: [🡕] Process 20748 (bwrap) crashed in execve()
I don’t know what abrt is. I get the message in the top middle of the screen.
It’s the Automatic bug detection and reporting tool. It captures application crashes and lets you examine and/or report them.
Have you tried clicking the notification to get to the program that created it?
Can you please click in the top left of your screen to open the application overview in Gnome, type ‘abrt’ (which should show the ‘Problem Reporting’ application), and open that? Does it show the bubblewrap crashes?
It shows 2 crashes - bwrap and bubblewrap.
Two entries, good. You can click these entries and take a look at the details (the aptly named button “Details” in the lower right of the window), to see what is calling bubblewrap/bwrap and which steps in the backtrace lead to the crash.
The bwrap backtrace shows this
: No such file or directory.
[New LWP 2]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Core was generated by `/usr/bin/bwrap --unshare-all --die-with-parent --chdir / --ro-bind /usr /usr --dev /dev --ro-bind-try /etc/ld.so.cache /etc/ld.so.cache --ro-bind-try /nix/store /nix/store --tmpfs /tmp-home --tmpfs /tmp-run --clearenv --setenv HOME /tmp-home --setenv XDG_RUNTIME_DIR /tmp-run --setenv XDG_RUNTIME_DIR /run/user/1000 --symlink /usr/lib /lib --symlink /usr/lib64 /lib64 --seccomp 202 /usr/bin/true'.
Program terminated with signal SIGSYS, Bad system call.
#0 0x00007faa38dcad4b in __GI_execve () at ../sysdeps/unix/syscall-template.S:120
120 T_PSEUDO (SYSCALL_SYMBOL, SYSCALL_NAME, SYSCALL_NARGS)
Thread 1 (Thread 0x7faa38c5c840 (LWP 2)):
#0 0x00007faa38dcad4b in __GI_execve () at ../sysdeps/unix/syscall-template.S:120
No locals.
#1 0x00007faa38dcaf82 in __execvpe_common (file=file@entry=0x7fff47e48f3a "/usr/bin/true", argv=0x7fff47e47018, envp=0x564bca1c84b0, exec_script=exec_script@entry=true) at execvpe.c:84
path = <optimized out>
file_len = <optimized out>
path_len = <optimized out>
subp = <optimized out>
got_eacces = <optimized out>
buffer = <optimized out>
#2 0x00007faa38dcb282 in __execvpe (file=file@entry=0x7fff47e48f3a "/usr/bin/true", argv=<optimized out>, envp=<optimized out>) at execvpe.c:190
No locals.
#3 0x00007faa38dcadc3 in __GI_execvp (file=file@entry=0x7fff47e48f3a "/usr/bin/true", argv=<optimized out>) at execvp.c:26
No locals.
#4 0x0000564b9a93cf47 in main (argc=<optimized out>, argv=<optimized out>) at ../bubblewrap.c:3619
old_umask = 18
base_path = 0x564b9a948f4f "/tmp"
clone_flags = <optimized out>
old_cwd = 0x564bca1c8730 "\210q\240\256NV"
pid = <optimized out>
event_fd = <optimized out>
child_wait_fd = <optimized out>
setup_finished_pipe = {-1, -1}
new_cwd = <optimized out>
ns_uid = 0
ns_gid = 0
sbuf = {st_dev = 4, st_ino = 4026531835, st_nlink = 1, st_mode = 33060, st_uid = 0, st_gid = 0, __pad0 = 0, st_rdev = 0, st_size = 0, st_blksize = 4096, st_blocks = 0, st_atim = {tv_sec = 1763201620, tv_nsec = 336867699}, st_mtim = {tv_sec = 1763201620, tv_nsec = 336867699}, st_ctim = {tv_sec = 1763201620, tv_nsec = 336867699}, __glibc_reserved = {0, 0, 0}}
val = 1
res = <optimized out>
args_data = <optimized out>
intermediate_pids_sockets = {-1, -1}
exec_path = 0x7fff47e48f3a "/usr/bin/true"
i = <optimized out>
__PRETTY_FUNCTION__ = "main"
From To Syms Read Shared Object Library
0x00007faa38f39400 0x00007faa38f57c6c Yes /lib64/libselinux.so.1
0x00007faa38f2ccc0 0x00007faa38f319d0 Yes /lib64/libcap.so.2
0x00007faa38f00a00 0x00007faa38f22f05 Yes /lib64/libgcc_s.so.1
0x00007faa38d0ab80 0x00007faa38e7996d Yes /lib64/libc.so.6
0x00007faa38c5f7c0 0x00007faa38cdb481 Yes /lib64/libpcre2-8.so.0
0x00007faa38f732c0 0x00007faa38f9c835 Yes /lib64/ld-linux-x86-64.so.2
$1 = 0x0
No symbol "__glib_assert_msg" in current context.
rax 0x3b 59
rbx 0x7fff47e48f3a 140734399549242
rcx 0x7faa38dcad4b 140369075154251
rdx 0x564bca1c84b0 94883513402544
rsi 0x7fff47e47018 140734399541272
rdi 0x7fff47e48f3a 140734399549242
rbp 0x7fff47e44b80 0x7fff47e44b80
rsp 0x7fff47e44b08 0x7fff47e44b08
r8 0x0 0
r9 0x0 0
r10 0x7faa38dffd1e 140369075371294
r11 0x206 518
r12 0x0 0
r13 0x564bca1c84b0 94883513402544
r14 0x7fff47e44c00 140734399532032
r15 0x7fff47e47018 140734399541272
rip 0x7faa38dcad4b 0x7faa38dcad4b <__GI_execve+11>
eflags 0x206 [ PF IF ]
cs 0x33 51
ss 0x2b 43
ds 0x0 0
es 0x0 0
fs 0x0 0
gs 0x0 0
st0 0 (raw 0x00000000000000000000)
st1 0 (raw 0x00000000000000000000)
st2 0 (raw 0x00000000000000000000)
st3 0 (raw 0x00000000000000000000)
st4 0 (raw 0x00000000000000000000)
st5 0 (raw 0x00000000000000000000)
st6 0 (raw 0x00000000000000000000)
st7 0 (raw 0x00000000000000000000)
fctrl 0x37f 895
fstat 0x0 0
ftag 0xffff 65535
fiseg 0x0 0
fioff 0x0 0
foseg 0x0 0
fooff 0x0 0
fop 0x0 0
mxcsr 0x1f80 [ IM DM ZM OM UM PM ]
k0 0x21102111 554705169
k1 0x0 0
k2 0x705001f 117768223
k3 0x0 0
k4 0xffffffff 4294967295
k5 0x0 0
k6 0x0 0
k7 0x0 0
pkru 0x55555554 1431655764
fs_base 0x7faa38c5c840 140369073653824
gs_base 0x0 0
zmm0 {v32_bfloat16 = {0x0 <repeats 32 times>}, v32_half = {0x0 <repeats 32 times>}, v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
zmm1 {v32_bfloat16 = {0xa810, 0x38fa, 0x7faa, 0x0, 0xa810, 0x38fa, 0x7faa, 0x0 <repeats 25 times>}, v32_half = {0xa810, 0x38fa, 0x7faa, 0x0, 0xa810, 0x38fa, 0x7faa, 0x0 <repeats 25 times>}, v16_float = {0x38faa810, 0x7faa, 0x38faa810, 0x7faa, 0x0 <repeats 12 times>}, v8_double = {0x7faa38faa810, 0x7faa38faa810, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x10, 0xa8, 0xfa, 0x38, 0xaa, 0x7f, 0x0, 0x0, 0x10, 0xa8, 0xfa, 0x38, 0xaa, 0x7f, 0x0 <repeats 50 times>}, v32_int16 = {0xa810, 0x38fa, 0x7faa, 0x0, 0xa810, 0x38fa, 0x7faa, 0x0 <repeats 25 times>}, v16_int32 = {0x38faa810, 0x7faa, 0x38faa810, 0x7faa, 0x0 <repeats 12 times>}, v8_int64 = {0x7faa38faa810, 0x7faa38faa810, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x7faa38faa81000007faa38faa810, 0x0, 0x0, 0x0}}
zmm2 {v32_bfloat16 = {0xa800, 0x38fa, 0x7faa, 0x0, 0xa800, 0x38fa, 0x7faa, 0x0 <repeats 25 times>}, v32_half = {0xa800, 0x38fa, 0x7faa, 0x0, 0xa800, 0x38fa, 0x7faa, 0x0 <repeats 25 times>}, v16_float = {0x38faa800, 0x7faa, 0x38faa800, 0x7faa, 0x0 <repeats 12 times>}, v8_double = {0x7faa38faa800, 0x7faa38faa800, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0, 0xa8, 0xfa, 0x38, 0xaa, 0x7f, 0x0, 0x0, 0x0, 0xa8, 0xfa, 0x38, 0xaa, 0x7f, 0x0 <repeats 50 times>}, v32_int16 = {0xa800, 0x38fa, 0x7faa, 0x0, 0xa800, 0x38fa, 0x7faa, 0x0 <repeats 25 times>}, v16_int32 = {0x38faa800, 0x7faa, 0x38faa800, 0x7faa, 0x0 <repeats 12 times>}, v8_int64 = {0x7faa38faa800, 0x7faa38faa800, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x7faa38faa80000007faa38faa800, 0x0, 0x0, 0x0}}
zmm3 {v32_bfloat16 = {0xa800, 0x38fa, 0x7faa, 0x0, 0xa800, 0x38fa, 0x7faa, 0x0 <repeats 25 times>}, v32_half = {0xa800, 0x38fa, 0x7faa, 0x0, 0xa800, 0x38fa, 0x7faa, 0x0 <repeats 25 times>}, v16_float = {0x38faa800, 0x7faa, 0x38faa800, 0x7faa, 0x0 <repeats 12 times>}, v8_double = {0x7faa38faa800, 0x7faa38faa800, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0, 0xa8, 0xfa, 0x38, 0xaa, 0x7f, 0x0, 0x0, 0x0, 0xa8, 0xfa, 0x38, 0xaa, 0x7f, 0x0 <repeats 50 times>}, v32_int16 = {0xa800, 0x38fa, 0x7faa, 0x0, 0xa800, 0x38fa, 0x7faa, 0x0 <repeats 25 times>}, v16_int32 = {0x38faa800, 0x7faa, 0x38faa800, 0x7faa, 0x0 <repeats 12 times>}, v8_int64 = {0x7faa38faa800, 0x7faa38faa800, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x7faa38faa80000007faa38faa800, 0x0, 0x0, 0x0}}
zmm4 {v32_bfloat16 = {0xa810, 0x38fa, 0x7faa, 0x0, 0xa810, 0x38fa, 0x7faa, 0x0 <repeats 25 times>}, v32_half = {0xa810, 0x38fa, 0x7faa, 0x0, 0xa810, 0x38fa, 0x7faa, 0x0 <repeats 25 times>}, v16_float = {0x38faa810, 0x7faa, 0x38faa810, 0x7faa, 0x0 <repeats 12 times>}, v8_double = {0x7faa38faa810, 0x7faa38faa810, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x10, 0xa8, 0xfa, 0x38, 0xaa, 0x7f, 0x0, 0x0, 0x10, 0xa8, 0xfa, 0x38, 0xaa, 0x7f, 0x0 <repeats 50 times>}, v32_int16 = {0xa810, 0x38fa, 0x7faa, 0x0, 0xa810, 0x38fa, 0x7faa, 0x0 <repeats 25 times>}, v16_int32 = {0x38faa810, 0x7faa, 0x38faa810, 0x7faa, 0x0 <repeats 12 times>}, v8_int64 = {0x7faa38faa810, 0x7faa38faa810, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x7faa38faa81000007faa38faa810, 0x0, 0x0, 0x0}}
zmm5 {v32_bfloat16 = {0x3233, 0x732f, 0x6574, 0x6d61, 0x722d, 0x6e75, 0x6974, 0x656d, 0x0 <repeats 24 times>}, v32_half = {0x3233, 0x732f, 0x6574, 0x6d61, 0x722d, 0x6e75, 0x6974, 0x656d, 0x0 <repeats 24 times>}, v16_float = {0x732f3233, 0x6d616574, 0x6e75722d, 0x656d6974, 0x0 <repeats 12 times>}, v8_double = {0x6d616574732f3233, 0x656d69746e75722d, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x33, 0x32, 0x2f, 0x73, 0x74, 0x65, 0x61, 0x6d, 0x2d, 0x72, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x0 <repeats 48 times>}, v32_int16 = {0x3233, 0x732f, 0x6574, 0x6d61, 0x722d, 0x6e75, 0x6974, 0x656d, 0x0 <repeats 24 times>}, v16_int32 = {0x732f3233, 0x6d616574, 0x6e75722d, 0x656d6974, 0x0 <repeats 12 times>}, v8_int64 = {0x6d616574732f3233, 0x656d69746e75722d, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x656d69746e75722d6d616574732f3233, 0x0, 0x0, 0x0}}
zmm6 {v32_bfloat16 = {0x18, 0x0 <repeats 31 times>}, v32_half = {0x18, 0x0 <repeats 31 times>}, v16_float = {0x18, 0x0 <repeats 15 times>}, v8_double = {0x18, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x18, 0x0 <repeats 63 times>}, v32_int16 = {0x18, 0x0 <repeats 31 times>}, v16_int32 = {0x18, 0x0 <repeats 15 times>}, v8_int64 = {0x18, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x18, 0x0, 0x0, 0x0}}
zmm7 {v32_bfloat16 = {0x6974, 0x2f6d, 0x6c2e, 0x636f, 0x6c61, 0x732f, 0x6168, 0x6572, 0x0 <repeats 24 times>}, v32_half = {0x6974, 0x2f6d, 0x6c2e, 0x636f, 0x6c61, 0x732f, 0x6168, 0x6572, 0x0 <repeats 24 times>}, v16_float = {0x2f6d6974, 0x636f6c2e, 0x732f6c61, 0x65726168, 0x0 <repeats 12 times>}, v8_double = {0x636f6c2e2f6d6974, 0x65726168732f6c61, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x74, 0x69, 0x6d, 0x2f, 0x2e, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x2f, 0x73, 0x68, 0x61, 0x72, 0x65, 0x0 <repeats 48 times>}, v32_int16 = {0x6974, 0x2f6d, 0x6c2e, 0x636f, 0x6c61, 0x732f, 0x6168, 0x6572, 0x0 <repeats 24 times>}, v16_int32 = {0x2f6d6974, 0x636f6c2e, 0x732f6c61, 0x65726168, 0x0 <repeats 12 times>}, v8_int64 = {0x636f6c2e2f6d6974, 0x65726168732f6c61, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x65726168732f6c61636f6c2e2f6d6974, 0x0, 0x0, 0x0}}
zmm8 {v32_bfloat16 = {0x2f3a, 0x6f68, 0x656d, 0x742f, 0x6d69, 0x2e2f, 0x6f6c, 0x6163, 0x0 <repeats 24 times>}, v32_half = {0x2f3a, 0x6f68, 0x656d, 0x742f, 0x6d69, 0x2e2f, 0x6f6c, 0x6163, 0x0 <repeats 24 times>}, v16_float = {0x6f682f3a, 0x742f656d, 0x2e2f6d69, 0x61636f6c, 0x0 <repeats 12 times>}, v8_double = {0x742f656d6f682f3a, 0x61636f6c2e2f6d69, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x3a, 0x2f, 0x68, 0x6f, 0x6d, 0x65, 0x2f, 0x74, 0x69, 0x6d, 0x2f, 0x2e, 0x6c, 0x6f, 0x63, 0x61, 0x0 <repeats 48 times>}, v32_int16 = {0x2f3a, 0x6f68, 0x656d, 0x742f, 0x6d69, 0x2e2f, 0x6f6c, 0x6163, 0x0 <repeats 24 times>}, v16_int32 = {0x6f682f3a, 0x742f656d, 0x2e2f6d69, 0x61636f6c, 0x0 <repeats 12 times>}, v8_int64 = {0x742f656d6f682f3a, 0x61636f6c2e2f6d69, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x61636f6c2e2f6d69742f656d6f682f3a, 0x0, 0x0, 0x0}}
zmm9 {v32_bfloat16 = {0x0 <repeats 32 times>}, v32_half = {0x0 <repeats 32 times>}, v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
zmm10 {v32_bfloat16 = {0x0 <repeats 32 times>}, v32_half = {0x0 <repeats 32 times>}, v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
zmm11 {v32_bfloat16 = {0x0 <repeats 32 times>}, v32_half = {0x0 <repeats 32 times>}, v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
zmm12 {v32_bfloat16 = {0x0 <repeats 32 times>}, v32_half = {0x0 <repeats 32 times>}, v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
zmm13 {v32_bfloat16 = {0x0 <repeats 32 times>}, v32_half = {0x0 <repeats 32 times>}, v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
zmm14 {v32_bfloat16 = {0x0 <repeats 32 times>}, v32_half = {0x0 <repeats 32 times>}, v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
zmm15 {v32_bfloat16 = {0x0 <repeats 32 times>}, v32_half = {0x0 <repeats 32 times>}, v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
zmm16 {v32_bfloat16 = {0x2f2f <repeats 16 times>, 0x0 <repeats 16 times>}, v32_half = {0x2f2f <repeats 16 times>, 0x0 <repeats 16 times>}, v16_float = {0x2f2f2f2f, 0x2f2f2f2f, 0x2f2f2f2f, 0x2f2f2f2f, 0x2f2f2f2f, 0x2f2f2f2f, 0x2f2f2f2f, 0x2f2f2f2f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_double = {0x2f2f2f2f2f2f2f2f, 0x2f2f2f2f2f2f2f2f, 0x2f2f2f2f2f2f2f2f, 0x2f2f2f2f2f2f2f2f, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x2f <repeats 32 times>, 0x0 <repeats 32 times>}, v32_int16 = {0x2f2f <repeats 16 times>, 0x0 <repeats 16 times>}, v16_int32 = {0x2f2f2f2f, 0x2f2f2f2f, 0x2f2f2f2f, 0x2f2f2f2f, 0x2f2f2f2f, 0x2f2f2f2f, 0x2f2f2f2f, 0x2f2f2f2f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_int64 = {0x2f2f2f2f2f2f2f2f, 0x2f2f2f2f2f2f2f2f, 0x2f2f2f2f2f2f2f2f, 0x2f2f2f2f2f2f2f2f, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x2f2f2f2f2f2f2f2f2f2f2f2f2f2f2f2f, 0x2f2f2f2f2f2f2f2f2f2f2f2f2f2f2f2f, 0x0, 0x0}}
zmm17 {v32_bfloat16 = {0x752f, 0x7273, 0x622f, 0x6e69, 0x742f, 0x7572, 0x65, 0x4853, 0x4c45, 0x3d4c, 0x622f, 0x6e69, 0x622f, 0x7361, 0x68, 0x4948, 0x0 <repeats 16 times>}, v32_half = {0x752f, 0x7273, 0x622f, 0x6e69, 0x742f, 0x7572, 0x65, 0x4853, 0x4c45, 0x3d4c, 0x622f, 0x6e69, 0x622f, 0x7361, 0x68, 0x4948, 0x0 <repeats 16 times>}, v16_float = {0x7273752f, 0x6e69622f, 0x7572742f, 0x48530065, 0x3d4c4c45, 0x6e69622f, 0x7361622f, 0x49480068, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_double = {0x6e69622f7273752f, 0x485300657572742f, 0x6e69622f3d4c4c45, 0x494800687361622f, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x2f, 0x75, 0x73, 0x72, 0x2f, 0x62, 0x69, 0x6e, 0x2f, 0x74, 0x72, 0x75, 0x65, 0x0, 0x53, 0x48, 0x45, 0x4c, 0x4c, 0x3d, 0x2f, 0x62, 0x69, 0x6e, 0x2f, 0x62, 0x61, 0x73, 0x68, 0x0, 0x48, 0x49, 0x0 <repeats 32 times>}, v32_int16 = {0x752f, 0x7273, 0x622f, 0x6e69, 0x742f, 0x7572, 0x65, 0x4853, 0x4c45, 0x3d4c, 0x622f, 0x6e69, 0x622f, 0x7361, 0x68, 0x4948, 0x0 <repeats 16 times>}, v16_int32 = {0x7273752f, 0x6e69622f, 0x7572742f, 0x48530065, 0x3d4c4c45, 0x6e69622f, 0x7361622f, 0x49480068, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_int64 = {0x6e69622f7273752f, 0x485300657572742f, 0x6e69622f3d4c4c45, 0x494800687361622f, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x485300657572742f6e69622f7273752f, 0x494800687361622f6e69622f3d4c4c45, 0x0, 0x0}}
zmm18 {v32_bfloat16 = {0x5a00, 0x5d5c, 0x4d00, 0x4146, 0x5b00, 0x5a5d, 0x4a, 0x4853, 0x4c45, 0x124c, 0x4d00, 0x4146, 0x4d00, 0x5c4e, 0x47, 0x4948, 0x0 <repeats 16 times>}, v32_half = {0x5a00, 0x5d5c, 0x4d00, 0x4146, 0x5b00, 0x5a5d, 0x4a, 0x4853, 0x4c45, 0x124c, 0x4d00, 0x4146, 0x4d00, 0x5c4e, 0x47, 0x4948, 0x0 <repeats 16 times>}, v16_float = {0x5d5c5a00, 0x41464d00, 0x5a5d5b00, 0x4853004a, 0x124c4c45, 0x41464d00, 0x5c4e4d00, 0x49480047, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_double = {0x41464d005d5c5a00, 0x4853004a5a5d5b00, 0x41464d00124c4c45, 0x494800475c4e4d00, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0, 0x5a, 0x5c, 0x5d, 0x0, 0x4d, 0x46, 0x41, 0x0, 0x5b, 0x5d, 0x5a, 0x4a, 0x0, 0x53, 0x48, 0x45, 0x4c, 0x4c, 0x12, 0x0, 0x4d, 0x46, 0x41, 0x0, 0x4d, 0x4e, 0x5c, 0x47, 0x0, 0x48, 0x49, 0x0 <repeats 32 times>}, v32_int16 = {0x5a00, 0x5d5c, 0x4d00, 0x4146, 0x5b00, 0x5a5d, 0x4a, 0x4853, 0x4c45, 0x124c, 0x4d00, 0x4146, 0x4d00, 0x5c4e, 0x47, 0x4948, 0x0 <repeats 16 times>}, v16_int32 = {0x5d5c5a00, 0x41464d00, 0x5a5d5b00, 0x4853004a, 0x124c4c45, 0x41464d00, 0x5c4e4d00, 0x49480047, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_int64 = {0x41464d005d5c5a00, 0x4853004a5a5d5b00, 0x41464d00124c4c45, 0x494800475c4e4d00, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x4853004a5a5d5b0041464d005d5c5a00, 0x494800475c4e4d0041464d00124c4c45, 0x0, 0x0}}
zmm19 {v32_bfloat16 = {0x6f72, 0x746f, 0x0 <repeats 30 times>}, v32_half = {0x6f72, 0x746f, 0x0 <repeats 30 times>}, v16_float = {0x746f6f72, 0x0 <repeats 15 times>}, v8_double = {0x746f6f72, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x72, 0x6f, 0x6f, 0x74, 0x0 <repeats 60 times>}, v32_int16 = {0x6f72, 0x746f, 0x0 <repeats 30 times>}, v16_int32 = {0x746f6f72, 0x0 <repeats 15 times>}, v8_int64 = {0x746f6f72, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x746f6f72, 0x0, 0x0, 0x0}}
zmm20 {v32_bfloat16 = {0x0 <repeats 32 times>}, v32_half = {0x0 <repeats 32 times>}, v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
zmm21 {v32_bfloat16 = {0x0 <repeats 32 times>}, v32_half = {0x0 <repeats 32 times>}, v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
zmm22 {v32_bfloat16 = {0x556f, 0x6b69, 0x6269, 0x376f, 0x387c, 0x7926, 0x687f, 0x657c, 0x6366, 0x376e, 0x3f38, 0x263c, 0x7f79, 0x7c68, 0x6665, 0x2537, 0x0 <repeats 16 times>}, v32_half = {0x556f, 0x6b69, 0x6269, 0x376f, 0x387c, 0x7926, 0x687f, 0x657c, 0x6366, 0x376e, 0x3f38, 0x263c, 0x7f79, 0x7c68, 0x6665, 0x2537, 0x0 <repeats 16 times>}, v16_float = {0x6b69556f, 0x376f6269, 0x7926387c, 0x657c687f, 0x376e6366, 0x263c3f38, 0x7c687f79, 0x25376665, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_double = {0x376f62696b69556f, 0x657c687f7926387c, 0x263c3f38376e6366, 0x253766657c687f79, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x6f, 0x55, 0x69, 0x6b, 0x69, 0x62, 0x6f, 0x37, 0x7c, 0x38, 0x26, 0x79, 0x7f, 0x68, 0x7c, 0x65, 0x66, 0x63, 0x6e, 0x37, 0x38, 0x3f, 0x3c, 0x26, 0x79, 0x7f, 0x68, 0x7c, 0x65, 0x66, 0x37, 0x25, 0x0 <repeats 32 times>}, v32_int16 = {0x556f, 0x6b69, 0x6269, 0x376f, 0x387c, 0x7926, 0x687f, 0x657c, 0x6366, 0x376e, 0x3f38, 0x263c, 0x7f79, 0x7c68, 0x6665, 0x2537, 0x0 <repeats 16 times>}, v16_int32 = {0x6b69556f, 0x376f6269, 0x7926387c, 0x657c687f, 0x376e6366, 0x263c3f38, 0x7c687f79, 0x25376665, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_int64 = {0x376f62696b69556f, 0x657c687f7926387c, 0x263c3f38376e6366, 0x253766657c687f79, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x657c687f7926387c376f62696b69556f, 0x253766657c687f79263c3f38376e6366, 0x0, 0x0}}
zmm23 {v32_bfloat16 = {0x6578, 0x7e65, 0xa00, 0xa0a <repeats 13 times>, 0x0 <repeats 16 times>}, v32_half = {0x6578, 0x7e65, 0xa00, 0xa0a <repeats 13 times>, 0x0 <repeats 16 times>}, v16_float = {0x7e656578, 0xa0a0a00, 0xa0a0a0a, 0xa0a0a0a, 0xa0a0a0a, 0xa0a0a0a, 0xa0a0a0a, 0xa0a0a0a, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_double = {0xa0a0a007e656578, 0xa0a0a0a0a0a0a0a, 0xa0a0a0a0a0a0a0a, 0xa0a0a0a0a0a0a0a, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x78, 0x65, 0x65, 0x7e, 0x0, 0xa <repeats 27 times>, 0x0 <repeats 32 times>}, v32_int16 = {0x6578, 0x7e65, 0xa00, 0xa0a <repeats 13 times>, 0x0 <repeats 16 times>}, v16_int32 = {0x7e656578, 0xa0a0a00, 0xa0a0a0a, 0xa0a0a0a, 0xa0a0a0a, 0xa0a0a0a, 0xa0a0a0a, 0xa0a0a0a, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_int64 = {0xa0a0a007e656578, 0xa0a0a0a0a0a0a0a, 0xa0a0a0a0a0a0a0a, 0xa0a0a0a0a0a0a0a, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0xa0a0a0a0a0a0a0a0a0a0a007e656578, 0xa0a0a0a0a0a0a0a0a0a0a0a0a0a0a0a, 0x0, 0x0}}
zmm24 {v32_bfloat16 = {0x0 <repeats 32 times>}, v32_half = {0x0 <repeats 32 times>}, v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
zmm25 {v32_bfloat16 = {0x0 <repeats 32 times>}, v32_half = {0x0 <repeats 32 times>}, v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
zmm26 {v32_bfloat16 = {0x0 <repeats 32 times>}, v32_half = {0x0 <repeats 32 times>}, v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
zmm27 {v32_bfloat16 = {0x0 <repeats 32 times>}, v32_half = {0x0 <repeats 32 times>}, v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
zmm28 {v32_bfloat16 = {0x0 <repeats 32 times>}, v32_half = {0x0 <repeats 32 times>}, v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
zmm29 {v32_bfloat16 = {0x0 <repeats 32 times>}, v32_half = {0x0 <repeats 32 times>}, v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
zmm30 {v32_bfloat16 = {0x0 <repeats 32 times>}, v32_half = {0x0 <repeats 32 times>}, v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
zmm31 {v32_bfloat16 = {0x0 <repeats 32 times>}, v32_half = {0x0 <repeats 32 times>}, v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
Dump of assembler code for function __GI_execve:
0x00007faa38dcad40 <+0>: endbr64
0x00007faa38dcad44 <+4>: mov $0x3b,%eax
0x00007faa38dcad49 <+9>: syscall
=> 0x00007faa38dcad4b <+11>: cmp $0xfffffffffffff001,%rax
0x00007faa38dcad51 <+17>: jae 0x7faa38dcad54 <__GI_execve+20>
0x00007faa38dcad53 <+19>: ret
0x00007faa38dcad54 <+20>: mov 0x129085(%rip),%rcx # 0x7faa38ef3de0
0x00007faa38dcad5b <+27>: neg %eax
0x00007faa38dcad5d <+29>: mov %eax,%fs:(%rcx)
0x00007faa38dcad60 <+32>: or $0xffffffffffffffff,%rax
0x00007faa38dcad64 <+36>: ret
End of assembler dump.
The bubblewrap backtrace shows:
: No such file or directory.
Downloading 244.53 K separate debug info for /usr/bin/bwrap...
[New LWP 1]
Downloading 591.77 K separate debug info for /lib64/libselinux.so.1...
Downloading 88.24 K separate debug info for /home/tim/.cache/debuginfod_client/ad408e1cc7d4db8afbe50eeeca1cb8786f1c2ae5/debuginfo...
Downloading 103.23 K separate debug info for /lib64/libcap.so.2...
Downloading separate debug info for /home/tim/.cache/debuginfod_client/8075bea56516813089f81d3f32cdb6d44513cb94/debuginfo...
Downloading 648.93 K separate debug info for /lib64/libgcc_s.so.1...
Downloading 10.25 M separate debug info for /home/tim/.cache/debuginfod_client/5b3820bb982c6b9421b397d2bd0823301f2c2c42/debuginfo...
Downloading 6.69 M separate debug info for /lib64/libc.so.6...
Downloading 1.63 M separate debug info for /lib64/libpcre2-8.so.0...
Downloading 35.09 K separate debug info for /home/tim/.cache/debuginfod_client/57fa7ab6294a1aaad525f569ef5b02654d0009b6/debuginfo...
Downloading separate debug info for system-supplied DSO at 0x7faa38f71000...
[New LWP 20746]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Core was generated by `/usr/bin/bwrap --unshare-all --die-with-parent --chdir / --ro-bind /usr /usr --dev /dev --ro-bind-try /etc/ld.so.cache /etc/ld.so.cache --ro-bind-try /nix/store /nix/store --tmpfs /tmp-home --tmpfs /tmp-run --clearenv --setenv HOME /tmp-home --setenv XDG_RUNTIME_DIR /tmp-run --setenv XDG_RUNTIME_DIR /run/user/1000 --symlink /usr/lib /lib --symlink /usr/lib64 /lib64 --seccomp 202 /usr/bin/true'.
Program terminated with signal SIGSYS, Bad system call.
Downloading 4.24 K source file /usr/src/debug/glibc-2.42-4.fc43.x86_64/nptl/cancellation.c...
#0 __internal_syscall_cancel (a1=a1@entry=-1, a2=a2@entry=140734399532004, a3=a3@entry=0, a4=a4@entry=0, a5=a5@entry=0, a6=a6@entry=0, nr=61) at cancellation.c:44
44 return result;
[Current thread is 1 (LWP 1)]
Thread 1 (LWP 1):
#0 __internal_syscall_cancel (a1=a1@entry=-1, a2=a2@entry=140734399532004, a3=a3@entry=0, a4=a4@entry=0, a5=a5@entry=0, a6=a6@entry=0, nr=61) at cancellation.c:44
result = 61
pd = <optimized out>
ch = <optimized out>
#1 0x00007faa38d78c84 in __syscall_cancel (a1=a1@entry=-1, a2=a2@entry=140734399532004, a3=a3@entry=0, a4=a4@entry=0, a5=a5@entry=0, a6=a6@entry=0, nr=61) at cancellation.c:75
r = <optimized out>
#2 0x00007faa38de8b4f in __GI___wait4 (pid=pid@entry=-1, stat_loc=stat_loc@entry=0x7fff47e44be4, options=options@entry=0, usage=usage@entry=0x0) at ../sysdeps/unix/sysv/linux/wait4.c:30
No locals.
#3 0x00007faa38de8b9b in __GI___waitpid (pid=pid@entry=-1, stat_loc=stat_loc@entry=0x7fff47e44be4, options=options@entry=0) at waitpid.c:38
No locals.
#4 0x00007faa38de8b03 in __wait (stat_loc=stat_loc@entry=0x7fff47e44be4) at wait.c:25
No locals.
#5 0x0000564b9a93d898 in do_init (event_fd=6, initial_pid=2) at ../bubblewrap.c:633
__result = <optimized out>
child = <optimized out>
status = 0
initial_exit_status = <optimized out>
lock = <optimized out>
#6 main (argc=<optimized out>, argv=<optimized out>) at ../bubblewrap.c:3577
old_umask = 18
base_path = 0x564b9a948f4f "/tmp"
clone_flags = <optimized out>
old_cwd = 0x564bca1c8730 "\210q\240\256NV"
pid = 2
event_fd = <optimized out>
child_wait_fd = <optimized out>
setup_finished_pipe = {-1, -1}
new_cwd = <optimized out>
ns_uid = 0
ns_gid = 0
sbuf = {st_dev = 4, st_ino = 4026531835, st_nlink = 1, st_mode = 33060, st_uid = 0, st_gid = 0, __pad0 = 0, st_rdev = 0, st_size = 0, st_blksize = 4096, st_blocks = 0, st_atim = {tv_sec = 1763201620, tv_nsec = 336867699}, st_mtim = {tv_sec = 1763201620, tv_nsec = 336867699}, st_ctim = {tv_sec = 1763201620, tv_nsec = 336867699}, __glibc_reserved = {0, 0, 0}}
val = 1
res = <optimized out>
args_data = <optimized out>
intermediate_pids_sockets = {-1, -1}
exec_path = 0x0
i = <optimized out>
__PRETTY_FUNCTION__ = "main"
Thread 2 (Thread 0x7faa38c5c840 (LWP 20746)):
warning: Couldn't find general-purpose registers in core file.
#0 <unavailable> in ?? ()
PC unavailable, cannot determine locals.
Backtrace stopped: not enough registers or memory available to unwind further
From To Syms Read Shared Object Library
0x00007faa38f39400 0x00007faa38f57c6c Yes /lib64/libselinux.so.1
0x00007faa38f2ccc0 0x00007faa38f319d0 Yes /lib64/libcap.so.2
0x00007faa38f00a00 0x00007faa38f22f05 Yes /lib64/libgcc_s.so.1
0x00007faa38d0ab80 0x00007faa38e7996d Yes /lib64/libc.so.6
0x00007faa38c5f7c0 0x00007faa38cdb481 Yes /lib64/libpcre2-8.so.0
0x00007faa38f732c0 0x00007faa38f9c835 Yes /lib64/ld-linux-x86-64.so.2
$1 = 0x0
No symbol "__glib_assert_msg" in current context.
rax 0x3d 61
rbx 0xff 255
rcx 0x7faa38d78c5e 140369074818142
rdx 0x0 0
rsi 0x7fff47e44be4 140734399532004
rdi 0xffffffffffffffff -1
rbp 0x7fff47e44b50 0x7fff47e44b50
rsp 0x7fff47e44b40 0x7fff47e44b40
r8 0x0 0
r9 0x0 0
r10 0x0 0
r11 0x202 514
r12 0x1 1
r13 0x2 2
r14 0x7fff47e44c00 140734399532032
r15 0x0 0
rip 0x7faa38d78c5e 0x7faa38d78c5e <__internal_syscall_cancel+126>
eflags 0x202 [ IF ]
cs 0x33 51
ss 0x2b 43
ds 0x0 0
es 0x0 0
fs 0x0 0
gs 0x0 0
st0 0 (raw 0x00000000000000000000)
st1 0 (raw 0x00000000000000000000)
st2 0 (raw 0x00000000000000000000)
st3 0 (raw 0x00000000000000000000)
st4 0 (raw 0x00000000000000000000)
st5 0 (raw 0x00000000000000000000)
st6 0 (raw 0x00000000000000000000)
st7 0 (raw 0x00000000000000000000)
fctrl 0x37f 895
fstat 0x0 0
ftag 0xffff 65535
fiseg 0x0 0
fioff 0x0 0
foseg 0x0 0
fooff 0x0 0
fop 0x0 0
mxcsr 0x1f80 [ IM DM ZM OM UM PM ]
k0 0x8210802 136382466
k1 0x0 0
k2 0x705001f 117768223
k3 0x0 0
k4 0xffffffff 4294967295
k5 0x0 0
k6 0x0 0
k7 0x0 0
pkru 0x55555554 1431655764
fs_base 0x7faa38c5c840 140369073653824
gs_base 0x0 0
zmm0 {v32_bfloat16 = {0x7, 0x0 <repeats 31 times>}, v32_half = {0x7, 0x0 <repeats 31 times>}, v16_float = {0x7, 0x0 <repeats 15 times>}, v8_double = {0x7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x7, 0x0 <repeats 63 times>}, v32_int16 = {0x7, 0x0 <repeats 31 times>}, v16_int32 = {0x7, 0x0 <repeats 15 times>}, v8_int64 = {0x7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x7, 0x0, 0x0, 0x0}}
zmm1 {v32_bfloat16 = {0x0 <repeats 32 times>}, v32_half = {0x0 <repeats 32 times>}, v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
zmm2 {v32_bfloat16 = {0x0 <repeats 32 times>}, v32_half = {0x0 <repeats 32 times>}, v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
zmm3 {v32_bfloat16 = {0x0 <repeats 32 times>}, v32_half = {0x0 <repeats 32 times>}, v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
zmm4 {v32_bfloat16 = {0x4b20, 0x38ef, 0x7faa, 0x0 <repeats 29 times>}, v32_half = {0x4b20, 0x38ef, 0x7faa, 0x0 <repeats 29 times>}, v16_float = {0x38ef4b20, 0x7faa, 0x0 <repeats 14 times>}, v8_double = {0x7faa38ef4b20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x20, 0x4b, 0xef, 0x38, 0xaa, 0x7f, 0x0 <repeats 58 times>}, v32_int16 = {0x4b20, 0x38ef, 0x7faa, 0x0 <repeats 29 times>}, v16_int32 = {0x38ef4b20, 0x7faa, 0x0 <repeats 14 times>}, v8_int64 = {0x7faa38ef4b20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x7faa38ef4b20, 0x0, 0x0, 0x0}}
zmm5 {v32_bfloat16 = {0x3233, 0x732f, 0x6574, 0x6d61, 0x722d, 0x6e75, 0x6974, 0x656d, 0x0 <repeats 24 times>}, v32_half = {0x3233, 0x732f, 0x6574, 0x6d61, 0x722d, 0x6e75, 0x6974, 0x656d, 0x0 <repeats 24 times>}, v16_float = {0x732f3233, 0x6d616574, 0x6e75722d, 0x656d6974, 0x0 <repeats 12 times>}, v8_double = {0x6d616574732f3233, 0x656d69746e75722d, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x33, 0x32, 0x2f, 0x73, 0x74, 0x65, 0x61, 0x6d, 0x2d, 0x72, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x0 <repeats 48 times>}, v32_int16 = {0x3233, 0x732f, 0x6574, 0x6d61, 0x722d, 0x6e75, 0x6974, 0x656d, 0x0 <repeats 24 times>}, v16_int32 = {0x732f3233, 0x6d616574, 0x6e75722d, 0x656d6974, 0x0 <repeats 12 times>}, v8_int64 = {0x6d616574732f3233, 0x656d69746e75722d, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x656d69746e75722d6d616574732f3233, 0x0, 0x0, 0x0}}
zmm6 {v32_bfloat16 = {0x18, 0x0 <repeats 31 times>}, v32_half = {0x18, 0x0 <repeats 31 times>}, v16_float = {0x18, 0x0 <repeats 15 times>}, v8_double = {0x18, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x18, 0x0 <repeats 63 times>}, v32_int16 = {0x18, 0x0 <repeats 31 times>}, v16_int32 = {0x18, 0x0 <repeats 15 times>}, v8_int64 = {0x18, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x18, 0x0, 0x0, 0x0}}
zmm7 {v32_bfloat16 = {0x6974, 0x2f6d, 0x6c2e, 0x636f, 0x6c61, 0x732f, 0x6168, 0x6572, 0x0 <repeats 24 times>}, v32_half = {0x6974, 0x2f6d, 0x6c2e, 0x636f, 0x6c61, 0x732f, 0x6168, 0x6572, 0x0 <repeats 24 times>}, v16_float = {0x2f6d6974, 0x636f6c2e, 0x732f6c61, 0x65726168, 0x0 <repeats 12 times>}, v8_double = {0x636f6c2e2f6d6974, 0x65726168732f6c61, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x74, 0x69, 0x6d, 0x2f, 0x2e, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x2f, 0x73, 0x68, 0x61, 0x72, 0x65, 0x0 <repeats 48 times>}, v32_int16 = {0x6974, 0x2f6d, 0x6c2e, 0x636f, 0x6c61, 0x732f, 0x6168, 0x6572, 0x0 <repeats 24 times>}, v16_int32 = {0x2f6d6974, 0x636f6c2e, 0x732f6c61, 0x65726168, 0x0 <repeats 12 times>}, v8_int64 = {0x636f6c2e2f6d6974, 0x65726168732f6c61, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x65726168732f6c61636f6c2e2f6d6974, 0x0, 0x0, 0x0}}
zmm8 {v32_bfloat16 = {0x2f3a, 0x6f68, 0x656d, 0x742f, 0x6d69, 0x2e2f, 0x6f6c, 0x6163, 0x0 <repeats 24 times>}, v32_half = {0x2f3a, 0x6f68, 0x656d, 0x742f, 0x6d69, 0x2e2f, 0x6f6c, 0x6163, 0x0 <repeats 24 times>}, v16_float = {0x6f682f3a, 0x742f656d, 0x2e2f6d69, 0x61636f6c, 0x0 <repeats 12 times>}, v8_double = {0x742f656d6f682f3a, 0x61636f6c2e2f6d69, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x3a, 0x2f, 0x68, 0x6f, 0x6d, 0x65, 0x2f, 0x74, 0x69, 0x6d, 0x2f, 0x2e, 0x6c, 0x6f, 0x63, 0x61, 0x0 <repeats 48 times>}, v32_int16 = {0x2f3a, 0x6f68, 0x656d, 0x742f, 0x6d69, 0x2e2f, 0x6f6c, 0x6163, 0x0 <repeats 24 times>}, v16_int32 = {0x6f682f3a, 0x742f656d, 0x2e2f6d69, 0x61636f6c, 0x0 <repeats 12 times>}, v8_int64 = {0x742f656d6f682f3a, 0x61636f6c2e2f6d69, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x61636f6c2e2f6d69742f656d6f682f3a, 0x0, 0x0, 0x0}}
zmm9 {v32_bfloat16 = {0x0 <repeats 32 times>}, v32_half = {0x0 <repeats 32 times>}, v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
zmm10 {v32_bfloat16 = {0x0 <repeats 32 times>}, v32_half = {0x0 <repeats 32 times>}, v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
zmm11 {v32_bfloat16 = {0x0 <repeats 32 times>}, v32_half = {0x0 <repeats 32 times>}, v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
zmm12 {v32_bfloat16 = {0x0 <repeats 32 times>}, v32_half = {0x0 <repeats 32 times>}, v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
zmm13 {v32_bfloat16 = {0x0 <repeats 32 times>}, v32_half = {0x0 <repeats 32 times>}, v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
zmm14 {v32_bfloat16 = {0x0 <repeats 32 times>}, v32_half = {0x0 <repeats 32 times>}, v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
zmm15 {v32_bfloat16 = {0x0 <repeats 32 times>}, v32_half = {0x0 <repeats 32 times>}, v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
zmm16 {v32_bfloat16 = {0x5750, 0x3d44, 0x2f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x78, 0x72, 0x0, 0x0, 0xbf81, 0x1, 0x0 <repeats 18 times>}, v32_half = {0x5750, 0x3d44, 0x2f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x78, 0x72, 0x0, 0x0, 0xbf81, 0x1, 0x0 <repeats 18 times>}, v16_float = {0x3d445750, 0x2f, 0x0, 0x0, 0x720078, 0x0, 0x1bf81, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_double = {0x2f3d445750, 0x0, 0x720078, 0x1bf81, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x50, 0x57, 0x44, 0x3d, 0x2f, 0x0 <repeats 11 times>, 0x78, 0x0, 0x72, 0x0, 0x0, 0x0, 0x0, 0x0, 0x81, 0xbf, 0x1, 0x0 <repeats 37 times>}, v32_int16 = {0x5750, 0x3d44, 0x2f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x78, 0x72, 0x0, 0x0, 0xbf81, 0x1, 0x0 <repeats 18 times>}, v16_int32 = {0x3d445750, 0x2f, 0x0, 0x0, 0x720078, 0x0, 0x1bf81, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_int64 = {0x2f3d445750, 0x0, 0x720078, 0x1bf81, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x2f3d445750, 0x1bf810000000000720078, 0x0, 0x0}}
zmm17 {v32_bfloat16 = {0x5750, 0x44, 0x6573, 0x7374, 0x6469, 0x6c00, 0x6261, 0x6c65, 0x655f, 0x6578, 0x2063, 0x7325, 0x4300, 0x6e61, 0x7427, 0x6620, 0x0 <repeats 16 times>}, v32_half = {0x5750, 0x44, 0x6573, 0x7374, 0x6469, 0x6c00, 0x6261, 0x6c65, 0x655f, 0x6578, 0x2063, 0x7325, 0x4300, 0x6e61, 0x7427, 0x6620, 0x0 <repeats 16 times>}, v16_float = {0x445750, 0x73746573, 0x6c006469, 0x6c656261, 0x6578655f, 0x73252063, 0x6e614300, 0x66207427, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_double = {0x7374657300445750, 0x6c6562616c006469, 0x732520636578655f, 0x662074276e614300, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x50, 0x57, 0x44, 0x0, 0x73, 0x65, 0x74, 0x73, 0x69, 0x64, 0x0, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x5f, 0x65, 0x78, 0x65, 0x63, 0x20, 0x25, 0x73, 0x0, 0x43, 0x61, 0x6e, 0x27, 0x74, 0x20, 0x66, 0x0 <repeats 32 times>}, v32_int16 = {0x5750, 0x44, 0x6573, 0x7374, 0x6469, 0x6c00, 0x6261, 0x6c65, 0x655f, 0x6578, 0x2063, 0x7325, 0x4300, 0x6e61, 0x7427, 0x6620, 0x0 <repeats 16 times>}, v16_int32 = {0x445750, 0x73746573, 0x6c006469, 0x6c656261, 0x6578655f, 0x73252063, 0x6e614300, 0x66207427, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_int64 = {0x7374657300445750, 0x6c6562616c006469, 0x732520636578655f, 0x662074276e614300, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x6c6562616c0064697374657300445750, 0x662074276e614300732520636578655f, 0x0, 0x0}}
zmm18 {v32_bfloat16 = {0x5750, 0x44, 0x584e, 0x4e49, 0x5954, 0x5100, 0x5f5c, 0x5158, 0x585f, 0x5845, 0x1d5e, 0x4e18, 0x4300, 0x535c, 0x491a, 0x5b1d, 0x0 <repeats 16 times>}, v32_half = {0x5750, 0x44, 0x584e, 0x4e49, 0x5954, 0x5100, 0x5f5c, 0x5158, 0x585f, 0x5845, 0x1d5e, 0x4e18, 0x4300, 0x535c, 0x491a, 0x5b1d, 0x0 <repeats 16 times>}, v16_float = {0x445750, 0x4e49584e, 0x51005954, 0x51585f5c, 0x5845585f, 0x4e181d5e, 0x535c4300, 0x5b1d491a, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_double = {0x4e49584e00445750, 0x51585f5c51005954, 0x4e181d5e5845585f, 0x5b1d491a535c4300, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x50, 0x57, 0x44, 0x0, 0x4e, 0x58, 0x49, 0x4e, 0x54, 0x59, 0x0, 0x51, 0x5c, 0x5f, 0x58, 0x51, 0x5f, 0x58, 0x45, 0x58, 0x5e, 0x1d, 0x18, 0x4e, 0x0, 0x43, 0x5c, 0x53, 0x1a, 0x49, 0x1d, 0x5b, 0x0 <repeats 32 times>}, v32_int16 = {0x5750, 0x44, 0x584e, 0x4e49, 0x5954, 0x5100, 0x5f5c, 0x5158, 0x585f, 0x5845, 0x1d5e, 0x4e18, 0x4300, 0x535c, 0x491a, 0x5b1d, 0x0 <repeats 16 times>}, v16_int32 = {0x445750, 0x4e49584e, 0x51005954, 0x51585f5c, 0x5845585f, 0x4e181d5e, 0x535c4300, 0x5b1d491a, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_int64 = {0x4e49584e00445750, 0x51585f5c51005954, 0x4e181d5e5845585f, 0x5b1d491a535c4300, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x51585f5c510059544e49584e00445750, 0x5b1d491a535c43004e181d5e5845585f, 0x0, 0x0}}
zmm19 {v32_bfloat16 = {0x6f72, 0x746f, 0x0 <repeats 30 times>}, v32_half = {0x6f72, 0x746f, 0x0 <repeats 30 times>}, v16_float = {0x746f6f72, 0x0 <repeats 15 times>}, v8_double = {0x746f6f72, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x72, 0x6f, 0x6f, 0x74, 0x0 <repeats 60 times>}, v32_int16 = {0x6f72, 0x746f, 0x0 <repeats 30 times>}, v16_int32 = {0x746f6f72, 0x0 <repeats 15 times>}, v8_int64 = {0x746f6f72, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x746f6f72, 0x0, 0x0, 0x0}}
zmm20 {v32_bfloat16 = {0x0 <repeats 32 times>}, v32_half = {0x0 <repeats 32 times>}, v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
zmm21 {v32_bfloat16 = {0x0 <repeats 32 times>}, v32_half = {0x0 <repeats 32 times>}, v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
zmm22 {v32_bfloat16 = {0x556f, 0x6b69, 0x6269, 0x376f, 0x387c, 0x7926, 0x687f, 0x657c, 0x6366, 0x376e, 0x3f38, 0x263c, 0x7f79, 0x7c68, 0x6665, 0x2537, 0x0 <repeats 16 times>}, v32_half = {0x556f, 0x6b69, 0x6269, 0x376f, 0x387c, 0x7926, 0x687f, 0x657c, 0x6366, 0x376e, 0x3f38, 0x263c, 0x7f79, 0x7c68, 0x6665, 0x2537, 0x0 <repeats 16 times>}, v16_float = {0x6b69556f, 0x376f6269, 0x7926387c, 0x657c687f, 0x376e6366, 0x263c3f38, 0x7c687f79, 0x25376665, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_double = {0x376f62696b69556f, 0x657c687f7926387c, 0x263c3f38376e6366, 0x253766657c687f79, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x6f, 0x55, 0x69, 0x6b, 0x69, 0x62, 0x6f, 0x37, 0x7c, 0x38, 0x26, 0x79, 0x7f, 0x68, 0x7c, 0x65, 0x66, 0x63, 0x6e, 0x37, 0x38, 0x3f, 0x3c, 0x26, 0x79, 0x7f, 0x68, 0x7c, 0x65, 0x66, 0x37, 0x25, 0x0 <repeats 32 times>}, v32_int16 = {0x556f, 0x6b69, 0x6269, 0x376f, 0x387c, 0x7926, 0x687f, 0x657c, 0x6366, 0x376e, 0x3f38, 0x263c, 0x7f79, 0x7c68, 0x6665, 0x2537, 0x0 <repeats 16 times>}, v16_int32 = {0x6b69556f, 0x376f6269, 0x7926387c, 0x657c687f, 0x376e6366, 0x263c3f38, 0x7c687f79, 0x25376665, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_int64 = {0x376f62696b69556f, 0x657c687f7926387c, 0x263c3f38376e6366, 0x253766657c687f79, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x657c687f7926387c376f62696b69556f, 0x253766657c687f79263c3f38376e6366, 0x0, 0x0}}
zmm23 {v32_bfloat16 = {0x6578, 0x7e65, 0xa00, 0xa0a <repeats 13 times>, 0x0 <repeats 16 times>}, v32_half = {0x6578, 0x7e65, 0xa00, 0xa0a <repeats 13 times>, 0x0 <repeats 16 times>}, v16_float = {0x7e656578, 0xa0a0a00, 0xa0a0a0a, 0xa0a0a0a, 0xa0a0a0a, 0xa0a0a0a, 0xa0a0a0a, 0xa0a0a0a, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_double = {0xa0a0a007e656578, 0xa0a0a0a0a0a0a0a, 0xa0a0a0a0a0a0a0a, 0xa0a0a0a0a0a0a0a, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x78, 0x65, 0x65, 0x7e, 0x0, 0xa <repeats 27 times>, 0x0 <repeats 32 times>}, v32_int16 = {0x6578, 0x7e65, 0xa00, 0xa0a <repeats 13 times>, 0x0 <repeats 16 times>}, v16_int32 = {0x7e656578, 0xa0a0a00, 0xa0a0a0a, 0xa0a0a0a, 0xa0a0a0a, 0xa0a0a0a, 0xa0a0a0a, 0xa0a0a0a, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_int64 = {0xa0a0a007e656578, 0xa0a0a0a0a0a0a0a, 0xa0a0a0a0a0a0a0a, 0xa0a0a0a0a0a0a0a, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0xa0a0a0a0a0a0a0a0a0a0a007e656578, 0xa0a0a0a0a0a0a0a0a0a0a0a0a0a0a0a, 0x0, 0x0}}
zmm24 {v32_bfloat16 = {0x0 <repeats 32 times>}, v32_half = {0x0 <repeats 32 times>}, v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
zmm25 {v32_bfloat16 = {0x0 <repeats 32 times>}, v32_half = {0x0 <repeats 32 times>}, v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
zmm26 {v32_bfloat16 = {0x0 <repeats 32 times>}, v32_half = {0x0 <repeats 32 times>}, v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
zmm27 {v32_bfloat16 = {0x0 <repeats 32 times>}, v32_half = {0x0 <repeats 32 times>}, v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
zmm28 {v32_bfloat16 = {0x0 <repeats 32 times>}, v32_half = {0x0 <repeats 32 times>}, v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
zmm29 {v32_bfloat16 = {0x0 <repeats 32 times>}, v32_half = {0x0 <repeats 32 times>}, v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
zmm30 {v32_bfloat16 = {0x0 <repeats 32 times>}, v32_half = {0x0 <repeats 32 times>}, v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
zmm31 {v32_bfloat16 = {0x0 <repeats 32 times>}, v32_half = {0x0 <repeats 32 times>}, v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
Dump of assembler code for function __internal_syscall_cancel:
0x00007faa38d78be0 <+0>: endbr64
0x00007faa38d78be4 <+4>: push %rbp
0x00007faa38d78be5 <+5>: mov %rcx,%r10
0x00007faa38d78be8 <+8>: mov %rsp,%rbp
0x00007faa38d78beb <+11>: sub $0x10,%rsp
0x00007faa38d78bef <+15>: mov %fs:0x10,%r11
0x00007faa38d78bf8 <+24>: mov 0x308(%r11),%ecx
0x00007faa38d78bff <+31>: cmpb $0x0,0x1834fa(%rip) # 0x7faa38efc100 <__libc_single_threaded_internal>
0x00007faa38d78c06 <+38>: jne 0x7faa38d78c58 <__internal_syscall_cancel+120>
0x00007faa38d78c08 <+40>: test $0x1,%cl
0x00007faa38d78c0b <+43>: jne 0x7faa38d78c58 <__internal_syscall_cancel+120>
0x00007faa38d78c0d <+45>: and $0x10,%ecx
0x00007faa38d78c10 <+48>: jne 0x7faa38d78c58 <__internal_syscall_cancel+120>
0x00007faa38d78c12 <+50>: push %r9
0x00007faa38d78c14 <+52>: lea 0x308(%r11),%rax
0x00007faa38d78c1b <+59>: mov %rsi,%rcx
0x00007faa38d78c1e <+62>: mov 0x10(%rbp),%rsi
0x00007faa38d78c22 <+66>: push %r8
0x00007faa38d78c24 <+68>: mov %r10,%r9
0x00007faa38d78c27 <+71>: mov %r11,-0x8(%rbp)
0x00007faa38d78c2b <+75>: mov %rdx,%r11
0x00007faa38d78c2e <+78>: mov %rdi,%rdx
0x00007faa38d78c31 <+81>: mov %rax,%rdi
0x00007faa38d78c34 <+84>: mov %r11,%r8
0x00007faa38d78c37 <+87>: call 0x7faa38d84950 <__syscall_cancel_arch>
0x00007faa38d78c3c <+92>: mov -0x8(%rbp),%r11
0x00007faa38d78c40 <+96>: mov 0x308(%r11),%edx
0x00007faa38d78c47 <+103>: pop %rcx
0x00007faa38d78c48 <+104>: pop %rsi
0x00007faa38d78c49 <+105>: cmp $0xfffffffffffffffc,%rax
0x00007faa38d78c4d <+109>: je 0x7faa38d78c60 <__internal_syscall_cancel+128>
0x00007faa38d78c4f <+111>: leave
0x00007faa38d78c50 <+112>: ret
0x00007faa38d78c51 <+113>: nopl 0x0(%rax)
0x00007faa38d78c58 <+120>: mov 0x10(%rbp),%rax
0x00007faa38d78c5c <+124>: syscall
=> 0x00007faa38d78c5e <+126>: leave
0x00007faa38d78c5f <+127>: ret
0x00007faa38d78c60 <+128>: and $0x39,%edx
0x00007faa38d78c63 <+131>: cmp $0x8,%edx
0x00007faa38d78c66 <+134>: jne 0x7faa38d78c4f <__internal_syscall_cancel+111>
0x00007faa38d78c68 <+136>: call 0x7faa38d78b80 <__syscall_do_cancel>
End of assembler dump.
This seems to be caused by something trying to setup Nix on your machine. I suggest you look into that.
Are you sure about that? Fedora 43 Workstation does not contain the Nix package manager:
~ ❯ dnf search nix | grep ' nix'
Updating and loading repositories:
Repositories loaded.
~ ❯
So something or someone must have installed it from some unknown source.
Modern Linux distros like Fedora, Debian, OpenSUSE, or Ubuntu are pretty user-friendly. Most problems I have seen are from incompatible hardware or from people following instructions they found online or received from an LLM and then screwed up their systems. (Which is why I usually stay well clear of any post that starts with “I asked <insert LLM here> and it told me to …”.)
But I won’t try to convince you. If you feel like Windows is better suited for you as an operating system, then that is valid. In the end, we all need to get things done, the OS is just what enables us to do that. If the OS gets in the way, it is not the right one.
I’ll have to decide if to live with that error keep coming or not because that is going to be well beyond my ability to fix. I don’t even have any idea where the idea of it being caused by Nix is nor do I have any idea what Nix is.
For the record, I am the only one with access to this PC and I certainly have not installed anything called Nix on here. All I have done is the following
- Install Fedora 43 Workstation, reboot, install updates, reboot.
- Enable rpmfusion
- Install media codecs via rpmfusion multimedia page
- Install bluetooth codecs with - sudo dnf install libfreeaptx libldac fdk-aac
- sudo dnf install -y p7zip p7zip-plugins unrar
- sudo dnf install -y btrfs-assistant btrbk snapper
- sudo dnf install -y steam
- sudo dnf install -y lutris
- sudo dnf install -y mangohud
Then enabled Flathub and installed a few flatpaks but I am sure this started happening before point 7 above. In fact I am 99% certain it starting happening after the initial install and I updated the system and reboot.
Nix is a package manager, mostly used on NixOS, but it can be used on other Linux distros or MacOS, too. It differs from most other package managers in that packages are installed to /nix/store and then from there it assembles the more traditional structure with /usr, /usr/bin, etc.
If you take a look at the bwrap invocation that dumps core, you will see references to /nix/store.
OK, it could be that I misinterpreted the bwrap commandline. The parameter --ro-bind-try SRC DST will bind-mount the path SRC on the host to DST read-only. But the try part of it means it won’t error if SRC doesn’t exist, so whatever is calling it might just be covering their bases, in case they are on a system with Nix.
Nothing in these steps looks completely out of place. Not all of them are super-common, but there is nothing completely out of the ordinary.
But unless you can figure out what is actually calling bubblewrap, I am afraid it will be difficult to figure out the root cause.
Well thanks for your all your help. It’s genuinely appreciated.
If I get time I will see what I can do about working out what is calling bubblewrap although I didn’t even know what bubblewrap was until I Googled it ![]()
Having looked into what Bubblewrap is, I am now doubting myself on when this started happening. I was sure if started quite early on. Bubblewrap is a container app and I have a few apps installed that I assume use containers. Boxes was already installed. I have also installed Bottles but I am sure it started before that. Lutris I assume uses containers too.
Lutris is the only that probably uses containers that I installed quite early on. I don’t think it starts up at boot though.
The other flatpaks I installed but fairly certain this started before are ProtonPlus, Protontricks, FlatSeal, Warehouse, Mission Center and that’s it.
Bubblewrap is used to run applications in a sandbox.
Boxes manages VMs, not containers.
Bottles manages Wine prefixes, also no containers involved.
I know of Lutris, but I don’t use it. But AFAIK it manages game store libraries and Linux compatibility layers. Should also not involve containers.
It look to me that bwrap is trying to call nix, incase it is there.
Which is is not, as Nix at this time on Fedora must be installed via Copr.
I think rather the problem is with Bubblewrap / bwrap. I saw on a thread the other day someone having issues with glycin and bubblewrap and selinux permissions. Same issue? does not look like it is the same. But there are so many bugs in Gnome and KDE this release… Could be closely related. This is the thread.
Bubblewrap in installed by default on Gnome as Glycin uses it to sandbox images / image codecs.
Live with the error, I think it will be fixed in an update one day in a month, maybe two.
Could be related. I haven’t used Fedora Workstation for a few versions, so I haven’t been hit with any of the Glycin-related errors that have cropped up around here. But if Glycin relies on bubblewrap, it could be responsible for the call to bubblewrap that crashes.