[SOLVED] BSOD while torrenting - Windows 7 x64

gomuniguen

Member
Joined
Nov 8, 2014
Posts
5
Hi, my computer's been having some BSOD issues and after looking around for info and not being able to do anything, asking for help is the only thing I can think of now. Any help is appreciated.

· OS - Windows 7
· x64
· Windows 7
· Pre-Installed
· 3 years
· Around 1 year


· Intel Core i5-3450
· NVIDIA GeForce GTX 660
· Asus P8H77-V
· Corsair CX500


· System Manufacturer - N/A
· Exact model number - N/A


. Desktop

View attachment 9758 View attachment perfmon report.rar
 
Hi,

DRIVER_IRQL_NOT_LESS_OR_EQUAL (d1)

This indicates that a kernel-mode driver attempted to access pageable memory at a process IRQL that was too high.

Code:
1: kd> .trap 0xfffff8800330e790
NOTE: The trap frame does not contain all registers.
Some register values may be zeroed or incorrect.
rax=fffff8800330e9b0 rbx=0000000000000000 rcx=0000000000000000
rdx=0000000000000000 rsi=0000000000000000 rdi=0000000000000000
rip=fffff880016106fd rsp=fffff8800330e920 rbp=fffff8800330ea48
 r8=00000000ffffffbc  r9=0000000000000044 r10=0000000000000000
r11=fffffa8009cc0110 r12=0000000000000000 r13=0000000000000000
r14=0000000000000000 r15=0000000000000000
iopl=0         nv up ei pl zr na po nc
[COLOR=#ff0000]NETIO!RtlCopyBufferToMdl+0x1d[/COLOR]:
fffff880`016106fd 448b5228        [COLOR=#0000ff]mov     [/COLOR][COLOR=#008000]r10d[/COLOR],dword ptr [[COLOR=#800080]rdx+28h[/COLOR]] ds:00000000`00000028=????????

The immediate cause of the crash was setting r10d to the value at address rdx+28. They're volatile registers so we cannot check what was truly invalid here, but one of them was. In any case, the call in charge of the instruction was NETIO!RtlCopyBufferToMdl+0x1d -- This is the Network I/O Subsystem copying a buffer to a memory descriptor list. With this said, a 3rd party software is causing NETBIOS conflicts.



Uninstall Baidu Antivirus ASAP as it's very likely the problem.

Regards,

Patrick
 
@Patrick Yea, I disabled it after trying out some other stuff I saw on other threads and didn't see any more BSOD, not even when I left some stuff downloading while I slept. I'll remove it right away, thanks.

@Wrench97 I used that for like 1 week and noticed how useless it was. But I'll follow those instructions to make sure I get rid of it fully.
 
BTW, do you guys have any advice on an antivirus that doesn't produce the same problem? I'm open to suggestions :)
 
Apparently I got a blue screen again, but might have been because I didn't restart the computer after removing Baidu. Will wait and see if there are any more BSOD.
 
For now MSE or Avast will do while sorting this out, MSE is not the most secure but is not system intense and has no known issues on Win 7, Avast is more secure but you have to work through the nag screens until you get them all turned off.
 
I personally use MSE, but Avast and ESET are good programs which rarely (if they still even do) cause any problems such as BSODs.
 
I've seen that Avast does quite a bit; I've not seen many ESET cases.
MSE has only ever been the cause of one crash that I've seen. It was a while ago though.
 
Rarely if ever are antiviruses themselves actually the causes of a crash if they are the culprit. It's either a conflict with a pre-existing software configuration on the system (whether that's affected file system wise or network wise), a bug, or a bad definitions rollout. The only antivirus I can confidently say has surely caused issues just on its own is QuickHeal. Not really sure where they were going with the development of that antivirus, but I digress.
 
I haven't even heard of it. The name doesn't sound good though...
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top