Problems when loading CMake project

Milian Wolff mail at milianw.de
Fri Jan 28 14:35:04 GMT 2011


On 01/28/11 12:38, Oliver Schuppe wrote:
> Hi all!
>
> I updated to kdevelop 4.2. When I try to load my cmake project, kdevelop
> hangs ("Loading project XYZ") - other projects work fine. Before filing
> a bug report, I'd like to get some more information. Is it possible to
> debug the process of loading a project without compiling and/or running
> kdevelop in a debugger (e.g. activating log messages)?

gdb --pid $(pidof kdevelop)
...
thread apply all bt

=> that full output is needed to find out whether there is a deadlock or 
not.

bye

-- 
Milian Wolff
http://milianw.de




More information about the KDevelop mailing list