Updates:
        Summary: Tool for collecting minidump during a chrome hang

Comment #1 on issue 6010 by [email protected]: Tool for collecting  
minidump during a chrome hang
http://code.google.com/p/chromium/issues/detail?id=6010

Not to challenge the need for such a tool like the one you describe, but to  
answer your
question on what to do when you have Chrome hang on your machine you can  
produce a
minidump in (at least) the following ways:

1) Vista only: Right click the process in Vista Task Manager and select  
Create Dump (or
something, don't remember the wording).
2) drwtsn32.exe -p <the PID of hung Chrome exe>
3) userdump.exe chrome.exe    (userdump.exe can be downloaded from MS)
4) Attach to the process with WinDbg/DevStudio and generate a dump.

Option 1 and 2 are easy because they don't require downloading or  
installing anything,
but require you to figure out which process is hung (same with option 4).

--
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to