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 pedro at codesourcery dot com  2009-01-21 18:35 -------
Ok, it wasn't clear from you original report, but, IIUC, this happens
when the current "checkpoint/fork" gets a SIGINT (due to ctrl-c, I assume),
and then, you restart another checkpoint.

Keeping in mind that checkpoints are processes, it sounds like
the ctrl-c SIGINT, being delivered to the whole group, and then the
restarted checkpoint gets the signal delivered the first time it
is resumed --- restarting a checkpoint calls lseek in it, so that
would be when.

Am I understanding correctly, or can this also happen
in other circumstances?


-- 


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]