connecting second SUB socket after closing first crashes PUB peer.
Description
Environment
OSX 10.7, llvm-gcc-4.2, libzmq-3.0-git pyzmq-git, Python 2.7.1
Attachments
2
- 08 Sep 2011, 07:50 PM
- 08 Sep 2011, 07:50 PM
Activity
Show:
Guido G. August 29, 2013 at 9:13 AM
Verfied today.
Fixed long time ago.
Martin Sustrik September 14, 2011 at 12:32 PM
Fixed in trunk (cf499ee).
Connecting a second SUB socket after closing the first causes an assert to be raised in the PUB socket.
The assertion that is failing is in
check()
, whereu.base.type == 0
, but should be10X
.