Christian J. Robinson wrote:
> I can't localize it but I'm getting crashes using the latest Vim; the crash
> isn't happening consistently.
Are you able to reproduce with an asan build? (address sanitizer).
It should be a matter of uncommenting these lines in vim/src/Makefile
then "make clean ; make -j8":
SANITIZER_CFLAGS = -g -O0 -fsanitize-recover=all \
-fsanitize=address -fsanitize=undefined \
-fno-omit-frame-pointer
Then try to reproduce the bug. If asan finds memory issues,
it will output useful information on stderr, so it may be useful
to redirect stderr with: vim 2> asan.log
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_jrfMPCBxrrJ%2BVTpL3PVZ7HZD8kq41MeJDiRfADjUd66A%40mail.gmail.com.