RE: Subprocess troubles from a daemon

2012-04-13 Thread Eiríkur Hjartarson
Hi, > -Original Message- > From: python-list-bounces+eirikur.hjartarson=decode...@python.org > [mailto:python-list-bounces+eirikur.hjartarson=decode...@python.org] On > Behalf Of Terry Reedy > Sent: 13. apríl 2012 14:57 > To: python-list@python.org > Subject: Re: Sub

Re: Subprocess troubles from a daemon

2012-04-13 Thread Terry Reedy
On 4/13/2012 7:04 AM, Eiríkur Hjartarson wrote: Hi, I think I have possibly found a bug in the subprocess module. The (potential) bug appears when executing a subprocess from a daemon (after double-forking). This is on RHEL 6.2 with python version 2.6.6. What happens is you use the new 2.7.3

Subprocess troubles from a daemon

2012-04-13 Thread Eiríkur Hjartarson
Hi, I think I have possibly found a bug in the subprocess module. The (potential) bug appears when executing a subprocess from a daemon (after double-forking). This is on RHEL 6.2 with python version 2.6.6. The problem can be demonstrated with the two attached files, both files should be mad