Date: Wed, 13 Nov 2019 18:11:26 -0800 From: Mark Millard <marklmi@yahoo.com> To: freebsd-hackers@freebsd.org Subject: truss assertion failure report Message-ID: <4FE5E95E-8991-4049-A7A9-764477623BC2@yahoo.com> References: <4FE5E95E-8991-4049-A7A9-764477623BC2.ref@yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
After setting truss to watch a couple of processes from a poudriere session: # truss -o ~/arm-none-eabi-gcc-truss.log -p 56361 & # truss -o ~/ffmpeg-truss.log -p 37003 & and later using ^C to stop the poudriere session that was still running those processes, truss reported: Assertion failed: (LIST_NEXT(info->curthread, entries) =3D=3D NULL), = function find_exit_thread, file /usr/src/usr.bin/truss/setup.c, line = 416. Assertion failed: (LIST_NEXT(info->curthread, entries) =3D=3D NULL), = function find_exit_thread, file /usr/src/usr.bin/truss/setup.c, line = 416. and also: [2] Abort trap (core dumped) truss -o ~/arm-none-eabi-gcc-truss.log -p = 56361 [3] Abort trap (core dumped) truss -o ~/ffmpeg-truss.log -p 37003 FYI: The poudriere session was a amd64->armv7 cross-build session. # uname -apKU FreeBSD FBSDFHUGE 13.0-CURRENT FreeBSD 13.0-CURRENT #36 r352341M: Sat = Sep 14 15:54:55 PDT 2019 = markmi@FBSDFHUGE:/usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/sys/= GENERIC-NODBG amd64 amd64 1300047 1300047 =3D=3D=3D Mark Millard marklmi at yahoo.com ( dsl-only.net went away in early 2018-Mar)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4FE5E95E-8991-4049-A7A9-764477623BC2>