Bug 95574 - [Qt] QtWebProcess is leaked on QNX
Summary: [Qt] QtWebProcess is leaked on QNX
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-31 08:10 PDT by Milian Wolff
Modified: 2014-02-03 03:22 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Milian Wolff 2012-08-31 08:10:22 PDT
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.
Comment 1 Jocelyn Turcotte 2014-02-03 03:22:26 PST
=== 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.