05-11-2007, 06:24 PM -
I too have had explorer.exe stop responding so I tried attaching a debugger to the explorer.exe process and get the following when I load TLB:
I don't know if this helps as I believe it to be a result of tlb.dll throwing an exception when a debugger is running. Yuri do you have a debug version that I can run? Perhaps we could get lucky.
Code:
Debug Output:
The thread 'Win32 Thread' (0x12f8) has exited with code 0 (0x0).
'explorer.exe': Loaded 'tlb.dll', No symbols loaded.
'explorer.exe': Unloaded 'tlb.dll'
'explorer.exe': Loaded 'C:\Program Files\TrueLaunchBar\tlb.dll', Binary was not built with debug information.
'explorer.exe': Loaded 'C:\Windows\System32\comdlg32.dll', Symbols loaded (source information stripped).
%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s'explorer.exe': Loaded 'C:\Windows\System32\inetmib1.dll', Symbols loaded (source information stripped).
'explorer.exe': Loaded 'C:\Windows\System32\snmpapi.dll', Symbols loaded (source information stripped).
First-chance exception at 0x039236d8 in explorer.exe: 0xC0000096: Privileged instruction.
First-chance exception at 0x03923713 in explorer.exe: 0xC000001D: Illegal Instruction.
First-chance exception at 0x03940b6d in explorer.exe: 0xC0000005: Access violation writing location 0x00000000.
Call Stack:
> 0391ba4f()
ntdll.dll!@RtlpLowFragHeapAllocFromContext@8() + 0x125 bytes
ntdll.dll!_RtlFreeHeap@12() + 0x7a bytes
ntdll.dll!_RtlFreeHeap@12() + 0x7a bytes
kernel32.dll!_BaseDllOpenIniFileOnDisk@4() + 0x18f bytes
027ec1e4()
I don't know if this helps as I believe it to be a result of tlb.dll throwing an exception when a debugger is running. Yuri do you have a debug version that I can run? Perhaps we could get lucky.