| Summary: | Dead lock in "Add to archive" action when providing invalid archive format | ||
|---|---|---|---|
| Product: | [Applications] ark | Reporter: | Philipp Bartsch <codeshaker> |
| Component: | general | Assignee: | Harald Hvaal <metellius> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | rakuco |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Philipp Bartsch
2005-02-13 18:10:05 UTC
SVN commit 415342 by fedemar: Bug 99279: Dead lock in "Add to archive" action when providing invalid archive format BUG: 99279 M +1 -0 trunk/KDE/kdeutils/ark/arkwidget.cpp --- trunk/KDE/kdeutils/ark/arkwidget.cpp #415341:415342 @@ -2314,6 +2314,7 @@ _fileName))) { KMessageBox::error(this, i18n("Unknown archive format or corrupted archive") ); + emit request_file_quit(); return NULL; } |