Trond Davidsen writes:
> > Those two events correspond to the netgraph data and control sockets
> > associated with the bundle. Not sure how important that is..
> > the ng_socket(4) code relies on the standard generic socket code
> > so unlikely that the problem lies there.
> > 
> > The fact that it's blocked on "piperd" implies that something is
> > going wrong with a message pipe (mpd uses pipe(2) to communicate
> > with itself). But the tsleep() call in pipe_read() uses PCATCH,
> > so 'kill' should work...
> > 
> > What version of FreeBSD again?
> 
> FreeBSD vpn-gw3.uib.no 4.4-STABLE FreeBSD 4.4-STABLE #2: Sat Nov 10 
> 17:37:02 CET 2001     [EMAIL PROTECTED]:/usr/obj/usr/src/sys/VPN-GW3  i386
> 
> cvsuped about a month ago.  I tried to cvsup and rebuild now, but the 
> kernel compile crashes in the linuxulator module.

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..

-Archie

__________________________________________________________________________
Archie Cobbs     *     Packet Design     *     http://www.packetdesign.com

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

Reply via email to