Summary: | ark crashes when dragging a file into a new archive from kio-gdrive | ||
---|---|---|---|
Product: | [Applications] ark | Reporter: | Ben Li <benjunmun> |
Component: | general | Assignee: | Elvis Angelaccio <elvis.angelaccio> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | benaventeadrian, rthomsen6 |
Priority: | NOR | Keywords: | drkonqi |
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/ark/d4801147cd4ddd40311a9b6a51f8de6324c2e2a3 | Version Fixed In: | 19.08.3 |
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Ben Li
2019-07-15 19:41:03 UTC
Created attachment 123190 [details]
New crash information added by DrKonqi
ark (19.08.1) using Qt 5.13.1
- What I was doing when the application crashed:
Trying to add a file inside a .zip using Ark inside kio-gdrive
- Unusual behavior I noticed:
The app crashed everytime I did the forementioned action
- Custom settings of the application:
-- Backtrace (Reduced):
#6 std::__atomic_base<int>::load (__m=std::memory_order_relaxed, this=0x0) at /usr/include/c++/7/bits/atomic_base.h:396
#7 QAtomicOps<int>::load<int> (_q_value=...) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qatomic_cxx11.h:227
#8 QBasicAtomicInteger<int>::load (this=0x0) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qbasicatomic.h:103
[...]
#10 QString::QString (other=..., this=0x7ffc8ea2ae68) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:956
#11 Kerfuffle::ReadOnlyArchiveInterface::entryPathsFromDestination (entries=..., destination=<optimized out>, entriesWithoutChildren=0) at ./kerfuffle/archiveinterface.cpp:217
Git commit d4801147cd4ddd40311a9b6a51f8de6324c2e2a3 by Elvis Angelaccio. Committed on 20/10/2019 at 12:41. Pushed by elvisangelaccio into branch 'Applications/19.08'. Prevent drops from non-local URLs Ark can only compress local files. FIXED-IN: 19.08.3 M +7 -0 part/archiveview.cpp https://commits.kde.org/ark/d4801147cd4ddd40311a9b6a51f8de6324c2e2a3 Git commit 79a4f1c6a56108439271522779da28522f906ec2 by Elvis Angelaccio. Committed on 20/10/2019 at 14:59. Pushed by elvisangelaccio into branch 'master'. Improve handling of remote URLs drops Tell the users why they can't drop remote URLs, instead of just blocking the drop event without feedback. M +4 -0 part/archivemodel.cpp M +0 -7 part/archiveview.cpp https://commits.kde.org/ark/79a4f1c6a56108439271522779da28522f906ec2 |