[zeromq-dev] pure virtual method called
ntupel at googlemail.com
ntupel at googlemail.com
Thu Oct 14 12:50:54 CEST 2010
On Thu, Oct 14, 2010 at 12:33 PM, Martin Sustrik <sustrik at 250bpm.com> wrote:
> On 10/14/2010 12:16 PM, ntupel at googlemail.com 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
More information about the zeromq-dev
mailing list