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/9803] New: Internal error when forcing return after checkpoint restart


Using GNU gdb (GDB) 6.8.50.20090119:
(gdb) checkpoint
(gdb) restart 1
  Switching to process 5667
  #0  <removed> (<removed>)
(gdb) <removed>
  Assertion failure: <removed> : <removed>
  Program received signal SIGABRT, Aborted.
  0x0000000000d0d409 in kill ()
  The program being debugged was signaled while in a function called from GDB.
  GDB remains in the frame where the signal was received.
  To change this behavior use "set unwindonsignal on". 
  Evaluation of the expression containing the function (<removed>) will be
abandoned.
(gdb) up
  #1  0x0000000000cc7fb3 in abort ()
(gdb) up
  #2  0x000000000071a3aa in __assert_fail (<removed>)
(gdb) up
  #3  0x00000000004bf45d in <removed> (<removed>)
(gdb) up
  #4  0x00000000004bfa47 in <removed> (<removed>) at <removed>
(gdb) up           
  #5  <function called from gdb>
(gdb) down 
  #4  0x00000000004bfa47 in <removed> (<removed>) at <removed>
(gdb) return
  Make <removed> return now? (y or n) y
  #0 <removed> (<removed>)
(gdb) next
  <text showing program restarted without arguments>
  Program exited with code 0377.
  linux-fork.c:379: internal-error: linux_fork_mourn_inferior: Assertion
`fork_list' failed.
  A problem internal to GDB has been detected,
  further debugging may prove unreliable.
  Quit this debugging session? (y or n) n

System info:
Linux mblade9 2.6.9-67.ELsmp #1 SMP Wed Nov 7 13:56:44 EST 2007 x86_64 x86_64
x86_64 GNU/Linux
Red Hat Enterprise Linux WS release 4 (Nahant Update 6)
Xeon X5460 cores

-- 
           Summary: Internal error when forcing return after checkpoint
                    restart
           Product: gdb
           Version: 6.8
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: gdb
        AssignedTo: unassigned at sourceware dot org
        ReportedBy: uri at 4refs dot com
                CC: gdb-prs at sourceware dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=9803

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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