Bug 48402
Summary: | [Qt] Web process should be killed if UI process crashes | ||
---|---|---|---|
Product: | WebKit | Reporter: | Kimmo Kinnunen <kimmo.t.kinnunen> |
Component: | WebKit2 | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | christian.webkit |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Linux |
Kimmo Kinnunen
Web process should be killed if UI process crashes.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Kimmo Kinnunen
this got fixed as part of another bug. currently done in ProcessLauncherQt.cpp
prctl(PR_SET_PDEATHSIG, SIGINT);