Dominique Pellé wrote: > Hi > > Vim-8.0.779 (and older) built with -DEXITFREE crashes in > quickfix.c when doing: > > $ vim -u NONE -c'lh[' -clop -c'e#' -c'lh[' -cqa > ** Error in `./vim': double free or corruption (!prev): 0x00000000010db700 ***
I see that it also crashes with use of free memory even when built without -DEXITFREE, when using a slightly different command: $ vim -u NONE -c'lh[' -clop -c'e#' -c'lh[' -cbw' Vim: Caught deadly signal SEGV Vim: Finished. Regards Dominique -- -- 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.
