Status: Untriaged Owner: [email protected] Labels: Type-Bug Pri-2 OS-All Area-Misc
New issue 25091 by [email protected]: Multiple threads in exception handler http://code.google.com/p/chromium/issues/detail?id=25091 In dumps we are seeing more than one thread in the crash handler (UnhandledExceptionFilter), for example reportid=eaafcf620fd7f7f4 We somehow assumed that the crash hander was serializing them but upon careful inspection there is nothing to slow down two threads so that causes problems when in the browser process we are trying to restart the browser, we can end up spawning to browser processes very close in time with the same command line. This can cause crashes or weird behavior. -- 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 -~----------~----~----~----~------~----~------~--~---
