| Summary: | KGpg crashes when creating tar/gz with 7GB of data | ||
|---|---|---|---|
| Product: | [Unmaintained] kdelibs | Reporter: | Rado <rado.kljucevsek> |
| Component: | kdecore | Assignee: | kdelibs bugs <kdelibs-bugs-null> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | crash | CC: | kde, orocou, rdieter |
| Priority: | NOR | ||
| Version First Reported In: | 4.9.5 | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | New crash information added by DrKonqi | ||
|
Description
Rado
2013-02-15 23:47:41 UTC
If you try to compress less data (let's say about 1GB), does it work then? I suspect this to be a problem inside kdelibs, as all KGpg does at this point is telling kdelibs to add more files into the archive (that is before even starting to encrypt anything). The things I guess that could go wrong are some internal overflow or your /tmp being a tmpfs and you are running out of available memory. Until proven wrong I reassign this to kdelibs. You are right. It works for smaller data. But anyway it should be fixed as it is not working for "real" business requirements. Dear Bug Submitter, This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond. Thank you for helping us make KDE software even better for everyone! Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! Created attachment 124108 [details]
New crash information added by DrKonqi
kgpg (19.08.3) using Qt 5.13.2
- What I was doing when the application crashed:
- Unusual behavior I noticed:
I tried to encrypt a folder containing 3.8 GB of photos using KGpg. KGpg was stuck in "startup" for about 30 minutes and I was unable to stop it so I resorted to rebooting the system using the Plasma GUI. Afterwards, I got the crash report assistant telling me that KGpg had crashed. I might have some configuration issues with my gpg so that could be related though an earlier test with KGpg managed to properly archive and encrypt a folder containing 32 MB of photos.
It might be helpful for debugging if the KGpg had an advanced mode which would actually tell what exactly it is trying to do so I could have more of a clue what went wrong.
-- Backtrace (Reduced):
#6 0x00007f35bc6e806f in QIODevice::write(char const*, long long) () at /usr/lib/libQt5Core.so.5
#7 0x00007f35bde258e6 in KTar::doPrepareWriting(QString const&, QString const&, QString const&, long long, unsigned int, QDateTime const&, QDateTime const&, QDateTime const&) () at /usr/lib/libKF5Archive.so.5
#8 0x00007f35bde17fba in KArchive::prepareWriting(QString const&, QString const&, QString const&, long long, unsigned int, QDateTime const&, QDateTime const&, QDateTime const&) () at /usr/lib/libKF5Archive.so.5
#9 0x00007f35bde1a47a in KArchive::addLocalFile(QString const&, QString const&) () at /usr/lib/libKF5Archive.so.5
#10 0x00007f35bde1aed7 in KArchive::addLocalDirectory(QString const&, QString const&) () at /usr/lib/libKF5Archive.so.5
|