[Webkit-unassigned] [Bug 95574] New: [Qt] QtWebProcess is leaked on QNX

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 31 08:10:14 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=95574

           Summary: [Qt] QtWebProcess is leaked on QNX
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: milian.wolff at kdab.com


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list