Bug 112152 - REGRESSION(r144831-r144846):Crashes in accessibility/aria-hidden-with-elements.html, accessibility/table-with-hidden-head-section.html
Summary: REGRESSION(r144831-r144846):Crashes in accessibility/aria-hidden-with-element...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk, LayoutTestFailure
Depends on:
Blocks: 98347
  Show dependency treegraph
 
Reported: 2013-03-12 07:42 PDT by Zan Dobersek
Modified: 2013-09-26 04:17 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zan Dobersek 2013-03-12 07:42:08 PDT
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#group=%40ToT%20-%20webkit.org&tests=accessibility%2Faria-hidden-with-elements.html%2Caccessibility%2Ftable-with-hidden-head-section.html

Crashing started inside this commit range:
http://trac.webkit.org/log/?verbose=on&rev=144846&stop_rev=144831

Same crash, a bit different paths that lead to it.

accessibility/aria-hidden-with-elements.html:
Crash log for DumpRenderTree (pid 31848):
...
Core was generated by `/home/slave/webkitgtk/gtk-linux-64-debug-wk1/build/WebKitBuild/Debug/Programs/D'.
Program terminated with signal 11, Segmentation fault.
#0  0x00002abb36991764 in WebCore::RenderTable::topSection (this=0x1e23c58) at ../../Source/WebCore/rendering/RenderTable.h:342
342	    ASSERT(!needsSectionRecalc());

...

Thread 1 (Thread 0x2abb450e2de0 (LWP 31848)):
#0  0x00002abb36991764 in WebCore::RenderTable::topSection (this=0x1e23c58) at ../../Source/WebCore/rendering/RenderTable.h:342
#1  0x00002abb36993937 in WebCore::AccessibilityTable::addChildren (this=0x1e339d0) at ../../Source/WebCore/accessibility/AccessibilityTable.cpp:348
#2  0x00002abb3697432d in WebCore::AccessibilityObject::updateChildrenIfNecessary (this=0x1e339d0) at ../../Source/WebCore/accessibility/AccessibilityObject.cpp:1178
#3  0x00002abb36985931 in WebCore::AccessibilityRenderObject::updateChildrenIfNecessary (this=0x1e339d0) at ../../Source/WebCore/accessibility/AccessibilityRenderObject.cpp:2747
#4  0x00002abb369742dd in WebCore::AccessibilityObject::children (this=0x1e339d0) at ../../Source/WebCore/accessibility/AccessibilityObject.cpp:1169
#5  0x00002abb3696877e in WebCore::AccessibilityNodeObject::insertChild (this=0x1e2efe0, child=0x1e339d0, index=0) at ../../Source/WebCore/accessibility/AccessibilityNodeObject.cpp:332
#6  0x00002abb369688bd in WebCore::AccessibilityNodeObject::addChild (this=0x1e2efe0, child=0x1e339d0) at ../../Source/WebCore/accessibility/AccessibilityNodeObject.cpp:344
#7  0x00002abb36986356 in WebCore::AccessibilityRenderObject::addChildren (this=0x1e2efe0) at ../../Source/WebCore/accessibility/AccessibilityRenderObject.cpp:2950
#8  0x00002abb3697432d in WebCore::AccessibilityObject::updateChildrenIfNecessary (this=0x1e2efe0) at ../../Source/WebCore/accessibility/AccessibilityObject.cpp:1178
#9  0x00002abb36985931 in WebCore::AccessibilityRenderObject::updateChildrenIfNecessary (this=0x1e2efe0) at ../../Source/WebCore/accessibility/AccessibilityRenderObject.cpp:2747
#10 0x00002abb369742dd in WebCore::AccessibilityObject::children (this=0x1e2efe0) at ../../Source/WebCore/accessibility/AccessibilityObject.cpp:1169
#11 0x00002abb37df1aa3 in webkitAccessibleRefChild (object=0x1d1df00, index=0) at ../../Source/WebCore/accessibility/atk/WebKitAccessibleWrapperAtk.cpp:376
#12 0x0000000000499398 in AccessibilityUIElement::getChildrenWithRange (this=0x1e33910, elementVector=..., start=0, end=1) at ../../Tools/DumpRenderTree/atk/AccessibilityUIElementAtk.cpp:220
#13 0x0000000000499768 in AccessibilityUIElement::getChildAtIndex (this=0x1e33910, index=0) at ../../Tools/DumpRenderTree/atk/AccessibilityUIElementAtk.cpp:272
#14 0x00000000004895c8 in childAtIndexCallback (context=0x2abb8d5420b0, function=0x2abb8daaf310, thisObject=0x2abb8daaee10, argumentCount=1, arguments=0x7fff287008f8, exception=0x7fff28700998) at ../../Tools/DumpRenderTree/AccessibilityUIElement.cpp:297
#15 0x00002abb35a0cfa4 in JSC::JSCallbackFunction::call (exec=0x2abb8d5420b0) at ../../Source/JavaScriptCore/API/JSCallbackFunction.cpp:74
#16 0x00002abb35c6d898 in JSC::LLInt::handleHostCall (execCallee=0x2abb8d5420b0, pc=0x1e2c8e0, callee=..., kind=JSC::CodeForCall) at ../../Source/JavaScriptCore/llint/LLIntSlowPaths.cpp:1364
#17 0x00002abb35c70787 in JSC::LLInt::setUpCall (execCallee=0x2abb8d5420b0, pc=0x1e2c8e0, kind=JSC::CodeForCall, calleeAsValue=..., callLinkInfo=0x1e2f7e8) at ../../Source/JavaScriptCore/llint/LLIntSlowPaths.cpp:1408
#18 0x00002abb35c70cf6 in JSC::LLInt::genericCall (exec=0x2abb8d542058, pc=0x1e2c8e0, kind=JSC::CodeForCall) at ../../Source/JavaScriptCore/llint/LLIntSlowPaths.cpp:1464
#19 0x00002abb35c6de05 in JSC::LLInt::llint_slow_path_call (exec=0x2abb8d542058, pc=0x1e2c8e0) at ../../Source/JavaScriptCore/llint/LLIntSlowPaths.cpp:1470
#20 0x00002abb35c75147 in llint_op_call () from /home/slave/webkitgtk/gtk-linux-64-debug-wk1/build/WebKitBuild/Debug/.libs/libjavascriptcoregtk-3.0.so.0
#21 0x00002abb8d542058 in ?? ()
#22 0x0000000001546580 in ?? ()
#23 0x00007fff28700d80 in ?? ()
#24 0x00002abb35c197b3 in JSC::JSStack::installTrapsAfterFrame (this=0x0, frame=0x0) at ../../Source/JavaScriptCore/interpreter/JSStackInlines.h:213
#25 0x00002abb35c184fc in JSC::JITCode::execute (this=0x2abb8db26390, stack=0x1546580, callFrame=0x2abb8d542058, globalData=0x1bcbc40) at ../../Source/JavaScriptCore/jit/JITCode.h:135
#26 0x00002abb35c15737 in JSC::Interpreter::execute (this=0x1546570, program=0x2abb8db26370, callFrame=0x2abb8d9cde78, thisObj=0x2abb8d99ffd8) at ../../Source/JavaScriptCore/interpreter/Interpreter.cpp:987
#27 0x00002abb35d016c7 in JSC::evaluate (exec=0x2abb8d9cde78, source=..., thisValue=..., returnedException=0x7fff287023c0) at ../../Source/JavaScriptCore/runtime/Completion.cpp:75
#28 0x00002abb36a160df in WebCore::JSMainThreadExecState::evaluate (exec=0x2abb8d9cde78, source=..., thisValue=..., exception=0x7fff287023c0) at ../../Source/WebCore/bindings/js/JSMainThreadExecState.h:77
#29 0x00002abb36a451ad in WebCore::ScriptController::evaluateInWorld (this=0x15308f8, sourceCode=..., world=0x1bd9aa0) at ../../Source/WebCore/bindings/js/ScriptController.cpp:141
#30 0x00002abb36a452d0 in WebCore::ScriptController::evaluate (this=0x15308f8, sourceCode=...) at ../../Source/WebCore/bindings/js/ScriptController.cpp:158
#31 0x00002abb36d87759 in WebCore::ScriptElement::executeScript (this=0x1e2b968, sourceCode=...) at ../../Source/WebCore/dom/ScriptElement.cpp:312
#32 0x00002abb36d86f42 in WebCore::ScriptElement::prepareScript (this=0x1e2b968, scriptStartPosition=..., supportLegacyTypes=WebCore::ScriptElement::DisallowLegacyTypeInTypeAttribute) at ../../Source/WebCore/dom/ScriptElement.cpp:243
#33 0x00002abb36fb3959 in WebCore::HTMLScriptRunner::runScript (this=0x1d1bf50, script=0x1e2b900, scriptStartPosition=...) at ../../Source/WebCore/html/parser/HTMLScriptRunner.cpp:301
#34 0x00002abb36fb2f6b in WebCore::HTMLScriptRunner::execute (this=0x1d1bf50, scriptElement=..., scriptStartPosition=...) at ../../Source/WebCore/html/parser/HTMLScriptRunner.cpp:174
#35 0x00002abb36f9ff21 in WebCore::HTMLDocumentParser::runScriptsForPausedTreeBuilder (this=0x1debdf0) at ../../Source/WebCore/html/parser/HTMLDocumentParser.cpp:268
#36 0x00002abb36fa0023 in WebCore::HTMLDocumentParser::canTakeNextToken (this=0x1debdf0, mode=WebCore::HTMLDocumentParser::AllowYield, session=...) at ../../Source/WebCore/html/parser/HTMLDocumentParser.cpp:287
#37 0x00002abb36fa06d2 in WebCore::HTMLDocumentParser::pumpTokenizer (this=0x1debdf0, mode=WebCore::HTMLDocumentParser::AllowYield) at ../../Source/WebCore/html/parser/HTMLDocumentParser.cpp:539
#38 0x00002abb36f9fdce in WebCore::HTMLDocumentParser::pumpTokenizerIfPossible (this=0x1debdf0, mode=WebCore::HTMLDocumentParser::AllowYield) at ../../Source/WebCore/html/parser/HTMLDocumentParser.cpp:234
#39 0x00002abb36fa14e7 in WebCore::HTMLDocumentParser::resumeParsingAfterScriptExecution (this=0x1debdf0) at ../../Source/WebCore/html/parser/HTMLDocumentParser.cpp:899
#40 0x00002abb36fa17cb in WebCore::HTMLDocumentParser::notifyFinished (this=0x1debdf0, cachedResource=0x1df8680) at ../../Source/WebCore/html/parser/HTMLDocumentParser.cpp:939
#41 0x00002abb3719033a in WebCore::CachedResource::checkNotify (this=0x1df8680) at ../../Source/WebCore/loader/cache/CachedResource.cpp:379
#42 0x00002abb371abdfb in WebCore::CachedScript::data (this=0x1df8680, data=..., allDataReceived=true) at ../../Source/WebCore/loader/cache/CachedScript.cpp:93
#43 0x00002abb37224a02 in WebCore::SubresourceLoader::didFinishLoading (this=0x1df9e60, finishTime=0) at ../../Source/WebCore/loader/SubresourceLoader.cpp:279
#44 0x00002abb3721a27d in WebCore::ResourceLoader::didFinishLoading (this=0x1df9e60, finishTime=0) at ../../Source/WebCore/loader/ResourceLoader.cpp:474
#45 0x00002abb37bf4762 in WebCore::readCallback (asyncResult=0x1d4b8e0, data=0x1df6e90) at ../../Source/WebCore/platform/network/soup/ResourceHandleSoup.cpp:1327
#46 0x00002abb3baa1e5f in async_ready_callback_wrapper () from /home/slave/webkitgtk/gtk-linux-64-debug-wk1/build/WebKitBuild/Dependencies/Root/lib64/libgio-2.0.so.0
#47 0x00002abb3babc7ea in g_simple_async_result_complete () from /home/slave/webkitgtk/gtk-linux-64-debug-wk1/build/WebKitBuild/Dependencies/Root/lib64/libgio-2.0.so.0
#48 0x00002abb3babc9b2 in complete_in_idle_cb_for_thread () from /home/slave/webkitgtk/gtk-linux-64-debug-wk1/build/WebKitBuild/Dependencies/Root/lib64/libgio-2.0.so.0
#49 0x00002abb3bc82fd1 in g_idle_dispatch () from /home/slave/webkitgtk/gtk-linux-64-debug-wk1/build/WebKitBuild/Dependencies/Root/lib64/libglib-2.0.so.0
#50 0x00002abb3bc80903 in g_main_dispatch () from /home/slave/webkitgtk/gtk-linux-64-debug-wk1/build/WebKitBuild/Dependencies/Root/lib64/libglib-2.0.so.0
#51 0x00002abb3bc814b3 in g_main_context_dispatch () from /home/slave/webkitgtk/gtk-linux-64-debug-wk1/build/WebKitBuild/Dependencies/Root/lib64/libglib-2.0.so.0
#52 0x00002abb3bc816a3 in g_main_context_iterate () from /home/slave/webkitgtk/gtk-linux-64-debug-wk1/build/WebKitBuild/Dependencies/Root/lib64/libglib-2.0.so.0
#53 0x00002abb3bc81ad3 in g_main_loop_run () from /home/slave/webkitgtk/gtk-linux-64-debug-wk1/build/WebKitBuild/Dependencies/Root/lib64/libglib-2.0.so.0
#54 0x00002abb3ac6be22 in gtk_main () from /home/slave/webkitgtk/gtk-linux-64-debug-wk1/build/WebKitBuild/Dependencies/Root/lib64/libgtk-3.so.0
#55 0x000000000049fa83 in runTest (inputLine=...) at ../../Tools/DumpRenderTree/gtk/DumpRenderTree.cpp:770
#56 0x000000000049f139 in runTestingServerLoop () at ../../Tools/DumpRenderTree/gtk/DumpRenderTree.cpp:553
#57 0x00000000004a2467 in main (argc=2, argv=0x7fff28703868) at ../../Tools/DumpRenderTree/gtk/DumpRenderTree.cpp:1512


accessibility/table-with-hidden-head-section.html:
Crash log for DumpRenderTree (pid 32317):
...
Core was generated by `/home/slave/webkitgtk/gtk-linux-64-debug-wk1/build/WebKitBuild/Debug/Programs/D'.
Program terminated with signal 11, Segmentation fault.
#0  0x00002aaf5bae5764 in WebCore::RenderTable::topSection (this=0x33927d8) at ../../Source/WebCore/rendering/RenderTable.h:342
342	    ASSERT(!needsSectionRecalc());

...

Thread 1 (Thread 0x2aaf6a236de0 (LWP 32317)):
#0  0x00002aaf5bae5764 in WebCore::RenderTable::topSection (this=0x33927d8) at ../../Source/WebCore/rendering/RenderTable.h:342
#1  0x00002aaf5bae7937 in WebCore::AccessibilityTable::addChildren (this=0x33a60f0) at ../../Source/WebCore/accessibility/AccessibilityTable.cpp:348
#2  0x00002aaf5bac832d in WebCore::AccessibilityObject::updateChildrenIfNecessary (this=0x33a60f0) at ../../Source/WebCore/accessibility/AccessibilityObject.cpp:1178
#3  0x00002aaf5bad9931 in WebCore::AccessibilityRenderObject::updateChildrenIfNecessary (this=0x33a60f0) at ../../Source/WebCore/accessibility/AccessibilityRenderObject.cpp:2747
#4  0x00002aaf5bae8057 in WebCore::AccessibilityTable::rowCount (this=0x33a60f0) at ../../Source/WebCore/accessibility/AccessibilityTable.cpp:484
#5  0x00002aaf5cf3ff62 in webkitAccessibleTableGetNRows (table=0x2fddf10) at ../../Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceTable.cpp:148
#6  0x00000000004994c5 in AccessibilityUIElement::rowCount (this=0x33bc0a0) at ../../Tools/DumpRenderTree/atk/AccessibilityUIElementAtk.cpp:232
#7  0x000000000048b4fc in rowCountCallback (context=0x2aafae5711a0, thisObject=0x2aafaead5a90, propertyName=0x30c00e0, exception=0x7fff30473218) at ../../Tools/DumpRenderTree/AccessibilityUIElement.cpp:796
#8  0x00002aaf5ab65e3c in JSC::JSCallbackObject<JSC::JSDestructibleObject>::getStaticValue (this=0x2aafaead5a90, exec=0x2aafae5711a0, propertyName=...) at ../../Source/JavaScriptCore/API/JSCallbackObjectFunctions.h:535
#9  0x00002aaf5ab62ce3 in JSC::JSCallbackObject<JSC::JSDestructibleObject>::getOwnPropertySlot (cell=0x2aafaead5a90, exec=0x2aafae5711a0, propertyName=..., slot=...) at ../../Source/JavaScriptCore/API/JSCallbackObjectFunctions.h:165
#10 0x00000000004c7ddd in JSC::JSCell::fastGetOwnPropertySlot (this=0x2aafaead5a90, exec=0x2aafae5711a0, propertyName=..., slot=...) at ../../Source/JavaScriptCore/runtime/JSCellInlines.h:169
#11 0x00002aaf5acb04d8 in JSC::JSValue::get (this=0x7fff304734f0, exec=0x2aafae5711a0, propertyName=..., slot=...) at ../../Source/JavaScriptCore/runtime/JSCJSValueInlines.h:638
#12 0x00002aaf5adbd0a5 in JSC::LLInt::llint_slow_path_get_by_id (exec=0x2aafae5711a0, pc=0x33c1230) at ../../Source/JavaScriptCore/llint/LLIntSlowPaths.cpp:917
#13 0x00002aaf5adc68cd in llint_op_get_by_id () from /home/slave/webkitgtk/gtk-linux-64-debug-wk1/build/WebKitBuild/Debug/.libs/libjavascriptcoregtk-3.0.so.0
#14 0x00002aafae5711a0 in ?? ()
#15 0x0000000001c74730 in ?? ()
#16 0x00007fff304735e0 in ?? ()
#17 0x00002aaf5ad6d7b3 in JSC::JSStack::installTrapsAfterFrame (this=0x0, frame=0x0) at ../../Source/JavaScriptCore/interpreter/JSStackInlines.h:213
#18 0x00002aaf5ad6c4fc in JSC::JITCode::execute (this=0x2aafaeb54d90, stack=0x1c74730, callFrame=0x2aafae5711a0, globalData=0x1c37280) at ../../Source/JavaScriptCore/jit/JITCode.h:135
#19 0x00002aaf5ad6b145 in JSC::Interpreter::execute (this=0x1c74720, eval=0x2aafaeb54d70, callFrame=0x2aafae571148, thisValue=..., scope=0x2aafbb59fd10) at ../../Source/JavaScriptCore/interpreter/Interpreter.cpp:1325
#20 0x00002aaf5ad65a86 in JSC::eval (callFrame=0x2aafae571148) at ../../Source/JavaScriptCore/interpreter/Interpreter.cpp:260
#21 0x00002aaf5adc2275 in JSC::LLInt::llint_slow_path_call_eval (exec=0x2aafae5710b8, pc=0x33a9288) at ../../Source/JavaScriptCore/llint/LLIntSlowPaths.cpp:1519
#22 0x00002aaf5adc9242 in llint_op_call_eval () from /home/slave/webkitgtk/gtk-linux-64-debug-wk1/build/WebKitBuild/Debug/.libs/libjavascriptcoregtk-3.0.so.0
#23 0x00002aafae571058 in ?? ()
#24 0x00002aafaead5cf0 in ?? ()
#25 0x000000000339f818 in ?? ()
#26 0x00002aaf5ad6d7b3 in JSC::JSStack::installTrapsAfterFrame (this=0x0, frame=0x0) at ../../Source/JavaScriptCore/interpreter/JSStackInlines.h:213
#27 0x00002aaf5ad6c4fc in JSC::JITCode::execute (this=0x2aafaeb55490, stack=0x1c74730, callFrame=0x2aafae571058, globalData=0x1c37280) at ../../Source/JavaScriptCore/jit/JITCode.h:135
#28 0x00002aaf5ad69737 in JSC::Interpreter::execute (this=0x1c74720, program=0x2aafaeb55470, callFrame=0x2aafae9f8a78, thisObj=0x2aafae9bffd8) at ../../Source/JavaScriptCore/interpreter/Interpreter.cpp:987
#29 0x00002aaf5ae556c7 in JSC::evaluate (exec=0x2aafae9f8a78, source=..., thisValue=..., returnedException=0x7fff30476150) at ../../Source/JavaScriptCore/runtime/Completion.cpp:75
#30 0x00002aaf5bb6a0df in WebCore::JSMainThreadExecState::evaluate (exec=0x2aafae9f8a78, source=..., thisValue=..., exception=0x7fff30476150) at ../../Source/WebCore/bindings/js/JSMainThreadExecState.h:77
#31 0x00002aaf5bb991ad in WebCore::ScriptController::evaluateInWorld (this=0x1c5e8f8, sourceCode=..., world=0x1c45790) at ../../Source/WebCore/bindings/js/ScriptController.cpp:141
#32 0x00002aaf5bb992d0 in WebCore::ScriptController::evaluate (this=0x1c5e8f8, sourceCode=...) at ../../Source/WebCore/bindings/js/ScriptController.cpp:158
#33 0x00002aaf5bedb759 in WebCore::ScriptElement::executeScript (this=0x33989d8, sourceCode=...) at ../../Source/WebCore/dom/ScriptElement.cpp:312
#34 0x00002aaf5bedaf42 in WebCore::ScriptElement::prepareScript (this=0x33989d8, scriptStartPosition=..., supportLegacyTypes=WebCore::ScriptElement::DisallowLegacyTypeInTypeAttribute) at ../../Source/WebCore/dom/ScriptElement.cpp:243
#35 0x00002aaf5c107959 in WebCore::HTMLScriptRunner::runScript (this=0x3364e80, script=0x3398970, scriptStartPosition=...) at ../../Source/WebCore/html/parser/HTMLScriptRunner.cpp:301
#36 0x00002aaf5c106f6b in WebCore::HTMLScriptRunner::execute (this=0x3364e80, scriptElement=..., scriptStartPosition=...) at ../../Source/WebCore/html/parser/HTMLScriptRunner.cpp:174
#37 0x00002aaf5c0f3f21 in WebCore::HTMLDocumentParser::runScriptsForPausedTreeBuilder (this=0x3363aa0) at ../../Source/WebCore/html/parser/HTMLDocumentParser.cpp:268
#38 0x00002aaf5c0f4023 in WebCore::HTMLDocumentParser::canTakeNextToken (this=0x3363aa0, mode=WebCore::HTMLDocumentParser::AllowYield, session=...) at ../../Source/WebCore/html/parser/HTMLDocumentParser.cpp:287
#39 0x00002aaf5c0f46d2 in WebCore::HTMLDocumentParser::pumpTokenizer (this=0x3363aa0, mode=WebCore::HTMLDocumentParser::AllowYield) at ../../Source/WebCore/html/parser/HTMLDocumentParser.cpp:539
#40 0x00002aaf5c0f3dce in WebCore::HTMLDocumentParser::pumpTokenizerIfPossible (this=0x3363aa0, mode=WebCore::HTMLDocumentParser::AllowYield) at ../../Source/WebCore/html/parser/HTMLDocumentParser.cpp:234
#41 0x00002aaf5c0f54e7 in WebCore::HTMLDocumentParser::resumeParsingAfterScriptExecution (this=0x3363aa0) at ../../Source/WebCore/html/parser/HTMLDocumentParser.cpp:899
#42 0x00002aaf5c0f57cb in WebCore::HTMLDocumentParser::notifyFinished (this=0x3363aa0, cachedResource=0x3372b50) at ../../Source/WebCore/html/parser/HTMLDocumentParser.cpp:939
#43 0x00002aaf5c2e433a in WebCore::CachedResource::checkNotify (this=0x3372b50) at ../../Source/WebCore/loader/cache/CachedResource.cpp:379
#44 0x00002aaf5c2ffdfb in WebCore::CachedScript::data (this=0x3372b50, data=..., allDataReceived=true) at ../../Source/WebCore/loader/cache/CachedScript.cpp:93
#45 0x00002aaf5c378a02 in WebCore::SubresourceLoader::didFinishLoading (this=0x3373040, finishTime=0) at ../../Source/WebCore/loader/SubresourceLoader.cpp:279
#46 0x00002aaf5c36e27d in WebCore::ResourceLoader::didFinishLoading (this=0x3373040, finishTime=0) at ../../Source/WebCore/loader/ResourceLoader.cpp:474
#47 0x00002aaf5cd48762 in WebCore::readCallback (asyncResult=0x2b6b400, data=0x336f880) at ../../Source/WebCore/platform/network/soup/ResourceHandleSoup.cpp:1327
#48 0x00002aaf60bf5e5f in async_ready_callback_wrapper () from /home/slave/webkitgtk/gtk-linux-64-debug-wk1/build/WebKitBuild/Dependencies/Root/lib64/libgio-2.0.so.0
#49 0x00002aaf60c107ea in g_simple_async_result_complete () from /home/slave/webkitgtk/gtk-linux-64-debug-wk1/build/WebKitBuild/Dependencies/Root/lib64/libgio-2.0.so.0
#50 0x00002aaf60c109b2 in complete_in_idle_cb_for_thread () from /home/slave/webkitgtk/gtk-linux-64-debug-wk1/build/WebKitBuild/Dependencies/Root/lib64/libgio-2.0.so.0
#51 0x00002aaf60dd6fd1 in g_idle_dispatch () from /home/slave/webkitgtk/gtk-linux-64-debug-wk1/build/WebKitBuild/Dependencies/Root/lib64/libglib-2.0.so.0
#52 0x00002aaf60dd4903 in g_main_dispatch () from /home/slave/webkitgtk/gtk-linux-64-debug-wk1/build/WebKitBuild/Dependencies/Root/lib64/libglib-2.0.so.0
#53 0x00002aaf60dd54b3 in g_main_context_dispatch () from /home/slave/webkitgtk/gtk-linux-64-debug-wk1/build/WebKitBuild/Dependencies/Root/lib64/libglib-2.0.so.0
#54 0x00002aaf60dd56a3 in g_main_context_iterate () from /home/slave/webkitgtk/gtk-linux-64-debug-wk1/build/WebKitBuild/Dependencies/Root/lib64/libglib-2.0.so.0
#55 0x00002aaf60dd5ad3 in g_main_loop_run () from /home/slave/webkitgtk/gtk-linux-64-debug-wk1/build/WebKitBuild/Dependencies/Root/lib64/libglib-2.0.so.0
#56 0x00002aaf5fdbfe22 in gtk_main () from /home/slave/webkitgtk/gtk-linux-64-debug-wk1/build/WebKitBuild/Dependencies/Root/lib64/libgtk-3.so.0
#57 0x000000000049fa83 in runTest (inputLine=...) at ../../Tools/DumpRenderTree/gtk/DumpRenderTree.cpp:770
#58 0x000000000049f139 in runTestingServerLoop () at ../../Tools/DumpRenderTree/gtk/DumpRenderTree.cpp:553
#59 0x00000000004a2467 in main (argc=2, argv=0x7fff304775f8) at ../../Tools/DumpRenderTree/gtk/DumpRenderTree.cpp:1512
Comment 1 Mario Sanchez Prada 2013-09-26 04:17:23 PDT
Committed r156455: <http://trac.webkit.org/changeset/156455>