diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-27 23:51:18 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-27 23:51:18 +0000 |
commit | 69aef0f1e91c942f3fc34cfb41e87a5dd247b317 (patch) | |
tree | 5e2936769d4ece40177b0f75dfcb145295295b76 /net/base/sdch_manager.h | |
parent | 2ee2329e9d55fdf601752a10abbe16581eefbe9d (diff) | |
download | chromium_src-69aef0f1e91c942f3fc34cfb41e87a5dd247b317.zip chromium_src-69aef0f1e91c942f3fc34cfb41e87a5dd247b317.tar.gz chromium_src-69aef0f1e91c942f3fc34cfb41e87a5dd247b317.tar.bz2 |
Don't call SetPriorityClass if CBSText.dll is loaded in the browser process. The CBSText.dll loads as a global GetMessage hook into the browser process and intercepts/unintercepts the kernel32 API SetPriorityClass in a background thread. If the browser calls this API just
when it is intercepted the dlls interceptor proc messes up the stack while returning back, which causes random crashes in the browser.
The hacky fix for now is to check for this dll and not invoke the API. We will beautify this fix if it works in the wild.
This fixes http://code.google.com/p/chromium/issues/detail?id=6418
Bug=6418
Review URL: http://codereview.chromium.org/27257
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10648 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/base/sdch_manager.h')
0 files changed, 0 insertions, 0 deletions