Hello Christoph, thank you for your quick reply.
Hm, I followed your example and also integrated the Blocking_buffer
into the Pingpong sample. But here I get the same errors. I also
double checked the Makefile.am ;-) The program makes it to:
> BEFORE blocking function
> AFTER blocking function
and then crashes with:
> pure virtual method called
> terminate called without an active exception
> Aborted
Could you please send me your pingpong folder as tar.gz (or
something), probably my fault lies somewhere I don't expect it...
On which compliler did you build it? I tried it under ubuntu 10.10 and
in the Contest-VM.
A bit strange is also that on ubuntu 10.10 it crashes after sleep(5)
on dispatch but in the VM it crashes just after "AFTER blocking
function".
Which version of ariba do you use? I have 0.7.0. What about the
missing "virtual" in BlockingMethod.h, does it run's on your machine
anyway?
Kind regards, Mario