[LLVMdev] Static destructor problem with recent HEAD

Chandler Carruth chandlerc at google.com
Sat Oct 15 21:49:35 PDT 2011


On Sat, Oct 15, 2011 at 9:20 PM, Talin <viridia at gmail.com> wrote:

> I recently updated my version of LLVM from revision 140108 to 142082, and
> several things broke, most of which were easily fixed. However, I'm now
> getting a "pure virtual method called" exception (__cxa_pure_virtual) which
> I wasn't getting before. This is happening in the destructor of a
> statically-initialized object. (More precisely, it's blowing up in a
> BumpPtrAllocator, which is used by a StringMap, which is in turn a member of
> a statically initialized object.)
>
> Anyone know what might have changed recently that would cause this?
>

It would help a lot to see the actual backtrace etc. ;]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111015/1bf8f0c4/attachment.html>


More information about the llvm-dev mailing list