Hello @ScoreUnder, are you still experiencing this issue on an up to date system?
I don't quite know when it resolved, but I don't think I've seen it happen in recent versions.
Thanks for the feedback, closing.
I'm still experiencing this issue.. Wanted to try out Artifact today :D
Hello @stevenroose, please open a new issue report.
Nothing extracted yet.
I killed a steam web helper which was at 100% CPU and had hogged 78 hours of CPU time, in the hopes of having it return to reasonable levels, but it immediately respawned and started using 100% CPU again.
The problematic thread is this one (thread 3 in this list):
It is the only one which is consistently running in user mode (i.e. not waiting on a syscall) and pausing that thread alone reduces cpu usage to 0% (occasionally spiking at 0.5%).
Other backtraces I've seen from that same thread:
It is stuck inside this function:
Seems like it always hits that "je" at _ZN10CCEFThread12CIPCTaskPost3RunEv+53, leaving itself in a busy infinite loop.
Setting these 2 breakpoints, they never fire:
I hope that's enough info.