Summary: | KDevelop crash in Review mode | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Musikolo <musikolo> |
Component: | general | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | 4.2.0 | ||
Target Milestone: | 4.2.0 | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Output of "valgrind --track-origins=yes --num-callers=25 kdevelop" |
Description
Musikolo
2011-02-26 02:33:05 UTC
is this reproducible for you? if so, please run kdev through valgrind: valgrind --track-origins=yes --num-callers=25 kdevelop and attacht the report. *** This bug has been marked as a duplicate of bug 204399 *** Created attachment 57581 [details]
Output of "valgrind --track-origins=yes --num-callers=25 kdevelop"
Steps to reproduce:
1.- From the "Code" tab, click on the "Review" tab with no files open (empty).
2.- Select a modified file: Git --> Compare to Base...
3.- Click on the "Finish Review" button and it should go to the "Code" tab
4.- Click again on the "Review" tab and it should be empty (no files open)
5.- Click on the "Show" button --> CRASH!!
I hope it helps!
Git commit 9244f20e5a71961e7c294a72efae77bfa15b7fe1 by Milian Wolff. Committed on 17/03/2011 at 21:41. Pushed by mwolff into branch '1.2'. fix crashes and leak of local patch source BUG: 267187 M +25 -2 plugins/patchreview/patchreview.cpp http://commits.kde.org/kdevplatform/9244f20e5a71961e7c294a72efae77bfa15b7fe1 |