Closed
Bug 1835307
Opened 1 years ago
Closed 1 years ago
Use PR_GetOSError instead of PR_GetError
Categories
(Core :: IPC, enhancement)
Core
IPC
Tracking
()
RESOLVED
INVALID
People
(Reporter: gerard-majax, Assigned: gerard-majax)
References
Details
Attachments
(1 obsolete file)
Having a look at telemetry I see we have a raise of PR_CreatePipe
errors starting around may 9th. Unfortunately we record PR_GetError()
from https://searchfox.org/mozilla-central/rev/603b9fded7a11ff213c0f415198cd637b7c86614/nsprpub/pr/src/misc/prerror.c#11-15 which holds just PR_UNKNOWN_ERROR
instead of the actual OS level error.
Assignee | ||
Comment 1•1 years ago
|
||
Assignee | ||
Comment 2•1 years ago
|
||
bug 1776197 gets rid of this+
Updated•1 years ago
|
Attachment #9336122 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•