O Windows Explorer falha sempre que uma unidade USB ou de rede é aberta

0

Isso se aplica ao Windows 7 de 64 bits, todos os Service Packs foram instalados.

Desde ~ 3 meses, o Windows Exlorer sempre falha quando estou conectando a uma unidade de rede ou quando estou abrindo uma unidade USB. Após a falha, demora cerca de 30 segundos a recuperar e, em seguida, é estável.

Eu fiz algumas pesquisas, e muitas pessoas dizem que o problema pode estar conectado a DLLs de extensões de shell que estão automaticamente verificando os arquivos na unidade.

Mas como detectar a DLL defeituosa e como desativá-la?

Encontrei algo como regsvr32 /u shmedia.dll , mas isso funciona apenas no XP, não no Windows 7.

    
por slhck 26.12.2012 / 07:35

1 resposta

1

Ok, a Ferramenta do Google Drive é a causa:

APPLICATION_VERIFIER_HEAPS_DOUBLE_FREE (7)
Heap block already freed.
This situation happens if the block is freed twice. Freed blocks are marked in a
special way and are kept around for a while in a delayed free queue. If a buggy
program tries to free the block again this will be caught assuming the block was not
dequeued from delayed free queue and its memory reused for other allocations.
The depth of the delay free queue is in the order of thousands of blocks therefore
there are good chances that most double frees will be caught. 

ntdll!NtWaitForSingleObject
ntdll!RtlReportExceptionEx
ntdll!RtlReportException
verifier!AVrfpVectoredExceptionHandler
ntdll!RtlpCallVectoredHandlers
ntdll!RtlDispatchException
ntdll!KiUserExceptionDispatch
verifier!VerifierStopMessage
verifier!AVrfpDphReportCorruptedBlock
verifier!AVrfpDphCheckNormalHeapBlock
verifier!AVrfpDphNormalHeapFree
verifier!AVrfDebugPageHeapFree
ntdll!RtlDebugFreeHeap
ntdll! ?? ::FNODOBFM::'string'
ntdll!RtlFreeHeap
verifier!AVrfpRtlFreeHeap
kernel32!HeapFree
verifier!AVrfpHeapFree
msvcr90!free
googledrivesync64!DllCanUnloadNow
shell32!CFSIconOverlayManager::_GetFileOverlayInfo
shell32!CFSIconOverlayManager::GetFileOverlayInfo
shell32!CFSFolder::_GetOverlayInfo
shell32!CFSFolder::GetOverlayIndex
EXPLORERFRAME!CNscOverlayTask::_Extract
EXPLORERFRAME!CNscOverlayTask::InternalResumeRT
EXPLORERFRAME!CRunnableTask::Run
shell32!CShellTask::TT_Run
shell32!CShellTaskThread::ThreadProc
shell32!CShellTaskThread::s_ThreadProc
shlwapi!ExecuteWorkItemThreadProc
ntdll!RtlpTpWorkCallback
ntdll!TppWorkerThread
kernel32!BaseThreadInitThunk
ntdll!RtlUserThreadStart


Loaded symbol image file: googledrivesync64.dll
Image path: C:\Program Files (x86)\Google\Drive\googledrivesync64.dll
Image name: googledrivesync64.dll
Timestamp:        Fri Nov 09 01:56:26 2012 (509C54BA)
CheckSum:         000BED93
ImageSize:        000BB000
File version:     1.6.3837.2778
Product version:  1.6.3837.2778
File flags:       0 (Mask 3F)
File OS:          4 Unknown Win32
File type:        2.0 Dll
File date:        00000000.00000000
Translations:     0409.04b0
CompanyName:      Google
ProductName:      Google Drive
ProductVersion:   1.6.3837.2778
FileVersion:      1.6.3837.2778
FileDescription:  Google Drive shell extension
LegalCopyright:   Google

Tem problemas para exibir os ícones de sobreposição.

Solução: Nas opções do Google Drive, desative os ícones de sobreposição de sincronização. Isso deve corrigir o problema.

Se o problema for resolvido, execute regedit.exe novamente, vá para

Relatório de erros \ LocalDumps HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ Windows

e

Opções de Execução de Arquivos de Imagem HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ .

Agora, exclua a chave Explroer.exe nas duas chaves e reinicialize. Isso desativa a criação de dump e o verificador de aplicativo .

    
por 03.01.2013 / 11:51