Failed kill -9

Edwin R. Carp erc at khijol.UUCP
Tue Dec 19 17:16:33 AEST 1989


In article <[628]unix at oldcolo.UUCP> dave at oldcolo.UUCP (Dave Hughes) writes:
>How else, short of a reboot, can I kill a process on a port that
>kill -9 won't kill?
>

What's happening is that the system is hanging on the exit() call.  exit()
calls close() to close all of the remaining open files.  When it gets to the
modem, it can't close the port (or, more correctly, it hangs closing the port)
because it's waiting for some sort of signal from the modem (usually DSR, CTS,
or CD to drop).  Make sure that DSR drops when the party hangs up, etc.

--------------------------- discard all after this line -----------------------
Ed Carp	N7EKG/5 (28.3-28.5) ...!attctc!puzzle!khijol!erc  (home) (512) 832-5884
Snail Mail:  2000 Cedar Bend Dr., #335, Austin, TX  78758

[Disclaimer:  The information contained in this message is soley for informa-
tional purposes only.  Use at your own risk.  No warranty expressed or
implied.]

"You may think you're smart, Pierce, but you're DUMB! Real DUMB!  But, you've
met your match in ME!"  - Col. Flagg
"Good tea.  Nice house."  -- Worf



More information about the Comp.unix.xenix mailing list