[cfe-dev] Quit Application Error.

Eli Friedman eli.friedman at gmail.com
Sun Aug 22 14:44:06 PDT 2010


On Sun, Aug 22, 2010 at 2:32 PM, Paul Griffiths <gafferuk at gmail.com> wrote:
> Hi when I run line Clang.ExecuteAction(*Act), when i quit my
> application, it throws an error saying "Virtual Function Call"..
>
> It only throws this error when the line gets called and later I quit
> my app. Ive narrowed it down to this line being called.
>
> Any ideas?

Are you sure you didn't mess up the object ownership somewhere?
Trying to delete an already-freed object could easily cause an error
like that.

-Eli



More information about the cfe-dev mailing list