Open
Bug 1230312
Opened 9 years ago
Updated 1 year ago
track fixing platform leaks of NSS resources
Categories
(Core :: Security: PSM, defect, P3)
Core
Security: PSM
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox45 | --- | affected |
People
(Reporter: keeler, Unassigned)
References
(Depends on 2 open bugs, Blocks 1 open bug)
Details
(Whiteboard: [psm-tracking])
NSS_Shutdown will fail if not all NSS resources have been properly released/destroyed. However, nobody would ever know this unless they set NSPR_LOG_MODULES=pipnss:5 and verified that "NSS SHUTDOWN FAILURE" never appeared in the output. Needless to say, there are some leaks (see e.g. bug 1230234). We need to fix those leaks and then make NSS_Shutdown failure fatal in at least debug builds.
See https://treeherder.mozilla.org/#/jobs?repo=try&revision=2506eccc1c6c for some tests that expose some leaks.
![]() |
Reporter | |
Updated•9 years ago
|
Whiteboard: [psm-tracking]
![]() |
Reporter | |
Updated•8 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
Updated•1 year ago
|
Blocks: nss-external
You need to log in
before you can comment on or make changes to this bug.
Description
•