[Zope3-dev] Re: make test failure (transaction and zeo)

Christian Heimes heimes@faho.rwth-aachen.de
Tue, 11 Mar 2003 12:38:53 +0100


After running make test I have a lot of (59) sleeping python corpses 
lying around on my linux box. I have to killall them manually. See:

nathan:/tmp# ps ax |grep python2.2
[...]
17684 pts/0    S      0:00 /usr/local/bin/python2.2
/home/heimes/src/Zope3/src/zodb/zeo/tests/zeoserver.py -C
/tmp/@17575.165 25552
17687 pts/0    S      0:00 /usr/local/bin/python2.2
/home/heimes/src/Zope3/src/zodb/zeo/tests/zeoserver.py -C
/tmp/@17575.167 21670
17688 pts/0    S      0:00 /usr/local/bin/python2.2
/home/heimes/src/Zope3/src/zodb/zeo/tests/zeoserver.py -C
/tmp/@17575.169 20590
17689 pts/0    S      0:00 /usr/local/bin/python2.2
/home/heimes/src/Zope3/src/zodb/zeo/tests/zeoserver.py -C
/tmp/@17575.171 20342
17866 pts/0    S      0:00 bash
17934 pts/0    R      0:00 ps ax
nathan:/tmp# ps ax |grep python2.2 |wc
      59     558    7754

Christian