Author Topic: Windows 10 BSOD issue  (Read 1687 times)

0 Members and 1 Guest are viewing this topic.

Offline leap

  • Newbie
  • *
  • Posts: 2
Windows 10 BSOD issue
« on: July 07, 2020, 12:17:41 PM »
Hi
I would like to report a Windows 10 BSOD (Blue Screen of Death) issue on your network filter driver (aswArPot.sys) while spacedesk (https://spacedesk.net/) is connected over USB tethering connection.
Please check the dump analysis here:
https://www.dropbox.com/s/u14y141pmc7i62z/2020-06-22-BSOD%20while%20spacedesk%20is%20connected%20-%20DumpAnalysis.txt?dl=0

It seems that your network filter driver (aswArPot.sys) is crashing when doing network transfer over RNDIS driver (USB tethering connection).
« Last Edit: July 08, 2020, 05:49:45 AM by leap »

Offline Asyn

  • Avast Überevangelist
  • Certainly Bot
  • *****
  • Posts: 76037
    • >>>  Avast Forum - Deutschsprachiger Bereich  <<<
Re: Windows 10 BSOD issue
« Reply #1 on: July 08, 2020, 06:35:07 AM »
Dev-Info: From the attached stack aswArpot is not to blame for BSOD, aswArPot.sys is filtering Afd and it is not the reason of BSOD in this case.
W8.1 [x64] - Avast Free AV 23.3.8047.BC [UI.757] - Firefox ESR 102.9 [NS/uBO/PB] - Thunderbird 102.9.1
Avast-Tools: Secure Browser 109.0 - Cleanup 23.1 - SecureLine 5.18 - DriverUpdater 23.1 - CCleaner 6.01
Avast Wissenswertes (Downloads, Anleitungen & Infos): https://forum.avast.com/index.php?topic=60523.0

Offline leap

  • Newbie
  • *
  • Posts: 2
Re: Windows 10 BSOD issue
« Reply #2 on: July 08, 2020, 11:59:32 AM »
CORRECT: Avast driver software aswArPot.sys is filtering Microsoft driver software afd.sys

So you say it is Microsoft's fault??? afd.sys is not only coming from Microsoft but actually comes as in integral part with the Windows 10 operating System.

Then why do we NEVER hear of Microsoft afd.sys crashing WITHOUT Avastas aswArPot.sys?
FYI: Microsoft afd.sys is installed on EVERY Windows 10 machine! More than 1 BILLION.
On how many less is Avast aswArPot.sys installed? 
Why do we never hear of Microsoft afd.sys crashing on more than 1 BILLION of machines?
Why do we only hear of it crashing in these rare cases when Avast aswArPot.sys is also present?

Avast aswArPot.sys network filter driver is filtering another driver. This poor other filtered driver is crashing. Who's fault is it? ALWAYS THE FILTER DRIVER'S FAULT! This is basic knowledge of Windows device driver software development which can be learned at any reasonable driver developer seminar.

Offline Spec8472

  • Avast team
  • Sr. Member
  • *
  • Posts: 297
Re: Windows 10 BSOD issue
« Reply #3 on: July 08, 2020, 12:59:18 PM »
Hello Leap,

aswArpot.sys is filtering Afd driver, that's true, but the crash is much lower in callstack Afd -> Tcpit -> Ndis -> Rndismp6 -> Usb80236(Crash). The aswArpot.sys processing is basically pass-through here. MS always blames first non-MS driver found in upper stack frames, which is pretty allibistic approach. In such situation 3rd party filter (if present) is always guilty according to MS. I'd suspect Usb80236 first, but this still could be caused by other Avast WFP network filter. It is hard to say without complete memory dump.