Editor freezes when resizing on Linux with Wayland
If you resize the editor while using Wayland, it freezes with a black screen and you can't do anything. This also leads to the creation of files with invalid characters upon shutting down the editor afterwards. Because of the invalid characters, you can't rename, move, or delete these files unless you use a terminal. This doesn't seem to happen while using X11 and resizing is completely fine while using that.
I'm curious about the contents of that strange file. You can use cat FILENAME to show it.
I have a feeling that's supposed to be the "crash_log.txt" that is created on a crash, but for some reason, the filename does get completely mangled.
I'm curious about the contents of that strange file. You can use
cat FILENAMEto show it.I have a feeling that's supposed to be the "crash_log.txt" that is created on a crash, but for some reason, the filename does get completely mangled.
I forgot to mention in the issue that the mystery file was the exact same size of the log file. Anyway, I just checked, and like I was guessing, from the looks of it the produced file is an exact copy of that file.
Another thing, the editor doesn't seem to shutdown completely and just hangs around in the background eating up resources when this happens. (Note: this doesn't happen if you terminate the process instead of letting it shut down "normally")