On 09:50 pm, [email protected] wrote: >Hello! > >I have use kqreactor from this branch >http://twistedmatrix.com/trac/browser/branches/kqreactor-1918-3/. In >the >follow code we connect to unix socket. >Sometimes we got the error: "file descriptor cannot be a negative >integer >(-1)" what does this mean? I haven't any ideas > >l_client = protocol.ClientCreator(reactor, Proxy); >l_client.connectUNIX(self.factory.proxysock).addCallback(connectionMade).addErrback(cantConnect); > >PS: my uname -a is: > FreeBSD 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #2: Wed Jan 13 >17:50:25 >UTC 2010 r...@dtg1383:/usr/obj/usr/src/sys/Z-AMD64 amd64
It means there's a bug somewhere in your code or in the reactor. If you can reproduce the problem with a simple example, it might be useful in fixing the problem. Jean-Paul _______________________________________________ Twisted-Python mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
