Hi, I hope this is the correct forum for my post.
After about 15 mins or so on the internet my PC crashes and I get a blue screen with the message DRIVER_IRQL_NOT_LESS_OR_EQUAL. I used NirSoft BlueScreenView to access the dump file and give me information regarding the crash. The info is below:
Now I know that the driver at fault is indicated as Sunbelt Firewall, but at Stack Address 3 it shows an Avast Antivirus driver. Does this mean that the Sunbelt driver is having problems with the Avast driver?
If so, any advice as to what to do would be welcome.
Thanks,
Mike
BSOD was caused in SbFw.sys, Avast or other drivers may be on stack, because these network requests are processed by several drivers (e.g. firewalls: sunbelt, scanning: avast, …), etc. In this case you should contact sunbelt forum and send them minidump file.
I think it is time to get another firewall as the Sunbelt Personal Firewall hasn’t been updated since November 11th, 2008 (last release version 4.6.1861.0).
I don’t even know if there is an active Sunbelt forum or what it could do even if dumps are able to be sent.
Thanks for replies. Sunbelt is not available any more but I’ve kept using it because I like it and it works. I think it probably is time to change.
I’m not that computer literate and wasn’t sure what the stack information actually meant, but from your answer it seems it definitely is Sunbelt that is causing the problem.
Never had trouble with Avast before and didn’t really think it was causing this problem. Got the daunting task now of finding another firewall that works in a similar manner to Sunbelt.
Just as a matter of interest, I’m still using Win XP, and also have Spybot installed.
Thanks again.
Great. Example of callstack: when you type a URL in your browser, it tries to generate a website request. This request is inspected by scanning engine (e.g. Avast), then it may be examined by Firewall, when this connection is allowed, then it may be inspected by other component(s) and when it reaches the lowest device (your physical network card), then this request is leaving your computer.
when the website request processing fails in Firewall component, you’ll see all previous layers (in callstack). That’s why you see Avast in callstack, although this request has been already forwarded to next layer. It’s good to see callstacks, because you know which layers inspected (and possibly modified) these requests.