Re: Assertion `idx >= 0 && idx < num_fields ()' failed.
Simon Marchi via Gdb <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On 11/23/23 07:11, [email protected] wrote: >> Which gdb are you using? I wonder if the problem has already been >> fixed. > > I'm using the latest version: > > ``` > $ gdb --version > GNU gdb (GDB) 13.2 > [...] > ``` Can you give some steps to reproduce, so that someone has a chance to start debugging the problem? Otherwise, it's virtually impossible to know what happens. Simon