Bug 450432 - Large file edit crash
Summary: Large file edit crash
Status: RESOLVED DUPLICATE of bug 430269
Alias: None
Product: kate
Classification: Applications
Component: application (show other bugs)
Version: 21.12.2
Platform: Gentoo Packages Linux
: NOR critical
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-17 08:55 UTC by Ladislav Zitka
Modified: 2022-03-05 19:19 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
crash-report (3.32 KB, text/vnd.kde.kcrash-report)
2022-02-17 08:56 UTC, Ladislav Zitka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ladislav Zitka 2022-02-17 08:55:37 UTC
SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug symbols.
See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***


STEPS TO REPRODUCE
1.  I open CSV file which has 1,5GB size
2.  I select from 3rd line via shift + down arrow almost whole file content
3.  I click delete to delete most of the file content


OBSERVED RESULT
kate crashes, when i try to delete line by line it won't crashes, only when almost all of 1,5GB content is selected (3rd line to end of file)

EXPECTED RESULT
kate won't crash

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Comment 1 Ladislav Zitka 2022-02-17 08:56:08 UTC
Created attachment 146852 [details]
crash-report
Comment 2 Christoph Cullmann 2022-02-17 19:54:25 UTC
Hi, the problem is that this will just out-of-memory you, like the crash report shows.
Unfortunately there is no easy fix for this.
Comment 3 Christoph Cullmann 2022-03-05 19:19:40 UTC
*** This bug has been marked as a duplicate of bug 430269 ***