Mike FABIAN wrote: > > #5 0x402b9d25 in __cxa_pure_virtual () from /usr/lib/libstdc++.so.5 > #6 0x082cc2d7 in ~Pimpl (this=0x85b6200) at Toolbar_pimpl.C:99 > #7 0x08249b65 in ~Toolbar (this=0x85b5fe0) at Toolbar.C:41
Hmmm. This rings a bell. CG did I see that you added a static boost::signal to the code? I believe taht older gcc compilers had problems with these static signals (generated incorrect code) but can't remember the details anymore. Anyway, if you did add a static boost::signal in your patch, then we devised a work-around. Could you let me know as I don't have your source to hand. -- Angus