$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [serialization] Latest changes broke module-singleton
From: Hartmut Kaiser (hartmut.kaiser_at_[hidden])
Date: 2009-07-29 12:15:04
Robert,
> Hartmut Kaiser wrote:
> > Now, at runtime I'm getting a pure virtual function call assertion
> > here: libs/serialization/src/void_cast.cpp, line 239 (yes, it's still
> > the same delete, *sigh*.
>
> This is starting to stress me out. Turns out I had a few
> "pure virtual function call" assertions related to the usage
> of virtual functions called from destructors. The showed
> up in a few of the serialization library tests but I thought
> I fixed them all - at least all the tests pass now (except
> for one unrelated? test).
>
> In my current copy, line 239 isn't an "assert"
> statement but rather a "delete vc". Before it was
> invoking an assertion in extended_type_info
> comparison - server levels down.
Your latest changes seem to have fixed my issues. Everything started to work
again.
Thanks!
Regards Hartmut