Project

General

Profile

« Previous | Next » 

Revision 70467725

Added by peterzhu2118 (Peter Zhu) 2 days ago

Also add LSAN_OPTIONS=handle_segv=0 in assert_segv

Just like ASAN, when running with LSAN, we also want to set handle_segv=0
in assert_segv to make sure that the tests pass.