[LLVMbugs] [Bug 3286] Assertion failed: (0 && "Unknown stmt kind!") when calling Stmt- >dumpAll();

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Tue Jan 6 17:03:25 PST 2009


http://llvm.org/bugs/show_bug.cgi?id=3286


Chris Lattner <clattner at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #1 from Chris Lattner <clattner at apple.com>  2009-01-06 19:03:25 ---
ParseAST is deallocating the AST before you access it.  Please run your app
through debug malloc or valgrind.


-- 
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