mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-04 15:54:25 +08:00
11fe8653a9
With a gdb build with -fsanitize=thread, and test-case gdb.python/py-inferior.exp I run into: ... (gdb) python gdb.selected_inferior().read_memory (0, 0xffffffffffffffff)^M ERROR: ThreadSanitizer: requested allocation size 0xffffffffffffffff exceeds \ maximum supported size of 0x10000000000^M ... There's already a workaround for this using ASAN_OPTIONS, and apparently the same is needed for TSAN_OPTIONS. Add the allocator_may_return_null=1 workaround also in TSAN_OPTIONS. Likewise in gdb.dap/memory.exp. Tested on x86_64-linux. |
||
---|---|---|
.. | ||
ada-arrays | ||
ada-nested | ||
ada-scopes | ||
catch-exception | ||
ada-arrays.exp | ||
ada-nested.exp | ||
ada-scopes.exp | ||
args-env.c | ||
args-env.exp | ||
assign.c | ||
assign.exp | ||
assign.py | ||
attach.c | ||
attach.exp | ||
basic-dap.c | ||
basic-dap.exp | ||
bt-inner.c | ||
bt-main.c | ||
bt-nodebug.exp | ||
catch-exception.exp | ||
children.exp | ||
children.py | ||
cond-bp.c | ||
cond-bp.exp | ||
cwd.exp | ||
cxx-exception.cc | ||
cxx-exception.exp | ||
disassem.c | ||
disassem.exp | ||
eof.exp | ||
frameless.c | ||
frameless.exp | ||
global.c | ||
global.exp | ||
hover.c | ||
hover.exp | ||
insn-bp.exp | ||
lazy-string.c | ||
lazy-string.exp | ||
lazy-string.py | ||
log-message.c | ||
log-message.exp | ||
memory.c | ||
memory.exp | ||
modules-solib.c | ||
modules.c | ||
modules.exp | ||
pause.c | ||
pause.exp | ||
ptrref.cc | ||
ptrref.exp | ||
remote-dap.exp | ||
rust-slices.exp | ||
rust-slices.rs | ||
scopes.c | ||
scopes.exp | ||
sources.c | ||
sources.exp | ||
stack-format.c | ||
stack-format.exp | ||
stack-format.py | ||
step-out.c | ||
step-out.exp | ||
stop-at-main.exp | ||
terminate.exp | ||
type_check.exp | ||
type_check.py |