On Fri, Dec 26, 2003 at 10:27:51PM -0500, Pierre A. Humblet wrote: >At 09:40 PM 12/26/2003 -0500, Christopher Faylor wrote: >> >>I tried the current CVS version and I don't see any stray tty garbage >>with inetd. I never tried this with an older snapshot, however, so I >>don't know if I would have been lucky before. I did try a much simpler >>test case which worked incorrectly with CYGWIN=tty and correctly after >>today's initial setsid change. > >Here both exim and inetd are still off, with > >CYGWIN_ME-4.90 hpn5170x 1.5.6(0.108/3/2) 2003-12-26 22:04 i686 unknown unknown Cygwin > >The trace of sh -c inetd in on http://mysite.verizon.net/phumblet/trace > >The problem is the same, AFAICS there is an unaccounted for jump in usecount. > > 177 298078 [main] SH 480747 fhandler_tty_slave::open: /dev/tty0 opened, > incremented open_fhs 4, archetype usecount 4 > 178 336409 [main] sh 480747 fhandler_tty_slave::dup: incremented open_fhs 5, > archetype usecount 6
I missed the 'sh -c' clue in your previous message. Since sh uses vfork, that indicates a vfork problem. I've checked in some more changes to deal with this. It seems to do the right thing both with sh -c and without. It also should have the added benefit of doing the right thing wrt deallocating the console appropriately since open_fhs should now track the ctty usecount. This was screwed up before, apparently even before I started mucking with the tty stuff. I sure do hate usage counting. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/