Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Cygwin host.exe version 9.11.9 works with errors tcc30b18

Feb
3
0
Anyone else having issues with some of the Cygwin commands, like host.exe? When you run it, the program does spit out the host details but hangs with multiple error codes and arguments such as below
app.c:827: isc_app_shutdown() pthread_kill: Invalid argument
socket.c:4927: isc_thread_join() failed
timer.c:991: isc_thread_join() failed

I know how to fix this, have JpSoft build in the host command

[C:\Program Files\JPSoft]
hostwww.cisco.com
cisco.com
is an alias
forwww.cisco.com.akadns.net

cisco.com.akadns.net
is an alias
forwwwds.cisco.com.edgekey.net
.
wwwds.cisco.com.edgekey.net
is an alias
forwwwds.cisco.com.edgekey.net.globalredir.akadns.net
.
wwwds.cisco.com.edgekey.net.globalredir.akadns.net
is an alias
fore2867.dsca.akamaiedge.net
.
e2867.dsca.akamaiedge.net
has address
23.66.67.227
e2867.dsca.akamaiedge.net
has IPv6 address
2600:1407:3c00:1493::b33
e2867.dsca.akamaiedge.net
has IPv6 address
2600:1407:3c00:148d::b33
app.c:827: isc_app_shutdown() pthread_kill: Invalid argument
socket.c:4927: isc_thread_join() failed
timer.c:991: isc_thread_join() failed
 
Last edited by a moderator:
Not reproducible here.

Code:
[D:\cygwin64\bin]host www.cisco.com
www.cisco.com is an alias for www.cisco.com.akadns.net.
www.cisco.com.akadns.net is an alias for wwwds.cisco.com.edgekey.net.
wwwds.cisco.com.edgekey.net is an alias for wwwds.cisco.com.edgekey.net.globalredir.akadns.net.
wwwds.cisco.com.edgekey.net.globalredir.akadns.net is an alias for e2867.dsca.akamaiedge.net.
e2867.dsca.akamaiedge.net has address 23.52.146.234
e2867.dsca.akamaiedge.net has IPv6 address 2600:1408:c400:38e::b33
e2867.dsca.akamaiedge.net has IPv6 address 2600:1408:c400:38d::b33

[D:\cygwin64\bin]

Are you only having problems running it in TCC / Take Command, or in CMD as well?

(It would require a pretty catastrophic Windows bug / security hole if it only happens when run by TCC.)
 
Interesting. I have been a user of Cygwin for many years, and I have a lot of their packages installed, but I did not have the "host" command. It took a little digging to find, but it is part of the "bind-utils" package. Once installed, it works fine for me under TCC or CMD or Powershell.
 

Similar threads

Back
Top