<?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>72491</bug_id>
          
          <creation_ts>2011-11-16 05:31:09 -0800</creation_ts>
          <short_desc>[Qt] REGRESSION(r100311): http/tests/misc/onload-remove-iframe-crash-2.html crashes</short_desc>
          <delta_ts>2012-05-07 03:27:50 -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>Tools / Tests</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>P1</priority>
          <bug_severity>Critical</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>71149</blocked>
    
    <blocked>79666</blocked>
    
    <blocked>79668</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Gabor Rapcsanyi">rgabor</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>abarth</cc>
    
    <cc>allan.jensen</cc>
    
    <cc>japhet</cc>
    
    <cc>kbalazs</cc>
    
    <cc>ossy</cc>
    
    <cc>webkit-sed</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>503783</commentid>
    <comment_count>0</comment_count>
    <who name="Gabor Rapcsanyi">rgabor</who>
    <bug_when>2011-11-16 05:31:09 -0800</bug_when>
    <thetext>http/tests/misc/onload-remove-iframe-crash-2.html crashing on Qt port after http://trac.webkit.org/changeset/100311</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>503844</commentid>
    <comment_count>1</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2011-11-16 07:06:01 -0800</bug_when>
    <thetext>gdb backtrace for this crash:

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff56403ca in WebCore::TimerBase::setNextFireTime (this=0x64d570, newTime=0) at ../../../../Source/WebCore/platform/Timer.cpp:317
317         ASSERT(m_thread == currentThread());
(gdb) bt
#0  0x00007ffff56403ca in WebCore::TimerBase::setNextFireTime (this=0x64d570, newTime=0) at ../../../../Source/WebCore/platform/Timer.cpp:317
#1  0x00007ffff563f0fd in WebCore::ThreadTimers::sharedTimerFiredInternal (this=0x5177b0) at ../../../../Source/WebCore/platform/ThreadTimers.cpp:112
#2  0x00007ffff563f04b in WebCore::ThreadTimers::sharedTimerFired () at ../../../../Source/WebCore/platform/ThreadTimers.cpp:93
#3  0x00007ffff58b8a5e in WebCore::SharedTimerQt::timerEvent (this=0x508940, ev=0x7fffffffde00) at ../../../../Source/WebCore/platform/qt/SharedTimerQt.cpp:113
#4  0x00007ffff2abace9 in QObject::event(QEvent*) () from /usr/local/Trolltech/Qt-4.8.0-rc1/lib/libQtCore.so.4
#5  0x00007ffff30150dc in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/local/Trolltech/Qt-4.8.0-rc1/lib/libQtGui.so.4
#6  0x00007ffff301a9dd in QApplication::notify(QObject*, QEvent*) () from /usr/local/Trolltech/Qt-4.8.0-rc1/lib/libQtGui.so.4
#7  0x00007ffff2aa88bc in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/local/Trolltech/Qt-4.8.0-rc1/lib/libQtCore.so.4
#8  0x00007ffff2adcc7e in ?? () from /usr/local/Trolltech/Qt-4.8.0-rc1/lib/libQtCore.so.4
#9  0x00007ffff2ad9bcd in ?? () from /usr/local/Trolltech/Qt-4.8.0-rc1/lib/libQtCore.so.4
#10 0x00007ffff08ac6f2 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#11 0x00007ffff08b0568 in ?? () from /lib/libglib-2.0.so.0
#12 0x00007ffff08b071c in g_main_context_iteration () from /lib/libglib-2.0.so.0
#13 0x00007ffff2ad98b3 in QEventDispatcherGlib::processEvents(QFlags&lt;QEventLoop::ProcessEventsFlag&gt;) () from /usr/local/Trolltech/Qt-4.8.0-rc1/lib/libQtCore.so.4
#14 0x00007ffff30c186e in ?? () from /usr/local/Trolltech/Qt-4.8.0-rc1/lib/libQtGui.so.4
#15 0x00007ffff2aa7472 in QEventLoop::processEvents(QFlags&lt;QEventLoop::ProcessEventsFlag&gt;) () from /usr/local/Trolltech/Qt-4.8.0-rc1/lib/libQtCore.so.4
#16 0x00007ffff2aa78e4 in QEventLoop::exec(QFlags&lt;QEventLoop::ProcessEventsFlag&gt;) () from /usr/local/Trolltech/Qt-4.8.0-rc1/lib/libQtCore.so.4
#17 0x00007ffff2aad4e9 in QCoreApplication::exec() () from /usr/local/Trolltech/Qt-4.8.0-rc1/lib/libQtCore.so.4
#18 0x00000000004360b4 in main (argc=2, argv=0x7fffffffe428) at /home/oszi/WebKit/Tools/DumpRenderTree/qt/main.cpp:252</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>503847</commentid>
    <comment_count>2</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2011-11-16 07:07:12 -0800</bug_when>
    <thetext>It is P1/critical bug, because it is an assertion.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>503896</commentid>
    <comment_count>3</comment_count>
    <who name="Balazs Kelemen">kbalazs</who>
    <bug_when>2011-11-16 08:13:06 -0800</bug_when>
    <thetext>Are you sure about the backtrace? It&apos;s strange. Result on the x86_64 debug bot: http://build.webkit.sed.hu/results/x86-64%20Linux%20Qt%20Debug/r100442%20(18888)/http/tests/misc/onload-remove-iframe-crash-2-crash-log.txt

pure virtual method called
terminate called without an active exception</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>503898</commentid>
    <comment_count>4</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2011-11-16 08:16:19 -0800</bug_when>
    <thetext>Yes, I&apos;m sure. I created it manually.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>503937</commentid>
    <comment_count>5</comment_count>
    <who name="Nate Chapin">japhet</who>
    <bug_when>2011-11-16 08:51:51 -0800</bug_when>
    <thetext>(In reply to comment #4)
&gt; Yes, I&apos;m sure. I created it manually.

Yuck, that crash looks to me like a Timer isn&apos;t properly getting cancelled. I didn&apos;t think any timers were changed in my patch, though.

Let me know how I can help.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>617458</commentid>
    <comment_count>6</comment_count>
    <who name="Allan Sandfeld Jensen">allan.jensen</who>
    <bug_when>2012-05-07 01:40:57 -0700</bug_when>
    <thetext>Passes successfully for me with trunk. Can you retest it on the bots?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>617484</commentid>
    <comment_count>7</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2012-05-07 03:27:50 -0700</bug_when>
    <thetext>It runs on the bots without any crash long time ago.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>