<?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>21373</bug_id>
          
          <creation_ts>2008-10-04 14:51:11 -0700</creation_ts>
          <short_desc>[Gtk] Linux/Gtk: Acid3 test crashes GtkLauncher</short_desc>
          <delta_ts>2008-10-04 17:55:17 -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>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>1</everconfirmed>
          <reporter name="Clemmitt Sigler">cmsigler</reporter>
          <assigned_to name="Dave Hyatt">hyatt</assigned_to>
          <cc>camaradetux</cc>
    
    <cc>hyatt</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>94112</commentid>
    <comment_count>0</comment_count>
    <who name="Clemmitt Sigler">cmsigler</who>
    <bug_when>2008-10-04 14:51:11 -0700</bug_when>
    <thetext>Hi,

Testing trunk revisions since early 4 Oct, up through r37293 --&gt;

Acid3 crashes GtkLauncher with this short error output:

pure virtual method called
terminate called without an active exception
Aborted

(BTW, after Alp&apos;s patch found at Bug 20924, Acid2 succeeds.)  HTH.

Clemmitt</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>94116</commentid>
    <comment_count>1</comment_count>
    <who name="Mark Rowe (bdash)">mrowe</who>
    <bug_when>2008-10-04 15:47:16 -0700</bug_when>
    <thetext>Can you please provide a backtrace?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>94117</commentid>
    <comment_count>2</comment_count>
    <who name="Adrien Nader">camaradetux</who>
    <bug_when>2008-10-04 17:20:22 -0700</bug_when>
    <thetext>Backtrace :

[New Thread 0x760b66d0 (LWP 5075)]

Program received signal SIGABRT, Aborted.
[Switching to Thread 0x760b66d0 (LWP 5075)]
0x76123c66 in raise () from /lib/libc.so.6
(gdb) bt
#0  0x76123c66 in raise () from /lib/libc.so.6
#1  0x76125571 in abort () from /lib/libc.so.6
#2  0x76b32340 in __gnu_cxx::__verbose_terminate_handler ()
   from /usr/lib/libstdc++.so.6
#3  0x76b2fbe5 in ?? () from /usr/lib/libstdc++.so.6
#4  0x76b2fc22 in std::terminate () from /usr/lib/libstdc++.so.6
#5  0x76b304c5 in __cxa_pure_virtual () from /usr/lib/libstdc++.so.6
#6  0x082e5172 in WebCore::ScrollView::platformRemoveChild ()
#7  0x081c1453 in WebCore::ScrollView::removeChild ()
#8  0x081c1ca1 in WebCore::ScrollView::setHasVerticalScrollbar ()
#9  0x081c1d71 in WebCore::ScrollView::~ScrollView ()
#10 0x081a4676 in WebCore::FrameView::~FrameView ()
#11 0x08265724 in WebCore::RenderWidget::setWidget ()
#12 0x0824119a in WebCore::RenderPart::setWidget ()
#13 0x083df758 in WebKit::FrameLoaderClient::transitionToCommittedForNewPage ()
#14 0x08163605 in WebCore::FrameLoader::transitionToCommitted ()
#15 0x08164008 in WebCore::FrameLoader::commitProvisionalLoad ()
#16 0x084a4be3 in WebCore::DocumentLoader::commitIfReady ()
#17 0x084a4c42 in WebCore::DocumentLoader::commitLoad ()
#18 0x084b6dd9 in WebCore::ResourceLoader::didReceiveData ()
#19 0x084b2aa5 in WebCore::MainResourceLoader::didReceiveData ()
#20 0x084b6b64 in WebCore::ResourceLoader::didReceiveData ()
#21 0x0828aed3 in WebCore::writeCallback ()
#22 0x77dc7312 in Curl_client_write (conn=0x8982bf0, 
    type=&lt;value optimized out&gt;, ptr=0x898bfe1 &quot;\211PNG\r\n\032\n&quot;, len=260)
    at sendf.c:473
#23 0x77ddb608 in Curl_readwrite (conn=0x8982bf0, done=0x7fea8c87)
    at transfer.c:1372
#24 0x77ddfc2e in multi_runsingle (multi=0x883a388, easy=0x89694d8)
    at multi.c:1250
#25 0x77de02d9 in curl_multi_perform (multi_handle=0x883a388, 
    running_handles=0x7fea8eb4) at multi.c:1460
#26 0x0828bae0 in WebCore::ResourceHandleManager::downloadTimerCallback ()
#27 0x0828c929 in WebCore::Timer&lt;WebCore::ResourceHandleManager&gt;::fired ()
#28 0x081bf276 in WebCore::TimerBase::fireTimers ()
#29 0x081bf519 in WebCore::TimerBase::sharedTimerFired ()
#30 0x082e61b1 in WebCore::timeout_cb ()
#31 0x762723e6 in ?? () from /usr/lib/libglib-2.0.so.0
#32 0x00000000 in ?? ()


gmail in its usual UI dies with the same error (maybe not the same backtrace though).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>94120</commentid>
    <comment_count>3</comment_count>
      <attachid>24096</attachid>
    <who name="Dave Hyatt">hyatt</who>
    <bug_when>2008-10-04 17:51:29 -0700</bug_when>
    <thetext>Created attachment 24096
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>94123</commentid>
    <comment_count>4</comment_count>
      <attachid>24096</attachid>
    <who name="Mark Rowe (bdash)">mrowe</who>
    <bug_when>2008-10-04 17:54:10 -0700</bug_when>
    <thetext>Comment on attachment 24096
Patch

r=me</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>94124</commentid>
    <comment_count>5</comment_count>
    <who name="Dave Hyatt">hyatt</who>
    <bug_when>2008-10-04 17:55:17 -0700</bug_when>
    <thetext>Fixed in r37306.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>24096</attachid>
            <date>2008-10-04 17:51:29 -0700</date>
            <delta_ts>2008-10-04 17:54:10 -0700</delta_ts>
            <desc>Patch</desc>
            <filename>patch.txt</filename>
            <type>text/plain</type>
            <size>1064</size>
            <attacher name="Dave Hyatt">hyatt</attacher>
            
              <data encoding="base64">SW5kZXg6IENoYW5nZUxvZwo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBDaGFuZ2VMb2cJKHJldmlzaW9uIDM3MzA1
KQorKysgQ2hhbmdlTG9nCSh3b3JraW5nIGNvcHkpCkBAIC0xLDMgKzEsMTMgQEAKKzIwMDgtMTAt
MDQgIERhdmlkIEh5YXR0ICA8aHlhdHRAYXBwbGUuY29tPgorCisgICAgICAgIFRlYXIgZG93biBz
Y3JvbGxiYXJzIGluIEZyYW1lVmlldyByYXRoZXIgdGhhbiBTY3JvbGxWaWV3IHNvIHRoYXQgdGhl
IGNvbm5lY3Rpb24gdG8gdGhlIGhvc3RXaW5kb3coKQorICAgICAgICBpcyBzdGlsbCBwcmVzZW50
LgorCisgICAgICAgIFJldmlld2VkIGJ5IE5PQk9EWSAoT09QUyEpLgorCisgICAgICAgICogcGFn
ZS9GcmFtZVZpZXcuY3BwOgorICAgICAgICAoV2ViQ29yZTo6RnJhbWVWaWV3Ojp+RnJhbWVWaWV3
KToKKwogMjAwOC0xMC0wNCAgU2FtIFdlaW5pZyAgPHNhbUB3ZWJraXQub3JnPgogCiAgICAgICAg
IFJldmlld2VkIGJ5IERhbiBCZXJuc3RlaW4uCkluZGV4OiBwYWdlL0ZyYW1lVmlldy5jcHAKPT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PQotLS0gcGFnZS9GcmFtZVZpZXcuY3BwCShyZXZpc2lvbiAzNzMwMykKKysrIHBhZ2Uv
RnJhbWVWaWV3LmNwcAkod29ya2luZyBjb3B5KQpAQCAtMTkwLDcgKzE5MCw5IEBAIEZyYW1lVmll
dzo6fkZyYW1lVmlldygpCiAgICAgfQogCiAgICAgcmVzZXRTY3JvbGxiYXJzKCk7Ci0KKyAgICBz
ZXRIYXNIb3Jpem9udGFsU2Nyb2xsYmFyKGZhbHNlKTsgLy8gUmVtb3ZlIG5hdGl2ZSBzY3JvbGxi
YXJzIG5vdyBiZWZvcmUgd2UgbG9zZSB0aGUgY29ubmVjdGlvbiB0byB0aGUgSG9zdFdpbmRvdy4K
KyAgICBzZXRIYXNWZXJ0aWNhbFNjcm9sbGJhcihmYWxzZSk7CisgICAgCiAgICAgQVNTRVJUKG1f
cmVmQ291bnQgPT0gMCk7CiAgICAgQVNTRVJUKGQtPm1fc2NoZWR1bGVkRXZlbnRzLmlzRW1wdHko
KSk7CiAgICAgQVNTRVJUKCFkLT5tX2VucXVldWVFdmVudHMpOwo=
</data>
<flag name="review"
          id="10926"
          type_id="1"
          status="+"
          setter="mrowe"
    />
          </attachment>
      

    </bug>

</bugzilla>