Re: GDB 15/16 crashing in add_thread_silent()
Tom Tromey <[email protected]> Tue, 18 Nov 2025 11:33:55 -0700
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "Paul" == Paul Smith via Gdb <[email protected]> writes: [...] Paul> So, there appears to be some difference in binutils where it can't Paul> parse this core file properly...? Yes, interesting find. Unfortunately the next step is probably to bisect binutils to find the offending patch. Or I guess debug and try to find what's going wrong. Tom