Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Jun 2002 14:22:47 -0700 (PDT)
From:      Matt Snow <drama@slakin.net>
To:        freebsd-questions@freebsd.org
Subject:   seven /kernel: pid 70994 (netstat), uid 1001: exited on signal 11
Message-ID:  <20020601141431.R70508-100000@seven.slakin.net>

next in thread | raw e-mail | index | archive | help
Hello all!
I get this error basically whenever I run netstat(accept a few different
args like -ir).

I have already gone and rebuilt the binary:

[drama@seven]-/usr/src/usr.bin/netstat # ls
.depend         inet.c          iso.c           mroute6.c       ns.c
Makefile        inet6.c         main.c          netgraph.c      route.c
atalk.c         ipsec.c         mbuf.c          netstat.1       unix.c
if.c            ipx.c           mroute.c        netstat.h
[drama@seven]-/usr/src/usr.bin/netstat # make depend
[drama@seven]-/usr/src/usr.bin/netstat # make all
Warning: Object directory not changed from original
/usr/src/usr.bin/netstat
cc -O -pipe  -Wall -DIPSEC -DINET6    -c if.c
cc -O -pipe  -Wall -DIPSEC -DINET6    -c inet.c
cc -O -pipe  -Wall -DIPSEC -DINET6    -c inet6.c
cc -O -pipe  -Wall -DIPSEC -DINET6    -c main.c
cc -O -pipe  -Wall -DIPSEC -DINET6    -c mbuf.c
cc -O -pipe  -Wall -DIPSEC -DINET6    -c mroute.c
cc -O -pipe  -Wall -DIPSEC -DINET6    -c ipx.c
cc -O -pipe  -Wall -DIPSEC -DINET6    -c route.c
cc -O -pipe  -Wall -DIPSEC -DINET6    -c unix.c
cc -O -pipe  -Wall -DIPSEC -DINET6    -c atalk.c
cc -O -pipe  -Wall -DIPSEC -DINET6    -c netgraph.c
cc -O -pipe  -Wall -DIPSEC -DINET6    -c mroute6.c
cc -O -pipe  -Wall -DIPSEC -DINET6    -c ipsec.c
cc -O -pipe  -Wall -DIPSEC -DINET6     -o netstat if.o inet.o inet6.o
main.o mbuf.o mroute.o ipx.o route.o unix.o atalk.o netgraph.o mroute6.o
ipsec.o  -lkvm -lipx -lnetgraph -lutil
gzip -cn netstat.1 > netstat.1.gz
[drama@seven]-/usr/src/usr.bin/netstat # make install
install -c -s -o root -g kmem -m 2555   netstat /usr/bin
install -c -o root -g wheel -m 444 netstat.1.gz  /usr/share/man/man1
[drama@seven]-/usr/src/usr.bin/netstat # /usr/bin/netstat
Active Internet connections
Proto Recv-Q Send-Q  Local Address          Foreign Address        (state)
tcp4       0     20  seven.ssh              vain.1730
ESTABLISHED
tcp4       0      0  seven.ssh              vain.1096
ESTABLISHED
tcp4       0      0  seven.ssh              vain.1093
ESTABLISHED
tcp4       0      0  localhost.domain       *.*                    LISTEN
tcp4       0      0  seven.domain           *.*                    LISTEN
tcp4       0      0  seven.ssh              67.112.13.134.38908
ESTABLISHED
udp4       0      0  localhost.domain       *.*
udp4       0      0  seven.domain           *.*
Active UNIX domain sockets
Address  Type   Recv-Q Send-Q    Inode     Conn     Refs  Nextref Addr
Segmentation fault
[drama@seven]-/usr/src/usr.bin/netstat #

And I still get the error. Any comments, questions or thoughts on this?
Oh, and I sync with -STABLE every night.


* * * * * * * *
Matt
 (@) drama@slakin.net
 (w) http://slakin.net.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020601141431.R70508-100000>