truss(1) locked in kernel with 8.0-BETA2

Nathan Lay nslay at comcast.net
Sun Aug 23 20:39:05 UTC 2009


Ed Schouten wrote:
> * Nathan Lay <nslay at comcast.net> wrote:
>   
>> Instead of zeroing and setting master and STDIN_FILENO on the fd_set
>> every iteration, <snip>
>>     
>
> The current code doesn't zero the fdsets each iteration, only during
> startup:
>
> |  	FD_ZERO(&rfd);
> |  	for (;;) {
> |  		FD_SET(master, &rfd);
> | 		if (!nostdin)
> | 			FD_SET(STDIN_FILENO, &rfd);
>
>   
Actually, your snipit there fixes it. You can disregard my previous 
message, though I am curious about what you specifically meant by 
propagating the end-of-file condition.


More information about the freebsd-current mailing list