Closed
Bug 967328
Opened 11 years ago
Closed 11 years ago
Faulty: ABORT: trying to open invalid handle in Shmem.cpp, called by PCompositorParent::OnMessageReceived
Categories
(Core :: IPC, defect)
Tracking
()
RESOLVED
FIXED
mozilla30
People
(Reporter: bjacob, Assigned: bjacob)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/plain
|
Details |
Found by Christoph Diehl's "Faulty" fuzzer, see bug 777067
Assignee | ||
Comment 1•11 years ago
|
||
It seems that what's going on here is that the child process with whom we're sharing this shmem just died, and that raced with us receiving a message from it. But that's just from a quick look, could be wrong.
Assignee | ||
Comment 2•11 years ago
|
||
Classification: core IPC code, faulty abort, should fail gracefully, easy
Assignee | ||
Updated•11 years ago
|
Component: Graphics → IPC
Assignee | ||
Comment 3•11 years ago
|
||
Fixed by the landing of bug 968823.
Assignee: nobody → bjacob
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Target Milestone: --- → mozilla30
You need to log in
before you can comment on or make changes to this bug.
Description
•