connecting second SUB socket after closing first crashes PUB peer.

Description

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(), where u.base.type == 0, but should be 10X.

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

Fixed

Details

Assignee

Reporter

Labels

Components

Affects versions

Priority

Created September 8, 2011 at 7:50 PM
Updated August 29, 2013 at 4:05 PM
Resolved August 29, 2013 at 9:13 AM