[Webkit-unassigned] [Bug 48985] [Qt][WK2] Left over files and shared memory segments

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 4 04:44:20 PDT 2010


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





--- Comment #1 from Balazs Kelemen <kbalazs at webkit.org>  2010-11-04 04:44:20 PST ---
Test case (on Linux):
1. launch MiniBrowser and close it
2. ipcs - in the output you can see the left over segments and semaphores:
------ Shared Memory Segments --------
key        shmid      owner      perms      bytes      nattch     status
<other process's staff>
0x510038a6 822312969  balazs    666        4096       0 <- from VisitedLinkTable
------ Semaphore Arrays --------
key        semid      owner      perms      nsems
0x510038a5 268795904  balazs    666        1

To clear them, use these commands:
ipcrm -s <semid>
ipcrm -m <shmid>

-- 
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