From owner-freebsd-bugs@freebsd.org Sat Oct 15 18:13:39 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 94D69C13F70 for ; Sat, 15 Oct 2016 18:13:39 +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 79D91154 for ; Sat, 15 Oct 2016 18:13:39 +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 u9FIDd11020590 for ; Sat, 15 Oct 2016 18:13:39 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 213506] YP/NIS: yppush, ypxfr dump core Date: Sat, 15 Oct 2016 18:13:39 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 11.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: la5lbtyi@aon.at 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: Message-ID: In-Reply-To: References: 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.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Oct 2016 18:13:39 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213506 --- Comment #2 from Martin Birgmeier --- [0]# gdb /usr/libexec/ypxfr ypxfr.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 `ypxfr'. Program terminated with signal 11, Segmentation fault. Reading symbols from /usr/lib/librpcsvc.so.5...Reading symbols from /usr/lib/debug//usr/lib/librpcsvc.so.5.debug...done. done. Loaded symbols for /usr/lib/librpcsvc.so.5 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 /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 0x0000000000000000 in ?? () (gdb) where #0 0x0000000000000000 in ?? () #1 0x0000000800afe4ed in xdr_ypresp_all_seq (xdrs=3D,= =20 objp=3D0x7fffffffd210) at /.../hal/z/SRC/FreeBSD/releng/11.0/lib/libc/yp/xdryp.c:105 #2 0x0000000800b11536 in clnt_vc_call (cl=3D, proc=3D= 8,=20 xdr_args=3D0x40178c , args_ptr=3D0x7fffffffd218,=20 xdr_results=3D0x4017cc ,=20 results_ptr=3D, timeout=3D{tv_sec =3D 10, tv_usec = =3D 0}) at /.../hal/z/SRC/FreeBSD/releng/11.0/lib/libc/rpc/clnt_vc.c:432 #3 0x000000000040250b in ypxfr_get_map (map=3D0x7fffffffe27c "rpc.byname",= =20 domain=3D0x800dcfc40 "xyzzy", host=3D,=20 callback=3D0x402570 ) at /.../hal/z/SRC/FreeBSD/releng/11.0/libexec/ypxfr/ypxfr_getmap.c:85 #4 0x0000000000402eab in main (argc=3D,=20 argv=3D) at /.../hal/z/SRC/FreeBSD/releng/11.0/libexec/ypxfr/ypxfr_main.c:517 #5 0x0000000000401c4f in _start () #6 0x0000000800628000 in ?? () #7 0x0000000000000000 in ?? () (gdb) q [0]#=20 [0]# gdb /usr/sbin/yppush yppush.core=20 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 `yppush'. Program terminated with signal 11, Segmentation fault. 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 /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 0x0000000000000000 in ?? () (gdb) where #0 0x0000000000000000 in ?? () #1 0x00000008008f44ed in xdr_ypresp_all_seq (xdrs=3D,= =20 objp=3D0x7fffffffdcd0) at /.../hal/z/SRC/FreeBSD/releng/11.0/lib/libc/yp/xdryp.c:105 #2 0x0000000800907536 in clnt_vc_call (cl=3D, proc=3D= 8,=20 xdr_args=3D0x40182c , args_ptr=3D0x7fffffffdcd8,=20 xdr_results=3D0x40186c ,=20 results_ptr=3D, timeout=3D{tv_sec =3D 10, tv_usec = =3D 0}) at /.../hal/z/SRC/FreeBSD/releng/11.0/lib/libc/rpc/clnt_vc.c:432 #3 0x0000000000401e6b in ypxfr_get_map (map=3D0x404403 "ypservers",=20 domain=3D0x7fffffffe226 "xyzzy", host=3D,=20 callback=3D0x402f30 ) at /.../hal/z/SRC/FreeBSD/releng/11.0/usr.sbin/yppush/../../libexec/ypxfr/ypxf= r_getmap.c:85 #4 0x0000000000402dae in main (argc=3D,=20 argv=3D) at /.../hal/z/SRC/FreeBSD/releng/11.0/usr.sbin/yppush/yppush_main.c:608 #5 0x0000000000401cff in _start () #6 0x0000000800627000 in ?? () #7 0x0000000000000000 in ?? () (gdb) q [0]# --=20 You are receiving this mail because: You are the assignee for the bug.=