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
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()))
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
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
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