Open
Bug 1455109
Opened 8 years ago
Updated 3 years ago
Some shared memory is only “shared” within one process
Categories
(Core :: IPC, enhancement, P3)
Tracking
()
NEW
People
(Reporter: jld, Unassigned)
Details
I noticed that the Firefox I'm typing this in has some (currently 26) shared memory objects that are mapped twice in the parent process and nowhere else (vs. 56 other shms mapped in the parent and one child each). They appear to all be a single 4k page each, so they're probably CrossProcessSemaphore or CrossProcessMutex.
This isn't *wrong*, but whatever is using them could possibly be doing something more efficient for synchronization.
Updated•8 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•