Re: [PATCH] [gdb/testsuite] Fix gdb.mi/mi-dlmopen.exp
Tom de Vries <[email protected]>
| Newsgroups | gmane.comp.gdb.patches |
|---|---|
| Message-ID | <[email protected]> |
On 7/29/26 12:45 PM, Tom de Vries wrote: > The mapping looks suspiciously large to me, perhaps this is a bug in glibc. > I didn't run into this problem with two other ppc64le-linux setups, with glibc > versions 2.40 and 2.38. But I haven't tracked it down, so I can't rule out > the possibility that there's a gdb problem. I've investigated this further, and came to the conclusion that the problem is a missing backport in glibc. I've submitted an RFC that handles this situation in gdb instead ( https://sourceware.org/pipermail/gdb-patches/2026-August/229549.html ). Thanks, - Tom