Hi, Pinned down the patch that introduced the crash as "8.2.0056: execution stack is incomplete and inefficient". I'll have a go with asan tomorrow unless someone else works it out first.
TTFN Mike ________________________________ From: [email protected] <[email protected]> on behalf of Dominique Pellé <[email protected]> Sent: 06 January 2020 6:39 PM To: vim_dev <[email protected]> Subject: Re: Vim crash split opening a new file - 8.2.90 External Sender: Use caution with links/attachments. Mike Williams <[email protected]> wrote: > Hi, > > Just updated after the hols and 64bit build on Ubuntu 14.04 is now crashing > using nerdtree and opening a new file in a split window. Looks like an > invalid free() processing autocommands but I'm in the early stages of > tracking it down. > > Is anyone else seeing the crash and already working on it? Don't want to > waste my time if it is already on someone's radar. Can you give the exact steps so we can reproduce? Try running Vim with valgrind or asan, as described in this comment: https://github.com/vim/vim/issues/5410#issuecomment-569516803 And reports memory errors from valgrind or asan. Best to try asan first, as valgrind gives noise when using python interpreter. asan is also faster. 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/CAON-T_j9QpAWzgLGQpdhxrzYiNtbwGYoun4a%3DS0LFv7xSztB8g%40mail.gmail.com. -- -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/AM6PR06MB61688E43A39C25A62D76F180873C0%40AM6PR06MB6168.eurprd06.prod.outlook.com.
