[Webkit-unassigned] [Bug 118593] New: Crash (Segmentation fault) in WebCore::Node::documentInternal

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 12 03:50:24 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=118593

           Summary: Crash (Segmentation fault) in
                    WebCore::Node::documentInternal
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: reni at webkit.org
            Blocks: 116980


The following test could cause the assertion in the title and further assertions depends on when you run it (probably it's a GC bug).

<html>
   <applet code="foo.class" >
      <video controls="1" height="50"></video>
        <object>
            <input autofocus="1">
        </object>
   </applet>
</html>


The possible assertions:
========================

ASSERTION FAILED: !node || isHTMLTextFormControlElement(node) in WebCore::toHTMLTextFormControlElement
ASSERTION FAILED: this in WebCore::Node::document
ASSERTION FAILED: !m_deletionHasBegun in WebCore::TreeShared<WebCore::Node>::ref


The backtrace of the crash:
===========================

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff3c75b54 in WebCore::Node::treeScope (this=0x30000000000) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/Node.h:429
429        TreeScope* treeScope() const { return m_treeScope; }
(gdb) bt
#0  0x00007ffff3c75b54 in WebCore::Node::treeScope (this=0x30000000000) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/Node.h:429
#1  0x00007ffff3c75bf8 in WebCore::Node::documentInternal (this=0x30000000000) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/Node.h:728
#2  0x00007ffff3c75ae3 in WebCore::Node::document (this=0x30000000000) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/Node.h:425
#3  0x00007ffff3e6a46e in WebCore::RenderObject::document (this=0x872608) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/rendering/RenderObject.h:641
#4  0x00007ffff4a7f8ba in WebCore::RenderTextControl::visiblePositionForIndex (this=0x872608, index=2147483647)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/rendering/RenderTextControl.cpp:132
#5  0x00007ffff44b6fcd in WebCore::HTMLTextFormControlElement::setSelectionRange (this=0xa38670, start=0, end=2147483647, 
    direction=WebCore::SelectionHasNoDirection) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/HTMLTextFormControlElement.cpp:331
#6  0x00007ffff44b6933 in WebCore::HTMLTextFormControlElement::select (this=0xa38670)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/HTMLTextFormControlElement.cpp:215
#7  0x00007ffff4486f8d in WebCore::HTMLInputElement::updateFocusAppearance (this=0xa38670, restorePreviousSelection=true)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/HTMLInputElement.cpp:412
#8  0x00007ffff42ed0a1 in WebCore::Element::focus (this=0xa38670, restorePreviousSelection=true, direction=WebCore::FocusDirectionNone)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/Element.cpp:2138
#9  0x00007ffff4478447 in WebCore::focusPostAttach (element=0xa38670) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/HTMLFormControlElement.cpp:208
#10 0x00007ffff4281716 in WebCore::ContainerNode::dispatchPostAttachCallbacks () at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/ContainerNode.cpp:772
#11 0x00007ffff42814e3 in WebCore::ContainerNode::resumePostAttachCallbacks (this=0x872850)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/ContainerNode.cpp:739
#12 0x00007ffff428992f in WebCore::PostAttachCallbackDisabler::~PostAttachCallbackDisabler (this=0x7fffffffc9a0, __in_chrg=<optimized out>)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/ContainerNode.h:345
#13 0x00007ffff4292df2 in WebCore::Document::recalcStyle (this=0x872850, change=WebCore::Node::NoChange)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/Document.cpp:1831
#14 0x00007ffff4292ff2 in WebCore::Document::updateStyleIfNeeded (this=0x872850) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/Document.cpp:1858
#15 0x00007ffff429c01f in WebCore::Document::finishedParsing (this=0x872850) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/Document.cpp:4415
#16 0x00007ffff44e8dd3 in WebCore::HTMLConstructionSite::finishedParsing (this=0x7af7c8)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/parser/HTMLConstructionSite.cpp:348
#17 0x00007ffff451a4bf in WebCore::HTMLTreeBuilder::finished (this=0x7af7b0)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/parser/HTMLTreeBuilder.cpp:2926
#18 0x00007ffff44f0386 in WebCore::HTMLDocumentParser::end (this=0x7676e0)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/parser/HTMLDocumentParser.cpp:756
#19 0x00007ffff44f0473 in WebCore::HTMLDocumentParser::attemptToRunDeferredScriptsAndEnd (this=0x7676e0)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/parser/HTMLDocumentParser.cpp:767
#20 0x00007ffff44ef0a6 in WebCore::HTMLDocumentParser::prepareToStopParsing (this=0x7676e0)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/parser/HTMLDocumentParser.cpp:211
#21 0x00007ffff44f04b6 in WebCore::HTMLDocumentParser::attemptToEnd (this=0x7676e0)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/parser/HTMLDocumentParser.cpp:779
#22 0x00007ffff44f056d in WebCore::HTMLDocumentParser::finish (this=0x7676e0)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/parser/HTMLDocumentParser.cpp:828
#23 0x00007ffff46819b5 in WebCore::DocumentWriter::end (this=0x6942f0) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/DocumentWriter.cpp:248
#24 0x00007ffff467459e in WebCore::DocumentLoader::finishedLoading (this=0x694250, finishTime=0)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/DocumentLoader.cpp:402
#25 0x00007ffff467430c in WebCore::DocumentLoader::notifyFinished (this=0x694250, resource=0x781870)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/DocumentLoader.cpp:344
#26 0x00007ffff465b9d8 in WebCore::CachedResource::checkNotify (this=0x781870)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/cache/CachedResource.cpp:369
#27 0x00007ffff465baae in WebCore::CachedResource::finishLoading (this=0x781870)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/cache/CachedResource.cpp:385
#28 0x00007ffff46581be in WebCore::CachedRawResource::finishLoading (this=0x781870, data=0x70cac0)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/cache/CachedRawResource.cpp:94
#29 0x00007ffff46bda4a in WebCore::SubresourceLoader::didFinishLoading (this=0x7545d0, finishTime=0)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/SubresourceLoader.cpp:282
#30 0x00007ffff46b43d7 in WebCore::ResourceLoader::didFinishLoading (this=0x7545d0, finishTime=0)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/ResourceLoader.cpp:488
---Type <return> to continue, or q <return> to quit---
#31 0x00007ffff4b4179c in WebCore::QNetworkReplyHandler::finish (this=0x753360)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/platform/network/qt/QNetworkReplyHandler.cpp:516
#32 0x00007ffff4b40462 in WebCore::QNetworkReplyHandlerCallQueue::flush (this=0x753398)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/platform/network/qt/QNetworkReplyHandler.cpp:250
#33 0x00007ffff4b4018a in WebCore::QNetworkReplyHandlerCallQueue::push (this=0x753398, 
    method=(void (WebCore::QNetworkReplyHandler::*)(WebCore::QNetworkReplyHandler * const)) 0x7ffff4b415de <WebCore::QNetworkReplyHandler::finish()>)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/platform/network/qt/QNetworkReplyHandler.cpp:216
#34 0x00007ffff4b410e8 in WebCore::QNetworkReplyWrapper::didReceiveFinished (this=0x753b70)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/platform/network/qt/QNetworkReplyHandler.cpp:409
#35 0x00007ffff4b43aaa in WebCore::QNetworkReplyWrapper::qt_static_metacall (_o=0x753b70, _c=QMetaObject::InvokeMetaMethod, _id=1, _a=0x7fffffffcf80)
    at .moc/release-shared/moc_QNetworkReplyHandler.cpp:176
#36 0x00007ffff231e5cb in QMetaObject::activate(QObject*, int, int, void**) () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Core.so.5
#37 0x00007ffff231f84e in QObject::event(QEvent*) () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Core.so.5
#38 0x00007ffff3165dbc in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Widgets.so.5
#39 0x00007ffff3169075 in QApplication::notify(QObject*, QEvent*) () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Widgets.so.5
#40 0x00007ffff22f9dbe in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Core.so.5
#41 0x00007ffff22fba76 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) ()
   from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Core.so.5
#42 0x00007ffff2341333 in ?? () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Core.so.5
#43 0x00007fffee4840a6 in g_main_dispatch (context=0x6632f0) at /build/buildd/glib2.0-2.37.3/./glib/gmain.c:3058
#44 g_main_context_dispatch (context=context at entry=0x6632f0) at /build/buildd/glib2.0-2.37.3/./glib/gmain.c:3634
#45 0x00007fffee4843f8 in g_main_context_iterate (context=context at entry=0x6632f0, block=block at entry=1, dispatch=dispatch at entry=1, self=<optimized out>)
    at /build/buildd/glib2.0-2.37.3/./glib/gmain.c:3705
#46 0x00007fffee48449c in g_main_context_iteration (context=0x6632f0, may_block=1) at /build/buildd/glib2.0-2.37.3/./glib/gmain.c:3766
#47 0x00007ffff23414bc in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) ()
   from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Core.so.5
#48 0x00007ffff22f8d3b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Core.so.5
#49 0x00007ffff22fc120 in QCoreApplication::exec() () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Core.so.5
#50 0x0000000000421ba0 in launcherMain (app=...) at /home/reni/Data/REPOS/webkit_sec/Tools/QtTestBrowser/qttestbrowser.cpp:49
#51 0x0000000000423680 in main (argc=2, argv=0x7fffffffdc58) at /home/reni/Data/REPOS/webkit_sec/Tools/QtTestBrowser/qttestbrowser.cpp:318


The backtrace of ASSERTION FAILED: !node || isHTMLTextFormControlElement(node) in WebCore::toHTMLTextFormControlElement
=======================================================================================================================
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff577f390 in WTFCrash () at /home/reni/Data/REPOS/webkit_sec/Source/WTF/wtf/Assertions.cpp:339
339        *(int *)(uintptr_t)0xbbadbeef = 0;
(gdb) bt 
#0  0x00007ffff577f390 in WTFCrash () at /home/reni/Data/REPOS/webkit_sec/Source/WTF/wtf/Assertions.cpp:339
#1  0x00007ffff3cc9373 in WebCore::toHTMLTextFormControlElement (node=0xab7d30)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/HTMLTextFormControlElement.h:149
#2  0x00007ffff4a7f416 in WebCore::RenderTextControl::textFormControlElement (this=0xa368a8)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/rendering/RenderTextControl.cpp:51
#3  0x00007ffff4a7f430 in WebCore::RenderTextControl::innerTextElement (this=0xa368a8)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/rendering/RenderTextControl.cpp:56
#4  0x00007ffff4a7f95b in WebCore::RenderTextControl::visiblePositionForIndex (this=0xa368a8, index=2147483647)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/rendering/RenderTextControl.cpp:133
#5  0x00007ffff44b6fcd in WebCore::HTMLTextFormControlElement::setSelectionRange (this=0x873a10, start=0, end=2147483647, 
    direction=WebCore::SelectionHasNoDirection) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/HTMLTextFormControlElement.cpp:331
#6  0x00007ffff44b6933 in WebCore::HTMLTextFormControlElement::select (this=0x873a10)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/HTMLTextFormControlElement.cpp:215
#7  0x00007ffff4486f8d in WebCore::HTMLInputElement::updateFocusAppearance (this=0x873a10, restorePreviousSelection=true)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/HTMLInputElement.cpp:412
#8  0x00007ffff42ed0a1 in WebCore::Element::focus (this=0x873a10, restorePreviousSelection=true, direction=WebCore::FocusDirectionNone)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/Element.cpp:2138
#9  0x00007ffff4478447 in WebCore::focusPostAttach (element=0x873a10) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/HTMLFormControlElement.cpp:208
#10 0x00007ffff4281716 in WebCore::ContainerNode::dispatchPostAttachCallbacks () at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/ContainerNode.cpp:772
#11 0x00007ffff42814e3 in WebCore::ContainerNode::resumePostAttachCallbacks (this=0xa7dde0)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/ContainerNode.cpp:739
#12 0x00007ffff428992f in WebCore::PostAttachCallbackDisabler::~PostAttachCallbackDisabler (this=0x7fffffffc9a0, __in_chrg=<optimized out>)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/ContainerNode.h:345
#13 0x00007ffff4292df2 in WebCore::Document::recalcStyle (this=0xa7dde0, change=WebCore::Node::NoChange)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/Document.cpp:1831
#14 0x00007ffff4292ff2 in WebCore::Document::updateStyleIfNeeded (this=0xa7dde0) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/Document.cpp:1858
#15 0x00007ffff429c01f in WebCore::Document::finishedParsing (this=0xa7dde0) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/Document.cpp:4415
#16 0x00007ffff44e8dd3 in WebCore::HTMLConstructionSite::finishedParsing (this=0xa7ea68)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/parser/HTMLConstructionSite.cpp:348
#17 0x00007ffff451a4bf in WebCore::HTMLTreeBuilder::finished (this=0xa7ea50)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/parser/HTMLTreeBuilder.cpp:2926
#18 0x00007ffff44f0386 in WebCore::HTMLDocumentParser::end (this=0x7ad540)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/parser/HTMLDocumentParser.cpp:756
#19 0x00007ffff44f0473 in WebCore::HTMLDocumentParser::attemptToRunDeferredScriptsAndEnd (this=0x7ad540)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/parser/HTMLDocumentParser.cpp:767
#20 0x00007ffff44ef0a6 in WebCore::HTMLDocumentParser::prepareToStopParsing (this=0x7ad540)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/parser/HTMLDocumentParser.cpp:211
#21 0x00007ffff44f04b6 in WebCore::HTMLDocumentParser::attemptToEnd (this=0x7ad540)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/parser/HTMLDocumentParser.cpp:779
#22 0x00007ffff44f056d in WebCore::HTMLDocumentParser::finish (this=0x7ad540)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/parser/HTMLDocumentParser.cpp:828
#23 0x00007ffff46819b5 in WebCore::DocumentWriter::end (this=0xa5b810) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/DocumentWriter.cpp:248
#24 0x00007ffff467459e in WebCore::DocumentLoader::finishedLoading (this=0xa5b770, finishTime=0)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/DocumentLoader.cpp:402
#25 0x00007ffff467430c in WebCore::DocumentLoader::notifyFinished (this=0xa5b770, resource=0xab8370)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/DocumentLoader.cpp:344
#26 0x00007ffff465b9d8 in WebCore::CachedResource::checkNotify (this=0xab8370)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/cache/CachedResource.cpp:369
#27 0x00007ffff465baae in WebCore::CachedResource::finishLoading (this=0xab8370)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/cache/CachedResource.cpp:385
#28 0x00007ffff46581be in WebCore::CachedRawResource::finishLoading (this=0xab8370, data=0xa7da30)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/cache/CachedRawResource.cpp:94
#29 0x00007ffff46bda4a in WebCore::SubresourceLoader::didFinishLoading (this=0xa7d3c0, finishTime=0)
---Type <return> to continue, or q <return> to quit---
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/SubresourceLoader.cpp:282
#30 0x00007ffff46b43d7 in WebCore::ResourceLoader::didFinishLoading (this=0xa7d3c0, finishTime=0)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/ResourceLoader.cpp:488
#31 0x00007ffff4b4179c in WebCore::QNetworkReplyHandler::finish (this=0xaaf180)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/platform/network/qt/QNetworkReplyHandler.cpp:516
#32 0x00007ffff4b40462 in WebCore::QNetworkReplyHandlerCallQueue::flush (this=0xaaf1b8)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/platform/network/qt/QNetworkReplyHandler.cpp:250
#33 0x00007ffff4b4018a in WebCore::QNetworkReplyHandlerCallQueue::push (this=0xaaf1b8, 
    method=(void (WebCore::QNetworkReplyHandler::*)(WebCore::QNetworkReplyHandler * const)) 0x7ffff4b415de <WebCore::QNetworkReplyHandler::finish()>)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/platform/network/qt/QNetworkReplyHandler.cpp:216
#34 0x00007ffff4b410e8 in WebCore::QNetworkReplyWrapper::didReceiveFinished (this=0xa55630)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/platform/network/qt/QNetworkReplyHandler.cpp:409
#35 0x00007ffff4b43aaa in WebCore::QNetworkReplyWrapper::qt_static_metacall (_o=0xa55630, _c=QMetaObject::InvokeMetaMethod, _id=1, _a=0x7fffffffcf80)
    at .moc/release-shared/moc_QNetworkReplyHandler.cpp:176
#36 0x00007ffff231e5cb in QMetaObject::activate(QObject*, int, int, void**) () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Core.so.5
#37 0x00007ffff231f84e in QObject::event(QEvent*) () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Core.so.5
#38 0x00007ffff3165dbc in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Widgets.so.5
#39 0x00007ffff3169075 in QApplication::notify(QObject*, QEvent*) () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Widgets.so.5
#40 0x00007ffff22f9dbe in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Core.so.5
#41 0x00007ffff22fba76 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) ()
   from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Core.so.5
#42 0x00007ffff2341333 in ?? () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Core.so.5
#43 0x00007fffee4840a6 in g_main_dispatch (context=0x6632f0) at /build/buildd/glib2.0-2.37.3/./glib/gmain.c:3058
#44 g_main_context_dispatch (context=context at entry=0x6632f0) at /build/buildd/glib2.0-2.37.3/./glib/gmain.c:3634
#45 0x00007fffee4843f8 in g_main_context_iterate (context=context at entry=0x6632f0, block=block at entry=1, dispatch=dispatch at entry=1, self=<optimized out>)
    at /build/buildd/glib2.0-2.37.3/./glib/gmain.c:3705
#46 0x00007fffee48449c in g_main_context_iteration (context=0x6632f0, may_block=1) at /build/buildd/glib2.0-2.37.3/./glib/gmain.c:3766
#47 0x00007ffff23414bc in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) ()
   from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Core.so.5
#48 0x00007ffff22f8d3b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Core.so.5
#49 0x00007ffff22fc120 in QCoreApplication::exec() () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Core.so.5
#50 0x0000000000421ba0 in launcherMain (app=...) at /home/reni/Data/REPOS/webkit_sec/Tools/QtTestBrowser/qttestbrowser.cpp:49
#51 0x0000000000423680 in main (argc=2, argv=0x7fffffffdc58) at /home/reni/Data/REPOS/webkit_sec/Tools/QtTestBrowser/qttestbrowser.cpp:318


The backtrace of ASSERTION FAILED: this
=======================================

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff577f390 in WTFCrash () at /home/reni/Data/REPOS/webkit_sec/Source/WTF/wtf/Assertions.cpp:339
339        *(int *)(uintptr_t)0xbbadbeef = 0;
(gdb) bt
#0  0x00007ffff577f390 in WTFCrash () at /home/reni/Data/REPOS/webkit_sec/Source/WTF/wtf/Assertions.cpp:339
#1  0x00007ffff3c75ad7 in WebCore::Node::document (this=0x0) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/Node.h:422
#2  0x00007ffff3e6a46e in WebCore::RenderObject::document (this=0xa53e48) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/rendering/RenderObject.h:641
#3  0x00007ffff4a7f8ba in WebCore::RenderTextControl::visiblePositionForIndex (this=0xa53e48, index=2147483647)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/rendering/RenderTextControl.cpp:132
#4  0x00007ffff44b6fcd in WebCore::HTMLTextFormControlElement::setSelectionRange (this=0xa82a30, start=0, end=2147483647, 
    direction=WebCore::SelectionHasNoDirection) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/HTMLTextFormControlElement.cpp:331
#5  0x00007ffff44b6933 in WebCore::HTMLTextFormControlElement::select (this=0xa82a30)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/HTMLTextFormControlElement.cpp:215
#6  0x00007ffff4486f8d in WebCore::HTMLInputElement::updateFocusAppearance (this=0xa82a30, restorePreviousSelection=true)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/HTMLInputElement.cpp:412
#7  0x00007ffff42ed0a1 in WebCore::Element::focus (this=0xa82a30, restorePreviousSelection=true, direction=WebCore::FocusDirectionNone)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/Element.cpp:2138
#8  0x00007ffff4478447 in WebCore::focusPostAttach (element=0xa82a30) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/HTMLFormControlElement.cpp:208
#9  0x00007ffff4281716 in WebCore::ContainerNode::dispatchPostAttachCallbacks () at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/ContainerNode.cpp:772
#10 0x00007ffff42814e3 in WebCore::ContainerNode::resumePostAttachCallbacks (this=0xa7f5c0)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/ContainerNode.cpp:739
#11 0x00007ffff428992f in WebCore::PostAttachCallbackDisabler::~PostAttachCallbackDisabler (this=0x7fffffffc9a0, __in_chrg=<optimized out>)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/ContainerNode.h:345
#12 0x00007ffff4292df2 in WebCore::Document::recalcStyle (this=0xa7f5c0, change=WebCore::Node::NoChange)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/Document.cpp:1831
#13 0x00007ffff4292ff2 in WebCore::Document::updateStyleIfNeeded (this=0xa7f5c0) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/Document.cpp:1858
#14 0x00007ffff429c01f in WebCore::Document::finishedParsing (this=0xa7f5c0) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/Document.cpp:4415
#15 0x00007ffff44e8dd3 in WebCore::HTMLConstructionSite::finishedParsing (this=0x7531b8)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/parser/HTMLConstructionSite.cpp:348
#16 0x00007ffff451a4bf in WebCore::HTMLTreeBuilder::finished (this=0x7531a0)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/parser/HTMLTreeBuilder.cpp:2926
#17 0x00007ffff44f0386 in WebCore::HTMLDocumentParser::end (this=0xa44a20)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/parser/HTMLDocumentParser.cpp:756
#18 0x00007ffff44f0473 in WebCore::HTMLDocumentParser::attemptToRunDeferredScriptsAndEnd (this=0xa44a20)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/parser/HTMLDocumentParser.cpp:767
#19 0x00007ffff44ef0a6 in WebCore::HTMLDocumentParser::prepareToStopParsing (this=0xa44a20)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/parser/HTMLDocumentParser.cpp:211
#20 0x00007ffff44f04b6 in WebCore::HTMLDocumentParser::attemptToEnd (this=0xa44a20)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/parser/HTMLDocumentParser.cpp:779
#21 0x00007ffff44f056d in WebCore::HTMLDocumentParser::finish (this=0xa44a20)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/parser/HTMLDocumentParser.cpp:828
#22 0x00007ffff46819b5 in WebCore::DocumentWriter::end (this=0xa6e170) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/DocumentWriter.cpp:248
#23 0x00007ffff467459e in WebCore::DocumentLoader::finishedLoading (this=0xa6e0d0, finishTime=0)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/DocumentLoader.cpp:402
#24 0x00007ffff467430c in WebCore::DocumentLoader::notifyFinished (this=0xa6e0d0, resource=0xac4be0)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/DocumentLoader.cpp:344
#25 0x00007ffff465b9d8 in WebCore::CachedResource::checkNotify (this=0xac4be0)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/cache/CachedResource.cpp:369
#26 0x00007ffff465baae in WebCore::CachedResource::finishLoading (this=0xac4be0)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/cache/CachedResource.cpp:385
#27 0x00007ffff46581be in WebCore::CachedRawResource::finishLoading (this=0xac4be0, data=0xac8850)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/cache/CachedRawResource.cpp:94
#28 0x00007ffff46bda4a in WebCore::SubresourceLoader::didFinishLoading (this=0xaa0400, finishTime=0)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/SubresourceLoader.cpp:282
#29 0x00007ffff46b43d7 in WebCore::ResourceLoader::didFinishLoading (this=0xaa0400, finishTime=0)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/ResourceLoader.cpp:488
#30 0x00007ffff4b4179c in WebCore::QNetworkReplyHandler::finish (this=0xa820d0)
---Type <return> to continue, or q <return> to quit---
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/platform/network/qt/QNetworkReplyHandler.cpp:516
#31 0x00007ffff4b40462 in WebCore::QNetworkReplyHandlerCallQueue::flush (this=0xa82108)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/platform/network/qt/QNetworkReplyHandler.cpp:250
#32 0x00007ffff4b4018a in WebCore::QNetworkReplyHandlerCallQueue::push (this=0xa82108, 
    method=(void (WebCore::QNetworkReplyHandler::*)(WebCore::QNetworkReplyHandler * const)) 0x7ffff4b415de <WebCore::QNetworkReplyHandler::finish()>)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/platform/network/qt/QNetworkReplyHandler.cpp:216
#33 0x00007ffff4b410e8 in WebCore::QNetworkReplyWrapper::didReceiveFinished (this=0xab7a90)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/platform/network/qt/QNetworkReplyHandler.cpp:409
#34 0x00007ffff4b43aaa in WebCore::QNetworkReplyWrapper::qt_static_metacall (_o=0xab7a90, _c=QMetaObject::InvokeMetaMethod, _id=1, _a=0x7fffffffcf80)
    at .moc/release-shared/moc_QNetworkReplyHandler.cpp:176
#35 0x00007ffff231e5cb in QMetaObject::activate(QObject*, int, int, void**) () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Core.so.5
#36 0x00007ffff231f84e in QObject::event(QEvent*) () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Core.so.5
#37 0x00007ffff3165dbc in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Widgets.so.5
#38 0x00007ffff3169075 in QApplication::notify(QObject*, QEvent*) () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Widgets.so.5
#39 0x00007ffff22f9dbe in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Core.so.5
#40 0x00007ffff22fba76 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) ()
   from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Core.so.5
#41 0x00007ffff2341333 in ?? () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Core.so.5
#42 0x00007fffee4840a6 in g_main_dispatch (context=0x6632f0) at /build/buildd/glib2.0-2.37.3/./glib/gmain.c:3058
#43 g_main_context_dispatch (context=context at entry=0x6632f0) at /build/buildd/glib2.0-2.37.3/./glib/gmain.c:3634
#44 0x00007fffee4843f8 in g_main_context_iterate (context=context at entry=0x6632f0, block=block at entry=1, dispatch=dispatch at entry=1, self=<optimized out>)
    at /build/buildd/glib2.0-2.37.3/./glib/gmain.c:3705
#45 0x00007fffee48449c in g_main_context_iteration (context=0x6632f0, may_block=1) at /build/buildd/glib2.0-2.37.3/./glib/gmain.c:3766
#46 0x00007ffff23414bc in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) ()
   from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Core.so.5
#47 0x00007ffff22f8d3b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Core.so.5
#48 0x00007ffff22fc120 in QCoreApplication::exec() () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Core.so.5
#49 0x0000000000421ba0 in launcherMain (app=...) at /home/reni/Data/REPOS/webkit_sec/Tools/QtTestBrowser/qttestbrowser.cpp:49
#50 0x0000000000423680 in main (argc=2, argv=0x7fffffffdc58) at /home/reni/Data/REPOS/webkit_sec/Tools/QtTestBrowser/qttestbrowser.cpp:318


The backtrace of ASSERTION FAILED: !m_deletionHasBegun
======================================================

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff577f390 in WTFCrash () at /home/reni/Data/REPOS/webkit_sec/Source/WTF/wtf/Assertions.cpp:339
339        *(int *)(uintptr_t)0xbbadbeef = 0;
(gdb) bt
#0  0x00007ffff577f390 in WTFCrash () at /home/reni/Data/REPOS/webkit_sec/Source/WTF/wtf/Assertions.cpp:339
#1  0x00007ffff3c7b8d9 in WebCore::TreeShared<WebCore::Node>::ref (this=0x7ffff1de07b8 <main_arena+120>)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/platform/TreeShared.h:63
#2  0x00007ffff3c987d0 in WTF::refIfNotNull<WebCore::Document> (ptr=0x7ffff1de07a8 <main_arena+104>)
    at /home/reni/Data/REPOS/webkit_sec/Source/WTF/wtf/PassRefPtr.h:46
#3  0x00007ffff3c97e19 in WTF::PassRefPtr<WebCore::Document>::PassRefPtr (this=0x7fffffffc5b0, ptr=0x7ffff1de07a8 <main_arena+104>)
    at /home/reni/Data/REPOS/webkit_sec/Source/WTF/wtf/PassRefPtr.h:60
#4  0x00007ffff4a7f8cf in WebCore::RenderTextControl::visiblePositionForIndex (this=0xac8f78, index=2147483647)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/rendering/RenderTextControl.cpp:132
#5  0x00007ffff44b6fcd in WebCore::HTMLTextFormControlElement::setSelectionRange (this=0xac6460, start=0, end=2147483647, 
    direction=WebCore::SelectionHasNoDirection) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/HTMLTextFormControlElement.cpp:331
#6  0x00007ffff44b6933 in WebCore::HTMLTextFormControlElement::select (this=0xac6460)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/HTMLTextFormControlElement.cpp:215
#7  0x00007ffff4486f8d in WebCore::HTMLInputElement::updateFocusAppearance (this=0xac6460, restorePreviousSelection=true)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/HTMLInputElement.cpp:412
#8  0x00007ffff42ed0a1 in WebCore::Element::focus (this=0xac6460, restorePreviousSelection=true, direction=WebCore::FocusDirectionNone)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/Element.cpp:2138
#9  0x00007ffff4478447 in WebCore::focusPostAttach (element=0xac6460) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/HTMLFormControlElement.cpp:208
#10 0x00007ffff4281716 in WebCore::ContainerNode::dispatchPostAttachCallbacks () at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/ContainerNode.cpp:772
#11 0x00007ffff42814e3 in WebCore::ContainerNode::resumePostAttachCallbacks (this=0xa72ea0)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/ContainerNode.cpp:739
#12 0x00007ffff428992f in WebCore::PostAttachCallbackDisabler::~PostAttachCallbackDisabler (this=0x7fffffffc9a0, __in_chrg=<optimized out>)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/ContainerNode.h:345
#13 0x00007ffff4292df2 in WebCore::Document::recalcStyle (this=0xa72ea0, change=WebCore::Node::NoChange)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/Document.cpp:1831
#14 0x00007ffff4292ff2 in WebCore::Document::updateStyleIfNeeded (this=0xa72ea0) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/Document.cpp:1858
#15 0x00007ffff429c01f in WebCore::Document::finishedParsing (this=0xa72ea0) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/Document.cpp:4415
#16 0x00007ffff44e8dd3 in WebCore::HTMLConstructionSite::finishedParsing (this=0x749c98)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/parser/HTMLConstructionSite.cpp:348
#17 0x00007ffff451a4bf in WebCore::HTMLTreeBuilder::finished (this=0x749c80)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/parser/HTMLTreeBuilder.cpp:2926
#18 0x00007ffff44f0386 in WebCore::HTMLDocumentParser::end (this=0xa58840)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/parser/HTMLDocumentParser.cpp:756
#19 0x00007ffff44f0473 in WebCore::HTMLDocumentParser::attemptToRunDeferredScriptsAndEnd (this=0xa58840)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/parser/HTMLDocumentParser.cpp:767
#20 0x00007ffff44ef0a6 in WebCore::HTMLDocumentParser::prepareToStopParsing (this=0xa58840)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/parser/HTMLDocumentParser.cpp:211
#21 0x00007ffff44f04b6 in WebCore::HTMLDocumentParser::attemptToEnd (this=0xa58840)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/parser/HTMLDocumentParser.cpp:779
#22 0x00007ffff44f056d in WebCore::HTMLDocumentParser::finish (this=0xa58840)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/parser/HTMLDocumentParser.cpp:828
#23 0x00007ffff46819b5 in WebCore::DocumentWriter::end (this=0xa98420) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/DocumentWriter.cpp:248
#24 0x00007ffff467459e in WebCore::DocumentLoader::finishedLoading (this=0xa98380, finishTime=0)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/DocumentLoader.cpp:402
#25 0x00007ffff467430c in WebCore::DocumentLoader::notifyFinished (this=0xa98380, resource=0xabfe60)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/DocumentLoader.cpp:344
#26 0x00007ffff465b9d8 in WebCore::CachedResource::checkNotify (this=0xabfe60)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/cache/CachedResource.cpp:369
#27 0x00007ffff465baae in WebCore::CachedResource::finishLoading (this=0xabfe60)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/cache/CachedResource.cpp:385
#28 0x00007ffff46581be in WebCore::CachedRawResource::finishLoading (this=0xabfe60, data=0xa680e0)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/cache/CachedRawResource.cpp:94
#29 0x00007ffff46bda4a in WebCore::SubresourceLoader::didFinishLoading (this=0xa8ff40, finishTime=0)
---Type <return> to continue, or q <return> to quit---
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/SubresourceLoader.cpp:282
#30 0x00007ffff46b43d7 in WebCore::ResourceLoader::didFinishLoading (this=0xa8ff40, finishTime=0)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/ResourceLoader.cpp:488
#31 0x00007ffff4b4179c in WebCore::QNetworkReplyHandler::finish (this=0xaa1620)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/platform/network/qt/QNetworkReplyHandler.cpp:516
#32 0x00007ffff4b40462 in WebCore::QNetworkReplyHandlerCallQueue::flush (this=0xaa1658)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/platform/network/qt/QNetworkReplyHandler.cpp:250
#33 0x00007ffff4b4018a in WebCore::QNetworkReplyHandlerCallQueue::push (this=0xaa1658, 
    method=(void (WebCore::QNetworkReplyHandler::*)(WebCore::QNetworkReplyHandler * const)) 0x7ffff4b415de <WebCore::QNetworkReplyHandler::finish()>)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/platform/network/qt/QNetworkReplyHandler.cpp:216
#34 0x00007ffff4b410e8 in WebCore::QNetworkReplyWrapper::didReceiveFinished (this=0x872f80)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/platform/network/qt/QNetworkReplyHandler.cpp:409
#35 0x00007ffff4b43aaa in WebCore::QNetworkReplyWrapper::qt_static_metacall (_o=0x872f80, _c=QMetaObject::InvokeMetaMethod, _id=1, _a=0x7fffffffcf80)
    at .moc/release-shared/moc_QNetworkReplyHandler.cpp:176
#36 0x00007ffff231e5cb in QMetaObject::activate(QObject*, int, int, void**) () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Core.so.5
#37 0x00007ffff231f84e in QObject::event(QEvent*) () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Core.so.5
#38 0x00007ffff3165dbc in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Widgets.so.5
#39 0x00007ffff3169075 in QApplication::notify(QObject*, QEvent*) () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Widgets.so.5
#40 0x00007ffff22f9dbe in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Core.so.5
#41 0x00007ffff22fba76 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) ()
   from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Core.so.5
#42 0x00007ffff2341333 in ?? () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Core.so.5
#43 0x00007fffee4840a6 in g_main_dispatch (context=0x6632f0) at /build/buildd/glib2.0-2.37.3/./glib/gmain.c:3058
#44 g_main_context_dispatch (context=context at entry=0x6632f0) at /build/buildd/glib2.0-2.37.3/./glib/gmain.c:3634
#45 0x00007fffee4843f8 in g_main_context_iterate (context=context at entry=0x6632f0, block=block at entry=1, dispatch=dispatch at entry=1, self=<optimized out>)
    at /build/buildd/glib2.0-2.37.3/./glib/gmain.c:3705
#46 0x00007fffee48449c in g_main_context_iteration (context=0x6632f0, may_block=1) at /build/buildd/glib2.0-2.37.3/./glib/gmain.c:3766
#47 0x00007ffff23414bc in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) ()
   from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Core.so.5
#48 0x00007ffff22f8d3b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Core.so.5
#49 0x00007ffff22fc120 in QCoreApplication::exec() () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Core.so.5
#50 0x0000000000421ba0 in launcherMain (app=...) at /home/reni/Data/REPOS/webkit_sec/Tools/QtTestBrowser/qttestbrowser.cpp:49
#51 0x0000000000423680 in main (argc=2, argv=0x7fffffffdc58) at /home/reni/Data/REPOS/webkit_sec/Tools/QtTestBrowser/qttestbrowser.cpp:318

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list