| Summary: | often in ubuntu - from 11.04 to 12.04 | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | micom <airells.mail> |
| Component: | general | Assignee: | kdevelop-bugs-null |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | airells.mail |
| Priority: | NOR | ||
| Version First Reported In: | 4.3.1 | ||
| Target Milestone: | 4.3.0 | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/kdevplatform/ac6a4cdc673edd49a1784defce679673cef49eb7 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
micom
2012-09-02 20:54:16 UTC
Please try to reproduce with current master. Code changed to much to match your backtrace. Git commit ac6a4cdc673edd49a1784defce679673cef49eb7 by eli mackenzie. Committed on 05/02/2013 at 00:26. Pushed by argonel into branch '1.5'. Avoid crash in showEditDialog if there is no patch When instantiated by the plugin factory there is no patch available, so a null pointer is used. Immediately after instantiation the tool view is shown, which causes an attempt to access members through the null pointer. REVIEW: 108728 M +2 -1 plugins/patchreview/patchreviewtoolview.cpp http://commits.kde.org/kdevplatform/ac6a4cdc673edd49a1784defce679673cef49eb7 |