Message10828
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. |
|
Date |
User |
Action |
Args |
2016-03-19 07:58:50 | darjus | set | messageid: <1458374330.73.0.655654576352.issue2487@psf.upfronthosting.co.za> |
2016-03-19 07:58:50 | darjus | set | recipients:
+ darjus, zyasoft |
2016-03-19 07:58:50 | darjus | link | issue2487 messages |
2016-03-19 07:58:49 | darjus | create | |
|