From owner-freebsd-bugs@freebsd.org Mon Feb 1 04:51:03 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D6CD1A75F94 for ; Mon, 1 Feb 2016 04:51:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C6B79B73 for ; Mon, 1 Feb 2016 04:51:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u114p3NB004812 for ; Mon, 1 Feb 2016 04:51:03 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 206812] each man invocation leads to the mandoc crash Date: Mon, 01 Feb 2016 04:51:03 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 11.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: emz@norma.perm.ru X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Feb 2016 04:51:04 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206812 Bug ID: 206812 Summary: each man invocation leads to the mandoc crash Product: Base System Version: 11.0-CURRENT Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: bin Assignee: freebsd-bugs@FreeBSD.org Reporter: emz@norma.perm.ru Version: FreeBSD bsdrookie.norma.com. 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r294254: Mon Jan 18 13:46:05 YEKT 2016=20=20=20=20 emz@bsdrookie.norma.com.:/usr/obj/usr/src/sys/BSDROOKIE amd64 Each man invocation leads to the mandoc crashing and dumping a core. 100% reproducible. backtrace: [root@bsdrookie:/etc]# gdb `which mandoc` mandoc.core GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain condition= s. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "amd64-marcel-freebsd"... Core was generated by `mandoc'. Program terminated with signal 6, Aborted. Reading symbols from /usr/lib/libprivatesqlite3.so.0...Reading symbols from /usr/lib/debug//usr/lib/libprivatesqlite3.so.0.debug...done. done. Loaded symbols for /usr/lib/libprivatesqlite3.so.0 Reading symbols from /lib/libz.so.6...Reading symbols from /usr/lib/debug//lib/libz.so.6.debug...done. done. Loaded symbols for /lib/libz.so.6 Reading symbols from /lib/libc.so.7...Reading symbols from /usr/lib/debug//lib/libc.so.7.debug...done. done. Loaded symbols for /lib/libc.so.7 Reading symbols from /lib/libthr.so.3...Reading symbols from /usr/lib/debug//lib/libthr.so.3.debug...done. done. Loaded symbols for /lib/libthr.so.3 Reading symbols from /libexec/ld-elf.so.1...Reading symbols from /usr/lib/debug//libexec/ld-elf.so.1.debug...done. done. Loaded symbols for /libexec/ld-elf.so.1 #0 0x0000000800e5148a in thr_kill () from /lib/libc.so.7 [New Thread 801615000 (LWP 102166/)] (gdb) bt #0 0x0000000800e5148a in thr_kill () from /lib/libc.so.7 #1 0x0000000800e5145b in __raise (s=3D) at /usr/src/lib/libc/gen/raise.c:52 #2 0x0000000800e513c9 in abort () at /usr/src/lib/libc/stdlib/abort.c:65 #3 0x0000000800eccce1 in __assert (func=3D, file=3D,=20 line=3D, failedexpr=3D) at /usr/src/lib/libc/gen/assert.c:51 #4 0x000000000042c6b0 in main (argc=3D, argv=3D) at /usr/src/usr.bin/mandoc/../../contrib/mdocml/main.c:723 #5 0x000000000040395f in _start () #6 0x000000080066e000 in ?? () #7 0x0000000000000000 in ?? () --=20 You are receiving this mail because: You are the assignee for the bug.=