Open Bug 1784307 Opened 2 years ago Updated 10 months ago

Consider introducing an OOM-reporting mechanism to IPC::MessageReader

Categories

(Core :: IPC, enhancement)

enhancement

Tracking

()

People

(Reporter: nika, Unassigned)

References

Details

This could be used to allow specific actors to customize how they handle OOMs which occur when deserializing IPC messages. Currently most deserializers will immediately abort on OOM by using infallible allocators, but in some cases we may prefer to kill a content process or similar rather than immediately aborting when the allocation which failed is sufficiently large.

See Also: → 1843374
You need to log in before you can comment on or make changes to this bug.