| Summary: | KDevelop always crashes at startup | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | V De Groote <vdg.encelade> |
| Component: | general | Assignee: | kdevelop-bugs-null |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | 4.3.0 | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
V De Groote
2012-04-07 12:35:21 UTC
Here are the traces in the console window:
WARNING: deleting stale lockfile /home/vdg/.kde/share/apps/kdevelop/sessions//{7fd9c2bf-e855-4195-a6d9-003891b9f65b}/lock
WARNING: deleting stale lockfile /home/vdg/.kdevduchain/{7fd9c2bf-e855-4195-a6d9-003891b9f65b}/0/lock
QFSFileEngine::map: Mapping a file beyond its size is not portable
QFSFileEngine::map: Mapping a file beyond its size is not portable
QFSFileEngine::map: Mapping a file beyond its size is not portable
QFSFileEngine::map: Mapping a file beyond its size is not portable
QFSFileEngine::map: Mapping a file beyond its size is not portable
QFSFileEngine::map: Mapping a file beyond its size is not portable
QFSFileEngine::map: Mapping a file beyond its size is not portable
QFSFileEngine::map: Mapping a file beyond its size is not portable
Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
QSqlDatabase: QSQLITE driver not loaded
QSqlDatabase: available drivers: QMYSQL3 QMYSQL
kdevelop(10448)/kdecore (KLibrary) findLibraryInternal: plugins should not have a 'lib' prefix: "libkonsolepart.so"
kdevelop(10448)/ Konsole::KeyboardTranslatorReader::readNext: Command """" not understood.
QFSFileEngine::map: Mapping a file beyond its size is not portable
QFSFileEngine::map: Mapping a file beyond its size is not portable
kdevelop(10448)/ KDevelop::SessionControllerPrivate::performRecovery: Starting recovery from "/home/vdg/.kde/share/apps/kdevelop/sessions/{7fd9c2bf-e855-4195-a6d9-003891b9f65b}/recovery/current"
kdevelop(10448)/kdecore (services) KMimeTypeFactory::parseMagic: Now parsing "/usr/share/mime/magic"
kdevelop(10448)/kdecore (services) KMimeTypeFactory::parseMagic: Now parsing "/home/vdg/.local/share/mime/magic"
QFSFileEngine::map: Mapping a file beyond its size is not portable
QFSFileEngine::map: Mapping a file beyond its size is not portable
QFSFileEngine::map: Mapping a file beyond its size is not portable
QFSFileEngine::map: Mapping a file beyond its size is not portable
QFSFileEngine::map: Mapping a file beyond its size is not portable
QFSFileEngine::map: Mapping a file beyond its size is not portable
QFSFileEngine::map: Mapping a file beyond its size is not portable
QFSFileEngine::map: Mapping a file beyond its size is not portable
QFSFileEngine::map: Mapping a file beyond its size is not portable
QFSFileEngine::map: Mapping a file beyond its size is not portable
QSocketNotifier: Invalid socket 30 and type 'Read', disabling...
KCrash: Application 'kdevelop.bin' crashing...
<unknown>: Fatal IO error 9 (Bad file descriptor) on X server :0.0.
KCrash: Attempting to start /usr/lib/kde4/libexec/drkonqi from kdeinit
ClassFunctionDeclarationData::m_defaultParameters There were items left on destruction: 9
FunctionDeclarationData::m_defaultParameters There were items left on destruction: 1739
sock_file=/home/vdg/.kde/socket-portable-vdg/kdeinit4__0
DUContextData::m_importers There were items left on destruction: 557
DUContextData::m_importedContexts There were items left on destruction: 632
DUContextData::m_uses There were items left on destruction: 2278
TopDUContextData::m_usedDeclarationIds There were items left on destruction: 324
DUContextData::m_childContexts There were items left on destruction: 2278
ClassDeclarationData::baseClasses There were items left on destruction: 147
DUContextData::m_localDeclarations There were items left on destruction: 2158
update to kdevelop 4.3 and this will be fixed - 4.0 is very outdated This version seems to be the latest available on ubuntu (synaptic
package manager shows the latest version as "4:4.0.2-0ubuntu2").
Does this means I have to compile KDevelop myself from sources ?
Thanks for your reply
Vincent De Groote
On Sat, 2012-04-07 at 13:15 +0000, Milian Wolff wrote:
> https://bugs.kde.org/show_bug.cgi?id=297646
>
> Milian Wolff <mail@milianw.de> changed:
>
> What |Removed |Added
> ----------------------------------------------------------------------------
> Status|UNCONFIRMED |RESOLVED
> Resolution|--- |FIXED
>
> --- Comment #2 from Milian Wolff <mail@milianw.de> ---
> update to kdevelop 4.3 and this will be fixed - 4.0 is very outdated
>
This is a question you should direct at your distribution's support channel. The answer is most probably: update to a newer Ubuntu or compile from sources. But again: Off topic here, ask your distribution people. |