public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug tdep/26285] New: [ppc] ppc-linux-nat.c:1835: internal-error: void hwdebug_remove_point(ppc_hw_breakpoint*,  int): Assertion `i != max_slots_number' failed.
@ 2020-07-22 15:21 vries at gcc dot gnu.org
  2020-07-22 15:23 ` [Bug tdep/26285] " vries at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: vries at gcc dot gnu.org @ 2020-07-22 15:21 UTC (permalink / raw)
  To: gdb-prs

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

            Bug ID: 26285
           Summary: [ppc] ppc-linux-nat.c:1835: internal-error: void
                    hwdebug_remove_point(ppc_hw_breakpoint*,  int):
                    Assertion `i != max_slots_number' failed.
           Product: gdb
           Version: 9.1
            Status: NEW
          Severity: normal
          Priority: P2
         Component: tdep
          Assignee: unassigned at sourceware dot org
          Reporter: vries at gcc dot gnu.org
  Target Milestone: ---

...
(gdb) PASS: gdb.threads/watchpoint-fork.exp: parent: singlethreaded:
watchpoints work
continue^M
Continuing.^M
[Detaching after fork from child process 7585]^M
parent1: 7585^M
child1: 7585^M
../../gdb/ppc-linux-nat.c:1835: internal-error: void
hwdebug_remove_point(ppc_hw_breakpoint*, int): Assertion `i !=
max_slots_number' failed.^M
A problem internal to GDB has been detected,^M
further debugging may prove unreliable.^M
Quit this debugging session? (y or n) FAIL: gdb.threads/watchpoint-fork.exp:
parent: singlethreaded: breakpoint after the first fork (GDB internal error)
...

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug tdep/26285] [ppc] ppc-linux-nat.c:1835: internal-error: void hwdebug_remove_point(ppc_hw_breakpoint*,  int): Assertion `i != max_slots_number' failed.
  2020-07-22 15:21 [Bug tdep/26285] New: [ppc] ppc-linux-nat.c:1835: internal-error: void hwdebug_remove_point(ppc_hw_breakpoint*, int): Assertion `i != max_slots_number' failed vries at gcc dot gnu.org
@ 2020-07-22 15:23 ` vries at gcc dot gnu.org
  2020-08-10 12:58 ` vries at gcc dot gnu.org
  2020-08-11 21:14 ` pedromfc at linux dot vnet.ibm.com
  2 siblings, 0 replies; 4+ messages in thread
From: vries at gcc dot gnu.org @ 2020-07-22 15:23 UTC (permalink / raw)
  To: gdb-prs

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

Tom de Vries <vries at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|                            |ppc
                 CC|                            |kevinb at redhat dot com

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug tdep/26285] [ppc] ppc-linux-nat.c:1835: internal-error: void hwdebug_remove_point(ppc_hw_breakpoint*,  int): Assertion `i != max_slots_number' failed.
  2020-07-22 15:21 [Bug tdep/26285] New: [ppc] ppc-linux-nat.c:1835: internal-error: void hwdebug_remove_point(ppc_hw_breakpoint*, int): Assertion `i != max_slots_number' failed vries at gcc dot gnu.org
  2020-07-22 15:23 ` [Bug tdep/26285] " vries at gcc dot gnu.org
@ 2020-08-10 12:58 ` vries at gcc dot gnu.org
  2020-08-11 21:14 ` pedromfc at linux dot vnet.ibm.com
  2 siblings, 0 replies; 4+ messages in thread
From: vries at gcc dot gnu.org @ 2020-08-10 12:58 UTC (permalink / raw)
  To: gdb-prs

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

Tom de Vries <vries at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |10.1
                 CC|                            |pedromfc at linux dot vnet.ibm.com
                   |                            |, uweigand at sourceware dot org
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #1 from Tom de Vries <vries at gcc dot gnu.org> ---
Doesn't reproduce for me with current trunk.

The function hwdebug_remove_point was removed in commit 227c0bf4b3 "[PowerPC]
Fix debug register issues in ppc-linux-nat".

Marking this as resolved fixed.

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug tdep/26285] [ppc] ppc-linux-nat.c:1835: internal-error: void hwdebug_remove_point(ppc_hw_breakpoint*,  int): Assertion `i != max_slots_number' failed.
  2020-07-22 15:21 [Bug tdep/26285] New: [ppc] ppc-linux-nat.c:1835: internal-error: void hwdebug_remove_point(ppc_hw_breakpoint*, int): Assertion `i != max_slots_number' failed vries at gcc dot gnu.org
  2020-07-22 15:23 ` [Bug tdep/26285] " vries at gcc dot gnu.org
  2020-08-10 12:58 ` vries at gcc dot gnu.org
@ 2020-08-11 21:14 ` pedromfc at linux dot vnet.ibm.com
  2 siblings, 0 replies; 4+ messages in thread
From: pedromfc at linux dot vnet.ibm.com @ 2020-08-11 21:14 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #2 from Pedro Franco de Carvalho <pedromfc at linux dot vnet.ibm.com> ---
(In reply to Tom de Vries from comment #1)
> Doesn't reproduce for me with current trunk.
> 
> The function hwdebug_remove_point was removed in commit 227c0bf4b3
> "[PowerPC] Fix debug register issues in ppc-linux-nat".
> 
> Marking this as resolved fixed.

Thank you for reporting this, Tom. That commit was indeed made to fix this
issue. I missed this report, so didn't comment before.

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-08-11 21:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-22 15:21 [Bug tdep/26285] New: [ppc] ppc-linux-nat.c:1835: internal-error: void hwdebug_remove_point(ppc_hw_breakpoint*, int): Assertion `i != max_slots_number' failed vries at gcc dot gnu.org
2020-07-22 15:23 ` [Bug tdep/26285] " vries at gcc dot gnu.org
2020-08-10 12:58 ` vries at gcc dot gnu.org
2020-08-11 21:14 ` pedromfc at linux dot vnet.ibm.com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).