[zeromq-dev] Assertion failed: !(msg_->flags () & msg_t::more)(session_base.cpp:157)

Ian Barber ian.barber at gmail.com
Tue Sep 25 23:40:05 CEST 2012


On Tue, Sep 25, 2012 at 10:30 PM, RohanB <rohanb at cs.uchicago.edu> wrote:
> \017\bK�", type = 230 '�', flags = 183
>

Odd. Can you try editing src/pgm_receiver.cpp and putting msg_->init
(); after line 276, so it looks like:

void zmq::pgm_receiver_t::drop_subscriptions ()
{
    msg_t msg;
    msg.init ();
    while (session->pull_msg (&msg))
        msg.close ();
}

Build with that, see if you hit the assert.

Ian



More information about the zeromq-dev mailing list