Hi Bram, On Mon, Dec 18, 2017 at 11:42 PM, Bram Moolenaar <[email protected]> wrote: > Although it can be useful to find bugs by throwing a garbage script at Vim, > we do need to be able to get a reasonable script to reproduce it. It's hard > enough to track down leaks with valid code. Unless someone sees what is > happening and ideally be able to reproduce it, I would close this issue. >
I have the fixes for all the reported crashes. All of them are caused by an autocmd removing the window/buffer which is still being used by the quickfix code. I am trying to come up with simple test cases to reproduce the crashes. Regards, Yegappan -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
