https://bugs.kde.org/show_bug.cgi?id=499593
Bug ID: 499593
Summary: GUI becomes unresponsive during long running tasks
Classification: Applications
Product: ark
Version: 24.12.1
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
Open a .tar containing a few hundred thousands of files with Ark.
Expected result: progress bar progresses and the entire app UI stays active
Actual result: progress bar shows progress, but the entire app window turns
white with a (Not Responding) in the title (refer to screenshot)
This is what I use to generate files, just tar the target dir at the end and
open it (originally the loop was on 300k, I reduced it to 10k for the sake of
the report as I'm sure it would also allow to reproduce)
#!/bin/bash
mkdir -p /tmp/file-gen
dd if=/dev/urandom of=/tmp/file-gen/file-random-0.bin bs=4K count=1
iflag=fullblock
for i in $(seq 1 10000);
do
cp /tmp/file-gen/file-random-0.bin /tmp/file-gen/file-random-$i.bin
done
--
You are receiving this mail because:
You are watching all bug changes.