Open
Bug 1918210
Opened 1 year ago
Updated 1 year ago
[META] Confusing EBADF SharedMemory errors
Categories
(Core :: IPC, defect)
Core
IPC
Tracking
()
NEW
People
(Reporter: nika, Unassigned)
References
(Depends on 3 open bugs)
Details
(Keywords: meta)
We have a number of IPC "serialization" or "deserialization" errors which appear to be caused by a shared memory region which has been successfully created & mapped failing to be used (e.g. with a dup syscall) with EBADF (9). It's unclear how this could be happening, so this bug is to track the specific crashes, and keep a central record of possibilities.
The most likely is something like FD exhaustion, though it's surprising that DF exhaustion would produce a EBADF error code.
You need to log in
before you can comment on or make changes to this bug.
Description
•