Closed Bug 1694464 Opened 3 years ago Closed 3 years ago

The osclientcert thread should have a name

Categories

(Core :: Security: PSM, defect, P1)

defect

Tracking

()

RESOLVED FIXED
88 Branch
Tracking Status
firefox88 --- fixed

People

(Reporter: florian, Assigned: rmf)

References

(Blocks 1 open bug)

Details

(Whiteboard: [psm-assigned])

Attachments

(1 file)

The thread created at https://searchfox.org/mozilla-central/rev/f47a4b67643b3048ef9a2e2ac0c34edf6d1ebff3/security/manager/ssl/osclientcerts/src/manager.rs#104 currently doesn't have a name.

Adding a name should be simple, replacing thread::spawn( with:

thread::Builder::new()
            .name("osclientcert".into())
            .spawn(
Summary: The osclientcert thread should have aa name → The osclientcert thread should have a name
Assignee: nobody → bugs
Severity: -- → S3
Priority: -- → P1
Whiteboard: [psm-assigned]
Pushed by archaeopteryx@coole-files.de:
https://hg.mozilla.org/integration/autoland/rev/85d54b4a15d2
The osclientcert thread should have a name r=keeler
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 88 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: