[17457] in Athena Bugs
sun4 8.3.17: host
daemon@ATHENA.MIT.EDU (Elliot Schwartz)
Sat Jan 8 02:11:48 2000
Message-Id: <200001080711.CAA17566@home-on-the-dome.mit.edu>
To: bugs@MIT.EDU
Date: Fri, 07 Jan 2000 23:11:39 -0800
From: Elliot Schwartz <elliot@MIT.EDU>
System name: home-on-the-dome.mit.edu
Type and version: Ultra-60 8.3.17 (with mkserv)
Display type: unknown
Shell: /bin/athena/tcsh
Window manager: twm
What were you trying to do?
Use host to perform a query for a specific querytype,
but I left off the host name.
Setting the class to another class but leaving
off the host name causes the same behavior.
What's wrong:
host produced a Segmentation fault
What should have happened:
host should have produced an error message like "Host not found."
(which is what happens if you include other options but forget the
host name) or the usage information (which is what happnes if you
give it no options).
Please describe any relevant documentation references:
Source:
/mit/third/bind/src/bin/host/
Transcript:
athena% host -t a
Segmentation fault
athena% host -c hs
Segmentation fault
athena% add gnu; gdb host
[...]
(gdb) run -t a
Starting program: /usr/athena/bin/host -t a
Program received signal SIGSEGV, Segmentation fault.
0xef624240 in strcmp () from /usr/lib/libc.so.1
[...]
(gdb) run -c hs
Starting program: /usr/athena/bin/host -c hs
Program received signal SIGSEGV, Segmentation fault.
0xef624240 in strcmp () from /usr/lib/libc.so.1