From owner-freebsd-bugs@freebsd.org Sat Feb 13 03:19:24 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 7062AAA36B5 for ; Sat, 13 Feb 2016 03:19:24 +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 60A7E1EB7 for ; Sat, 13 Feb 2016 03:19:24 +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 u1D3JO6v036549 for ; Sat, 13 Feb 2016 03:19:24 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 207146] usr.sbin/rtsold: crash on reboot of neighbor Date: Sat, 13 Feb 2016 03:19:24 +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 Only Me X-Bugzilla-Who: ler@lerctr.org 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: Sat, 13 Feb 2016 03:19:24 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207146 Bug ID: 207146 Summary: usr.sbin/rtsold: crash on reboot of neighbor Product: Base System Version: 11.0-CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: bin Assignee: freebsd-bugs@FreeBSD.org Reporter: ler@lerctr.org While testing Mark Johnston's defrouter_locking patch, I rebooted my firewa= ll, and rtsold crashed.=20 borg.lerctr.org /home/ler # cd / borg.lerctr.org / # gdb -c rtsold.core /usr/sbin/rtsold 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 `rtsold'. Program terminated with signal 10, Bus error. Reading symbols from /lib/libc.so.7...Reading symbols from /usr/lib/debug//lib/l ibc.so.7.debug...done. done. Loaded symbols for /lib/libc.so.7 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 main (argc=3D, argv=3D) at /usr/src/usr.sbin/rtsold/rtsold.c:656 656 rao->rao_type, (char *)rao-> rao_msg, (gdb) bt #0 main (argc=3D, argv=3D) at /usr/src/usr.sbin/rtsold/rtsold.c:656 #1 0x0000000000401a1f in _start () #2 0x0000000800629000 in ?? () #3 0x0000000000000000 in ?? () Current language: auto; currently minimal (gdb) bt full #0 main (argc=3D, argv=3D) at /usr/src/usr.sbin/rtsold/rtsold.c:656 e =3D set =3D 0x7fffffffecc0 argv0 =3D ch =3D s =3D 3 rtsock =3D 4 timeout =3D #1 0x0000000000401a1f in _start () No symbol table info available. #2 0x0000000800629000 in ?? () No symbol table info available. #3 0x0000000000000000 in ?? () No symbol table info available. (gdb) What would someone want now? core and debug and the binary at: http://www.lerctr.org/~ler/FreeBSD thebighonker.lerctr.org /home/ler/public_html/FreeBSD $ ls -ltr rtsol* -rw-r--r-- 1 ler ler 4661248 Feb 12 18:43 rtsold.core -r--r--r-- 1 ler ler 66774 Feb 12 18:44 rtsold.debug -r-xr-xr-x 1 ler ler 34656 Feb 12 18:44 rtsold thebighonker.lerctr.org /home/ler/public_html/FreeBSD $ borg.lerctr.org /usr/sbin $ cd /usr/src borg.lerctr.org /usr/src $ svn info Path: . Working Copy Root Path: /usr/src URL: https://svn.freebsd.org/base/head Relative URL: ^/head Repository Root: https://svn.freebsd.org/base Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f Revision: 295456 Node Kind: directory Schedule: normal Last Changed Author: bapt Last Changed Rev: 295455 Last Changed Date: 2016-02-09 18:26:01 -0600 (Tue, 09 Feb 2016) borg.lerctr.org /usr/src $ --=20 You are receiving this mail because: You are the assignee for the bug.=