Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] CDT Indexer spinning on complex files

Hi, I'm more or less tracking CDT master. Recently the indexer hangs when processing large files, consuming 100% CPU in one thread.


Using jvisualvm I see it's spending a lot of time here:


org.eclipse.cdt.internal.core.dom.parser.cpp.semantics.CPPVisitor.findDeclarationOwnerDefinition() 6.449319    49,477 ms (6.4%)    49,477 ms    49,670 ms    49,670 ms


I would love to provide more information, but I'm a complete n00b (or rather, I forgot all that I've ever learned) about debugging Java applications. If you can provide guidance about what can be done to provide more information, I'll be happy to dig some more.




Back to the top