On Tue, Sep 25, 2012 at 10:30 PM, RohanB <[email protected]> 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
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev