Summary: | Crash after right-clicking a Part entry | ||
---|---|---|---|
Product: | [Applications] ark | Reporter: | Elvis Angelaccio <elvis.angelaccio> |
Component: | general | Assignee: | Raphael Kubo da Costa <rakuco> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | elvis.angelaccio |
Priority: | NOR | ||
Version: | 2.19 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/ark/5805c830794eface7e706e71f5906743fc2e2d64 | Version Fixed In: | 14.12.1 |
Sentry Crash Report: |
Description
Elvis Angelaccio
2014-12-12 12:48:11 UTC
(In reply to Elvis Angelaccio from comment #0) > The crash happens while previewing an archive inside another archive, using > the Ark's Part. > This bug is very likely due to my ed3ea7d commit. I will investigate as soon > as possible. > > Reproducible: Always > > Steps to Reproduce: > 1. Open an archive which has another archive among its entries. > 2. Double click the archived archive to preview it using the Ark's Part. > 3. Right-click one of its entries. > > Actual Results: > Ark crashes. > > Expected Results: > Ark was supposed to show the context menu for the clicked entry. Actually I was wrong, it's not true that Ark was supposed to show the context menu there. We are talking about a read-only preview of the archive, so the expected behavior is: nothing happens after the right-clicking. Git commit 5805c830794eface7e706e71f5906743fc2e2d64 by Elvis Angelaccio. Committed on 17/12/2014 at 20:42. Pushed by elvisangelaccio into branch 'Applications/14.12'. Stop crashing after right-clicking a KPart entry. This commit fixes a crash introduced by commit ed3ea7d. When previewing an archive inside another archive, factory() returns a null pointer and thus the context menu can't be showed there after a right-click. FIXED-IN: 14.12.1 REVIEW: 121468 M +4 -0 part/part.cpp http://commits.kde.org/ark/5805c830794eface7e706e71f5906743fc2e2d64 |