On Thu, Oct 14, 2010 at 12:33 PM, Martin Sustrik <[email protected]> wrote: > On 10/14/2010 12:16 PM, [email protected] wrote: > >> In my multicast tests using the included local_thr and remote_thr >> programs from HEAD version I get the following error in local_thr >> running on CentOS release 5.5 compiled with gcc (GCC) 4.1.2 20080704 >> (Red Hat 4.1.2-48): >> >> pure virtual method called >> terminate called without an active exception > > The timers set by PGM transport are not cancelled on shutdown... > > Please, apply the attached patch and let me know whether it solves the > problem. If so, I'll apply it to the master.
Yes, this fixes the problem with local_thr. However I experience the same problem in remote_thr unless I introduce a sleep(60); right before rc = zmq_close (s); This is however unrelated to your patch. I just noticed now because I had the sleep call in there before. Thanks, nt _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
