> 
> Hmm.. well, we should try to pick this apart one problem at a time.
> 
> If you can get mpd into a state where "kill -9" doesn't kill it,
> then that seems like a kernel bug to me, and so we should probably
> hone in on that first..  maybe we can come up with a simple test
> case, e.g. using the event library debug output, write a program
> that opens the same number of file descriptors, pipes, etc. and
> registers the same event handlers, etc..
> 


I think I've got a solution, insert '#define FD_SETSIZE 2048' at the top 
of 'event.c', over '#include <sys/types.h>'.  This seems to solve the 
problem for me, for now :)

Trond



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message

Reply via email to