[LLVMbugs] [Bug 3245] Assertion `D == 0 && "Destroy method not called."' on invalid code
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Mon Dec 22 09:54:40 PST 2008
http://llvm.org/bugs/show_bug.cgi?id=3245
Sebastian Redl <sebastian.redl at getdesigned.at> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #3 from Sebastian Redl <sebastian.redl at getdesigned.at> 2008-12-22 11:54:39 ---
As I suspected, this was a latent bug merely made visible by my cleaning work.
Sema::DeleteStmt/Expr simply used the wrong method of destroying the AST nodes,
but the node in question was previously simply leaked. Now that it was actually
destroyed, the bug surfaced.
Fixed:
http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20081222/010436.html
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list