[GH-ISSUE #4396] tracelog causes anki to segfault #2651

Closed
opened 2026-05-05 09:18:50 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @graywolf on GitHub (Jul 11, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4396

When running anki (2.1.35, just updated archlinux), the tracelog option in the default profile causes it to segfault. Commenting out the tracelog line fixes the issue and the program starts and is useable normally.

Content of anki.local:

include allow-lua.inc

private-bin env,mpv,anki,python*
x11

Journald log:

Jul 11 14:03:57 ws audit[10132]: ANOM_ABEND auid=1000 uid=1000 gid=1000 ses=1 subj==firejail-default (enforce) pid=10132 comm="QtWebEngineProc" exe="/usr/lib/qt/libexec/QtWebEngineProcess" sig=11 res=1
Jul 11 14:03:57 ws kernel: show_signal_msg: 10 callbacks suppressed
Jul 11 14:03:57 ws kernel: QtWebEngineProc[10132]: segfault at 348 ip 00007f8feabd4659 sp 00007ffd619e7468 error 4 in libpthread-2.33.so[7f8feabcb000+f000]
Jul 11 14:03:57 ws kernel: Code: 08 31 c0 c3 0f 1f 44 00 00 b8 16 00 00 00 c3 66 90 f3 0f 1e fa 83 ff 1f 77 37 8d 47 31 48 c1 e0 04 64 48 03 04 25 10 00 00 00 <4c> 8b 40 08 4d 85 c0 74 16 89 ff 48 8d 15 35 ba 00 00 48 8b 08 48
Jul 11 14:03:57 ws kernel: audit: type=1701 audit(1626005037.528:533): auid=1000 uid=1000 gid=1000 ses=1 subj==firejail-default (enforce) pid=10132 comm="QtWebEngineProc" exe="/usr/lib/qt/libexec/QtWebEngineProcess" sig=11 res=1
Jul 11 14:03:57 ws audit: BPF prog-id=121 op=LOAD
Jul 11 14:03:57 ws audit: BPF prog-id=122 op=LOAD
Jul 11 14:03:57 ws audit: BPF prog-id=123 op=LOAD
Jul 11 14:03:57 ws systemd[1]: Started Process Core Dump (PID 10133/UID 0).
Jul 11 14:03:57 ws audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-coredump@32-10133-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jul 11 14:03:57 ws kernel: audit: type=1334 audit(1626005037.588:534): prog-id=121 op=LOAD
Jul 11 14:03:57 ws kernel: audit: type=1334 audit(1626005037.588:535): prog-id=122 op=LOAD
Jul 11 14:03:57 ws kernel: audit: type=1334 audit(1626005037.588:536): prog-id=123 op=LOAD
Jul 11 14:03:57 ws kernel: audit: type=1130 audit(1626005037.588:537): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-coredump@32-10133-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jul 11 14:03:57 ws systemd-coredump[10134]: [🡕] Process 10132 (QtWebEngineProc) of user 1000 dumped core.

                                            Stack trace of thread 2:
                                            #0  0x00007f8feabd4659 __pthread_getspecific (libpthread.so.0 + 0x10659)
                                            #1  0x00007f8feabe9c2d n/a (libdl.so.2 + 0x2c2d)
                                            #2  0x00007f8feabe9544 dlsym (libdl.so.2 + 0x2544)
                                            #3  0x00007f8ff311ea14 n/a (n/a + 0x0)
Jul 11 14:03:57 ws systemd[1]: systemd-coredump@32-10133-0.service: Deactivated successfully.
Jul 11 14:03:57 ws kernel: audit: type=1131 audit(1626005037.738:538): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-coredump@32-10133-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jul 11 14:03:57 ws kernel: traps: python3[10099] trap int3 ip:7f8bfd840451 sp:7ffe6338c730 error:0 in libQt5WebEngineCore.so.5.15.5[7f8bf8d69000+64fa000]
Jul 11 14:03:57 ws kernel: audit: type=1701 audit(1626005037.738:539): auid=1000 uid=1000 gid=1000 ses=1 subj==firejail-default (enforce) pid=10099 comm="python3" exe="/usr/bin/python3.9" sig=5 res=1
Jul 11 14:03:57 ws audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-coredump@32-10133-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jul 11 14:03:57 ws audit[10099]: ANOM_ABEND auid=1000 uid=1000 gid=1000 ses=1 subj==firejail-default (enforce) pid=10099 comm="python3" exe="/usr/bin/python3.9" sig=5 res=1
Jul 11 14:03:57 ws audit: BPF prog-id=124 op=LOAD
Jul 11 14:03:57 ws audit: BPF prog-id=125 op=LOAD
Jul 11 14:03:57 ws audit: BPF prog-id=126 op=LOAD
Jul 11 14:03:57 ws audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-coredump@33-10140-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jul 11 14:03:57 ws systemd[1]: Started Process Core Dump (PID 10140/UID 0).
Jul 11 14:03:57 ws kernel: audit: type=1334 audit(1626005037.788:540): prog-id=124 op=LOAD
Jul 11 14:03:58 ws audit: BPF prog-id=123 op=UNLOAD
Jul 11 14:03:58 ws audit: BPF prog-id=122 op=UNLOAD
Jul 11 14:03:58 ws audit: BPF prog-id=121 op=UNLOAD
Jul 11 14:03:58 ws systemd-coredump[10141]: [🡕] Process 10099 (python3) of user 1000 dumped core.

                                            Stack trace of thread 148:
                                            #0  0x00007f8bfd840451 n/a (libQt5WebEngineCore.so.5 + 0x547b451)
                                            #1  0x00007f8bfa9e54de n/a (libQt5WebEngineCore.so.5 + 0x26204de)
                                            #2  0x00007f8bfbc011bb n/a (libQt5WebEngineCore.so.5 + 0x383c1bb)
                                            #3  0x00007f8bfbc018c5 n/a (libQt5WebEngineCore.so.5 + 0x383c8c5)
                                            #4  0x00007f8bfa9e755c n/a (libQt5WebEngineCore.so.5 + 0x262255c)
                                            #5  0x00007f8bf8e304cc n/a (libQt5WebEngineCore.so.5 + 0xa6b4cc)
                                            #6  0x00007f8bf8e31f85 n/a (libQt5WebEngineCore.so.5 + 0xa6cf85)
                                            #7  0x00007f8bfffe4965 n/a (libQt5WebEngineWidgets.so.5 + 0x2c965)
                                            #8  0x00007f8bfffdfeb5 n/a (libQt5WebEngineWidgets.so.5 + 0x27eb5)
                                            #9  0x00007f8bfffe03c5 _ZN14QWebEnginePageC2EP7QObject (libQt5WebEngineWidgets.so.5 + 0x283c5)
                                            #10 0x00007f8c000266ea n/a (QtWebEngineWidgets.abi3.so + 0x246ea)
                                            #11 0x00007f8c0002689c n/a (QtWebEngineWidgets.abi3.so + 0x2489c)
                                            #12 0x00007f8c0468cc5f n/a (sip.cpython-39-x86_64-linux-gnu.so + 0x18c5f)
                                            #13 0x00007f8c09f835eb n/a (libpython3.9.so.1.0 + 0x2035eb)
                                            #14 0x00007f8c09f27699 n/a (libpython3.9.so.1.0 + 0x1a7699)
                                            #15 0x00007f8c09eb1813 _PyObject_MakeTpCall (libpython3.9.so.1.0 + 0x131813)
                                            #16 0x00007f8c09ead6f5 _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x12d6f5)
                                            #17 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b)
                                            #18 0x00007f8c09ec48c6 n/a (libpython3.9.so.1.0 + 0x1448c6)
                                            #19 0x00007f8c09eb182b _PyObject_MakeTpCall (libpython3.9.so.1.0 + 0x13182b)
                                            #20 0x00007f8c09ead226 _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x12d226)
                                            #21 0x00007f8c09ea7489 n/a (libpython3.9.so.1.0 + 0x127489)
                                            #22 0x00007f8c09eb905e _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x13905e)
                                            #23 0x00007f8c09ec497e n/a (libpython3.9.so.1.0 + 0x14497e)
                                            #24 0x00007f8c09eb182b _PyObject_MakeTpCall (libpython3.9.so.1.0 + 0x13182b)
                                            #25 0x00007f8c09ead8b0 _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x12d8b0)
                                            #26 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b)
                                            #27 0x00007f8c09ec7de4 n/a (libpython3.9.so.1.0 + 0x147de4)
                                            #28 0x00007f8c09ead107 _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x12d107)
                                            #29 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b)
                                            #30 0x00007f8c09ec7de4 n/a (libpython3.9.so.1.0 + 0x147de4)
                                            #31 0x00007f8c09ead107 _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x12d107)
                                            #32 0x00007f8c09ea7489 n/a (libpython3.9.so.1.0 + 0x127489)
                                            #33 0x00007f8c09eb905e _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x13905e)
                                            #34 0x00007f8c09ec48c6 n/a (libpython3.9.so.1.0 + 0x1448c6)
                                            #35 0x00007f8c09eb182b _PyObject_MakeTpCall (libpython3.9.so.1.0 + 0x13182b)
                                            #36 0x00007f8c09ead6f5 _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x12d6f5)
                                            #37 0x00007f8c09eb93b7 _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x1393b7)
                                            #38 0x00007f8c09ea8807 _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x128807)
                                            #39 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b)
                                            #40 0x00007f8c09ead107 _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x12d107)
                                            #41 0x00007f8c09ea7489 n/a (libpython3.9.so.1.0 + 0x127489)
                                            #42 0x00007f8c09ea6e71 _PyEval_EvalCodeWithName (libpython3.9.so.1.0 + 0x126e71)
                                            #43 0x00007f8c09f5eb13 PyEval_EvalCode (libpython3.9.so.1.0 + 0x1deb13)
                                            #44 0x00007f8c09f6e884 n/a (libpython3.9.so.1.0 + 0x1ee884)
                                            #45 0x00007f8c09f6a55b n/a (libpython3.9.so.1.0 + 0x1ea55b)
                                            #46 0x00007f8c09e17893 n/a (libpython3.9.so.1.0 + 0x97893)
                                            #47 0x00007f8c09e16c79 PyRun_SimpleFileExFlags (libpython3.9.so.1.0 + 0x96c79)
                                            #48 0x00007f8c09f8038a Py_RunMain (libpython3.9.so.1.0 + 0x20038a)
                                            #49 0x00007f8c09f510a9 Py_BytesMain (libpython3.9.so.1.0 + 0x1d10a9)
                                            #50 0x00007f8c09bdbb25 __libc_start_main (libc.so.6 + 0x27b25)
                                            #51 0x000055f794ca504e _start (python3.9 + 0x104e)

                                            Stack trace of thread 154:
                                            #0  0x00007f8c09ba18ca __futex_abstimed_wait_common64 (libpthread.so.0 + 0x158ca)
                                            #1  0x00007f8c09b9b270 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf270)
                                            #2  0x00007f8be5bbc1a4 n/a (swrast_dri.so + 0x7741a4)
                                            #3  0x00007f8be5b9f0d8 n/a (swrast_dri.so + 0x7570d8)
                                            #4  0x00007f8c09b95259 start_thread (libpthread.so.0 + 0x9259)
                                            #5  0x00007f8c09cb25e3 __clone (libc.so.6 + 0xfe5e3)

                                            Stack trace of thread 156:
                                            #0  0x00007f8c09ba18ca __futex_abstimed_wait_common64 (libpthread.so.0 + 0x158ca)
                                            #1  0x00007f8c09b9b270 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf270)
                                            #2  0x00007f8be5ba10f4 n/a (swrast_dri.so + 0x7590f4)
                                            #3  0x00007f8be5b9f0a8 n/a (swrast_dri.so + 0x7570a8)
                                            #4  0x00007f8c09b95259 start_thread (libpthread.so.0 + 0x9259)
                                            #5  0x00007f8c09cb25e3 __clone (libc.so.6 + 0xfe5e3)

                                            Stack trace of thread 175:
                                            #0  0x00007f8c09ba18ca __futex_abstimed_wait_common64 (libpthread.so.0 + 0x158ca)
                                            #1  0x00007f8c09b9dc83 __new_sem_wait_slow64.constprop.0 (libpthread.so.0 + 0x11c83)
                                            #2  0x00007f8c09e8f65c PyThread_acquire_lock_timed (libpython3.9.so.1.0 + 0x10f65c)
                                            #3  0x00007f8c09f64691 n/a (libpython3.9.so.1.0 + 0x1e4691)
                                            #4  0x00007f8c09f6428b n/a (libpython3.9.so.1.0 + 0x1e428b)
                                            #5  0x00007f8c09ebadeb n/a (libpython3.9.so.1.0 + 0x13adeb)
                                            #6  0x00007f8c09ea8a5b _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x128a5b)
                                            #7  0x00007f8c09ea7489 n/a (libpython3.9.so.1.0 + 0x127489)
                                            #8  0x00007f8c09eb905e _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x13905e)
                                            #9  0x00007f8c09ea8a5b _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x128a5b)
                                            #10 0x00007f8c09ea7489 n/a (libpython3.9.so.1.0 + 0x127489)
                                            #11 0x00007f8c09eb905e _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x13905e)
                                            #12 0x00007f8c09ec7de4 n/a (libpython3.9.so.1.0 + 0x147de4)
                                            #13 0x00007f8c09ea965a _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x12965a)
                                            #14 0x00007f8c09ea7489 n/a (libpython3.9.so.1.0 + 0x127489)
                                            #15 0x00007f8c09eb905e _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x13905e)
                                            #16 0x00007f8c09ec7de4 n/a (libpython3.9.so.1.0 + 0x147de4)
                                            #17 0x00007f8c09ea965a _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x12965a)
                                            #18 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b)
                                            #19 0x00007f8c09ec7e9b n/a (libpython3.9.so.1.0 + 0x147e9b)
                                            #20 0x00007f8c09eab3d1 _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x12b3d1)
                                            #21 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b)
                                            #22 0x00007f8c09ea8a5b _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x128a5b)
                                            #23 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b)
                                            #24 0x00007f8c09ea8a5b _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x128a5b)
                                            #25 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b)
                                            #26 0x00007f8c09ec7e9b n/a (libpython3.9.so.1.0 + 0x147e9b)
                                            #27 0x00007f8c09fad146 n/a (libpython3.9.so.1.0 + 0x22d146)
                                            #28 0x00007f8c09f88824 n/a (libpython3.9.so.1.0 + 0x208824)
                                            #29 0x00007f8c09b95259 start_thread (libpthread.so.0 + 0x9259)
                                            #30 0x00007f8c09cb25e3 __clone (libc.so.6 + 0xfe5e3)

                                            Stack trace of thread 151:
                                            #0  0x00007f8c09ca7b2f __poll (libc.so.6 + 0xf3b2f)
                                            #1  0x00007f8c0328163b n/a (libxcb.so.1 + 0xc63b)
                                            #2  0x00007f8c0328337b xcb_wait_for_event (libxcb.so.1 + 0xe37b)
                                            #3  0x00007f8be7955f21 n/a (libQt5XcbQpa.so.5 + 0x61f21)
                                            #4  0x00007f8c06d8efef n/a (libQt5Core.so.5 + 0xcdfef)
                                            #5  0x00007f8c09b95259 start_thread (libpthread.so.0 + 0x9259)
                                            #6  0x00007f8c09cb25e3 __clone (libc.so.6 + 0xfe5e3)

                                            Stack trace of thread 152:
                                            #0  0x00007f8c09ba18ca __futex_abstimed_wait_common64 (libpthread.so.0 + 0x158ca)
                                            #1  0x00007f8c09b9b270 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf270)
                                            #2  0x00007f8be5bbc1a4 n/a (swrast_dri.so + 0x7741a4)
                                            #3  0x00007f8be5b9f0d8 n/a (swrast_dri.so + 0x7570d8)
                                            #4  0x00007f8c09b95259 start_thread (libpthread.so.0 + 0x9259)
                                            #5  0x00007f8c09cb25e3 __clone (libc.so.6 + 0xfe5e3)

                                            Stack trace of thread 153:
                                            #0  0x00007f8c09ba18ca __futex_abstimed_wait_common64 (libpthread.so.0 + 0x158ca)
                                            #1  0x00007f8c09b9b270 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf270)
                                            #2  0x00007f8be5bbc1a4 n/a (swrast_dri.so + 0x7741a4)
                                            #3  0x00007f8be5b9f0d8 n/a (swrast_dri.so + 0x7570d8)
                                            #4  0x00007f8c09b95259 start_thread (libpthread.so.0 + 0x9259)
                                            #5  0x00007f8c09cb25e3 __clone (libc.so.6 + 0xfe5e3)

                                            Stack trace of thread 155:
                                            #0  0x00007f8c09ba18ca __futex_abstimed_wait_common64 (libpthread.so.0 + 0x158ca)
                                            #1  0x00007f8c09b9b270 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf270)
                                            #2  0x00007f8be5bbc1a4 n/a (swrast_dri.so + 0x7741a4)
                                            #3  0x00007f8be5b9f0d8 n/a (swrast_dri.so + 0x7570d8)
                                            #4  0x00007f8c09b95259 start_thread (libpthread.so.0 + 0x9259)
                                            #5  0x00007f8c09cb25e3 __clone (libc.so.6 + 0xfe5e3)

                                            Stack trace of thread 157:
                                            #0  0x00007f8c09ba18ca __futex_abstimed_wait_common64 (libpthread.so.0 + 0x158ca)
                                            #1  0x00007f8c09b9b270 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf270)
                                            #2  0x00007f8be5ba10f4 n/a (swrast_dri.so + 0x7590f4)
                                            #3  0x00007f8be5b9f0a8 n/a (swrast_dri.so + 0x7570a8)
                                            #4  0x00007f8c09b95259 start_thread (libpthread.so.0 + 0x9259)
                                            #5  0x00007f8c09cb25e3 __clone (libc.so.6 + 0xfe5e3)

                                            Stack trace of thread 158:
                                            #0  0x00007f8c09ba18ca __futex_abstimed_wait_common64 (libpthread.so.0 + 0x158ca)
                                            #1  0x00007f8c09b9b270 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf270)
                                            #2  0x00007f8be5ba10f4 n/a (swrast_dri.so + 0x7590f4)
                                            #3  0x00007f8be5b9f0a8 n/a (swrast_dri.so + 0x7570a8)
                                            #4  0x00007f8c09b95259 start_thread (libpthread.so.0 + 0x9259)
                                            #5  0x00007f8c09cb25e3 __clone (libc.so.6 + 0xfe5e3)

                                            Stack trace of thread 159:
                                            #0  0x00007f8c09ba18ca __futex_abstimed_wait_common64 (libpthread.so.0 + 0x158ca)
                                            #1  0x00007f8c09b9b270 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf270)
                                            #2  0x00007f8be5ba10f4 n/a (swrast_dri.so + 0x7590f4)
                                            #3  0x00007f8be5b9f0a8 n/a (swrast_dri.so + 0x7570a8)
                                            #4  0x00007f8c09b95259 start_thread (libpthread.so.0 + 0x9259)
                                            #5  0x00007f8c09cb25e3 __clone (libc.so.6 + 0xfe5e3)

                                            Stack trace of thread 160:
                                            #0  0x00007f8c09ba18ca __futex_abstimed_wait_common64 (libpthread.so.0 + 0x158ca)
                                            #1  0x00007f8c09b9b270 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf270)
                                            #2  0x00007f8c084822b3 n/a (ankirspy.cpython-39-x86_64-linux-gnu.so + 0x8a72b3)
                                            #3  0x00007f8c07db7193 n/a (ankirspy.cpython-39-x86_64-linux-gnu.so + 0x1dc193)
                                            #4  0x00007f8c07db7571 n/a (ankirspy.cpython-39-x86_64-linux-gnu.so + 0x1dc571)
                                            #5  0x00007f8c07db8547 n/a (ankirspy.cpython-39-x86_64-linux-gnu.so + 0x1dd547)
                                            #6  0x00007f8c07d73a4e n/a (ankirspy.cpython-39-x86_64-linux-gnu.so + 0x198a4e)
                                            #7  0x00007f8c07ee2300 n/a (ankirspy.cpython-39-x86_64-linux-gnu.so + 0x307300)
                                            #8  0x00007f8c07d78ec5 n/a (ankirspy.cpython-39-x86_64-linux-gnu.so + 0x19dec5)
                                            #9  0x00007f8c08495bca n/a (ankirspy.cpython-39-x86_64-linux-gnu.so + 0x8babca)
                                            #10 0x00007f8c09b95259 start_thread (libpthread.so.0 + 0x9259)
                                            #11 0x00007f8c09cb25e3 __clone (libc.so.6 + 0xfe5e3)

                                            Stack trace of thread 161:
                                            #0  0x00007f8c09caa201 __select (libc.so.6 + 0xf6201)
                                            #1  0x00007f8c07b62442 n/a (select.cpython-39-x86_64-linux-gnu.so + 0x3442)
                                            #2  0x00007f8c09eb9908 n/a (libpython3.9.so.1.0 + 0x139908)
                                            #3  0x00007f8c09ead107 _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x12d107)
                                            #4  0x00007f8c09ea7489 n/a (libpython3.9.so.1.0 + 0x127489)
                                            #5  0x00007f8c09eb905e _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x13905e)
                                            #6  0x00007f8c09ea8807 _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x128807)
                                            #7  0x00007f8c09ea7489 n/a (libpython3.9.so.1.0 + 0x127489)
                                            #8  0x00007f8c09eb905e _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x13905e)
                                            #9  0x00007f8c09ea965a _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x12965a)
                                            #10 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b)
                                            #11 0x00007f8c09ea8a5b _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x128a5b)
                                            #12 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b)
                                            #13 0x00007f8c09ea8a5b _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x128a5b)
                                            #14 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b)
                                            #15 0x00007f8c09ea8a5b _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x128a5b)
                                            #16 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b)
                                            #17 0x00007f8c09ec7e9b n/a (libpython3.9.so.1.0 + 0x147e9b)
                                            #18 0x00007f8c09fad146 n/a (libpython3.9.so.1.0 + 0x22d146)
                                            #19 0x00007f8c09f88824 n/a (libpython3.9.so.1.0 + 0x208824)
                                            #20 0x00007f8c09b95259 start_thread (libpthread.so.0 + 0x9259)
                                            #21 0x00007f8c09cb25e3 __clone (libc.so.6 + 0xfe5e3)

                                            Stack trace of thread 162:
                                            #0  0x00007f8c09ba18ca __futex_abstimed_wait_common64 (libpthread.so.0 + 0x158ca)
                                            #1  0x00007f8c09b9dae8 __new_sem_wait_slow64.constprop.0 (libpthread.so.0 + 0x11ae8)
                                            #2  0x00007f8c09e8f58c PyThread_acquire_lock_timed (libpython3.9.so.1.0 + 0x10f58c)
                                            #3  0x00007f8c09f64691 n/a (libpython3.9.so.1.0 + 0x1e4691)
                                            #4  0x00007f8c09f6428b n/a (libpython3.9.so.1.0 + 0x1e428b)
                                            #5  0x00007f8c09ebadeb n/a (libpython3.9.so.1.0 + 0x13adeb)
                                            #6  0x00007f8c09ea8a5b _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x128a5b)
                                            #7  0x00007f8c09ea7489 n/a (libpython3.9.so.1.0 + 0x127489)
                                            #8  0x00007f8c09eb905e _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x13905e)
                                            #9  0x00007f8c09ea8a5b _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x128a5b)
                                            #10 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b)
                                            #11 0x00007f8c09ec7e9b n/a (libpython3.9.so.1.0 + 0x147e9b)
                                            #12 0x00007f8c09eab3d1 _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x12b3d1)
                                            #13 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b)
                                            #14 0x00007f8c09ea8a5b _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x128a5b)
                                            #15 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b)
                                            #16 0x00007f8c09ea8a5b _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x128a5b)
                                            #17 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b)
                                            #18 0x00007f8c09ec7e9b n/a (libpython3.9.so.1.0 + 0x147e9b)
                                            #19 0x00007f8c09fad146 n/a (libpython3.9.so.1.0 + 0x22d146)
                                            #20 0x00007f8c09f88824 n/a (libpython3.9.so.1.0 + 0x208824)
                                            #21 0x00007f8c09b95259 start_thread (libpthread.so.0 + 0x9259)
                                            #22 0x00007f8c09cb25e3 __clone (libc.so.6 + 0xfe5e3)

                                            Stack trace of thread 163:
                                            #0  0x00007f8c09ba18ca __futex_abstimed_wait_common64 (libpthread.so.0 + 0x158ca)
                                            #1  0x00007f8c09b9dae8 __new_sem_wait_slow64.constprop.0 (libpthread.so.0 + 0x11ae8)
                                            #2  0x00007f8c09e8f58c PyThread_acquire_lock_timed (libpython3.9.so.1.0 + 0x10f58c)
                                            #3  0x00007f8c09f64691 n/a (libpython3.9.so.1.0 + 0x1e4691)
                                            #4  0x00007f8c09f6428b n/a (libpython3.9.so.1.0 + 0x1e428b)
                                            #5  0x00007f8c09ebadeb n/a (libpython3.9.so.1.0 + 0x13adeb)
                                            #6  0x00007f8c09ea8a5b _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x128a5b)
                                            #7  0x00007f8c09ea7489 n/a (libpython3.9.so.1.0 + 0x127489)
                                            #8  0x00007f8c09eb905e _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x13905e)
                                            #9  0x00007f8c09ea8a5b _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x128a5b)
                                            #10 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b)
                                            #11 0x00007f8c09ec7e9b n/a (libpython3.9.so.1.0 + 0x147e9b)
                                            #12 0x00007f8c09eab3d1 _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x12b3d1)
                                            #13 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b)
                                            #14 0x00007f8c09ea8a5b _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x128a5b)
                                            #15 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b)
                                            #16 0x00007f8c09ea8a5b _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x128a5b)
                                            #17 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b)
                                            #18 0x00007f8c09ec7e9b n/a (libpython3.9.so.1.0 + 0x147e9b)
                                            #19 0x00007f8c09fad146 n/a (libpython3.9.so.1.0 + 0x22d146)
                                            #20 0x00007f8c09f88824 n/a (libpython3.9.so.1.0 + 0x208824)
                                            #21 0x00007f8c09b95259 start_thread (libpthread.so.0 + 0x9259)
                                            #22 0x00007f8c09cb25e3 __clone (libc.so.6 + 0xfe5e3)

                                            Stack trace of thread 165:
                                            #0  0x00007f8c09ba18ca __futex_abstimed_wait_common64 (libpthread.so.0 + 0x158ca)
                                            #1  0x00007f8c09b9dae8 __new_sem_wait_slow64.constprop.0 (libpthread.so.0 + 0x11ae8)
                                            #2  0x00007f8c09e8f58c PyThread_acquire_lock_timed (libpython3.9.so.1.0 + 0x10f58c)
                                            #3  0x00007f8c09f64691 n/a (libpython3.9.so.1.0 + 0x1e4691)
                                            #4  0x00007f8c09f6428b n/a (libpython3.9.so.1.0 + 0x1e428b)
                                            #5  0x00007f8c09ebadeb n/a (libpython3.9.so.1.0 + 0x13adeb)
                                            #6  0x00007f8c09ea8a5b _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x128a5b)
                                            #7  0x00007f8c09ea7489 n/a (libpython3.9.so.1.0 + 0x127489)
                                            #8  0x00007f8c09eb905e _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x13905e)
                                            #9  0x00007f8c09ea8a5b _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x128a5b)
                                            #10 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b)
                                            #11 0x00007f8c09ec7e9b n/a (libpython3.9.so.1.0 + 0x147e9b)
                                            #12 0x00007f8c09eab3d1 _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x12b3d1)
                                            #13 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b)
                                            #14 0x00007f8c09ea8a5b _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x128a5b)
                                            #15 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b)
                                            #16 0x00007f8c09ea8a5b _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x128a5b)
                                            #17 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b)
                                            #18 0x00007f8c09ec7e9b n/a (libpython3.9.so.1.0 + 0x147e9b)
                                            #19 0x00007f8c09fad146 n/a (libpython3.9.so.1.0 + 0x22d146)
                                            #20 0x00007f8c09f88824 n/a (libpython3.9.so.1.0 + 0x208824)
                                            #21 0x00007f8c09b95259 start_thread (libpthread.so.0 + 0x9259)
                                            #22 0x00007f8c09cb25e3 __clone (libc.so.6 + 0xfe5e3)

                                            Stack trace of thread 166:
                                            #0  0x00007f8c09ba18ca __futex_abstimed_wait_common64 (libpthread.so.0 + 0x158ca)
                                            #1  0x00007f8c09b9dae8 __new_sem_wait_slow64.constprop.0 (libpthread.so.0 + 0x11ae8)
                                            #2  0x00007f8c09e8f58c PyThread_acquire_lock_timed (libpython3.9.so.1.0 + 0x10f58c)
                                            #3  0x00007f8c09f64691 n/a (libpython3.9.so.1.0 + 0x1e4691)
                                            #4  0x00007f8c09f6428b n/a (libpython3.9.so.1.0 + 0x1e428b)
                                            #5  0x00007f8c09ebadeb n/a (libpython3.9.so.1.0 + 0x13adeb)
                                            #6  0x00007f8c09ea8a5b _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x128a5b)
                                            #7  0x00007f8c09ea7489 n/a (libpython3.9.so.1.0 + 0x127489)
                                            #8  0x00007f8c09eb905e _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x13905e)
                                            #9  0x00007f8c09ea8a5b _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x128a5b)
                                            #10 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b)
                                            #11 0x00007f8c09ec7e9b n/a (libpython3.9.so.1.0 + 0x147e9b)
                                            #12 0x00007f8c09eab3d1 _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x12b3d1)
                                            #13 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b)
                                            #14 0x00007f8c09ea8a5b _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x128a5b)
                                            #15 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b)
                                            #16 0x00007f8c09ea8a5b _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x128a5b)
                                            #17 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b)
                                            #18 0x00007f8c09ec7e9b n/a (libpython3.9.so.1.0 + 0x147e9b)
                                            #19 0x00007f8c09fad146 n/a (libpython3.9.so.1.0 + 0x22d146)
                                            #20 0x00007f8c09f88824 n/a (libpython3.9.so.1.0 + 0x208824)
                                            #21 0x00007f8c09b95259 start_thread (libpthread.so.0 + 0x9259)
                                            #22 0x00007f8c09cb25e3 __clone (libc.so.6 + 0xfe5e3)

                                            Stack trace of thread 174:
                                            #0  0x00007f8c09caa201 __select (libc.so.6 + 0xf6201)
                                            #1  0x00007f8c07b62442 n/a (select.cpython-39-x86_64-linux-gnu.so + 0x3442)
                                            #2  0x00007f8c09eb9908 n/a (libpython3.9.so.1.0 + 0x139908)
                                            #3  0x00007f8c09ead107 _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x12d107)
                                            #4  0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b)
                                            #5  0x00007f8c09ec7e9b n/a (libpython3.9.so.1.0 + 0x147e9b)
                                            #6  0x00007f8c09eab3d1 _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x12b3d1)
                                            #7  0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b)
                                            #8  0x00007f8c09ea8a5b _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x128a5b)
                                            #9  0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b)
                                            #10 0x00007f8c09ea8a5b _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x128a5b)
                                            #11 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b)
                                            #12 0x00007f8c09ec7e9b n/a (libpython3.9.so.1.0 + 0x147e9b)
                                            #13 0x00007f8c09fad146 n/a (libpython3.9.so.1.0 + 0x22d146)
                                            #14 0x00007f8c09f88824 n/a (libpython3.9.so.1.0 + 0x208824)
                                            #15 0x00007f8c09b95259 start_thread (libpthread.so.0 + 0x9259)
                                            #16 0x00007f8c09cb25e3 __clone (libc.so.6 + 0xfe5e3)

                                            Stack trace of thread 176:
                                            #0  0x00007f8c09ca7b2f __poll (libc.so.6 + 0xf3b2f)
                                            #1  0x00007f8c064afb29 n/a (libglib-2.0.so.0 + 0xa7b29)
                                            #2  0x00007f8c06459871 g_main_context_iteration (libglib-2.0.so.0 + 0x51871)
                                            #3  0x00007f8c06fd2fd6 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5 + 0x311fd6)
                                            #4  0x00007f8c06f78d1c _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2b7d1c)
                                            #5  0x00007f8c06d8de12 _ZN7QThread4execEv (libQt5Core.so.5 + 0xcce12)
                                            #6  0x00007f8c01f5aae8 n/a (libQt5DBus.so.5 + 0x15ae8)
                                            #7  0x00007f8c06d8efef n/a (libQt5Core.so.5 + 0xcdfef)
                                            #8  0x00007f8c09b95259 start_thread (libpthread.so.0 + 0x9259)
                                            #9  0x00007f8c09cb25e3 __clone (libc.so.6 + 0xfe5e3)

                                            Stack trace of thread 177:
                                            #0  0x00007f8c09ca7b2f __poll (libc.so.6 + 0xf3b2f)
                                            #1  0x00007f8bfd6eb2fa n/a (libQt5WebEngineCore.so.5 + 0x53262fa)
                                            #2  0x00007f8bfafa0d3b n/a (libQt5WebEngineCore.so.5 + 0x2bdbd3b)
                                            #3  0x00007f8c09b95259 start_thread (libpthread.so.0 + 0x9259)
                                            #4  0x00007f8c09cb25e3 __clone (libc.so.6 + 0xfe5e3)
Jul 11 14:03:58 ws systemd[1]: systemd-coredump@33-10140-0.service: Deactivated successfully.
Jul 11 14:03:58 ws audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-coredump@33-10140-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jul 11 14:03:59 ws audit: BPF prog-id=126 op=UNLOAD
Jul 11 14:03:59 ws audit: BPF prog-id=125 op=UNLOAD
Jul 11 14:03:59 ws audit: BPF prog-id=124 op=UNLOAD
Originally created by @graywolf on GitHub (Jul 11, 2021). Original GitHub issue: https://github.com/netblue30/firejail/issues/4396 When running anki (2.1.35, just updated archlinux), the tracelog option in the default profile causes it to segfault. Commenting out the tracelog line fixes the issue and the program starts and is useable normally. Content of anki.local: ``` include allow-lua.inc private-bin env,mpv,anki,python* x11 ``` Journald log: ``` Jul 11 14:03:57 ws audit[10132]: ANOM_ABEND auid=1000 uid=1000 gid=1000 ses=1 subj==firejail-default (enforce) pid=10132 comm="QtWebEngineProc" exe="/usr/lib/qt/libexec/QtWebEngineProcess" sig=11 res=1 Jul 11 14:03:57 ws kernel: show_signal_msg: 10 callbacks suppressed Jul 11 14:03:57 ws kernel: QtWebEngineProc[10132]: segfault at 348 ip 00007f8feabd4659 sp 00007ffd619e7468 error 4 in libpthread-2.33.so[7f8feabcb000+f000] Jul 11 14:03:57 ws kernel: Code: 08 31 c0 c3 0f 1f 44 00 00 b8 16 00 00 00 c3 66 90 f3 0f 1e fa 83 ff 1f 77 37 8d 47 31 48 c1 e0 04 64 48 03 04 25 10 00 00 00 <4c> 8b 40 08 4d 85 c0 74 16 89 ff 48 8d 15 35 ba 00 00 48 8b 08 48 Jul 11 14:03:57 ws kernel: audit: type=1701 audit(1626005037.528:533): auid=1000 uid=1000 gid=1000 ses=1 subj==firejail-default (enforce) pid=10132 comm="QtWebEngineProc" exe="/usr/lib/qt/libexec/QtWebEngineProcess" sig=11 res=1 Jul 11 14:03:57 ws audit: BPF prog-id=121 op=LOAD Jul 11 14:03:57 ws audit: BPF prog-id=122 op=LOAD Jul 11 14:03:57 ws audit: BPF prog-id=123 op=LOAD Jul 11 14:03:57 ws systemd[1]: Started Process Core Dump (PID 10133/UID 0). Jul 11 14:03:57 ws audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-coredump@32-10133-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Jul 11 14:03:57 ws kernel: audit: type=1334 audit(1626005037.588:534): prog-id=121 op=LOAD Jul 11 14:03:57 ws kernel: audit: type=1334 audit(1626005037.588:535): prog-id=122 op=LOAD Jul 11 14:03:57 ws kernel: audit: type=1334 audit(1626005037.588:536): prog-id=123 op=LOAD Jul 11 14:03:57 ws kernel: audit: type=1130 audit(1626005037.588:537): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-coredump@32-10133-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Jul 11 14:03:57 ws systemd-coredump[10134]: [🡕] Process 10132 (QtWebEngineProc) of user 1000 dumped core. Stack trace of thread 2: #0 0x00007f8feabd4659 __pthread_getspecific (libpthread.so.0 + 0x10659) #1 0x00007f8feabe9c2d n/a (libdl.so.2 + 0x2c2d) #2 0x00007f8feabe9544 dlsym (libdl.so.2 + 0x2544) #3 0x00007f8ff311ea14 n/a (n/a + 0x0) Jul 11 14:03:57 ws systemd[1]: systemd-coredump@32-10133-0.service: Deactivated successfully. Jul 11 14:03:57 ws kernel: audit: type=1131 audit(1626005037.738:538): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-coredump@32-10133-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Jul 11 14:03:57 ws kernel: traps: python3[10099] trap int3 ip:7f8bfd840451 sp:7ffe6338c730 error:0 in libQt5WebEngineCore.so.5.15.5[7f8bf8d69000+64fa000] Jul 11 14:03:57 ws kernel: audit: type=1701 audit(1626005037.738:539): auid=1000 uid=1000 gid=1000 ses=1 subj==firejail-default (enforce) pid=10099 comm="python3" exe="/usr/bin/python3.9" sig=5 res=1 Jul 11 14:03:57 ws audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-coredump@32-10133-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Jul 11 14:03:57 ws audit[10099]: ANOM_ABEND auid=1000 uid=1000 gid=1000 ses=1 subj==firejail-default (enforce) pid=10099 comm="python3" exe="/usr/bin/python3.9" sig=5 res=1 Jul 11 14:03:57 ws audit: BPF prog-id=124 op=LOAD Jul 11 14:03:57 ws audit: BPF prog-id=125 op=LOAD Jul 11 14:03:57 ws audit: BPF prog-id=126 op=LOAD Jul 11 14:03:57 ws audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-coredump@33-10140-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Jul 11 14:03:57 ws systemd[1]: Started Process Core Dump (PID 10140/UID 0). Jul 11 14:03:57 ws kernel: audit: type=1334 audit(1626005037.788:540): prog-id=124 op=LOAD Jul 11 14:03:58 ws audit: BPF prog-id=123 op=UNLOAD Jul 11 14:03:58 ws audit: BPF prog-id=122 op=UNLOAD Jul 11 14:03:58 ws audit: BPF prog-id=121 op=UNLOAD Jul 11 14:03:58 ws systemd-coredump[10141]: [🡕] Process 10099 (python3) of user 1000 dumped core. Stack trace of thread 148: #0 0x00007f8bfd840451 n/a (libQt5WebEngineCore.so.5 + 0x547b451) #1 0x00007f8bfa9e54de n/a (libQt5WebEngineCore.so.5 + 0x26204de) #2 0x00007f8bfbc011bb n/a (libQt5WebEngineCore.so.5 + 0x383c1bb) #3 0x00007f8bfbc018c5 n/a (libQt5WebEngineCore.so.5 + 0x383c8c5) #4 0x00007f8bfa9e755c n/a (libQt5WebEngineCore.so.5 + 0x262255c) #5 0x00007f8bf8e304cc n/a (libQt5WebEngineCore.so.5 + 0xa6b4cc) #6 0x00007f8bf8e31f85 n/a (libQt5WebEngineCore.so.5 + 0xa6cf85) #7 0x00007f8bfffe4965 n/a (libQt5WebEngineWidgets.so.5 + 0x2c965) #8 0x00007f8bfffdfeb5 n/a (libQt5WebEngineWidgets.so.5 + 0x27eb5) #9 0x00007f8bfffe03c5 _ZN14QWebEnginePageC2EP7QObject (libQt5WebEngineWidgets.so.5 + 0x283c5) #10 0x00007f8c000266ea n/a (QtWebEngineWidgets.abi3.so + 0x246ea) #11 0x00007f8c0002689c n/a (QtWebEngineWidgets.abi3.so + 0x2489c) #12 0x00007f8c0468cc5f n/a (sip.cpython-39-x86_64-linux-gnu.so + 0x18c5f) #13 0x00007f8c09f835eb n/a (libpython3.9.so.1.0 + 0x2035eb) #14 0x00007f8c09f27699 n/a (libpython3.9.so.1.0 + 0x1a7699) #15 0x00007f8c09eb1813 _PyObject_MakeTpCall (libpython3.9.so.1.0 + 0x131813) #16 0x00007f8c09ead6f5 _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x12d6f5) #17 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b) #18 0x00007f8c09ec48c6 n/a (libpython3.9.so.1.0 + 0x1448c6) #19 0x00007f8c09eb182b _PyObject_MakeTpCall (libpython3.9.so.1.0 + 0x13182b) #20 0x00007f8c09ead226 _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x12d226) #21 0x00007f8c09ea7489 n/a (libpython3.9.so.1.0 + 0x127489) #22 0x00007f8c09eb905e _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x13905e) #23 0x00007f8c09ec497e n/a (libpython3.9.so.1.0 + 0x14497e) #24 0x00007f8c09eb182b _PyObject_MakeTpCall (libpython3.9.so.1.0 + 0x13182b) #25 0x00007f8c09ead8b0 _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x12d8b0) #26 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b) #27 0x00007f8c09ec7de4 n/a (libpython3.9.so.1.0 + 0x147de4) #28 0x00007f8c09ead107 _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x12d107) #29 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b) #30 0x00007f8c09ec7de4 n/a (libpython3.9.so.1.0 + 0x147de4) #31 0x00007f8c09ead107 _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x12d107) #32 0x00007f8c09ea7489 n/a (libpython3.9.so.1.0 + 0x127489) #33 0x00007f8c09eb905e _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x13905e) #34 0x00007f8c09ec48c6 n/a (libpython3.9.so.1.0 + 0x1448c6) #35 0x00007f8c09eb182b _PyObject_MakeTpCall (libpython3.9.so.1.0 + 0x13182b) #36 0x00007f8c09ead6f5 _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x12d6f5) #37 0x00007f8c09eb93b7 _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x1393b7) #38 0x00007f8c09ea8807 _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x128807) #39 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b) #40 0x00007f8c09ead107 _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x12d107) #41 0x00007f8c09ea7489 n/a (libpython3.9.so.1.0 + 0x127489) #42 0x00007f8c09ea6e71 _PyEval_EvalCodeWithName (libpython3.9.so.1.0 + 0x126e71) #43 0x00007f8c09f5eb13 PyEval_EvalCode (libpython3.9.so.1.0 + 0x1deb13) #44 0x00007f8c09f6e884 n/a (libpython3.9.so.1.0 + 0x1ee884) #45 0x00007f8c09f6a55b n/a (libpython3.9.so.1.0 + 0x1ea55b) #46 0x00007f8c09e17893 n/a (libpython3.9.so.1.0 + 0x97893) #47 0x00007f8c09e16c79 PyRun_SimpleFileExFlags (libpython3.9.so.1.0 + 0x96c79) #48 0x00007f8c09f8038a Py_RunMain (libpython3.9.so.1.0 + 0x20038a) #49 0x00007f8c09f510a9 Py_BytesMain (libpython3.9.so.1.0 + 0x1d10a9) #50 0x00007f8c09bdbb25 __libc_start_main (libc.so.6 + 0x27b25) #51 0x000055f794ca504e _start (python3.9 + 0x104e) Stack trace of thread 154: #0 0x00007f8c09ba18ca __futex_abstimed_wait_common64 (libpthread.so.0 + 0x158ca) #1 0x00007f8c09b9b270 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf270) #2 0x00007f8be5bbc1a4 n/a (swrast_dri.so + 0x7741a4) #3 0x00007f8be5b9f0d8 n/a (swrast_dri.so + 0x7570d8) #4 0x00007f8c09b95259 start_thread (libpthread.so.0 + 0x9259) #5 0x00007f8c09cb25e3 __clone (libc.so.6 + 0xfe5e3) Stack trace of thread 156: #0 0x00007f8c09ba18ca __futex_abstimed_wait_common64 (libpthread.so.0 + 0x158ca) #1 0x00007f8c09b9b270 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf270) #2 0x00007f8be5ba10f4 n/a (swrast_dri.so + 0x7590f4) #3 0x00007f8be5b9f0a8 n/a (swrast_dri.so + 0x7570a8) #4 0x00007f8c09b95259 start_thread (libpthread.so.0 + 0x9259) #5 0x00007f8c09cb25e3 __clone (libc.so.6 + 0xfe5e3) Stack trace of thread 175: #0 0x00007f8c09ba18ca __futex_abstimed_wait_common64 (libpthread.so.0 + 0x158ca) #1 0x00007f8c09b9dc83 __new_sem_wait_slow64.constprop.0 (libpthread.so.0 + 0x11c83) #2 0x00007f8c09e8f65c PyThread_acquire_lock_timed (libpython3.9.so.1.0 + 0x10f65c) #3 0x00007f8c09f64691 n/a (libpython3.9.so.1.0 + 0x1e4691) #4 0x00007f8c09f6428b n/a (libpython3.9.so.1.0 + 0x1e428b) #5 0x00007f8c09ebadeb n/a (libpython3.9.so.1.0 + 0x13adeb) #6 0x00007f8c09ea8a5b _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x128a5b) #7 0x00007f8c09ea7489 n/a (libpython3.9.so.1.0 + 0x127489) #8 0x00007f8c09eb905e _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x13905e) #9 0x00007f8c09ea8a5b _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x128a5b) #10 0x00007f8c09ea7489 n/a (libpython3.9.so.1.0 + 0x127489) #11 0x00007f8c09eb905e _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x13905e) #12 0x00007f8c09ec7de4 n/a (libpython3.9.so.1.0 + 0x147de4) #13 0x00007f8c09ea965a _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x12965a) #14 0x00007f8c09ea7489 n/a (libpython3.9.so.1.0 + 0x127489) #15 0x00007f8c09eb905e _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x13905e) #16 0x00007f8c09ec7de4 n/a (libpython3.9.so.1.0 + 0x147de4) #17 0x00007f8c09ea965a _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x12965a) #18 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b) #19 0x00007f8c09ec7e9b n/a (libpython3.9.so.1.0 + 0x147e9b) #20 0x00007f8c09eab3d1 _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x12b3d1) #21 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b) #22 0x00007f8c09ea8a5b _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x128a5b) #23 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b) #24 0x00007f8c09ea8a5b _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x128a5b) #25 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b) #26 0x00007f8c09ec7e9b n/a (libpython3.9.so.1.0 + 0x147e9b) #27 0x00007f8c09fad146 n/a (libpython3.9.so.1.0 + 0x22d146) #28 0x00007f8c09f88824 n/a (libpython3.9.so.1.0 + 0x208824) #29 0x00007f8c09b95259 start_thread (libpthread.so.0 + 0x9259) #30 0x00007f8c09cb25e3 __clone (libc.so.6 + 0xfe5e3) Stack trace of thread 151: #0 0x00007f8c09ca7b2f __poll (libc.so.6 + 0xf3b2f) #1 0x00007f8c0328163b n/a (libxcb.so.1 + 0xc63b) #2 0x00007f8c0328337b xcb_wait_for_event (libxcb.so.1 + 0xe37b) #3 0x00007f8be7955f21 n/a (libQt5XcbQpa.so.5 + 0x61f21) #4 0x00007f8c06d8efef n/a (libQt5Core.so.5 + 0xcdfef) #5 0x00007f8c09b95259 start_thread (libpthread.so.0 + 0x9259) #6 0x00007f8c09cb25e3 __clone (libc.so.6 + 0xfe5e3) Stack trace of thread 152: #0 0x00007f8c09ba18ca __futex_abstimed_wait_common64 (libpthread.so.0 + 0x158ca) #1 0x00007f8c09b9b270 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf270) #2 0x00007f8be5bbc1a4 n/a (swrast_dri.so + 0x7741a4) #3 0x00007f8be5b9f0d8 n/a (swrast_dri.so + 0x7570d8) #4 0x00007f8c09b95259 start_thread (libpthread.so.0 + 0x9259) #5 0x00007f8c09cb25e3 __clone (libc.so.6 + 0xfe5e3) Stack trace of thread 153: #0 0x00007f8c09ba18ca __futex_abstimed_wait_common64 (libpthread.so.0 + 0x158ca) #1 0x00007f8c09b9b270 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf270) #2 0x00007f8be5bbc1a4 n/a (swrast_dri.so + 0x7741a4) #3 0x00007f8be5b9f0d8 n/a (swrast_dri.so + 0x7570d8) #4 0x00007f8c09b95259 start_thread (libpthread.so.0 + 0x9259) #5 0x00007f8c09cb25e3 __clone (libc.so.6 + 0xfe5e3) Stack trace of thread 155: #0 0x00007f8c09ba18ca __futex_abstimed_wait_common64 (libpthread.so.0 + 0x158ca) #1 0x00007f8c09b9b270 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf270) #2 0x00007f8be5bbc1a4 n/a (swrast_dri.so + 0x7741a4) #3 0x00007f8be5b9f0d8 n/a (swrast_dri.so + 0x7570d8) #4 0x00007f8c09b95259 start_thread (libpthread.so.0 + 0x9259) #5 0x00007f8c09cb25e3 __clone (libc.so.6 + 0xfe5e3) Stack trace of thread 157: #0 0x00007f8c09ba18ca __futex_abstimed_wait_common64 (libpthread.so.0 + 0x158ca) #1 0x00007f8c09b9b270 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf270) #2 0x00007f8be5ba10f4 n/a (swrast_dri.so + 0x7590f4) #3 0x00007f8be5b9f0a8 n/a (swrast_dri.so + 0x7570a8) #4 0x00007f8c09b95259 start_thread (libpthread.so.0 + 0x9259) #5 0x00007f8c09cb25e3 __clone (libc.so.6 + 0xfe5e3) Stack trace of thread 158: #0 0x00007f8c09ba18ca __futex_abstimed_wait_common64 (libpthread.so.0 + 0x158ca) #1 0x00007f8c09b9b270 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf270) #2 0x00007f8be5ba10f4 n/a (swrast_dri.so + 0x7590f4) #3 0x00007f8be5b9f0a8 n/a (swrast_dri.so + 0x7570a8) #4 0x00007f8c09b95259 start_thread (libpthread.so.0 + 0x9259) #5 0x00007f8c09cb25e3 __clone (libc.so.6 + 0xfe5e3) Stack trace of thread 159: #0 0x00007f8c09ba18ca __futex_abstimed_wait_common64 (libpthread.so.0 + 0x158ca) #1 0x00007f8c09b9b270 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf270) #2 0x00007f8be5ba10f4 n/a (swrast_dri.so + 0x7590f4) #3 0x00007f8be5b9f0a8 n/a (swrast_dri.so + 0x7570a8) #4 0x00007f8c09b95259 start_thread (libpthread.so.0 + 0x9259) #5 0x00007f8c09cb25e3 __clone (libc.so.6 + 0xfe5e3) Stack trace of thread 160: #0 0x00007f8c09ba18ca __futex_abstimed_wait_common64 (libpthread.so.0 + 0x158ca) #1 0x00007f8c09b9b270 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf270) #2 0x00007f8c084822b3 n/a (ankirspy.cpython-39-x86_64-linux-gnu.so + 0x8a72b3) #3 0x00007f8c07db7193 n/a (ankirspy.cpython-39-x86_64-linux-gnu.so + 0x1dc193) #4 0x00007f8c07db7571 n/a (ankirspy.cpython-39-x86_64-linux-gnu.so + 0x1dc571) #5 0x00007f8c07db8547 n/a (ankirspy.cpython-39-x86_64-linux-gnu.so + 0x1dd547) #6 0x00007f8c07d73a4e n/a (ankirspy.cpython-39-x86_64-linux-gnu.so + 0x198a4e) #7 0x00007f8c07ee2300 n/a (ankirspy.cpython-39-x86_64-linux-gnu.so + 0x307300) #8 0x00007f8c07d78ec5 n/a (ankirspy.cpython-39-x86_64-linux-gnu.so + 0x19dec5) #9 0x00007f8c08495bca n/a (ankirspy.cpython-39-x86_64-linux-gnu.so + 0x8babca) #10 0x00007f8c09b95259 start_thread (libpthread.so.0 + 0x9259) #11 0x00007f8c09cb25e3 __clone (libc.so.6 + 0xfe5e3) Stack trace of thread 161: #0 0x00007f8c09caa201 __select (libc.so.6 + 0xf6201) #1 0x00007f8c07b62442 n/a (select.cpython-39-x86_64-linux-gnu.so + 0x3442) #2 0x00007f8c09eb9908 n/a (libpython3.9.so.1.0 + 0x139908) #3 0x00007f8c09ead107 _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x12d107) #4 0x00007f8c09ea7489 n/a (libpython3.9.so.1.0 + 0x127489) #5 0x00007f8c09eb905e _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x13905e) #6 0x00007f8c09ea8807 _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x128807) #7 0x00007f8c09ea7489 n/a (libpython3.9.so.1.0 + 0x127489) #8 0x00007f8c09eb905e _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x13905e) #9 0x00007f8c09ea965a _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x12965a) #10 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b) #11 0x00007f8c09ea8a5b _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x128a5b) #12 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b) #13 0x00007f8c09ea8a5b _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x128a5b) #14 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b) #15 0x00007f8c09ea8a5b _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x128a5b) #16 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b) #17 0x00007f8c09ec7e9b n/a (libpython3.9.so.1.0 + 0x147e9b) #18 0x00007f8c09fad146 n/a (libpython3.9.so.1.0 + 0x22d146) #19 0x00007f8c09f88824 n/a (libpython3.9.so.1.0 + 0x208824) #20 0x00007f8c09b95259 start_thread (libpthread.so.0 + 0x9259) #21 0x00007f8c09cb25e3 __clone (libc.so.6 + 0xfe5e3) Stack trace of thread 162: #0 0x00007f8c09ba18ca __futex_abstimed_wait_common64 (libpthread.so.0 + 0x158ca) #1 0x00007f8c09b9dae8 __new_sem_wait_slow64.constprop.0 (libpthread.so.0 + 0x11ae8) #2 0x00007f8c09e8f58c PyThread_acquire_lock_timed (libpython3.9.so.1.0 + 0x10f58c) #3 0x00007f8c09f64691 n/a (libpython3.9.so.1.0 + 0x1e4691) #4 0x00007f8c09f6428b n/a (libpython3.9.so.1.0 + 0x1e428b) #5 0x00007f8c09ebadeb n/a (libpython3.9.so.1.0 + 0x13adeb) #6 0x00007f8c09ea8a5b _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x128a5b) #7 0x00007f8c09ea7489 n/a (libpython3.9.so.1.0 + 0x127489) #8 0x00007f8c09eb905e _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x13905e) #9 0x00007f8c09ea8a5b _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x128a5b) #10 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b) #11 0x00007f8c09ec7e9b n/a (libpython3.9.so.1.0 + 0x147e9b) #12 0x00007f8c09eab3d1 _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x12b3d1) #13 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b) #14 0x00007f8c09ea8a5b _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x128a5b) #15 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b) #16 0x00007f8c09ea8a5b _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x128a5b) #17 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b) #18 0x00007f8c09ec7e9b n/a (libpython3.9.so.1.0 + 0x147e9b) #19 0x00007f8c09fad146 n/a (libpython3.9.so.1.0 + 0x22d146) #20 0x00007f8c09f88824 n/a (libpython3.9.so.1.0 + 0x208824) #21 0x00007f8c09b95259 start_thread (libpthread.so.0 + 0x9259) #22 0x00007f8c09cb25e3 __clone (libc.so.6 + 0xfe5e3) Stack trace of thread 163: #0 0x00007f8c09ba18ca __futex_abstimed_wait_common64 (libpthread.so.0 + 0x158ca) #1 0x00007f8c09b9dae8 __new_sem_wait_slow64.constprop.0 (libpthread.so.0 + 0x11ae8) #2 0x00007f8c09e8f58c PyThread_acquire_lock_timed (libpython3.9.so.1.0 + 0x10f58c) #3 0x00007f8c09f64691 n/a (libpython3.9.so.1.0 + 0x1e4691) #4 0x00007f8c09f6428b n/a (libpython3.9.so.1.0 + 0x1e428b) #5 0x00007f8c09ebadeb n/a (libpython3.9.so.1.0 + 0x13adeb) #6 0x00007f8c09ea8a5b _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x128a5b) #7 0x00007f8c09ea7489 n/a (libpython3.9.so.1.0 + 0x127489) #8 0x00007f8c09eb905e _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x13905e) #9 0x00007f8c09ea8a5b _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x128a5b) #10 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b) #11 0x00007f8c09ec7e9b n/a (libpython3.9.so.1.0 + 0x147e9b) #12 0x00007f8c09eab3d1 _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x12b3d1) #13 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b) #14 0x00007f8c09ea8a5b _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x128a5b) #15 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b) #16 0x00007f8c09ea8a5b _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x128a5b) #17 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b) #18 0x00007f8c09ec7e9b n/a (libpython3.9.so.1.0 + 0x147e9b) #19 0x00007f8c09fad146 n/a (libpython3.9.so.1.0 + 0x22d146) #20 0x00007f8c09f88824 n/a (libpython3.9.so.1.0 + 0x208824) #21 0x00007f8c09b95259 start_thread (libpthread.so.0 + 0x9259) #22 0x00007f8c09cb25e3 __clone (libc.so.6 + 0xfe5e3) Stack trace of thread 165: #0 0x00007f8c09ba18ca __futex_abstimed_wait_common64 (libpthread.so.0 + 0x158ca) #1 0x00007f8c09b9dae8 __new_sem_wait_slow64.constprop.0 (libpthread.so.0 + 0x11ae8) #2 0x00007f8c09e8f58c PyThread_acquire_lock_timed (libpython3.9.so.1.0 + 0x10f58c) #3 0x00007f8c09f64691 n/a (libpython3.9.so.1.0 + 0x1e4691) #4 0x00007f8c09f6428b n/a (libpython3.9.so.1.0 + 0x1e428b) #5 0x00007f8c09ebadeb n/a (libpython3.9.so.1.0 + 0x13adeb) #6 0x00007f8c09ea8a5b _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x128a5b) #7 0x00007f8c09ea7489 n/a (libpython3.9.so.1.0 + 0x127489) #8 0x00007f8c09eb905e _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x13905e) #9 0x00007f8c09ea8a5b _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x128a5b) #10 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b) #11 0x00007f8c09ec7e9b n/a (libpython3.9.so.1.0 + 0x147e9b) #12 0x00007f8c09eab3d1 _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x12b3d1) #13 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b) #14 0x00007f8c09ea8a5b _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x128a5b) #15 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b) #16 0x00007f8c09ea8a5b _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x128a5b) #17 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b) #18 0x00007f8c09ec7e9b n/a (libpython3.9.so.1.0 + 0x147e9b) #19 0x00007f8c09fad146 n/a (libpython3.9.so.1.0 + 0x22d146) #20 0x00007f8c09f88824 n/a (libpython3.9.so.1.0 + 0x208824) #21 0x00007f8c09b95259 start_thread (libpthread.so.0 + 0x9259) #22 0x00007f8c09cb25e3 __clone (libc.so.6 + 0xfe5e3) Stack trace of thread 166: #0 0x00007f8c09ba18ca __futex_abstimed_wait_common64 (libpthread.so.0 + 0x158ca) #1 0x00007f8c09b9dae8 __new_sem_wait_slow64.constprop.0 (libpthread.so.0 + 0x11ae8) #2 0x00007f8c09e8f58c PyThread_acquire_lock_timed (libpython3.9.so.1.0 + 0x10f58c) #3 0x00007f8c09f64691 n/a (libpython3.9.so.1.0 + 0x1e4691) #4 0x00007f8c09f6428b n/a (libpython3.9.so.1.0 + 0x1e428b) #5 0x00007f8c09ebadeb n/a (libpython3.9.so.1.0 + 0x13adeb) #6 0x00007f8c09ea8a5b _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x128a5b) #7 0x00007f8c09ea7489 n/a (libpython3.9.so.1.0 + 0x127489) #8 0x00007f8c09eb905e _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x13905e) #9 0x00007f8c09ea8a5b _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x128a5b) #10 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b) #11 0x00007f8c09ec7e9b n/a (libpython3.9.so.1.0 + 0x147e9b) #12 0x00007f8c09eab3d1 _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x12b3d1) #13 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b) #14 0x00007f8c09ea8a5b _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x128a5b) #15 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b) #16 0x00007f8c09ea8a5b _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x128a5b) #17 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b) #18 0x00007f8c09ec7e9b n/a (libpython3.9.so.1.0 + 0x147e9b) #19 0x00007f8c09fad146 n/a (libpython3.9.so.1.0 + 0x22d146) #20 0x00007f8c09f88824 n/a (libpython3.9.so.1.0 + 0x208824) #21 0x00007f8c09b95259 start_thread (libpthread.so.0 + 0x9259) #22 0x00007f8c09cb25e3 __clone (libc.so.6 + 0xfe5e3) Stack trace of thread 174: #0 0x00007f8c09caa201 __select (libc.so.6 + 0xf6201) #1 0x00007f8c07b62442 n/a (select.cpython-39-x86_64-linux-gnu.so + 0x3442) #2 0x00007f8c09eb9908 n/a (libpython3.9.so.1.0 + 0x139908) #3 0x00007f8c09ead107 _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x12d107) #4 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b) #5 0x00007f8c09ec7e9b n/a (libpython3.9.so.1.0 + 0x147e9b) #6 0x00007f8c09eab3d1 _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x12b3d1) #7 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b) #8 0x00007f8c09ea8a5b _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x128a5b) #9 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b) #10 0x00007f8c09ea8a5b _PyEval_EvalFrameDefault (libpython3.9.so.1.0 + 0x128a5b) #11 0x00007f8c09eb8e3b _PyFunction_Vectorcall (libpython3.9.so.1.0 + 0x138e3b) #12 0x00007f8c09ec7e9b n/a (libpython3.9.so.1.0 + 0x147e9b) #13 0x00007f8c09fad146 n/a (libpython3.9.so.1.0 + 0x22d146) #14 0x00007f8c09f88824 n/a (libpython3.9.so.1.0 + 0x208824) #15 0x00007f8c09b95259 start_thread (libpthread.so.0 + 0x9259) #16 0x00007f8c09cb25e3 __clone (libc.so.6 + 0xfe5e3) Stack trace of thread 176: #0 0x00007f8c09ca7b2f __poll (libc.so.6 + 0xf3b2f) #1 0x00007f8c064afb29 n/a (libglib-2.0.so.0 + 0xa7b29) #2 0x00007f8c06459871 g_main_context_iteration (libglib-2.0.so.0 + 0x51871) #3 0x00007f8c06fd2fd6 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5 + 0x311fd6) #4 0x00007f8c06f78d1c _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2b7d1c) #5 0x00007f8c06d8de12 _ZN7QThread4execEv (libQt5Core.so.5 + 0xcce12) #6 0x00007f8c01f5aae8 n/a (libQt5DBus.so.5 + 0x15ae8) #7 0x00007f8c06d8efef n/a (libQt5Core.so.5 + 0xcdfef) #8 0x00007f8c09b95259 start_thread (libpthread.so.0 + 0x9259) #9 0x00007f8c09cb25e3 __clone (libc.so.6 + 0xfe5e3) Stack trace of thread 177: #0 0x00007f8c09ca7b2f __poll (libc.so.6 + 0xf3b2f) #1 0x00007f8bfd6eb2fa n/a (libQt5WebEngineCore.so.5 + 0x53262fa) #2 0x00007f8bfafa0d3b n/a (libQt5WebEngineCore.so.5 + 0x2bdbd3b) #3 0x00007f8c09b95259 start_thread (libpthread.so.0 + 0x9259) #4 0x00007f8c09cb25e3 __clone (libc.so.6 + 0xfe5e3) Jul 11 14:03:58 ws systemd[1]: systemd-coredump@33-10140-0.service: Deactivated successfully. Jul 11 14:03:58 ws audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-coredump@33-10140-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Jul 11 14:03:59 ws audit: BPF prog-id=126 op=UNLOAD Jul 11 14:03:59 ws audit: BPF prog-id=125 op=UNLOAD Jul 11 14:03:59 ws audit: BPF prog-id=124 op=UNLOAD ```
Author
Owner

@rusty-snake commented on GitHub (Jul 11, 2021):

Fixed, thanks for reporting.

<!-- gh-comment-id:877789864 --> @rusty-snake commented on GitHub (Jul 11, 2021): Fixed, thanks for reporting.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#2651
No description provided.