Status: Unconfirmed
Owner: [EMAIL PROTECTED]
Labels: Type-Bug Pri-2 OS-All Area-Misc

New issue 4663 by miketruty: Chrome cannot load - cdb shows module could  
not be found looking for comctl32.dll which exists
http://code.google.com/p/chromium/issues/detail?id=4663

Chrome Version       : not sure, would be nice if chrome.exe exporter
windows version info, chrome.exe is dated 11/17/2008 and new_chrome.exe is
dated 11/18/2008.  There are 2 directories present: 0.4.154.18 and
0.4.154.23.  My guess is I'm stuck somehow in the middle of upgrading the  
two.

What steps will reproduce the problem?
1. Don't know how I got into this state.
2. Start chrome.
3. No windows appears
4. Start chrome under cdb.
5. Notice failure.

What is the expected result? A windows opens. Smile ensues.


What happens instead?  No window opens.  No smile.


Please provide any additional information below. Attach a screenshot if
possible.

C:\Documents and Settings\truty\Local Settings\Application
Data\Google\Chrome\Application>cdb chrome.exe

Microsoft (R) Windows Debugger Version 6.10.0003.233 X86
Copyright (c) Microsoft Corporation. All rights reserved.

CommandLine: chrome.exe
Symbol search path is: c:\windows\symbols
Executable search path is:
ModLoad: 00400000 004c0000   chrome.exe
ModLoad: 7c900000 7c9b0000   ntdll.dll
ModLoad: 7c800000 7c8f5000   C:\WINDOWS\system32\kernel32.dll
ModLoad: 7e410000 7e4a0000   C:\WINDOWS\system32\USER32.dll
ModLoad: 77f10000 77f57000   C:\WINDOWS\system32\GDI32.dll
ModLoad: 77dd0000 77e6b000   C:\WINDOWS\system32\ADVAPI32.dll
ModLoad: 77e70000 77f02000   C:\WINDOWS\system32\RPCRT4.dll
ModLoad: 77fe0000 77ff1000   C:\WINDOWS\system32\Secur32.dll
ModLoad: 77c00000 77c08000   C:\WINDOWS\system32\VERSION.dll
ModLoad: 7c9c0000 7d1d7000   C:\WINDOWS\system32\SHELL32.dll
ModLoad: 77c10000 77c68000   C:\WINDOWS\system32\msvcrt.dll
ModLoad: 77f60000 77fd6000   C:\WINDOWS\system32\SHLWAPI.dll
(678.624): Break instruction exception - code 80000003 (first chance)
eax=00251eb4 ebx=7ffdb000 ecx=00000007 edx=00000080 esi=00251f48  
edi=00251eb4
eip=7c901230 esp=0012fb20 ebp=0012fc94 iopl=0         nv up ei pl nz na po  
nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000              
efl=00000202
*** ERROR: Symbol file could not be found.  Defaulted to export symbols for
ntdll.dll -
ntdll!DbgBreakPoint:
7c901230 cc              int     3
0:000> g
ModLoad: 76390000 763ad000   C:\WINDOWS\system32\IMM32.DLL
ModLoad: 629c0000 629c9000   C:\WINDOWS\system32\LPK.DLL
ModLoad: 74d90000 74dfb000   C:\WINDOWS\system32\USP10.dll
ModLoad: 48000000 4801f000   C:\PROGRA~1\Google\GOOGLE~4\GOEC62~1.DLL
ModLoad: 71ab0000 71ac7000   C:\WINDOWS\system32\WS2_32.dll
ModLoad: 71aa0000 71aa8000   C:\WINDOWS\system32\WS2HELP.dll
ModLoad: 552f0000 55320000   C:\PROGRA~1\Sophos\SOPHOS~1\SOPHOS~1.DLL
ModLoad: 76bf0000 76bfb000   C:\WINDOWS\system32\PSAPI.DLL
ModLoad: 48000000 4801f000   C:\PROGRA~1\Google\GOOGLE~4\GOEC62~1.DLL
ModLoad: 71ab0000 71ac7000   C:\WINDOWS\system32\WS2_32.dll
ModLoad: 71aa0000 71aa8000   C:\WINDOWS\system32\WS2HELP.dll
ModLoad: 773d0000 774d3000
C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2982_x-ww_ac3f9c03\comctl32.dll
The specified module could not be found.
eax=00251ebc ebx=00000000 ecx=00007525 edx=7c97c080 esi=7c90e88e  
edi=00000006
eip=7c90eb94 esp=0012fdd0 ebp=0012fecc iopl=0         nv up ei pl zr na pe  
nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000              
efl=00000246
ntdll!KiFastSystemCallRet:
7c90eb94 c3              ret
0:000> q
quit:

C:\Documents and Settings\truty\Local Settings\Application
Data\Google\Chrome\Application>cdb new_chrome.exe

Microsoft (R) Windows Debugger Version 6.10.0003.233 X86
Copyright (c) Microsoft Corporation. All rights reserved.

CommandLine: new_chrome.exe
Symbol search path is: c:\windows\symbols
Executable search path is:
ModLoad: 00400000 004c0000   chrome.exe
ModLoad: 7c900000 7c9b0000   ntdll.dll
ModLoad: 7c800000 7c8f5000   C:\WINDOWS\system32\kernel32.dll
ModLoad: 7e410000 7e4a0000   C:\WINDOWS\system32\USER32.dll
ModLoad: 77f10000 77f57000   C:\WINDOWS\system32\GDI32.dll
ModLoad: 77dd0000 77e6b000   C:\WINDOWS\system32\ADVAPI32.dll
ModLoad: 77e70000 77f02000   C:\WINDOWS\system32\RPCRT4.dll
ModLoad: 77fe0000 77ff1000   C:\WINDOWS\system32\Secur32.dll
ModLoad: 77c00000 77c08000   C:\WINDOWS\system32\VERSION.dll
ModLoad: 7c9c0000 7d1d7000   C:\WINDOWS\system32\SHELL32.dll
ModLoad: 77c10000 77c68000   C:\WINDOWS\system32\msvcrt.dll
ModLoad: 77f60000 77fd6000   C:\WINDOWS\system32\SHLWAPI.dll
(1428.1038): Break instruction exception - code 80000003 (first chance)
eax=00251eb4 ebx=7ffd6000 ecx=00000007 edx=00000080 esi=00251f48  
edi=00251eb4
eip=7c901230 esp=0012fb20 ebp=0012fc94 iopl=0         nv up ei pl nz na po  
nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000              
efl=00000202
*** ERROR: Symbol file could not be found.  Defaulted to export symbols for
ntdll.dll -
ntdll!DbgBreakPoint:
7c901230 cc              int     3
0:000> g
ModLoad: 76390000 763ad000   C:\WINDOWS\system32\IMM32.DLL
ModLoad: 629c0000 629c9000   C:\WINDOWS\system32\LPK.DLL
ModLoad: 74d90000 74dfb000   C:\WINDOWS\system32\USP10.dll
ModLoad: 48000000 4801f000   C:\PROGRA~1\Google\GOOGLE~4\GOEC62~1.DLL
ModLoad: 71ab0000 71ac7000   C:\WINDOWS\system32\WS2_32.dll
ModLoad: 71aa0000 71aa8000   C:\WINDOWS\system32\WS2HELP.dll
ModLoad: 552f0000 55320000   C:\PROGRA~1\Sophos\SOPHOS~1\SOPHOS~1.DLL
ModLoad: 76bf0000 76bfb000   C:\WINDOWS\system32\PSAPI.DLL
ModLoad: 48000000 4801f000   C:\PROGRA~1\Google\GOOGLE~4\GOEC62~1.DLL
ModLoad: 71ab0000 71ac7000   C:\WINDOWS\system32\WS2_32.dll
ModLoad: 71aa0000 71aa8000   C:\WINDOWS\system32\WS2HELP.dll
ModLoad: 773d0000 774d3000
C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2982_x-ww_ac3f9c03\comctl32.dll
The specified module could not be found.
eax=00251ebc ebx=00000000 ecx=0000997f edx=7c97c080 esi=7c90e88e  
edi=00000006
eip=7c90eb94 esp=0012fdd0 ebp=0012fecc iopl=0         nv up ei pl zr na pe  
nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000              
efl=00000246
ntdll!KiFastSystemCallRet:
7c90eb94 c3              ret
0:000> q
quit:

C:\Documents and Settings\truty\Local Settings\Application
Data\Google\Chrome\Application>

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-bugs" group.
To post to this group, send email to chromium-bugs@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to