Bram Moolenaar <[email protected]> wrote: > Travis reported an error in the popup window test: > > Caught exception in Test_popup_beval(): Vim(call):E958: Job already finished > @ function RunTheTest[40]..Test_popup_beval[40]..VerifyScreenDump, line 19 > > This indicates that the Vim instance running in the terminal window died > before the screenshot could be made. I had to guess why that happens > (hopefully fixed by 8.1.1648). > > Apparently the error deteced by ASAN that makes this Vim instance die is > not logged, or at least it does not apppear in the logs we collect. Can > we somehow also pick up these ASAN logs? It will be very helpful in > pinpointing problems.
asan build of vim just reports errors on stderr, and I assume stderr is captured in Travis log. Which Travis build did not report the asan error? I looked at the latest failure and I could see a asan error at the bottom of the log: https://api.travis-ci.org/v3/job/555423933/log.txt 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_hGz%2Br2iaY4_-A7OsR6dPsctzNuk4inDj0TRRot-B9VeQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
