Noticed as part of this branch #29796, however it can also be reproduced with master (8fa10edcd1706a1f0dc9d8c3adbc8efa3c7755bf) by reproducing the equivalent CI & setting C(XX)FLAGS to -O0:
0make -C depends/ MULTIPROCESS=1 NO_QT=1 NO_WALLET=1 NO_ZMQ=1 NO_USDT=1 CFLAGS="-O0" CXXFLAGS="-O0" DEBUG=1 -j19 HOST=i686-pc-linux-gnu
1cmake -B build --toolchain /root/ci_scratch/depends/i686-pc-linux-gnu/toolchain.cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER='clang;-m32' -DCMAKE_CXX_COMPILER='clang++;-m32'
2cmake --build build -j18
0./build/src/test/test_bitcoin --run_test=ipc*
1Running 2 test cases...
2terminate called after throwing an instance of 'kj::ExceptionImpl'
3 what(): /root/ci_scratch/depends/i686-pc-linux-gnu/include/kj/common.h:1797: failed: expected start <= end && end <= size_; Out-of-bounds ArrayPtr::slice().
4stack: 5ca0dd6d 5c78b5db 5c8cc599 5ca0adc9 5c94fb37 5c950070 5c9cd709 5c9cf58a 5c9d72fd 5c9d025e 5c776f11 5bf6351d 5bf6347d 5bf633cd 5bf6337b 5bf6331d 5bf63194 f7afa4b0 f773dff6 f77d55b7
5 ??:0: returning here
6 ??:0: returning here
7 ??:0: returning here
8 ??:0: returning here
9 ??:0: returning here
10 ??:0: returning here
11 ??:0: returning here
12 ??:0: returning here
13 ??:0: returning here
14 ??:0: returning here
15 ??:0: returning here
16 ??:0: returning here
17 ??:0: returning here
18 ??:0: returning here
19 ??:0: returning here
20 ??:0: returning here
21 ??:0: returning here
22 ??:0: returning here
23 ??:0: returning here
24 ??:0: returning here
25unknown location(0): fatal error: in "ipc_tests/ipc_tests": signal: SIGABRT (application abort requested)
26test/ipc_tests.cpp(12): last checkpoint: "ipc_tests" test entry
27test_bitcoin: common/args.cpp:578: void ArgsManager::AddArg(const std::string &, const std::string &, unsigned int, const OptionsCategory &): Assertion `ret.second' failed.
28unknown location(0): fatal error: in "ipc_tests/parse_address_test": signal: SIGABRT (application abort requested)
29test/ipc_tests.cpp(20): last checkpoint: "parse_address_test" fixture ctor
30
31*** 2 failures are detected in the test module "Bitcoin Core Test Suite"