WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
47502
WebKit2 will leak shared memory if the web process crashes after the UI process tries to send it a handle to shared memory
https://bugs.webkit.org/show_bug.cgi?id=47502
Summary
WebKit2 will leak shared memory if the web process crashes after the UI proce...
Adam Roben (:aroben)
Reported
2010-10-11 14:13:09 PDT
Consider the following scenario: 1. UI process creates some shared memory via SharedMemory::create 2. UI process sends the shared memory to the web process 3. Before the web process receives the shared memory, the web process crashes At this point, the shared memory has an extra handle open to it (created in step 2) that has been lost and will never be closed. This will result in leaking the shared memory!
Attachments
Add attachment
proposed patch, testcase, etc.
Adam Roben (:aroben)
Comment 1
2010-10-11 14:13:33 PDT
<
rdar://problem/8537369
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug