Status: Unconfirmed Owner: ---- Labels: Type-Bug Pri-2 OS-All Area-Misc New issue 18069 by boaz.sedan: Chrome fails to start occasionally http://code.google.com/p/chromium/issues/detail?id=18069
Chrome Version : 2.0.172.37 (WinXP) What steps will reproduce the problem? 1. Start chrome from shortcut or command line occasionally fails to start chrome. What is the expected result? Chrome should start every time it is launched. What happens instead? Nothing. Chrome used to work fine for a while. Suddenly, after using chrome for a couple of hours, the shortcut fails to start chrome. Trying a hack I found in some other post, opening a "cmd" window and running chrome made it work a couple of times, but then it stopped working too. I figured there's a timing issue or some bad handle code, so I tried to run strace (StraceNT) on chrome, look what I got : [T1500] ReadProcessMemory(148, 252850, 182ec24, 50, ...) = 1 [T1500] ReadProcessMemory(148, 252910, 182ec24, 50, ...) = 1 [T3348] ReadProcessMemory(1c4, 253088, 12d398, 50, ...) = 1 [T1500] ReadProcessMemory(148, 252a78, 182ec24, 50, ...) = 1 Heap corruption detected at 00A84128 Exception = c0000005, Address = 7c9118b5 (first-chance!) [T3348] ReadProcessMemory(1c4, 7ffd900c, 12d3a4, 4, ...) = 1 [T3348] ReadProcessMemory(1c4, 251eb4, 12d3a8, 4, ...) = 1 [T3348] ReadProcessMemory(1c4, 251ee0, 12d3c0, 50, ...) = 1 [T3348] ReadProcessMemory(1c4, 251f48, 12d3c0, 50, ...) = 1 [T3348] ReadProcessMemory(1c4, 252010, 12d3c0, 50, ...) = 1 [T3348] ReadProcessMemory(1c4, 2520d0, 12d3c0, 50, ...) = 1 [T3348] ReadProcessMemory(1c4, 252190, 12d3c0, 50, ...) Exception = c0000005, Address = a624ab (first-chance!) = 1 [T3348] ReadProcessMemory(1c4, 252258, 12d3c0, 50, ...) = 1 [T3348] ReadProcessMemory(1c4, 252318, 12d3c0, 50, ...) Exception = c0000005, Address = a623d5 (first-chance!) = 1 [T3348] ReadProcessMemory(1c4, 2523d8, 12d3c0, 50, ...) = 1 [T3348] ReadProcessMemory(1c4, 252498, 12d3c0, 50, ...) Exception = c0000005, Address = a623d5 (second-chance!) = 1 Target process has been terminated. Exit Code = -1073741819. -- 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 --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
