Status: Assigned Owner: [email protected] Labels: Type-Bug Pri-2 OS-All Area-Extensions
New issue 25865 by [email protected]: Cannot check locale from within the utility process http://code.google.com/p/chromium/issues/detail?id=25865 Whenever I try to install an extension, the renderer NOTREACHes (sad tab). I tracked it down to the fact that we now check the locale when validating the extension. The functions under the hood do a GetFileAttributes on the local DLL (en- US.dll), which we don't have access to from within the sandbox (utility process). Therefore we get ACCESS_DENIED and Chrome thinks no locale is installed and NOTREACHes() on l10n_util:482. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
