Comment #20 on issue 20045 by willchan: crash in WebPluginDelegateImpl::Initialize with flash -- gcc 4.4 bug? http://code.google.com/p/chromium/issues/detail?id=20045
Oh, I ought to fix up the info for posterity's sake. I was a retard and didn't read the earlier comments that said that it was a plugin crash when I first tried to debug this. The plugin crash does indeed repro on Fedora 11. And the bug isn't gcc 4.4 specific. sizeof(bool)==1 in opt has been true for awhile. Most likely the bug was benign before due to the stack layout, but that probably changed when compiling with gcc 4.4, which exposed the bug. -- 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 -~----------~----~----~----~------~----~------~--~---
