Be careful of installing Google Chrome on a Windows XP computer with an Intel 915i graphics card on board. I ran into an odd problem at a client, who had recently installed it. Occassionally, the system would bail out with a BSOD, and a vague error code. At first, I suspected a hardware problem, but letting WinDbg loose on the minidump file revealed the true culprit.
Apparently, there's a conflict between the graphics driver of the Intel 915 and Chrome, causing the BSOD. A detailed analysis in WinDbg revealed the causing program as chrome.exe. See the attached text file for a full log of the problem.
The client stopped using Chrome, and his odd BSODs went away.
The analysis of the dump indicates a problem with GDI and Google Chrome. The latter has GDI perform some illegal operation, causing a BSOD. Further analysis reveals it may be related to the graphics driver (which is old).