Closed
Bug 1694966
Opened 4 years ago
Closed 4 years ago
RemoteBackbuffer thread should have a name
Categories
(Core :: Widget: Win32, defect)
Core
Widget: Win32
Tracking
()
RESOLVED
FIXED
People
(Reporter: florian, Assigned: cmartin)
References
(Blocks 1 open bug)
Details
Attachments
(1 obsolete file)
The thread created at https://searchfox.org/mozilla-central/rev/df23c6e58c6be1eb8399e475878f73d4867bef87/widget/windows/RemoteBackbuffer.cpp#399,437 doesn't have a name.
And I guess it's probably also not registered with the profiler (just calling PROFILER_REGISTER_THREAD should be enough to fix this).
Reporter | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Assignee: nobody → florian
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•4 years ago
|
||
Talked to Florian, and I will take this bug since it might be a bit more involved due to my not-so-great choice to use std::thread
instead of NSPR threads.
Assignee: florian → cmartin
Assignee | ||
Comment 3•4 years ago
|
||
The fix for Bug 1701570 will fix this bug as well.
Depends on: 1701570
Reporter | ||
Comment 4•4 years ago
|
||
Fixed in bug 1701570.
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Updated•3 years ago
|
Attachment #9205461 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•