--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
Also noteworthy, from inspecting the PDBs in my local build, the two biggest are unit_tests.exe.pdb and browser_tests.exe.pdb both of which are slightly bigger than 1 GB (component+incremental+Release build).cpu@ was saying that the 1GB PDB size threshold had been a problem in the past with some Windows tools.
Could it be that we use an old version of dbghelp that has such an issue (FWIW, the stacks on the Vista bots are fine).
// Work around a mysterious hang on Windows XP.I think I might have fixed that while I was sheriffing like 6 months ago.
Awesome, thanks Scott!