Comment #2 on issue 110105 by pkast...@chromium.org: Chrome: Crash Report
- Stack Signature: OmniboxViewWin::OmniboxViewWin(Autocomplete...
http://code.google.com/p/chromium/issues/detail?id=110105
OK, per Carlos, this is likely due to GetDC() returning NULL, which is in
turn likely due to GDI handle exhaustion or similar.
In this case Chrome is going to behave really badly and the best thing for
the user is just going to be to force a browser crash. The current code
already does that (by accident), but we can make things clearer by
CHECK()ing the result of GetDC().