PAGE_FAULT_IN_NONPAGED_AREA quando si utilizzano i torrent


0

Ho Lenovo Y5070 (Windows 10).

Quando utilizzo uno qualsiasi dei programmi torrent (Deluge, uTorrent), ho l'errore BSOD - PAGE_FAULT_IN_NONPAGED_AREA. Come posso ripararlo?

Discarica - https://drive.google.com/file/d/0Bwqgt-32OJzcdzlNUDRYTFIxdUU/view Grazie!

iwex 19 nov 2016 08:17
fonte

Questo codice bugcheck è quasi sempre dovuto a un bug in un driver in modalità kernel o nel codice della modalità kernel OS.
Jamie Hanrahan 17 nov 2016 17:04

hai provato il nuovo driver? Il driver risolve il problema o no?
magicandre1981 9 dic 2016 15:58

Risposte:


0

Analizzando la dmp con windbg mostra, che il driver Broadcom bcmwl63a.sys è la causa

*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

PAGE_FAULT_IN_NONPAGED_AREA (50)
Invalid system memory was referenced.  This cannot be protected by try-except.
Typically the address is just plain bad or it is pointing at freed memory.
Arguments:
Arg1: ffffa780006f56d8, memory referenced.
Arg2: 0000000000000000, value 0 = read operation, 1 = write operation.
Arg3: fffff801c2829832, If non-zero, the instruction address which referenced the bad memory
    address.
Arg4: 0000000000000002, (reserved)

Debugging Details:
------------------

*** WARNING: Unable to verify timestamp for bcmwl63a.sys
*** ERROR: Module load completed but symbols could not be loaded for bcmwl63a.sys


 # Call Site
00 nt!KeBugCheckEx
01 nt! ?? ::FNODOBFM::`string'
02 nt!MmAccessFault
03 nt!KiPageFault
04 nt!MmBuildMdlForNonPagedPool
05 ndis!NdisAllocateMdl
06 bcmwl63a
07 0x0
08 nt!SwapContext
09 0x0
0a 0x0
0b nt!KiDeferredReadyThread

Image path: \SystemRoot\system32\DRIVERS\bcmwl63a.sys
Image name: bcmwl63a.sys
Browse all global symbols  functions  data
Timestamp:        Mon Jul 20 11:54:40 2015

Questa è la versione precedente 7.35.267.0, prova l'ultima 7.35.344.0 .

magicandre1981 19 nov 2016 08:17
fonte
Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.