Closed Curculigo closed 3 weeks ago
You can replicate it if you repeat the actions? This one looks really weird, it's crashing on a lock right after the document loaded, I cannot reproduce it but it could be just anything.
There is a directory in the list of files I dragged into ecode. This is the result of a faulty Ctrl+A because I don't expect that there is a directory there. If I exclude the directory, then everything will be fine. Btw, the editor should silently ignore the directory.
Oh, thanks, that helps a lot, I can see a possible invalid memory access for that case. I'll fix it later, also ignore directories when dropped files and directories. I couldn't reproduce it yet since you need to be memory constrained to reproduce it, same as the previous crash I just fixed this weekend, but I already spotted the bug.
This is the code of a Win32 program. There are
.h
files,.cpp
files, mixed together with.rc
files. I dragged them into the editor. Crashed.