<?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>54022</bug_id>
          
          <creation_ts>2011-02-08 10:59:49 -0800</creation_ts>
          <short_desc>fast/frames/set-unloaded-frame-location.html sometimes fails in assertion in JSC::Bindings::Instance</short_desc>
          <delta_ts>2011-02-08 15:04:22 -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>Tools / Tests</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>53716</dup_id>
          
          <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="Mario Sanchez Prada">mario</reporter>
          <assigned_to name="Michael Saboff">msaboff</assigned_to>
          <cc>ap</cc>
    
    <cc>msaboff</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>347524</commentid>
    <comment_count>0</comment_count>
    <who name="Mario Sanchez Prada">mario</who>
    <bug_when>2011-02-08 10:59:49 -0800</bug_when>
    <thetext>This test crashed today in the GTK 64 bit debug bot a couple of times. 

Last time seen it crashing in build #19099. It didn&apos;t crash neither in #19098 nor in #19100, even though #19100 included only one SVN revision (http://trac.webkit.org/changeset/77951) which look like totally unrelated.

As it&apos;s not happening at the moment, not skipping it yet. Just posting here the stacktrace and adding the author of the test to CC.


Here you have the stack trace then:

warning: Can&apos;t read pathname for load map: Input/output error.
Core was generated by `/home/slave/webkitgtk/gtk-linux-64-debug/build/WebKitBuild/Debug/Programs/DumpR&apos;.
Program terminated with signal 11, Segmentation fault.
#0  0x00007f9cd518772c in JSC::Bindings::Instance::willDestroyRuntimeObject (this=0x61786e0, object=0x7f9c7c136c80) at ../../Source/WebCore/bridge/jsc/BridgeJSC.cpp:109
109	    ASSERT(m_rootObject-&gt;isValid());

Thread 1 (Thread 15089):
#0  0x00007f9cd518772c in JSC::Bindings::Instance::willDestroyRuntimeObject (this=0x61786e0, object=0x7f9c7c136c80) at ../../Source/WebCore/bridge/jsc/BridgeJSC.cpp:109
#1  0x00007f9cd5191e60 in JSC::Bindings::RuntimeObject::~RuntimeObject (this=0x7f9c7c136c80, __in_chrg=&lt;value optimized out&gt;) at ../../Source/WebCore/bridge/runtime_object.cpp:58
#2  0x00007f9cd5181210 in JSC::Bindings::CRuntimeObject::~CRuntimeObject (this=0x7f9c7c136c80, __in_chrg=&lt;value optimized out&gt;) at ../../Source/WebCore/bridge/c/CRuntimeObject.cpp:45
#3  0x00007f9cd5eadce1 in JSC::MarkedSpace::sweep (this=0xb675c8) at ../../Source/JavaScriptCore/runtime/MarkedSpace.cpp:245
#4  0x00007f9cd5eafb0f in JSC::Heap::reset (this=0xb675c0, sweepToggle=JSC::Heap::DoSweep) at ../../Source/JavaScriptCore/runtime/Heap.cpp:387
#5  0x00007f9cd5eafa5b in JSC::Heap::collectAllGarbage (this=0xb675c0) at ../../Source/JavaScriptCore/runtime/Heap.cpp:371
#6  0x00007f9cd50d7645 in WebCore::collect () at ../../Source/WebCore/bindings/js/GCController.cpp:46
#7  0x00007f9cd50d7798 in WebCore::GCController::gcTimerFired (this=0xb5dc50) at ../../Source/WebCore/bindings/js/GCController.cpp:69
#8  0x00007f9cd50d79b2 in WebCore::Timer&lt;WebCore::GCController&gt;::fired (this=0xb5dc50) at ../../Source/WebCore/platform/Timer.h:99
#9  0x00007f9cd577b438 in WebCore::ThreadTimers::sharedTimerFiredInternal (this=0x57ca90) at ../../Source/WebCore/platform/ThreadTimers.cpp:112
#10 0x00007f9cd577b36f in WebCore::ThreadTimers::sharedTimerFired () at ../../Source/WebCore/platform/ThreadTimers.cpp:90
#11 0x00007f9cd4f7faee in WebCore::timeout_cb () at ../../Source/WebCore/platform/gtk/SharedTimerGtk.cpp:49
#12 0x00007f9cd21a9dbb in g_timeout_dispatch (source=0x7f9c7811fb00, callback=0, user_data=0x7f9cd101fe00) at /tmp/buildd/glib2.0-2.27.91/./glib/gmain.c:3877
#13 0x00007f9cd21a9362 in g_main_dispatch (context=0x4cf1e0) at /tmp/buildd/glib2.0-2.27.91/./glib/gmain.c:2440
#14 g_main_context_dispatch (context=0x4cf1e0) at /tmp/buildd/glib2.0-2.27.91/./glib/gmain.c:3013
#15 0x00007f9cd21ada28 in g_main_context_iterate (context=0x4cf1e0, block=&lt;value optimized out&gt;, dispatch=&lt;value optimized out&gt;, self=&lt;value optimized out&gt;) at /tmp/buildd/glib2.0-2.27.91/./glib/gmain.c:3091
#16 0x00007f9cd21adf35 in g_main_loop_run (loop=0x58fa080) at /tmp/buildd/glib2.0-2.27.91/./glib/gmain.c:3299
#17 0x00007f9cd40e2657 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#18 0x000000000041d042 in runTest (testPathOrURL=...) at ../../Tools/DumpRenderTree/gtk/DumpRenderTree.cpp:655
#19 0x000000000041c712 in runTestingServerLoop () at ../../Tools/DumpRenderTree/gtk/DumpRenderTree.cpp:469
#20 0x000000000041e696 in main (argc=2, argv=0x7fff2ff4f968) at ../../Tools/DumpRenderTree/gtk/DumpRenderTree.cpp:1101</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>347727</commentid>
    <comment_count>1</comment_count>
    <who name="Michael Saboff">msaboff</who>
    <bug_when>2011-02-08 15:04:22 -0800</bug_when>
    <thetext>

*** This bug has been marked as a duplicate of bug 53716 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>