Status: Assigned Owner: [email protected] Labels: Type-Bug OS-All Area-Extensions
New issue 22157 by [email protected]: Extension with empty permissions array in manifest crashes utility process http://code.google.com/p/chromium/issues/detail?id=22157 1. Install attached extension. 2. Install fails with "utility process crashed". This is caused by a call to ExtensionErrorReporter inside extension.cc that was left over from a very long time ago (before we had the sandboxed unpacker process). ExtensionErrorReporter is a singleton that must be initialized manually. This is never done in the utility process, so we crash. -- 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 -~----------~----~----~----~------~----~------~--~---
