PDA

View Full Version : Computer crashed because of SB&D -> Update needed



Nasenbaer
2008-11-13, 09:50
Hi

I have a SC, no Dual Core. If Sb&D is starting his check, the computer runns about 30min at 100% CPU and then the heating control switches the Notebook off immediately.
I can not do the Sb&D Test to the end because of that.
I'm a software engineer. I know, with the simple command "Threading.Thread.Sleep(1)" the problem is solved.
Perhaps optionally by hidden function parameter or something like "Auto detect cores". But I can no more use Sb&D since a while because of that.

Regards

Timo

PepiMK
2008-11-14, 19:49
Sleep? Sleep is evil ;)
If at all, delays should be done using WaitForSingleObject.

But! For delays to cool down the CPU, they need to be that substantial that the scan slowdown would be noticable. And for the 99,5% of machines that have a "proper" heating, that would not be fair.

Maybe an undocumented registry tweak could be done...

DougCuk
2008-11-15, 17:02
You are a software engineer and want a software solution - I'm more of a general/harware engineer so maybe I tend to take a more general approach to this type of problem.

I suggest you have a problem with your Notebook cooling system - as it is unable to run at 100% CPU for more than 30 mins without overheating and shutting down. You could no doubt trigger the same problem from any number of programs that imposed the same level of CPU loading - AntiVirus, Defrag, Video conversion.

I suppose you could try setting the "Scan Priority" in Spybot down from the default to a lower setting which might reduce the CPU load. Maybe combined with a low load task to force load sharing - a screen saver maybe.

But it sounds as if you really need to improve your CPU cooling. Often the safety margin built into the cooling systems of laptops is very minimal and you can go from ok cooling and overheating with very little restriction in airflow.

Have you checked for fluff blocking the cooling vents, radiator fins and fan housing inside the laptop? I recently cleared out several laptop cooling systems that were clogged with fluff and pet hair - often caused by using laptops on soft surfaces. One was so bad that the system barely booted before it overheated and shutdown.

PepiMK
2008-11-17, 12:11
While I fully agree with DougCuk that the hardware should be able to deal with 100% for a long time (just imagine how many notebooks are "misused" for heavy duty gaming these days, running 100% CPU plus 100% GPU for more than just 30 minutes); anyway, I've added an inofficial tweak, see this wiki page (http://wiki.spybot.info/index.php/Registry_Tweaks#ScanItemDelay) :)