[zeromq-dev] Assertion failed: !(msg_->flags () & msg_t::more)(session_base.cpp:157)
Ian Barber
ian.barber at gmail.com
Mon Sep 24 20:27:12 CEST 2012
On Mon, Sep 24, 2012 at 3:07 PM, RohanB <rohanb at cs.uchicago.edu> wrote:
> the entire thing
> happens before any package exchange takes place. What I mean is there is no
> publisher running when I bring up the subscriber on the failing box. Even then
> its aborts with the assertion. You see what I mean?
Ah, that's interesting. Could you post up a code sample of a
stand-along subscriber that works on one box and not the other?
> I am pretty certain I need some configuration on the failing box that the other
> box has and I just can't figure out what. Could you give me some info on the
> earlier issue you mentioned and what the assert means?
It's just attempting to pick the identity out of the message iirc,
which potentially means ZMQ is receiving message data when it
shouldn't be - certainly if no one has actually started sending!
Ian
More information about the zeromq-dev
mailing list