On Monday, August 23, 2021 at 2:18:18 PM UTC-4 Dominique Pelle wrote: > [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 >
Dominique, Thanks for your suggestions. I'm running a light version of linux so I'll have to install valgrind but that's not hard. I'll rebuild Vim following your two suggestions and see what turns up. By the way, I didn't provide the log files because the information was limited to asserting a byte-difference in the dump files. I had to use "od" to know it was a cursor position issue. Much obliged! -- -- 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/28132a58-f267-4217-bd19-5f108de82acan%40googlegroups.com.
