crashes editing its own source
Opened this issue · 2 comments
I only had a couple of minutes, but immediately crashed trying to edit kilo.c
:
malloc(): invalid size (unsorted)
Aborted
Since editing text works, my bet is that your modes are interfering with the syntax highlighting machinery.
BTW, thanks, I've been thinking about doing this for a while!
Hi there, I'm trying to recreate your issue, but upon editing kilo.c
on macOS everything is running fine. What OS are you running on and can you give me more steps you took so I can try to recreate the crash. Thank you.
No problem! I highly recommend this project, the tutorial made the steps very clear and had easy to follow explanations. When I started added my own features is when I started to understand the program much better though.
I am on Linux, Xubuntu 20.04.3 LTS, x86-64 i7 processor.
I just did a fresh git clone...; cd kilo; make; ./kilo kilo.c
. Yup, same error.
Tried the same on a couple of tilde servers, running various lini. Same error.