Closed carlitux closed 6 years ago
I made a fix that prevents neotags from processing empty files, this should hide the error. Not sure why you would get an empty tagfile though.
Now is happening when save file. I can think that is because tags file is being generating and trying to process by neotags.
Humm yea, I've seen the error myself. Seems to be some sort of race.
I will try to fix it.
I added a check to prevent mmap from running on empty files. It's not really a fix but it hides the error.
I will try to make a better fix when I've got more time to work on it.
I've done some major changes to the code, do you still get the same error?