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 c++/9311] Checkpointing SIGINT on restart


------- Additional Comments From uri at 4refs dot com  2009-01-20 18:56 -------
I was able to reproduce it using 6.8.50.20090119. Here's the GDB log:

  Breakpoint 2, <removed> (<removed>) at <removed>
(gdb) checkpoint
  checkpoint: fork returned pid 22207.
(gdb) continue
  Continuing.
  <removed>

  Program received signal SIGINT, Interrupt.
  0x000000000042f362 in <removed> (<removed>) at <removed>
(gdb) restart 1

  Program received signal SIGINT, Interrupt.
  0x0000000000cf9b00 in lseek ()
  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 (lseek) will be abandoned.
(gdb) info checkpoints
  * 1 process 22207 at 0xcf9b00, <lseek>
    0 process 22127 (main process) at 0x42f362, file <removed>


-- 


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

------- 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]