<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>99454</bug_id>
          
          <creation_ts>2012-10-16 04:51:03 -0700</creation_ts>
          <short_desc>[WK2][EFL] Crash in _ewk_view_on_favicon_changed()</short_desc>
          <delta_ts>2012-10-17 22:07:38 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebKit EFL</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Sudarsana Nagineni (babu)">naginenis</reporter>
          <assigned_to name="Sudarsana Nagineni (babu)">naginenis</assigned_to>
          <cc>cdumez</cc>
    
    <cc>kenneth</cc>
    
    <cc>ky0.choi</cc>
    
    <cc>lucas.de.marchi</cc>
    
    <cc>webkit.review.bot</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>743066</commentid>
    <comment_count>0</comment_count>
    <who name="Sudarsana Nagineni (babu)">naginenis</who>
    <bug_when>2012-10-16 04:51:03 -0700</bug_when>
    <thetext>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&amp;)
STDERR: 8   0x7ffca554d2fc WebCore::IconDatabase::setIconURLForPageURL(WTF::String const&amp;, WTF::String const&amp;)
STDERR: 9   0x7ffca2483a63 WebKit::WebIconDatabase::setIconURLForPageURL(WTF::String const&amp;, WTF::String const&amp;)
STDERR: 10  0x7ffca2636ee5 void CoreIPC::callMemberFunction&lt;WebKit::WebIconDatabase, void (WebKit::WebIconDatabase::*)(WTF::String const&amp;, WTF::String const&amp;), WTF::String, WTF::String&gt;(CoreIPC::Arguments2
STDERR: 11  0x7ffca2636a4d void CoreIPC::handleMessage&lt;Messages::WebIconDatabase::SetIconURLForPageURL, WebKit::WebIconDatabase, void (WebKit::WebIconDatabase::*)(WTF::String const&amp;, WTF::String const&amp;)&gt;(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&lt;CoreIPC::ArgumentDecoder&gt;&amp;)
STDERR: 20  0x7ffca23dbb31 CoreIPC::Connection::dispatchOneMessage()
STDERR: 21  0x7ffca23e5bc2 WTF::FunctionWrapper&lt;void (CoreIPC::Connection::*)()&gt;::operator()(CoreIPC::Connection*)
STDERR: 22  0x7ffca23e59c8 WTF::BoundFunctionImpl&lt;WTF::FunctionWrapper&lt;void (CoreIPC::Connection::*)()&gt;, void (CoreIPC::Connection*)&gt;::operator()()
STDERR: 23  0x7ffca8ba8522 WTF::Function&lt;void ()&gt;::operator()() const
STDERR: 24  0x7ffca565a432 WebCore::RunLoop::performWork()
STDERR: 25  0x7ffca6011333 WebCore::RunLoop::wakeUpEvent(void*, void*, unsigned int)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>743079</commentid>
    <comment_count>1</comment_count>
      <attachid>168927</attachid>
    <who name="Sudarsana Nagineni (babu)">naginenis</who>
    <bug_when>2012-10-16 05:15:08 -0700</bug_when>
    <thetext>Created attachment 168927
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>743082</commentid>
    <comment_count>2</comment_count>
      <attachid>168927</attachid>
    <who name="Chris Dumez">cdumez</who>
    <bug_when>2012-10-16 05:24:24 -0700</bug_when>
    <thetext>Comment on attachment 168927
Patch

Looks OK. Thanks.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>743098</commentid>
    <comment_count>3</comment_count>
      <attachid>168927</attachid>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2012-10-16 06:09:57 -0700</bug_when>
    <thetext>Comment on attachment 168927
Patch

Clearing flags on attachment: 168927

Committed r131447: &lt;http://trac.webkit.org/changeset/131447&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>743099</commentid>
    <comment_count>4</comment_count>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2012-10-16 06:10:01 -0700</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>744972</commentid>
    <comment_count>5</comment_count>
    <who name="KwangYong Choi">ky0.choi</who>
    <bug_when>2012-10-17 22:07:38 -0700</bug_when>
    <thetext>*** Bug 99553 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>168927</attachid>
            <date>2012-10-16 05:15:08 -0700</date>
            <delta_ts>2012-10-16 06:09:57 -0700</delta_ts>
            <desc>Patch</desc>
            <filename>99454.patch</filename>
            <type>text/plain</type>
            <size>1310</size>
            <attacher name="Sudarsana Nagineni (babu)">naginenis</attacher>
            
              <data encoding="base64">ZGlmZiAtLWdpdCBhL1NvdXJjZS9XZWJLaXQyL0NoYW5nZUxvZyBiL1NvdXJjZS9XZWJLaXQyL0No
YW5nZUxvZwppbmRleCA3MTBlMGY1Li5jNDk4YzY5IDEwMDY0NAotLS0gYS9Tb3VyY2UvV2ViS2l0
Mi9DaGFuZ2VMb2cKKysrIGIvU291cmNlL1dlYktpdDIvQ2hhbmdlTG9nCkBAIC0xLDMgKzEsMTYg
QEAKKzIwMTItMTAtMTYgIFN1ZGFyc2FuYSBOYWdpbmVuaSAgPHN1ZGFyc2FuYS5uYWdpbmVuaUBp
bnRlbC5jb20+CisKKyAgICAgICAgW1dLMl1bRUZMXSBDcmFzaCBpbiBfZXdrX3ZpZXdfb25fZmF2
aWNvbl9jaGFuZ2VkKCkKKyAgICAgICAgaHR0cHM6Ly9idWdzLndlYmtpdC5vcmcvc2hvd19idWcu
Y2dpP2lkPTk5NDU0CisKKyAgICAgICAgUmV2aWV3ZWQgYnkgTk9CT0RZIChPT1BTISkuCisKKyAg
ICAgICAgQWRkZWQgbWlzc2luZyBudWxsIGNoZWNrIHRvIGF2b2lkIGEgY3Jhc2ggaWYgdGhlIGN1
cnJlbnQgVVJMIG9mCisgICAgICAgIHZpZXcgaXMgTlVMTC4KKworICAgICAgICAqIFVJUHJvY2Vz
cy9BUEkvZWZsL2V3a192aWV3LmNwcDoKKyAgICAgICAgKF9ld2tfdmlld19vbl9mYXZpY29uX2No
YW5nZWQpOgorCiAyMDEyLTEwLTE2ICBTemlsYXJkIExlZGFuICA8c3psZWRhbkBpbmYudS1zemVn
ZWQuaHU+CiAKICAgICAgICAgU2VwYXJhdGUgV2ViS2l0MiBpbnN0YW5jZXMgdXNlIHRoZSBzYW1l
IGxvY2FsIHN0b3JhZ2UKZGlmZiAtLWdpdCBhL1NvdXJjZS9XZWJLaXQyL1VJUHJvY2Vzcy9BUEkv
ZWZsL2V3a192aWV3LmNwcCBiL1NvdXJjZS9XZWJLaXQyL1VJUHJvY2Vzcy9BUEkvZWZsL2V3a192
aWV3LmNwcAppbmRleCBhYTM4MGQ0Li5jMjBjNmJjIDEwMDY0NAotLS0gYS9Tb3VyY2UvV2ViS2l0
Mi9VSVByb2Nlc3MvQVBJL2VmbC9ld2tfdmlldy5jcHAKKysrIGIvU291cmNlL1dlYktpdDIvVUlQ
cm9jZXNzL0FQSS9lZmwvZXdrX3ZpZXcuY3BwCkBAIC0yNjEsNyArMjYxLDcgQEAgc3RhdGljIHZv
aWQgX2V3a192aWV3X29uX2Zhdmljb25fY2hhbmdlZChjb25zdCBjaGFyKiBwYWdlVVJMLCB2b2lk
KiBldmVudEluZm8pCiAgICAgRXZhc19PYmplY3QqIGV3a1ZpZXcgPSBzdGF0aWNfY2FzdDxFdmFz
X09iamVjdCo+KGV2ZW50SW5mbyk7CiAKICAgICBjb25zdCBjaGFyKiB2aWV3X3VybCA9IGV3a192
aWV3X3VybF9nZXQoZXdrVmlldyk7Ci0gICAgaWYgKHN0cmNhc2VjbXAodmlld191cmwsIHBhZ2VV
UkwpKQorICAgIGlmICghdmlld191cmwgfHwgc3RyY2FzZWNtcCh2aWV3X3VybCwgcGFnZVVSTCkp
CiAgICAgICAgIHJldHVybjsKIAogICAgIGV3a192aWV3X3VwZGF0ZV9pY29uKGV3a1ZpZXcpOwo=
</data>

          </attachment>
      

    </bug>

</bugzilla>