External Publication
Visit Post

Platform Development • Re: The browser hang with 0 CPU load.

Pale Moon forum - Forum index [Unofficial] April 29, 2026
Source

Okay, so I did some more experimenting with different values now that I can reproduce the issue consistently on my quad-core i7-3770.

What I found was that using just using threadCount freezes it every time. Using a value of two didn't. But then I got the weird idea from somewhere in the back of my mind to try threadCount - 1. It worked consistently even just subtracting 1 from the total thread count. So, if my intuition based on these observations is right, the problem with just using threadCount directly is that it uses ALL threads that are available at once in some cases, and doesn't leave anything free.


Discussion in the ATmosphere

Loading comments...