[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: truss stuck in state stopevent



:Is there a way to clear p->p_stops from userland?  I had an instance of truss
:lock up due to a race in /proc while I was playing with the linux code.
:Now I cant kldunload linux.ko because I was trussing a linux binary.
:
:I'd reboot now, but I'm half way through buildworld.
:
:-- 
:   David P. Reese, Jr.                                     daver@gomerbud.com
:                                               http://www.gomerbud.com/daver/

    p_stops is primarily controlled via /proc.  There are two ioctls,
    PIOCBIS and PIOCBIC which can set or clear bits in p_stops but
    I've never used them myself.

					-Matt
					Matthew Dillon 
					<dillon@backplane.com>