Bug 150222 - Extraction of large files fails (process creation error)
Summary: Extraction of large files fails (process creation error)
Status: RESOLVED FIXED
Alias: None
Product: ark
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Harald Hvaal
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-26 11:46 UTC by Chandra Sekar
Modified: 2009-05-24 06:31 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chandra Sekar 2007-09-26 11:46:23 UTC
Version:            (using KDE KDE 3.5.6)
Installed from:    Ubuntu Packages
OS:                Linux

There is a problem related to the technique used in extracting the children of selected directory.  If the directory structure under the selected directory is very large, this makes the list of arguments too long thus making it impossible to start the sub process.

Two things can be done to solve this problem.  If the top most directory inside the archive is selected and there are no siblings for it, the command used should be the same as the one for extracting all files.

If the above cannot be done, then the extraction must be done in steps by extracting a subset of the selected files files and then extracting the rest in further steps.  This would reduce the number of arguments passed in each execution.
Comment 1 Thomas Damgaard 2007-10-22 22:09:24 UTC
I can comfirm this bug. It is very annoying.
Comment 2 Chandra Sekar 2007-10-23 04:22:23 UTC
Thanks for confirming it, but the bug's status still seems to be "UNCONFIRMED"
Comment 3 Raphael Kubo da Costa 2009-04-01 08:14:14 UTC
Can you still reproduce this bug with KDE4? If so, can you attach a sample file?
Comment 4 Harald Hvaal 2009-05-24 06:31:40 UTC
This does not happen in kde4 ark. I tried with 1000 files, but there was no problem extracting this.
I selected "extract selected files", because this will cause all children items to be included explicitly, and there was no problem.