<?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>30163</bug_id>
          
          <creation_ts>2009-10-07 04:32:14 -0700</creation_ts>
          <short_desc>crash in WebCore::queryInfoCallback</short_desc>
          <delta_ts>2009-12-09 14:55:53 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebKitGTK</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Linux</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>0</everconfirmed>
          <reporter name="Yanko Kaneti">yaneti</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>fpeters</cc>
    
    <cc>gustavo</cc>
    
    <cc>javierjc1982</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>153011</commentid>
    <comment_count>0</comment_count>
    <who name="Yanko Kaneti">yaneti</who>
    <bug_when>2009-10-07 04:32:14 -0700</bug_when>
    <thetext>I can quite reliably crash devhelp (using webkit) by scrolling fast up-down the selection in the search results pane.

Core was generated by `devhelp&apos;.
Program terminated with signal 11, Segmentation fault.
#0  WebCore::queryInfoCallback (source=&lt;value optimized out&gt;, res=&lt;value optimized out&gt;) at WebCore/platform/network/soup/ResourceHandleSoup.cpp:845
845	    client-&gt;didReceiveResponse(handle.get(), response);
(gdb) p client
$1 = (WebCore::ResourceHandleClient *) 0x0
(gdb) bt full
#0  WebCore::queryInfoCallback (source=&lt;value optimized out&gt;, res=&lt;value optimized out&gt;) at WebCore/platform/network/soup/ResourceHandleSoup.cpp:845
        handle = {&lt;WTF::FastAllocBase&gt; = {&lt;No data fields&gt;}, m_ptr = 0x7f2a6ed0ad80}
        info = 0x7f2a68001760
        tv = {tv_sec = 0, tv_usec = 0}
        d = 0x7f2a6e047400
        client = 0x0
        response = {&lt;WebCore::ResourceResponseBase&gt; = {m_url = {m_string = {m_impl = {&lt;WTF::FastAllocBase&gt; = {&lt;No data fields&gt;}, m_ptr = 0x7f2a6e1a2e70}}, 
              m_isValid = true, m_protocolInHTTPFamily = false, m_schemeEnd = 4, m_userStart = 7, m_userEnd = 7, m_passwordEnd = 7, m_hostEnd = 7, 
              m_portEnd = 7, m_pathAfterLastSlash = 35, m_pathEnd = 65, m_queryEnd = 65, m_fragmentEnd = 65}, m_mimeType = {m_impl = 
    {&lt;WTF::FastAllocBase&gt; = {&lt;No data fields&gt;}, m_ptr = 0x7f2a6ec71100}}, m_expectedContentLength = 72827, m_textEncodingName = {m_impl = 
    {&lt;WTF::FastAllocBase&gt; = {&lt;No data fields&gt;}, m_ptr = 0x0}}, m_suggestedFilename = {m_impl = {&lt;WTF::FastAllocBase&gt; = {&lt;No data fields&gt;}, m_ptr = 0x0}}, 
            m_httpStatusCode = 0, m_httpStatusText = {m_impl = {&lt;WTF::FastAllocBase&gt; = {&lt;No data fields&gt;}, m_ptr = 0x0}}, m_httpHeaderFields = 
    {&lt;WTF::HashMap&lt;WebCore::AtomicString, WebCore::String, WebCore::CaseFoldingHash, WTF::HashTraits&lt;WebCore::AtomicString&gt;, WTF::HashTraits&lt;WebCore::String&gt; &gt;&gt; = {&lt;WTF::FastAllocBase&gt; = {&lt;No data fields&gt;}, m_impl = {static m_minTableSize = &lt;optimized out&gt;, static m_maxLoad = &lt;optimized out&gt;, 
                  static m_minLoad = &lt;optimized out&gt;, m_table = 0x0, m_tableSize = 0, m_tableSizeMask = 0, m_keyCount = 0, m_deletedCount = 
    0}}, &lt;No data fields&gt;}, m_lastModifiedDate = 0, m_isNull = false, m_haveParsedCacheControlHeader = false, m_haveParsedAgeHeader = false, 
            m_haveParsedDateHeader = false, m_haveParsedExpiresHeader = false, m_haveParsedLastModifiedHeader = false, m_cacheControlContainsNoCache = 
    false, m_cacheControlContainsNoStore = false, m_cacheControlContainsMustRevalidate = false, m_cacheControlMaxAge = 0, m_age = 0, m_date = 0, 
            m_expires = 0, m_lastModified = 0}, &lt;No data fields&gt;}
        uri = &lt;value optimized out&gt;
        error = 0x0
#1  0x00007f2a7fd0ad28 in complete_in_idle_cb_for_thread (_data=0x1569620) at gsimpleasyncresult.c:650
        data = 0x1569620
        simple = 0x2a10b60 [GSimpleAsyncResult]</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>153012</commentid>
    <comment_count>1</comment_count>
    <who name="Yanko Kaneti">yaneti</who>
    <bug_when>2009-10-07 04:34:34 -0700</bug_when>
    <thetext>mm, forgot the allimportant details.
This is fedora rawhide (mostly up to date) with localy build webkit 1.1.15.2 , because its still not in the repo

webkitgtk-1.1.15.2-1.fc12.x86_64
devhelp-2.28.0-1.fc12.x86_64</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>170204</commentid>
    <comment_count>2</comment_count>
    <who name="Gustavo Noronha (kov)">gustavo</who>
    <bug_when>2009-12-09 14:55:53 -0800</bug_when>
    <thetext>Oh, this one should be fixed by this: http://trac.webkit.org/changeset/51380</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>