Bug 99454 - [WK2][EFL] Crash in _ewk_view_on_favicon_changed()
Summary: [WK2][EFL] Crash in _ewk_view_on_favicon_changed()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sudarsana Nagineni (babu)
URL:
Keywords:
: 99553 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-10-16 04:51 PDT by Sudarsana Nagineni (babu)
Modified: 2012-10-17 22:07 PDT (History)
5 users (show)

See Also:


Attachments
Patch (1.28 KB, patch)
2012-10-16 05:15 PDT, Sudarsana Nagineni (babu)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sudarsana Nagineni (babu) 2012-10-16 04:51:03 PDT
Observed a crash in _ewk_view_on_favicon_changed when running WebKit2 tests.

STDERR: 1   0x7ffca8b767df
STDERR: 2   0x7ffca1ad1cb0
STDERR: 3   0x7ffca1327ed1
STDERR: 4   0x7ffca2603aa8
STDERR: 5   0x7ffca25f84b1
STDERR: 6   0x7ffca2486d5d WebKit::WebIconDatabaseClient::didChangeIconForPageURL(WebKit::WebIconDatabase*, WebKit::WebURL*)
STDERR: 7   0x7ffca2484229 WebKit::WebIconDatabase::didChangeIconForPageURL(WTF::String const&)
STDERR: 8   0x7ffca554d2fc WebCore::IconDatabase::setIconURLForPageURL(WTF::String const&, WTF::String const&)
STDERR: 9   0x7ffca2483a63 WebKit::WebIconDatabase::setIconURLForPageURL(WTF::String const&, WTF::String const&)
STDERR: 10  0x7ffca2636ee5 void CoreIPC::callMemberFunction<WebKit::WebIconDatabase, void (WebKit::WebIconDatabase::*)(WTF::String const&, WTF::String const&), WTF::String, WTF::String>(CoreIPC::Arguments2
STDERR: 11  0x7ffca2636a4d void CoreIPC::handleMessage<Messages::WebIconDatabase::SetIconURLForPageURL, WebKit::WebIconDatabase, void (WebKit::WebIconDatabase::*)(WTF::String const&, WTF::String const&)>(C
STDERR: 12  0x7ffca2636666 WebKit::WebIconDatabase::didReceiveWebIconDatabaseMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*)
STDERR: 13  0x7ffca248452c WebKit::WebIconDatabase::didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*)
STDERR: 14  0x7ffca23e5e89 CoreIPC::MessageReceiverMap::dispatchMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*)
STDERR: 15  0x7ffca2465bf3 WebKit::WebContext::dispatchMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*)
STDERR: 16  0x7ffca24d3d74 WebKit::WebProcessProxy::didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*)
STDERR: 17  0x7ffca245e9b1 WebKit::WebConnectionToWebProcess::didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*)
STDERR: 18  0x7ffca23db858 CoreIPC::Connection::dispatchMessage(CoreIPC::MessageID, CoreIPC::ArgumentDecoder*)
STDERR: 19  0x7ffca23db995 CoreIPC::Connection::dispatchMessage(CoreIPC::Connection::Message<CoreIPC::ArgumentDecoder>&)
STDERR: 20  0x7ffca23dbb31 CoreIPC::Connection::dispatchOneMessage()
STDERR: 21  0x7ffca23e5bc2 WTF::FunctionWrapper<void (CoreIPC::Connection::*)()>::operator()(CoreIPC::Connection*)
STDERR: 22  0x7ffca23e59c8 WTF::BoundFunctionImpl<WTF::FunctionWrapper<void (CoreIPC::Connection::*)()>, void (CoreIPC::Connection*)>::operator()()
STDERR: 23  0x7ffca8ba8522 WTF::Function<void ()>::operator()() const
STDERR: 24  0x7ffca565a432 WebCore::RunLoop::performWork()
STDERR: 25  0x7ffca6011333 WebCore::RunLoop::wakeUpEvent(void*, void*, unsigned int)
Comment 1 Sudarsana Nagineni (babu) 2012-10-16 05:15:08 PDT
Created attachment 168927 [details]
Patch
Comment 2 Chris Dumez 2012-10-16 05:24:24 PDT
Comment on attachment 168927 [details]
Patch

Looks OK. Thanks.
Comment 3 WebKit Review Bot 2012-10-16 06:09:57 PDT
Comment on attachment 168927 [details]
Patch

Clearing flags on attachment: 168927

Committed r131447: <http://trac.webkit.org/changeset/131447>
Comment 4 WebKit Review Bot 2012-10-16 06:10:01 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 KwangYong Choi 2012-10-17 22:07:38 PDT
*** Bug 99553 has been marked as a duplicate of this bug. ***