| Summary: | KDevelop crashes when I try to see the repository history | ||
|---|---|---|---|
| Product: | [Developer tools] kdevplatform | Reporter: | Leandro Santiago da Silva <leandrosansilva> |
| Component: | git | Assignee: | kdevelop-bugs-null |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | crash | CC: | aleixpol, bugs, dvratil, kde, olivier.jg |
| Priority: | HI | Keywords: | triaged |
| Version First Reported In: | git master | ||
| Target Milestone: | 1.2.3 | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | New crash information added by DrKonqi | ||
|
Description
Leandro Santiago da Silva
2011-07-18 14:46:23 UTC
Aleix, any idea what is going on here? Oh, I commited a mistake. In fact I didn't click in 'view history' button, but in "revision history", in the project's root node. So this crash happened. We'll probably have to remove this feature. It's not working all that well and it's poorly integrated. I'll see what I can do. gitplugin.cpp is chock full of Q_ASSERTS where there should be simple error messages. Created attachment 74786 [details]
New crash information added by DrKonqi
kdevelop (4.4.60) on KDE Platform 4.9.2 using Qt 4.8.3
Clicked show revision history tree.
localhost kdevelop # git describe
v4.4.0-385-g7132983
localhost kdevplatform # git describe
v1.4.0-188-gfe7a9ec
-- Backtrace (Reduced):
#11 0x00007f086e60a049 in GitPlugin::initBranchHash (this=0x21d57d0, repo=...) at /var/tmp/portage/dev-util/kdevplatform-9999/work/kdevplatform-9999/plugins/git/gitplugin.cpp:833
#12 0x00007f086e60de45 in GitPlugin::getAllCommits (this=0x21d57d0, repo=...) at /var/tmp/portage/dev-util/kdevplatform-9999/work/kdevplatform-9999/plugins/git/gitplugin.cpp:662
#13 0x00007f0885c86942 in CommitLogModel::initializeModel (this=0x54e3480) at /var/tmp/portage/dev-util/kdevplatform-9999/work/kdevplatform-9999/vcs/dvcs/ui/revhistory/commitlogmodel.cpp:38
#14 0x00000031ef99bd7e in QObject::event (this=0x54e3480, e=<optimized out>) at kernel/qobject.cpp:1195
#15 0x00000031effdbf7c in QApplicationPrivate::notify_helper (this=0x6d0ef0, receiver=0x54e3480, e=0x4511820) at kernel/qapplication.cpp:4557
Can you guys tell me on what kde project this is reproducible? It worked for me on Kate... Can you check if this still happens in master? There has been some work on the Git plugin. *** Bug 313289 has been marked as a duplicate of this bug. *** Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days, the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please set the bug status as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! |