Summary: | kdevelop crashes when i try to revert my project to master branch | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Giorgos Tsiapaliokas <giorgos.tsiapaliokas> |
Component: | general | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | aleixpol, valir |
Priority: | VHI | ||
Version: | 4.2.60 | ||
Target Milestone: | 4.2.0 | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Giorgos Tsiapaliokas
2011-06-12 20:36:09 UTC
ouh-oh - Aleix, please take a look at this! Created attachment 61140 [details]
New crash information added by DrKonqi
kdevelop (4.2.60) on KDE Platform 4.6.80 (4.7 Beta1) using Qt 4.7.3
- What I was doing when the application crashed:
I was git-reverting a file when crash occured
-- Backtrace (Reduced):
#6 0x00007f5181359588 in KDevelop::VcsPluginHelper::delayedModificationWarningOn (this=0x16d8df0) at /vrac2/kdesrc/4/trunk/extragear/kdevelop/kdevplatform/vcs/vcspluginhelper.cpp:273
#7 0x00007f518135b08c in KDevelop::VcsPluginHelper::qt_metacall (this=0x16d8df0, _c=QMetaObject::InvokeMetaMethod, _id=13, _a=0x7fffd59787f0) at /vrac2/kdesrc/4/build/extragear/kdevelop/kdevplatform/vcs/vcspluginhelper.moc:105
[...]
#9 0x00007f5184b7f0a9 in QObject::event(QEvent*) () from /usr/lib64/libQtCore.so.4
#10 0x00007f5183d16144 in QApplicationPrivate::notify_helper (this=0x64aa20, receiver=0x58c7df0, e=0x7fffd5978fd0) at kernel/qapplication.cpp:4462
#11 0x00007f5183d1e6fa in QApplication::notify (this=<value optimized out>, receiver=0x58c7df0, e=0x7fffd5978fd0) at kernel/qapplication.cpp:4341
Git commit 4b25743ea8c7356b3d85e2910d613784ae67da38 by Aleix Pol. Committed on 20/06/2011 at 00:07. Pushed by apol into branch 'master'. Oops! Don't reload if the file is not loaded... BUG: 275485 M +2 -1 vcs/vcspluginhelper.cpp http://commits.kde.org/kdevplatform/4b25743ea8c7356b3d85e2910d613784ae67da38 |