variar / klogg

Really fast log explorer based on glogg project
https://klogg.filimonov.dev
GNU General Public License v3.0
2.36k stars 207 forks source link

playing with large ~3GB file -> copy/paste and then choosing 'Send to scratchpad' leads to crash #705

Open gzdancew opened 9 months ago

gzdancew commented 9 months ago

Details for the issue

What did you do?


Crash id: b31e1f6f-8b33-4008-b400-34bfecbe8350

Useful extra information

Klogg version 22.06.0.1289 (built on 2022-06-14 from commit 6340d94) [built for x86_64-little_endian-llp64] running on Windows 10 Version 2009 (winnt/10.0.22621) [x86_64], concurrency 8 Qt 5.15.2, tbb 2021.7

variar commented 17 hours ago

Which part of file was selected for copy/paste? If this is big part of file, then first copy will requires that much memory in OS clipboard buffer, and then paste will require same abount again to add it to scratchpad. Might be a bit too much.