[email protected] <[email protected]> wrote: > I've built a version of Vim, v8.2.3321, with huge features and > no gui on a debian-based system and see intermittent failures > in the regression test Test_conceal_two_windows.
Probably the most useful things to do are: - post here the logs when the test fails - post the output of "vim --version" - try with the latest version of Vim from git Your version is from Aug 9, 2021, which is quite recent though. - try with valgrind (uncomment the line "# VALGRIND = ..." in vim/src/testdir/Makefile) - try with a asan (address sanitizer) build i.e. uncomment the line SANITIZER_CFLAGS = ... in vim/src/Makefile, clean and rebuild. 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_i9g4tPkNQJdnMxWCuqBep-QY8JZL2fO8CHO4h1_q89gg%40mail.gmail.com.
