Message10828

Author darjus
Recipients darjus, zyasoft
Date 2016-03-19.07:58:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458374330.73.0.655654576352.issue2487@psf.upfronthosting.co.za>
In-reply-to
Content
Mar 19, 2016 6:56:12 PM io.netty.channel.ChannelInitializer exceptionCaught
WARNING: Failed to initialize a channel. Closing: [id: 0xabe1bf32, /127.0.0.1:63059 => /127.0.0.1:63054]
Traceback (most recent call last):
  File "/Users/darjus/Documents/jython/dist/Lib/_socket.py", line 639, in initChannel
    child._ensure_post_connect()
  File "/Users/darjus/Documents/jython/dist/Lib/_socket.py", line 1421, in _ensure_post_connect
    self._post_connect()
  File "/Users/darjus/Documents/jython/dist/Lib/_socket.py", line 877, in _post_connect
    self.channel.pipeline().addLast(self.python_inbound_handler)
SystemError: __getattribute__ not found on type DefaultChannelPipeline


Looks like there's a bug in the new synchronization code. Found it while running some unrelated stuff.
History
Date User Action Args
2016-03-19 07:58:50darjussetmessageid: <1458374330.73.0.655654576352.issue2487@psf.upfronthosting.co.za>
2016-03-19 07:58:50darjussetrecipients: + darjus, zyasoft
2016-03-19 07:58:50darjuslinkissue2487 messages
2016-03-19 07:58:49darjuscreate