Re: [nox-dev] Event triggered subprocess call

2011-06-10 Thread Partti, Tapio (NSN - FI/Espoo)
- FI/Espoo) Subject: Re: [nox-dev] Event triggered subprocess call So the confusing bit is that you're being lied to. The lambda function being referred to is actually on line 132 of coreapps/pyrt/pyoxidereactor.py. Inside subprocess.py, os.waitpid has been called and is blocking. This is

Re: [nox-dev] Event triggered subprocess call

2011-06-09 Thread Murphy McCauley
So the confusing bit is that you're being lied to. The lambda function being referred to is actually on line 132 of coreapps/pyrt/pyoxidereactor.py. Inside subprocess.py, os.waitpid has been called and is blocking. This is where the stack trace leads. However, while waitpid is blocking, the