Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 560480 - kde-apps/kate-15.08.0 crashes when invoked from folder versioned with Git (dev-libs/libgit2-0.22.3)
Summary: kde-apps/kate-15.08.0 crashes when invoked from folder versioned with Git (de...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo KDE team
URL: https://gitweb.gentoo.org/proj/kde.gi...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-14 16:55 UTC by Sebastian Pipping
Modified: 2015-09-28 19:55 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Pipping gentoo-dev 2015-09-14 16:55:27 UTC
The backtrace from GDB:

(gdb) bt
#0  0x00007ffff77cde77 in raise () from /lib64/libc.so.6
#1  0x00007ffff77cf1da in abort () from /lib64/libc.so.6
#2  0x00007ffff780bc94 in __libc_message () from /lib64/libc.so.6
#3  0x00007ffff78110de in malloc_printerr () from /lib64/libc.so.6
#4  0x00007ffff7811e16 in _int_free () from /lib64/libc.so.6
#5  0x00007fffd9580dea in set_error () from /usr/lib64/libgit2.so.22
#6  0x00007fffd9580f1a in giterr_set () from /usr/lib64/libgit2.so.22
#7  0x00007fffd9537518 in git_sysdir_find_in_dirlist () from /usr/lib64/libgit2.so.22
#8  0x00007fffd9546983 in git_repository_config.weakptr () from /usr/lib64/libgit2.so.22
#9  0x00007fffd9546fc2 in git_repository_config_snapshot () from /usr/lib64/libgit2.so.22
#10 0x00007fffd9547113 in git_repository_open_ext () from /usr/lib64/libgit2.so.22
#11 0x00007fffd9f13346 in KateProjectWorker::filesFromGit(QDir const&, bool) () from /usr/lib64/qt5/plugins/ktexteditor/kateprojectplugin.so
#12 0x00007fffd9f16876 in KateProjectWorker::findFiles(QDir const&, QMap<QString, QVariant> const&) () from /usr/lib64/qt5/plugins/ktexteditor/kateprojectplugin.so
#13 0x00007fffd9f16bdc in KateProjectWorker::loadFilesEntry(QStandardItem*, QMap<QString, QVariant> const&, QMap<QString, KateProjectItem*>*) () from /usr/lib64/qt5/plugins/ktexteditor/kateprojectplugin.so
#14 0x00007fffd9f17af6 in KateProjectWorker::loadProject(QStandardItem*, QMap<QString, QVariant> const&, QMap<QString, KateProjectItem*>*) () from /usr/lib64/qt5/plugins/ktexteditor/kateprojectplugin.so
#15 0x00007fffd9f17f71 in KateProjectWorker::run(QSharedPointer<ThreadWeaver::JobInterface>, ThreadWeaver::Thread*) () from /usr/lib64/qt5/plugins/ktexteditor/kateprojectplugin.so
#16 0x00007fffd9aa7d80 in ThreadWeaver::Executor::run(QSharedPointer<ThreadWeaver::JobInterface> const&, ThreadWeaver::Thread*) () from /usr/lib64/libKF5ThreadWeaver.so.5
#17 0x00007fffd9aa6d9a in ThreadWeaver::Job::execute(QSharedPointer<ThreadWeaver::JobInterface> const&, ThreadWeaver::Thread*) () from /usr/lib64/libKF5ThreadWeaver.so.5
#18 0x00007fffd9aa650a in ThreadWeaver::Thread::run() () from /usr/lib64/libKF5ThreadWeaver.so.5
#19 0x00007ffff387b4ef in QThreadPrivate::start(void*) () from /usr/lib64/libQt5Core.so.5
#20 0x00007ffff07f7204 in start_thread () from /lib64/libpthread.so.0
#21 0x00007ffff788046d in clone () from /lib64/libc.so.6
Comment 1 Michael Palimaka (kensington) gentoo-dev 2015-09-14 16:57:00 UTC
This is fixed in the overlay for 15.08.1, which is expected to be released in a day or so.
Comment 2 Sebastian Pipping gentoo-dev 2015-09-15 22:49:48 UTC
Okay, cool!
Comment 3 Michael Palimaka (kensington) gentoo-dev 2015-09-24 17:56:55 UTC
Sorry for the delay, bumped in git now.

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e209fd2d1250a7e34419a1939d53329e81e2465
Comment 4 Sebastian Pipping gentoo-dev 2015-09-28 19:55:45 UTC
No problem, thank you!