[14922] in Athena Bugs
sun4 8.0J: ping segfaults
daemon@ATHENA.MIT.EDU (Derek Atkins)
Wed Jan 22 16:19:14 1997
To: bugs@MIT.EDU
Date: Wed, 22 Jan 1997 16:19:06 EST
From: Derek Atkins <warlord@MIT.EDU>
System name: bart-savagewood
Type and version: SPARC/Classic 8.0J (1 update(s) to same version)
Display type: cgthree
What were you trying to do?
ping a machine, to see if BBNPlanet has fixed their
network problem.
What's wrong:
ping segfaults:
Ready> ping -s www.irs.ustreas.gov
PING www.irs.ustreas.gov: 56 data bytes
Segmentation fault
Ready> where ping
/usr/sbin/ping
/afs/net/tools/@sys/ping
If I run ping out of the net-tools locker, it works:
Ready> /afs/net/tools/@sys/ping www.irs.ustreas.gov
---PING Host= [192.239.92.47]: ICMP echo 56 data bytes
www.irs.ustreas.gov Wed Jan 22 16:15:16 1997
36 bytes from 192.221.253.22: icmp type=3 (Dest Unreachable) code=13
x00: x030d3ed3 x00000000 x45000054 xfb464000
x10: xf3015cc5 x12460038 xc0ef5c2f x0800714d
x20: x44cb0007
36 bytes from 192.221.253.22: icmp type=3 (Dest Unreachable) code=13
x00: x030d3600 x00000000 x45000054 xfb474000
x10: xf3015cc4 x12460038 xc0ef5c2f x08007a1f
x20: x44cb0008
36 bytes from 192.221.253.22: icmp type=3 (Dest Unreachable) code=13
x00: x030d3589 x00000000 x45000054 xfb494000
x10: xf3015cc2 x12460038 xc0ef5c2f x08007a94
x20: x44cb000a
[+11 Secs] BLACK HOLE for 11 packets...
36 bytes from 192.221.253.22: icmp type=3 (Dest Unreachable) code=13
x00: x030d3591 x00000000 x45000054 xfb4b4000
x10: xf3015cc0 x12460038 xc0ef5c2f x08007a8a
x20: x44cb000c
36 bytes from 192.221.253.22: icmp type=3 (Dest Unreachable) code=13
x00: x030d35bb x00000000 x45000054 xfb4c4000
x10: xf3015cbf x12460038 xc0ef5c2f x08007a5f
x20: x44cb000d
^C... Delay 1 seconds for stragglers...
www.irs.ustreas.gov Wed Jan 22 16:15:31 1997
---PING Stats--- Host= [192.239.92.47] 64 byte packets Elapsed= 13 Secs
Sent= 13 CumLoss= 13 (100.0%)
What should have happened:
/usr/sbin/ping should have worked, and should not have segfaulted.
Please describe any relevant documentation references:
insert standard reasons why setuid programs shouldn't fail....
-derek