cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Autobuild test error Tru64

From: Tor Arntsen <tor_at_spacetec.no>
Date: Thu, 12 Jul 2007 12:11:47 +0200

It was occuring to me that it's a bit strange that SO_REUSEADDR the
way it's used appeared to not fully work on Tru64, that it would need
that short timeout. Maybe the problem is really that that the previous
sockfilt process hasn't terminated yet.

This test:
./runtests.pl 225 ; ps -ef | grep sockfilt ; ./runtests.pl 226

shows it running, sure enough..
tor 41299 1 10.4 12:02:17 pts/0 0:00.99
./server/sockfilt --port 8992 --logfile log/sockctrl.log --pidfile
.sockfilt.pid

I'll have a closer look at this later, but it looks like the proper
fix would be in the termination handling (in this particular case it
looks like ftpserver.pl is not waiting for sockfilt to terminate).

-Tor
Received on 2007-07-12