Port-pmax archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Problems updating to new libc on pmax



2010/4/27 Matthias Drochner <M.Drochner%fz-juelich.de@localhost>:
>
> bertelsen.erik%gmail.com@localhost 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


Home | Main Index | Thread Index | Old Index