On 7 Mar 2003, Lars Gullik [iso-8859-1] Bjøînes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > > | Well you were the one who dug deep in all this. > > And I do not remember in what cases specifically an explicit > connection tracking was needed. > > | I'm merely reporting what I > | remember. Anyway, the crash occurs in Toolbar::Pimpl::~Pimpl, called from > | boost::checked_delete; complain about a missing pure virtual function. > | > | Seen anything like this before? > > Yes... but I do not know its cause. > > --
Ah, I remember I added "virtual XMiniBuffer * getMiniBuffer() const = 0; virtual FL_FORM * getForm() const = 0; " in the src/frontends/LyXView.h. Can this be the cause ? cghan