[Bug 213506] YP/NIS: yppush, ypxfr dump core

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Oct 15 18:13:39 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213506

--- Comment #2 from Martin Birgmeier <la5lbtyi at aon.at> ---
[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 conditions.
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=<value optimized out>, 
    objp=0x7fffffffd210)
    at /.../hal/z/SRC/FreeBSD/releng/11.0/lib/libc/yp/xdryp.c:105
#2  0x0000000800b11536 in clnt_vc_call (cl=<value optimized out>, proc=8, 
    xdr_args=0x40178c <xdr_ypreq_nokey at plt>, args_ptr=0x7fffffffd218, 
    xdr_results=0x4017cc <xdr_ypresp_all_seq at plt>, 
    results_ptr=<value optimized out>, timeout={tv_sec = 10, tv_usec = 0})
    at /.../hal/z/SRC/FreeBSD/releng/11.0/lib/libc/rpc/clnt_vc.c:432
#3  0x000000000040250b in ypxfr_get_map (map=0x7fffffffe27c "rpc.byname", 
    domain=0x800dcfc40 "xyzzy", host=<value optimized out>, 
    callback=0x402570 <ypxfr_foreach>)
    at /.../hal/z/SRC/FreeBSD/releng/11.0/libexec/ypxfr/ypxfr_getmap.c:85
#4  0x0000000000402eab in main (argc=<value optimized out>, 
    argv=<value optimized out>)
    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]# 


[0]# gdb /usr/sbin/yppush yppush.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 conditions.
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=<value optimized out>, 
    objp=0x7fffffffdcd0)
    at /.../hal/z/SRC/FreeBSD/releng/11.0/lib/libc/yp/xdryp.c:105
#2  0x0000000800907536 in clnt_vc_call (cl=<value optimized out>, proc=8, 
    xdr_args=0x40182c <xdr_ypreq_nokey at plt>, args_ptr=0x7fffffffdcd8, 
    xdr_results=0x40186c <xdr_ypresp_all_seq at plt>, 
    results_ptr=<value optimized out>, timeout={tv_sec = 10, tv_usec = 0})
    at /.../hal/z/SRC/FreeBSD/releng/11.0/lib/libc/rpc/clnt_vc.c:432
#3  0x0000000000401e6b in ypxfr_get_map (map=0x404403 "ypservers", 
    domain=0x7fffffffe226 "xyzzy", host=<value optimized out>, 
    callback=0x402f30 <yppush_foreach>)
    at
/.../hal/z/SRC/FreeBSD/releng/11.0/usr.sbin/yppush/../../libexec/ypxfr/ypxfr_getmap.c:85
#4  0x0000000000402dae in main (argc=<value optimized out>, 
    argv=<value optimized out>)
    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]#

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list