[Webkit-unassigned] [Bug 9841] flash player plug-in is crashing in WebView

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 26 23:40:47 PST 2006


http://bugs.webkit.org/show_bug.cgi?id=9841





------- Comment #7 from gurmit.teotia at gmail.com  2006-12-26 23:40 PDT -------
We've found the workaround for this bug. It was crashing while calling [window
setContentSize] and perfroming drawing operation in flash application. As clear
from stack trace, crash was happening in the execution path of "null event"
timer callback function so as a workaround we're just suppressing the timer
while calling [window setContentSize]. Timer can be suppressed by changing the
run loop mode, hence no need to change any thing in webkit. So as a solution:
Change RunLoop Mode ot other then default
Call [window setContentSize]
Return to default mode

I'll upload a sample application, in which one can easily see the crash. In
that application we're loading the flash file repeatedly while changing window
size. In our application we're not doing that but stack trace is same.

Thanks,
Gurmit


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list