Ooops, I accidentally removed chromium-discuss when I replied. Too bad the conventional way of creating a dump file are not working for you. However, you said you had installed the Debugging Tools for Windows, which means you can use WinDbg to catch the crash. Here is how: Shut down all Chrome instances. Then open WinDbg, select File \ Open Executable, browse to Chrome and launch it (you will have to press F5 after you close the File Open box). The Chrome window should come up. Now reproduce the crash.
WinDbg should take control when this happens and you can generate a dump file using this command (in the Command Window of WinDbg): .dump /ma c:\chrome.dmp That should create a dump file on the root of the C: drive which you can send to me. 2009/2/12 灵感之源 <[email protected]> > Hi, > > I also installed the debugging tools for win 2003, and also run the > gflags. and I also have searched for the .dmp file in Documents and Settings > as well as the whole system drive, none is generated today :( really not > know what's going on.... > > > 2009/2/12, Finnur Thorarinsson <[email protected]>: >> >> >> >> Ah, W2K3... I don't know if the XP one works. The gflags tool is also on >> the Windows 2003 CD under \Support\Tools. >> >> Can you try searching for .dmp files created today on your hard disk and >> see if it is in another location? But first, shut down all instances of >> Chrome and try launching Chrome with >> chrome.exe --noerrdialogs >> then reproduce the crash and check the %TEMP% directory for a .dmp file... >> if you don't find it, search the whole disk. >> >> >> >> 2009/2/11 灵感之源 <[email protected]> >> >>> I enabled the crash dump, manually extract the Windows Support tools for >>> Windows XP, run every steps in your instruction. download file, press ok, >>> crashed without compromise :) without restarting. >>> >>> but there is NO report file in %USERPROFILE%\Local Settings\Application >>> Data\Google\Update\CrashReports, strange, er? >>> >>> >>> 在09-2-12,Finnur Thorarinsson <[email protected]> 写道: >>> >>>> Sounds to me like a file extension crashing... >>>> >>>> See the following document, which helps configure Chrome to generate a >>>> crash dump. >>>> http://www.google.com/support/chrome/bin/answer.py?answer=107788 >>>> >>>> >>>> Also, follow these instructions to turn on heap checking: >>>> http://code.google.com/p/chromium/issues/detail?id=3269#c14 >>>> >>>> Once you turn on both crash dump generation and heap checking, start up >>>> Chrome and try to get it to crash again. You can send me the dump file >>>> directly and we'll take it from there. >>>> >>>> >>>> >>>> 2009/2/11 灵感之源 <[email protected]> >>>> >>>>> there are other ways to reproduce: >>>>> >>>>> 1. right click, "new...", might crash; >>>>> 2. right click, "new..."->folder, will crash; >>>>> 3. after above, select a file, click "OK", will crash; >>>>> >>>>> it crashes so often that I will try not to download file as possible as >>>>> I can... >>>>> >>>>> >>>>> 2009/2/12, Finnur Thorarinsson <[email protected]>: >>>>> >>>>>> There have been a few shell extensions that crash Chrome when saving. For >>>>>> example: http://code.google.com/p/chromium/issues/detail?id=5228 >>>>>> Maybe something like that, perhaps? >>>>>> >>>>>> On Wed, Feb 11, 2009 at 19:54, unruledboy <[email protected]>wrote: >>>>>> >>>>>>> >>>>>>> very often, when I download file, choose local file to save, it will >>>>>>> crash. I am using windows 2003 enterprise. >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>>> >>>>> >>>> >>>> >>> >>> >>> >>> -- >>> Regards, >>> 灵感之源 >> >> >> >> > > > > -- > Regards, > 灵感之源 --~--~---------~--~----~------------~-------~--~----~ Chromium Discussion mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-discuss -~----------~----~----~----~------~----~------~--~---
