| Summary: | KDevelop freezes after after some time analyzing projects | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Leandro Santiago da Silva <leandrosansilva> |
| Component: | Language Support: CPP (old) | Assignee: | kdevelop-bugs-null |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | grave | CC: | aleixpol |
| Priority: | NOR | ||
| Version First Reported In: | git master | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | backtrace from gdb | ||
|
Description
Leandro Santiago da Silva
2013-05-14 14:06:26 UTC
Created attachment 79884 [details]
backtrace from gdb
I really don't know if it matters, but now I tried to open kdevelop again and the output in terminal, with the ide being frozen, is:
$ kdevelop
WARNING: deleting stale lockfile /home/devstar22/.kde/share/apps/kdevelop/sessions/{0bfd4617-be84-451d-bde0-30e8300acf4c}/lock
WARNING: deleting stale lockfile /home/devstar22/.cache/kdevduchain/{0bfd4617-be84-451d-bde0-30e8300acf4c}/0/lock
kdevelop(10802)/kdevplatform (language) KDevelop::ItemRepositoryRegistry::open: version-hint not found, seems to be an old version
kdevelop(10802)/kdevplatform (language) KDevelop::ItemRepositoryRegistry::open: "The data-repository at /home/devstar22/.cache/kdevduchain/{0bfd4617-be84-451d-bde0-30e8300acf4c}/0 has to be cleared."
QObject::connect: Cannot connect (null)::dataChanged(QModelIndex,QModelIndex) to KDevelop::FramestackWidget::checkFetchMoreFrames()
QObject::connect: Cannot connect (null)::dataChanged(QModelIndex,QModelIndex) to KDevelop::FramestackWidget::checkFetchMoreFrames()
qrc:/main.qml:23:1: QML Loader: Binding loop detected for property "source"
kdevelop(10802)/kdevplatform (shell) KDevelop::SessionControllerPrivate::performRecovery: Starting recovery from "/home/devstar22/.kde/share/apps/kdevelop/sessions/{0bfd4617-be84-451d-bde0-30e8300acf4c}/recovery/current"
X Error: BadWindow (invalid Window parameter) 3
Major opcode: 20 (X_GetProperty)
Resource id: 0x4200013
kdevelop(10802)/kdevplatform (shell) KDevelop::RunController::registerJob: non-killable job KDevelop::ImportProjectJob(0x14ef6d0, name = "Project Import: captura") registered - this might lead to crashes on shutdown.
kdevelop(10802)/konsole Konsole::Session::run: Attempted to re-run an already running session.
bool DBusMenuExporterDBus::AboutToShow(int): Condition failed: menu
bool DBusMenuExporterDBus::AboutToShow(int): Condition failed: menu
kdevelop(10802)/kdevelop (cpp duchain) ContextBuilder::buildContexts: "/libraries-shared/include/boost/move/utility.hpp" Previous parameter declaration context didn't get used??
I've deleted my session info (~/.kde/share/apps/kdevelop/sessions) and restarted kdevelop and now it seems to be working fine. *** This bug has been marked as a duplicate of bug 355100 *** |