Oct. 14, 2008
8:40 p.m.
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