public inbox for sid@sourceware.org
 help / color / mirror / Atom feed
* Testsuite leaks file descriptors
@ 2001-07-16 18:54 Ben Elliston
  0 siblings, 0 replies; only message in thread
From: Ben Elliston @ 2001-07-16 18:54 UTC (permalink / raw)
  To: sid

I first noticed this on Solaris, but this problem is present on other
host platforms as well.  On a Linux system, you can lower your maximum
number of open file descriptors to a reasonable number like 40:

       % ulimit -n 40

make check will fairly quickly deteriorate once this number of open
file descriptors is reached.  From what I could tell, sid_stop is
called in the framework to stop the spawned `sid' process and then
wait() for it.  Checking the expect process using lsof shows that
there are an ever-growing number of /dev/ptmx files open.

Anyone have any ideas?

Ben

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-07-16 18:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-16 18:54 Testsuite leaks file descriptors Ben Elliston

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).