Closed
Bug 1277068
Opened 9 years ago
Closed 9 years ago
Ignore SIGINT for all subprocesses
Categories
(Toolkit :: General, defect)
Toolkit
General
Tracking
()
RESOLVED
FIXED
mozilla49
| Tracking | Status | |
|---|---|---|
| firefox49 | --- | fixed |
People
(Reporter: dvander, Assigned: dvander)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
970 bytes,
patch
|
billm
:
review+
|
Details | Diff | Splinter Review |
Currently we ignore SIGINT on content processes, but really we should ignore it on all subprocesses, otherwise it's hard to break in GDB without killing random stuff.
| Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8758417 -
Flags: review?(wmccloskey)
Attachment #8758417 -
Flags: review?(wmccloskey) → review+
Pushed by danderson@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/c6d42fc8dafa
Ignore SIGINT on all subprocesses. (bug 1277068, r=billm)
Comment 3•9 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox49:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla49
You need to log in
before you can comment on or make changes to this bug.
Description
•