WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
102682
[EFL][WK2] Fix possible crash in EwkViewImpl::displayTimerFired()
https://bugs.webkit.org/show_bug.cgi?id=102682
Summary
[EFL][WK2] Fix possible crash in EwkViewImpl::displayTimerFired()
Chris Dumez
Reported
2012-11-19 05:36:33 PST
We sometimes get the following crash in EwkViewImpl::displayTimerFired(): 1 0x411ed8 2 0x2b997e86acb0 3 0x2b997e6dd9f1 EwkViewImpl::displayTimerFired(WebCore::Timer<EwkViewImpl>*) 4 0x2b998122f8fa WebCore::ThreadTimers::sharedTimerFiredInternal() 5 0x2b9981b6f7fd 6 0x2b997ef1746e _ecore_timer_expired_call 7 0x2b997ef1763b _ecore_timer_expired_timers_call 8 0x2b997ef14551 9 0x2b997ef14b45 ecore_main_loop_iterate 10 0x411265 TestWebKitAPI::Util::run(bool*) 11 0x40ff15 TestWebKitAPI::WebKit2_DOMWindowExtensionNoCache_Test::TestBody() 12 0x2b997e7ee7ea testing::Test::Run() 13 0x2b997e7ee8f8 testing::internal::TestInfoImpl::Run() 14 0x2b997e7ee9b5 testing::TestCase::Run() 15 0x2b997e7eecee testing::internal::UnitTestImpl::RunAllTests() 16 0x4118a2 TestWebKitAPI::TestsController::run(int, char**) 17 0x4111d9 main 18 0x2b997fb2976d __libc_start_main 19 0x40f3e9 This is caused by the following line: LayerTreeRenderer* renderer = page()->drawingArea()->layerTreeCoordinatorProxy()->layerTreeRenderer(); When the timer is fired, the drawingAreaProxy or the LayerTreeCoordinatorProxy may be NULL already so we need to check for it.
Attachments
Patch
(4.09 KB, patch)
2012-11-19 05:40 PST
,
Chris Dumez
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Chris Dumez
Comment 1
2012-11-19 05:40:11 PST
Created
attachment 174962
[details]
Patch
WebKit Review Bot
Comment 2
2012-11-19 06:58:52 PST
Comment on
attachment 174962
[details]
Patch Clearing flags on attachment: 174962 Committed
r135154
: <
http://trac.webkit.org/changeset/135154
>
WebKit Review Bot
Comment 3
2012-11-19 06:58:56 PST
All reviewed patches have been landed. Closing bug.
Yael
Comment 4
2012-11-19 08:17:46 PST
***
Bug 102222
has been marked as a duplicate of this bug. ***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug