To: vim_dev@googlegroups.com Subject: Patch 8.2.3821 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.3821 Problem: ASAN test run fails. Solution: Use asan_symbolize-13 instead of asan_symbolize-11. Files: .github/workflows/ci.yml *** ../vim-8.2.3820/.github/workflows/ci.yml 2021-12-11 17:34:14.212262113 +0000 --- .github/workflows/ci.yml 2021-12-15 21:27:39.159900154 +0000 *************** *** 234,240 **** if: contains(matrix.extra, 'asan') && !cancelled() run: | for f in $(grep -lR '#[[:digit:]]* *0x[[:digit:]a-fA-F]*' "${LOG_DIR}"); do ! asan_symbolize-11 -l "$f" false # in order to fail a job done --- 234,240 ---- if: contains(matrix.extra, 'asan') && !cancelled() run: | for f in $(grep -lR '#[[:digit:]]* *0x[[:digit:]a-fA-F]*' "${LOG_DIR}"); do ! asan_symbolize-13 -l "$f" false # in order to fail a job done *** ../vim-8.2.3820/src/version.c 2021-12-15 21:08:46.094889851 +0000 --- src/version.c 2021-12-15 21:28:42.111776191 +0000 *************** *** 751,752 **** --- 751,754 ---- { /* Add new patch number below this line */ + /**/ + 3821, /**/ -- Bumper sticker: Honk if you love peace and quiet. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///