I often edit big files ( > 200MB) for data correction, and EmEditor will be crash when using “Replace All” today.
I also found that sometimes when I close EmEditor by click “X”, it will create dumps file (file name: EmEditor.exe.xxxx.dmp) in “User\AppData\Local\CrashDumps\” folder, but without any crash message.
Therefore I did some simple text file for testing, and I got the way to reproduce:
2,500,000 lines of “abcdefghij” (30MB)
1. Find “b”
2. Replace with “b\n”
3. Replace All -> Sometimes will be crash, but not 100%
If test 500,000 lines of “abcdefghij” (6MB), it will be OK.
