[Twisted-Python] mystery exception

Vadim Zaliva krokodil at gmail.com
Tue Oct 14 23:40:56 EDT 2008


On Oct 14, 2008, at 20:31, Vadim Zaliva wrote:

>> The specific problem is that a pipe file descriptor, internal to the
>> reactor, has been closed.  The reactor is not expecting this to  
>> happen,
>> and it shouldn't, since it never closes it.
>
> Could it be related to permissions? I am demonizing my program
> standard way, closing all open descriptors, chdir(/), etc.
> Where the FIFO is created normally?

This is the daemonisation code I am using:

http://pastebin.com/mf54c5cd

It seems that it is causing the problem.

Vadim




More information about the Twisted-Python mailing list