Skip to content

Commit ea78659

Browse files
committed
Error of test nested_detach changed.
Due to: Run child process with ASAN_OPTIONS=verify_asan_link_order=0. Do not try to duplicate too big mappings, used by address sanitizer.
1 parent 7f32ae7 commit ea78659

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ if (asan)
534534
set(ASAN_FLAGS "-fsanitize=address")
535535
set(RR_FLAGS "${ASAN_FLAGS} ${RR_FLAGS}")
536536

537-
# ==278218==ERROR: AddressSanitizer: requested allocation size 0x20000000000 (0x20000001000 after adjustments for alignment, red zones etc.) exceeds maximum supported size of 0x10000000000 (thread T0)
537+
# RecordSession.cc:2048: void rr::strip_outer_ld_preload(std::vector<std::__cxx11::basic_string<char> >&): Assertion `preload_pos == string::npos' failed.
538538
list(APPEND DISABLED_TESTS nested_detach)
539539
list(APPEND DISABLED_TESTS nested_detach-no-syscallbuf)
540540
list(APPEND DISABLED_TESTS nested_detach-32)

0 commit comments

Comments
 (0)