Date: Sat, 18 Feb 2017 09:03:42 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 217138] head (e.g.) -r313783 sh vs. jemalloc asserts: include/jemalloc/internal/tsd.h:687: Failed assertion: "tsd_booted" Message-ID: <bug-217138-8-tAhn8yEchc@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-217138-8@https.bugs.freebsd.org/bugzilla/> References: <bug-217138-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217138 --- Comment #4 from Mark Millard <markmi@dsl-only.net> --- I got a somewhat different trace back this time: (lldb) bt * thread #1: tid =3D 100105, 0x0000000040554e18 libc.so.7`_thr_kill + 8, na= me =3D 'sh', stop reason =3D signal SIGABRT * frame #0: 0x0000000040554e18 libc.so.7`_thr_kill + 8 frame #1: 0x0000000040554ddc libc.so.7`__raise(s=3D6) + 64 at raise.c:52 frame #2: 0x0000000040554d50 libc.so.7`abort + 84 at abort.c:65 frame #3: 0x0000000040528790 libc.so.7`__je_tsd_fetch [inlined] __je_tsd_get + 248 at tsd.h:687 frame #4: 0x000000004052876c libc.so.7`__je_tsd_fetch [inlined] __je_tsd_fetch_impl(init=3Dtrue) at tsd.h:692 frame #5: 0x000000004052876c libc.so.7`__je_tsd_fetch + 212 at tsd.h:717 frame #6: 0x0000000040550cc0 libc.so.7`__free(ptr=3D0x0000000040a390e0)= + 64 at jemalloc_jemalloc.c:2011 frame #7: 0x0000000000411330 sh`ckfree(p=3D<unavailable>) + 32 at memalloc.c:88 frame #8: 0x000000000040e6c8 sh`freejob(jp=3D<unavailable>) + 108 at jobs.c:475 frame #9: 0x000000000040dd0c sh`waitforjob(jp=3D<unavailable>, origstatus=3D<unavailable>) + 352 at jobs.c:1066 frame #10: 0x0000000000406988 sh`evalcommand(cmd=3D<unavailable>, flags=3D<unavailable>, backcmd=3D<unavailable>) + 2848 at eval.c:1166 frame #11: 0x0000000000405570 sh`evaltree(n=3D0x0000000040ab9060, flags=3D<unavailable>) + 212 at eval.c:290 frame #12: 0x0000000000411064 sh`cmdloop(top=3D<unavailable>) + 252 at main.c:231 frame #13: 0x0000000000410ed8 sh`main(argc=3D<unavailable>, argv=3D<unavailable>) + 660 at main.c:178 frame #14: 0x0000000000402f30 sh`__start + 360 frame #15: 0x0000000040434658 ld-elf.so.1`.rtld_start + 24 at rtld_start.S:41 (lldb) up 10 frame #10: 0x0000000000406988 sh`evalcommand(cmd=3D<unavailable>, flags=3D<unavailable>, backcmd=3D<unavailable>) + 2848 at eval.c:1166 1163 parent: /* parent process gets here (if we forked) */ 1164 if (mode =3D=3D FORK_FG) { /* argument to fork */ 1165 INTOFF; -> 1166 exitstatus =3D waitforjob(jp, &realstatus); 1167 INTON; 1168 if (iflag && loopnest > 0 && WIFSIGNALED(realstatus= )) { 1169 evalskip =3D SKIPBREAK; --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-217138-8-tAhn8yEchc>