Re: [Twisted-Python] doWrite called on a twisted.internet.unix.Port

2014-05-23 Thread exarkun
On 01:49 pm, killia...@gmail.com wrote: Hi Exarkun, I tried hacking the addWriter method as follows: add_writer_orig = reactor.__class__.addWriter #@UndefinedVariable def my_add_writer(self, writer): logging.warn(writer.__class__.__mro__) logging.warn(''.joi

Re: [Twisted-Python] doWrite called on a twisted.internet.unix.Port

2014-05-23 Thread Killian De Smedt
Hi Exarkun, I tried hacking the addWriter method as follows: add_writer_orig = reactor.__class__.addWriter #@UndefinedVariable def my_add_writer(self, writer): logging.warn(writer.__class__.__mro__) logging.warn(''.join(traceback.format_stack()))

Re: [Twisted-Python] doWrite called on a twisted.internet.unix.Port

2014-05-07 Thread Killian De Smedt
Hi Exarkun, Thanks for the quick response. I should have specified those things immediately. I manually merged the UDP ipv6 branch in the trunk somewhere in august and used that one, the version number is reported as [twisted, version 13.1.0]. The platform is always centos though the centos versio

Re: [Twisted-Python] doWrite called on a twisted.internet.unix.Port

2014-05-07 Thread exarkun
On 01:47 pm, killia...@gmail.com wrote: Hello everybody, I sometimes see the following error logged by a twisted application, it only happens sporadically and I cannot even reproduce when trying to re-execute the exact sequence of those failures. So giving an SSCCE is quite impossible for now (s

[Twisted-Python] doWrite called on a twisted.internet.unix.Port

2014-05-07 Thread Killian De Smedt
Hello everybody, I sometimes see the following error logged by a twisted application, it only happens sporadically and I cannot even reproduce when trying to re-execute the exact sequence of those failures. So giving an SSCCE is quite impossible for now (sorry). Given this trace it's also hard to