Skip to content
Snippets Groups Projects
Commit 3faa4c1f authored by Simon McVittie's avatar Simon McVittie Committed by Alexander Larsson
Browse files

tests: Disable leak detection when joining user-specified pid namespace


If we don't do this, AddressSanitizer busy-loops with this backtrace:

    #0  in sched_yield
    #1  in __sanitizer::StopTheWorld
    #2  in __lsan::LockStuffAndStopTheWorldCallback
    #3  in __GI___dl_iterate_phdr
    #4  in __lsan::LockStuffAndStopTheWorld
    #5  in __lsan::CheckForLeaks
    #6  in __lsan::DoLeakCheck
    #7  __lsan::DoLeakCheck
    #8  in __cxa_finalize
    #9  in __do_global_dtors_aux
    #10 in ??
    #11 in _dl_fini

This fixes the hang described in commit 2e3d6e7d, so remove the
workarounds from that commit.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent c991f2dd
No related branches found
No related tags found
1 merge request!429Update subprojects, build pv-bwrap as a real subproject
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment