Hi Amaury,

I use the following environment:

Python 2.5.2 (e503e483e9ac, Dec 21 2010, 12:02:48)
[PyPy 1.4.1] on linux2

For the moment I use os.execv and os.waitpid(-1, os.WNOHANG) to start
and handle parallel jobs by myself.

I tried already a 'try except OSError' around os.waitpid but without
success.

Greetings,
Arnd

-----Original Message-----
From: Amaury Forgeot d'Arc [mailto:[email protected]] 
Sent: Dienstag, 11. Januar 2011 15:34
To: Arnd Rechenburg
Cc: [email protected]
Subject: Re: [pypy-dev] "OSError: [Errno 10] No child processes"

Hi,

2011/1/11 Arnd Rechenburg <[email protected]>:
> Could someone help me to avoid the following exception?
>
> Exception "OSError: [Errno 10] No child processes" in method __del__
of
> <closed file '<fdopen>', mode 'r' at 0x00002b58059f05f8> ignored

More context would be useful:
which version of pypy are you using, what are you trying to do,
are there some kind of subprocesses, etc etc.

-- 
Amaury Forgeot d'Arc
_______________________________________________
[email protected]
http://codespeak.net/mailman/listinfo/pypy-dev

Reply via email to