| Summary: | Ark crashes when I attempt to open the linked jar | ||
|---|---|---|---|
| Product: | [Applications] ark | Reporter: | Iñaki Ibarrola Atxa <inakiibarrola> |
| Component: | general | Assignee: | Harald Hvaal <metellius> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | rakuco |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Iñaki Ibarrola Atxa
2010-06-17 10:59:09 UTC
The jar is too big to be attached, I copied it here: http://burdinola.aiaraldea.com/files/hibernate3.jar SVN commit 1140184 by rkcosta: Ignore entries called "/". '/' is the path separator, so the entry will ultimately become an empty QStringList and crash things. BUG: 241967 M +4 -2 archivemodel.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1140184 SVN commit 1140185 by rkcosta: Backport r1140184. Ignore entries called "/". '/' is the path separator, so the entry will ultimately become an empty QStringList and crash things. CCBUG: 241967 FIXED-IN: 4.4.5 M +4 -2 archivemodel.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1140185 |