Yes, I'm using 3.2 and so are the automated tests. Is there any useful error message printed out before this? Does running with the environment variable MALLOC_CHECK_=3 make any difference?
Have you tried rebuilding the DXR plugin? -- James Abbatiello On Fri, Feb 8, 2013 at 1:49 PM, Chris Cleeland <[email protected]>wrote: > I've built clang/llvm 3.2 from tarballs. My software builds fine with it, > but using the dxr clang plugin dumps core.with the following backtrace: > > (gdb) bt > #0 0x0000003c73832885 in raise () from /lib64/libc.so.6 > #1 0x0000003c73833fed in abort () from /lib64/libc.so.6 > #2 0x0000003c7386f977 in __libc_message () from /lib64/libc.so.6 > #3 0x0000003c73875296 in malloc_printerr () from /lib64/libc.so.6 > #4 0x000000000064ab9b in > clang::FrontendAction::CreateWrappedASTConsumer(clang::CompilerInstance&, > llvm::StringRef) () > #5 0x000000000064b618 in > clang::FrontendAction::BeginSourceFile(clang::CompilerInstance&, > clang::FrontendInputFile const&) () > #6 0x000000000062de61 in > clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) () > #7 0x0000000000614314 in > clang::ExecuteCompilerInvocation(clang::CompilerInstance*) () > #8 0x000000000060af26 in cc1_main(char const**, char const**, char const*, > void*) () > #9 0x000000000061057c in main () > > > Is anyone successfully using clang 3.2 with the plugin? > > -- > Chris Cleeland > _______________________________________________ > dev-static-analysis mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-static-analysis > _______________________________________________ dev-static-analysis mailing list [email protected] https://lists.mozilla.org/listinfo/dev-static-analysis
