Re: Problems updating to new libc on pmax

Erik Bertelsen <[email protected]> Tue, 27 Apr 2010 21:26:49 +0200
Newsgroups gmane.os.netbsd.current,gmane.os.netbsd.ports.pmax
Message-ID <[email protected]>
2010/4/27 Matthias Drochner <[email protected]>:
>
> [email protected] said:
>> [1]   Segmentation fault (core dumped) cat >&2 <<...
>
> can you make sense of the core dumps?

not really, the following is from the core file whose ktrace is in my
previous mail:

 gdb /bin/ls ls.core
GNU gdb 6.5
Copyright (C) 2006 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 "mipsel--netbsd"...(no debugging symbols found)


warning: Can't read pathname for load map: Input/output error.
Reading symbols from /lib/libutil.so.7...(no debugging symbols found)...done.
Loaded symbols for /lib/libutil.so.7
Reading symbols from /lib/libc.so.12...(no debugging symbols found)...done.
Loaded symbols for /lib/libc.so.12

warning: Can't read pathname for load map: Input/output error.
Core was generated by `ls'.
Program terminated with signal 11, Segmentation fault.
#0  0x7deff8b4 in __rpc_nconf2sockinfo () from /lib/libc.so.12
(gdb) bt
#0  0x7deff8b4 in __rpc_nconf2sockinfo () from /lib/libc.so.12
#1  0x00000000 in ?? ()


- Erik