Bug 95574
Summary: | [Qt] QtWebProcess is leaked on QNX | ||
---|---|---|---|
Product: | WebKit | Reporter: | Milian Wolff <milian.wolff> |
Component: | WebKit Qt | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Milian Wolff
Running the MiniBrowser on QNX/Playbook and then exiting the app leaves the QtWebProcess running. pidin on the device shows:
while the app is running:
...
10698904 1 native/MiniBrowser 10r REPLY 16389
10698904 2 native/MiniBrowser 10r REPLY 1785893
10698904 3 native/MiniBrowser 10r REPLY 16389
10698904 4 native/MiniBrowser 10r NANOSLEEP
10698904 5 native/MiniBrowser 10r CONDVAR (0x17e7a4)
10698904 6 native/MiniBrowser 10r READY
10698904 7 native/MiniBrowser 10r CONDVAR (0x154858)
10698904 8 native/MiniBrowser 30r CONDVAR (0x1b5194)
10698904 9 native/MiniBrowser 10r SIGWAITINFO
10698904 10 native/MiniBrowser 10r READY
10739868 1 5/bin/QtWebProcess 10r REPLY
10739868 2 5/bin/QtWebProcess 10r REPLY 1785893
10739868 3 5/bin/QtWebProcess 10r READY
...
after the app was closed (minimized and then pressing the X button in the lower right corner of the app thumbnail):
...
10739868 1 5/bin/QtWebProcess 10r READY
10739868 2 5/bin/QtWebProcess 10r REPLY 1785893
10739868 3 5/bin/QtWebProcess 10r RUNNING
...
I.e. MiniBrowser exited but QtWebProcess is still running.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Jocelyn Turcotte
=== Bulk closing of Qt bugs ===
If you believe that this bug report is still relevant for a non-Qt port of webkit.org, please re-open it and remove [Qt] from the summary.
If you believe that this is still an important QtWebKit bug, please fill a new report at https://bugreports.qt-project.org and add a link to this issue. See http://qt-project.org/wiki/ReportingBugsInQt for additional guidelines.