Summary: | Dolphin crashes while removing several folders with 2500 files each one | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Rafael Linux User <rafael.linux.user> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | kfm-devel, rafael.linux.user |
Priority: | NOR | Keywords: | drkonqi |
Version: | 20.07.80 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Rafael Linux User
2020-08-06 12:08:35 UTC
I was trying to erase with Shift+Supr the root folder created by this own script: #!/bin/bash # This script will create 4 folders with 10000 DISTINCT empty files each one ImagesRootFolder='Fractal_images_folder' mkdir $ImagesRootFolder echo "Creating '$ImagesRootFolder' folder" for Level_1 in {A..D} do Folder_Level_1="$ImagesRootFolder/Folder_10k_images_$Level_1" echo "Creating '$Folder_Level_1' subfolder " mkdir $Folder_Level_1 for Level_2 in {1..4} do Folder_Level_2="$Folder_Level_1/$Level_2" echo -n "Creating '$Folder_Level_2' subfolder and generating 25000 images ... " mkdir $Folder_Level_2 i=1 sp="/-\|" for value in {1..2500} do printf "\b${sp:i++%${#sp}:1}" Image_filename=Image_$Level_1$Level_2_$(printf "%05d" $value) touch $Folder_Level_2/$Image_filename.jpg convert -size $(shuf -i 500-1024 -n 1)x$(shuf -i 500-1024 -n 1) plasma:fractal "$Folder_Level_2/$Image_filename.jpg" done echo " created" done done echo "Process finished" Thank you for reporting this crash in KDE software. As it has been a while since this issue was reported, can we please ask you to see if you can reproduce the crash with a recent software version? If you can reproduce the issue, please change the status to "CONFIRMED" when replying. Thank you! 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! |