Opened 5 years ago

Closed 4 years ago

#5620 closed defect (fixed)

UserReporter thread always uses max CPU resources since r22772

Reported by: Imarok Owned by: Imarok
Priority: Release Blocker Milestone: Alpha 24
Component: Core engine Keywords:
Cc: Patch: Phab:D2373

Description

Since r22772 the UserReporter worker thread always uses the maximum CPU resources though occupying a whole virtual core.

Change History (2)

comment:1 by Imarok, 5 years ago

Patch: Phab:D2373

comment:2 by Imarok, 4 years ago

Owner: set to Imarok
Resolution: fixed
Status: newclosed

In 23259:

Fix User Reporter worker thread always using a full CPU-Thread

Summary:
This bug was introduced in rP22772.
Fixed by not using the predicate of the wait command.
It was wrong and even if it was right it wouldn't be really usefull.

Reviewed by: Angen

Fixes: #5620

Differential Revision: https://code.wildfiregames.com/D2373

Note: See TracTickets for help on using tickets.