You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable tests that work now with the three previous patches.
These two tests have still a problem and getting stuck:
nested_detach-no-syscallbuf
nested_detach-32-no-syscallbuf
For some reason just the no-syscallbuf variants get stuck,
the regular ones succeed.
Copy file name to clipboardExpand all lines: CMakeLists.txt
+6-19Lines changed: 6 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -534,27 +534,14 @@ if (asan)
534
534
set(ASAN_FLAGS "-fsanitize=address")
535
535
set(RR_FLAGS "${ASAN_FLAGS}${RR_FLAGS}")
536
536
537
-
# ==278218==ERROR: AddressSanitizer: requested allocation size 0x20000000000 (0x20000001000 after adjustments for alignment, red zones etc.) exceeds maximum supported size of 0x10000000000 (thread T0)
538
-
list(APPEND DISABLED_TESTS nested_detach)
537
+
# Tests just hang
538
+
# Might be related to #2746 and might disappear when
539
+
# using a libasan with the patch triggered by #2329.
# ==249576==ASan runtime does not come first in initial library list; you should either link runtime to your application or manually preload it with LD_PRELOAD.
0 commit comments