Comment #81 on issue 49 by [EMAIL PROTECTED]: Attempting to open Chrome  
Options crashes in WinXP-64bit
http://code.google.com/p/chromium/issues/detail?id=49

javlopez: From your setup, the easiest first thing to try is to get a full  
dump from
you. The mini dumps only have stack information, so it's harder to tell  
what's going
on.

If you can run Chrome in windbg with a clean profile (so you don't get any  
history in
the dump file, and also keep it smaller) like so:
   windbg chrome.exe --user-data-dir=c:\temp_profile
Then do the thing that crashes. In windbg, do:
   .dump /mf c:\full_dump.dmp
it will create a "full" minidump. Then zip that up and email it to me  
(might be too
big to post, it should be ~20MB).

If we can't get any further, I can get you a debug build to try the same  
thing in.

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