在 2026/1/19 下午4:35, Hector Oron 写道:
Hello,
After local analysis and reproduction, there are currently no new
findings.
The gdb is blocking the building of over 100 software packages.
Please help analyze and troubleshoot the issue.
Could you reproduce these issues with upstream GDB 17.1 or latest
snapshot?
Regards
These 4 check error is related to testcase
gdb.base/breakpoint-in-ro-region.exp.
We clone gdb code from debian salsa and test via below method, can not
reproduce.
```
git clone https://salsa.debian.org/gdb-team/gdb.git
rm -rf build && mkdir -p build && cd build
../gdb/configure
make -j"$(nproc)"
make check-gdb TESTS="gdb.base/breakpoint-in-ro-region.exp"
make check-gdb RUNTESTFLAGS="--target_board=native-gdbserver"
TESTS="gdb.base/breakpoint-in-ro-region.exp"
```
LoongArch gdb maintainer also helps to analyze, I will ask him to share
with the details.
Best regards,
Dandan Zhang
Dandan