Re: Assertion `idx >= 0 && idx < num_fields ()' failed.
Tom Tromey <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
> I'm using the latest version: > ``` > $ gdb --version > GNU gdb (GDB) 13.2 > [...] > ``` I suspect this is https://sourceware.org/bugzilla/show_bug.cgi?id=29735 which I believe is fixed for gdb 14. Tom