This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gdb/21559] ../../gdb/regcache.c:1087: internal-error: void regcache_raw_supply(regcache, int, const void): Assertion `regnum >= 0 && regnum < regcache->descr->nr_raw_registers' failed.


https://sourceware.org/bugzilla/show_bug.cgi?id=21559

Eldar Abusalimov <eldar.abusalimov at jetbrains dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eldar.abusalimov@jetbrains.
                   |                            |com

--- Comment #7 from Eldar Abusalimov <eldar.abusalimov at jetbrains dot com> ---
(In reply to Pedro Alves from comment #6)
> Fix merged.  Thanks.

Pedro, I'm not sure we should actually close this ticket. The merged patch
makes the issue go away indeed, however it doesn't fix the root cause of the
assertion failure, I'm afraid.

> Note that this patch does NOT fix the root cause of PR gdb/21559,
> although now that `configure` properly detects the presence of the
> fields and sets HAVE_XXX accordingly, the execution takes another
> path, which doesn't lead to the assertion failure in question.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]