There is current a issue in asan build, fixed by https://github.com/nodejs/node/pull/29383. I wonder if Jenkins can add a job to prevent future regression. Maybe just run the build first (see https://github.com/nodejs/node/pull/29383#issuecomment-527038615). ```bash ./configure --debug --enable-asan make -j4 ```
There is current a issue in asan build, fixed by nodejs/node#29383.
I wonder if Jenkins can add a job to prevent future regression.
Maybe just run the build first (see nodejs/node#29383 (comment)).