WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WORKSFORME
121147
ASSERTION FAILED: m_refChild->parentNode() in WebCore::InsertNodeBeforeCommand::InsertNodeBeforeCommand
https://bugs.webkit.org/show_bug.cgi?id=121147
Summary
ASSERTION FAILED: m_refChild->parentNode() in WebCore::InsertNodeBeforeComman...
Renata Hodovan
Reported
2013-09-11 01:37:12 PDT
Created
attachment 211289
[details]
Test case The crashing test: <iframe> <iframe></iframe> <strong><em> </iframe> <script> function test() { document.designMode="on"; document.execCommand("selectall"); document.execCommand("italic"); document.execCommand("RemoveFormat"); document.body.innerHTML="PASS"; } </script> <iframe seamless="1" onload="test()" ></iframe> Backtrace: Program received signal SIGSEGV, Segmentation fault. 0x00007ffff56dafad in WTFCrash () at /home/reni/Data/REPOS/webkit_sec/Source/WTF/wtf/Assertions.cpp:342 342 *(int *)(uintptr_t)0xbbadbeef = 0; (gdb) bt #0 0x00007ffff56dafad in WTFCrash () at /home/reni/Data/REPOS/webkit_sec/Source/WTF/wtf/Assertions.cpp:342 #1 0x00007ffff42eb776 in WebCore::InsertNodeBeforeCommand::InsertNodeBeforeCommand (this=0x8fc0d0, insertChild=..., refChild=..., shouldAssumeContentIsAlwaysEditable=WebCore::DoNotAssumeContentIsAlwaysEditable) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/editing/InsertNodeBeforeCommand.cpp:46 #2 0x00007ffff429d06c in WebCore::InsertNodeBeforeCommand::create (childToInsert=..., childToInsertBefore=..., shouldAssumeContentIsAlwaysEditable=WebCore::DoNotAssumeContentIsAlwaysEditable) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/editing/InsertNodeBeforeCommand.h:38 #3 0x00007ffff429e670 in WebCore::CompositeEditCommand::insertNodeBefore (this=0x941e00, insertChild=..., refChild=..., shouldAssumeContentIsAlwaysEditable=WebCore::DoNotAssumeContentIsAlwaysEditable) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/editing/CompositeEditCommand.cpp:334 #4 0x00007ffff42fd003 in WebCore::RemoveNodePreservingChildrenCommand::doApply (this=0x941e00) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/editing/RemoveNodePreservingChildrenCommand.cpp:52 #5 0x00007ffff429e0fe in WebCore::CompositeEditCommand::applyCommandToComposite (this=0x9419a0, prpCommand=...) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/editing/CompositeEditCommand.cpp:267 #6 0x00007ffff429efd8 in WebCore::CompositeEditCommand::removeNodePreservingChildren (this=0x9419a0, node=..., shouldAssumeContentIsAlwaysEditable=WebCore::DoNotAssumeContentIsAlwaysEditable) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/editing/CompositeEditCommand.cpp:410 #7 0x00007ffff4292e6f in WebCore::ApplyStyleCommand::removeInlineStyleFromElement (this=0x9419a0, style=0x941ad0, element=..., mode=WebCore::ApplyStyleCommand::RemoveIfNeeded, extractedStyle=0x94c5a0) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/editing/ApplyStyleCommand.cpp:894 #8 0x00007ffff4293a53 in WebCore::ApplyStyleCommand::pushDownInlineStyleAroundNode (this=0x9419a0, style=0x941ad0, targetNode=0x8ea6c0) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/editing/ApplyStyleCommand.cpp:1052 #9 0x00007ffff42940f0 in WebCore::ApplyStyleCommand::removeInlineStyle (this=0x9419a0, style=0x941ad0, start=..., end=...) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/editing/ApplyStyleCommand.cpp:1106 #10 0x00007ffff4291178 in WebCore::ApplyStyleCommand::applyInlineStyle (this=0x9419a0, style=0x941ad0) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/editing/ApplyStyleCommand.cpp:634 #11 0x00007ffff428e6b5 in WebCore::ApplyStyleCommand::doApply (this=0x9419a0) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/editing/ApplyStyleCommand.cpp:227 #12 0x00007ffff429e0fe in WebCore::CompositeEditCommand::applyCommandToComposite (this=0x94c3a0, prpCommand=...) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/editing/CompositeEditCommand.cpp:267 #13 0x00007ffff42fc83d in WebCore::RemoveFormatCommand::doApply (this=0x94c3a0) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/editing/RemoveFormatCommand.cpp:96 #14 0x00007ffff429dec6 in WebCore::CompositeEditCommand::apply (this=0x94c3a0) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/editing/CompositeEditCommand.cpp:216 #15 0x00007ffff429dc4e in WebCore::applyCommand (command=...) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/editing/CompositeEditCommand.cpp:172 #16 0x00007ffff42bf96c in WebCore::Editor::removeFormattingAndStyle (this=0x7e0cb0) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/editing/Editor.cpp:684 #17 0x00007ffff42d1792 in WebCore::executeRemoveFormat (frame=...) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/editing/EditorCommand.cpp:974 #18 0x00007ffff42d32d2 in WebCore::Editor::Command::execute (this=0x7fffffff7370, parameter=..., triggeringEvent=0x0) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/editing/EditorCommand.cpp:1709 #19 0x00007ffff41a1ed6 in WebCore::Document::execCommand (this=0x8b18e0, commandName=..., userInterface=false, value=...) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/Document.cpp:4172 #20 0x00007ffff4ebfb12 in WebCore::jsDocumentPrototypeFunctionExecCommand (exec=0x7fff8abfe1d0) at generated/JSDocument.cpp:2763 #21 0x00007fff9ffff0e5 in ?? () #22 0x00007fffffff7510 in ?? () #23 0x00007ffff679ffa2 in llint_op_call () from /home/reni/Data/REPOS/webkit_sec/WebKitBuild/Debug/lib/libQt5WebKit.so.5 #24 0x00007fff8abfe148 in ?? () #25 0x00000000007a33a8 in ?? () #26 0x00007fffffff74d0 in ?? () #27 0x00007ffff5506ba3 in JSC::JSStack::installTrapsAfterFrame (this=0x0, frame=0x0) at /home/reni/Data/REPOS/webkit_sec/Source/JavaScriptCore/interpreter/JSStackInlines.h:212 #28 0x00007ffff551752c in JSC::JITCode::execute (this=0x8e7f90, stack=0x7a33a8, callFrame=0x7fff8abfe148, vm=0x826920) at /home/reni/Data/REPOS/webkit_sec/Source/JavaScriptCore/jit/JITCode.cpp:46 #29 0x00007ffff5503a02 in JSC::Interpreter::executeCall (this=0x7a3390, callFrame=0x7fffe405f9e0, function=0x7fff9c07e5b0, callType=JSC::CallTypeJS, ---Type <return> to continue, or q <return> to quit--- callData=..., thisValue=..., args=...) at /home/reni/Data/REPOS/webkit_sec/Source/JavaScriptCore/interpreter/Interpreter.cpp:841 #30 0x00007ffff55d58b7 in JSC::call (exec=0x7fffe405f9e0, functionObject=..., callType=JSC::CallTypeJS, callData=..., thisValue=..., args=...) at /home/reni/Data/REPOS/webkit_sec/Source/JavaScriptCore/runtime/CallData.cpp:39 #31 0x00007ffff3f118bf in WebCore::JSMainThreadExecState::call (exec=0x7fffe405f9e0, functionObject=..., callType=JSC::CallTypeJS, callData=..., thisValue=..., args=...) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/bindings/js/JSMainThreadExecState.h:53 #32 0x00007ffff3f40c6d in WebCore::JSEventListener::handleEvent (this=0x8e9430, scriptExecutionContext=0x8b1990, event=0x8fdde0) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/bindings/js/JSEventListener.cpp:130 #33 0x00007ffff420f7aa in WebCore::EventTarget::fireEventListeners (this=0x8ea6c0, event=0x8fdde0, d=0x8f39e0, entry=...) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/EventTarget.cpp:271 #34 0x00007ffff420f4c7 in WebCore::EventTarget::fireEventListeners (this=0x8ea6c0, event=0x8fdde0) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/EventTarget.cpp:227 #35 0x00007ffff423b79b in WebCore::Node::handleLocalEvents (this=0x8ea6c0, event=0x8fdde0) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/Node.cpp:2097 #36 0x00007ffff4201d54 in WebCore::EventContext::handleLocalEvents (this=0x93fa70, event=0x8fdde0) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/EventContext.cpp:58 #37 0x00007ffff4203c33 in WebCore::EventDispatcher::dispatchEventAtTarget (this=0x7fffffff7b50) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/EventDispatcher.cpp:161 #38 0x00007ffff42038f0 in WebCore::EventDispatcher::dispatch (this=0x7fffffff7b50) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/EventDispatcher.cpp:118 #39 0x00007ffff4202715 in WebCore::EventDispatchMediator::dispatchEvent (this=0x9403f0, dispatcher=0x7fffffff7b50) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/EventDispatchMediator.cpp:54 #40 0x00007ffff4202e9d in WebCore::EventDispatcher::dispatchEvent (node=0x8ea6c0, mediator=...) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/EventDispatcher.cpp:52 #41 0x00007ffff423b9b0 in WebCore::Node::dispatchEvent (this=0x8ea6c0, event=...) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/Node.cpp:2118 #42 0x00007ffff462bc41 in WebCore::DOMWindow::dispatchLoadEvent (this=0x906690) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/page/DOMWindow.cpp:1714 #43 0x00007ffff41a03c0 in WebCore::Document::dispatchWindowLoadEvent (this=0x940af0) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/Document.cpp:3639 #44 0x00007ffff419ba6b in WebCore::Document::implicitClose (this=0x940af0) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/Document.cpp:2419 #45 0x00007ffff45a08af in WebCore::FrameLoader::checkCallImplicitClose (this=0x938b30) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/FrameLoader.cpp:848 #46 0x00007ffff45a0620 in WebCore::FrameLoader::checkCompleted (this=0x938b30) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/FrameLoader.cpp:791 #47 0x00007ffff45a0355 in WebCore::FrameLoader::finishedParsing (this=0x938b30) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/FrameLoader.cpp:724 #48 0x00007ffff41a2c9b in WebCore::Document::finishedParsing (this=0x940af0) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/Document.cpp:4437 #49 0x00007ffff43f6273 in WebCore::HTMLConstructionSite::finishedParsing (this=0x8f0d88) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/parser/HTMLConstructionSite.cpp:352 #50 0x00007ffff442a989 in WebCore::HTMLTreeBuilder::finished (this=0x8f0d70) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/parser/HTMLTreeBuilder.cpp:2912 #51 0x00007ffff43fd99e in WebCore::HTMLDocumentParser::end (this=0x93b040) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/parser/HTMLDocumentParser.cpp:763 #52 0x00007ffff43fda89 in WebCore::HTMLDocumentParser::attemptToRunDeferredScriptsAndEnd (this=0x93b040) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/parser/HTMLDocumentParser.cpp:774 #53 0x00007ffff43fc5f8 in WebCore::HTMLDocumentParser::prepareToStopParsing (this=0x93b040) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/parser/HTMLDocumentParser.cpp:211 #54 0x00007ffff43fdace in WebCore::HTMLDocumentParser::attemptToEnd (this=0x93b040) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/parser/HTMLDocumentParser.cpp:786 #55 0x00007ffff43fdb87 in WebCore::HTMLDocumentParser::finish (this=0x93b040) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/parser/HTMLDocumentParser.cpp:835 #56 0x00007ffff45980ab in WebCore::DocumentWriter::end (this=0x93c1a0) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/DocumentWriter.cpp:244 #57 0x00007ffff458ab61 in WebCore::DocumentLoader::finishedLoading (this=0x93c100, finishTime=2460.7678741620002) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/DocumentLoader.cpp:407 #58 0x00007ffff458e738 in WebCore::DocumentLoader::maybeLoadEmpty (this=0x93c100) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/DocumentLoader.cpp:1348 #59 0x00007ffff458e857 in WebCore::DocumentLoader::startLoadingMainResource (this=0x93c100) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/DocumentLoader.cpp:1360 ---Type <return> to continue, or q <return> to quit--- #60 0x00007ffff45a6c86 in WebCore::FrameLoader::continueLoadAfterWillSubmitForm (this=0x938b30) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/FrameLoader.cpp:2229 #61 0x00007ffff45a98de in WebCore::FrameLoader::continueLoadAfterNavigationPolicy (this=0x938b30, formState=..., shouldContinue=true) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/FrameLoader.cpp:2883 #62 0x00007ffff45a8df7 in WebCore::FrameLoader::callContinueLoadAfterNavigationPolicy (argument=0x938b30, request=..., formState=..., shouldContinue=true) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/FrameLoader.cpp:2713 #63 0x00007ffff45c220b in WebCore::PolicyCallback::call (this=0x7fffffff87a0, shouldContinue=true) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/PolicyCallback.cpp:103 #64 0x00007ffff45c33a2 in WebCore::PolicyChecker::continueAfterNavigationPolicy (this=0x917670, policy=WebCore::PolicyUse) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/PolicyChecker.cpp:180 #65 0x00007ffff3b764b4 in WebCore::FrameLoaderClientQt::callPolicyFunction (this=0x8fb6e0, function= (void (WebCore::PolicyChecker::*)(WebCore::PolicyChecker * const, WebCore::PolicyAction)) 0x7ffff45c3138 <WebCore::PolicyChecker::continueAfterNavigationPolicy(WebCore::PolicyAction)>, action=WebCore::PolicyUse) at /home/reni/Data/REPOS/webkit_sec/Source/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.cpp:246 #66 0x00007ffff3b7c3c6 in WebCore::FrameLoaderClientQt::dispatchDecidePolicyForNavigationAction (this=0x8fb6e0, function= (void (WebCore::PolicyChecker::*)(WebCore::PolicyChecker * const, WebCore::PolicyAction)) 0x7ffff45c3138 <WebCore::PolicyChecker::continueAfterNavigationPolicy(WebCore::PolicyAction)>, action=..., request=...) at /home/reni/Data/REPOS/webkit_sec/Source/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.cpp:1282 #67 0x00007ffff45c2c7d in WebCore::PolicyChecker::checkNavigationPolicy (this=0x917670, request=..., loader=0x93c100, formState=..., function=0x7ffff45a8da8 <WebCore::FrameLoader::callContinueLoadAfterNavigationPolicy(void*, WebCore::ResourceRequest const&, WTF::PassRefPtr<WebCore::FormState>, bool)>, argument=0x938b30) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/PolicyChecker.cpp:99 #68 0x00007ffff45a36ce in WebCore::FrameLoader::loadWithDocumentLoader (this=0x938b30, loader=0x93c100, type=WebCore::FrameLoadTypeRedirectWithLockedBackForwardList, prpFormState=...) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/FrameLoader.cpp:1421 #69 0x00007ffff45a2f4f in WebCore::FrameLoader::loadWithNavigationAction (this=0x938b30, request=..., action=..., lockHistory=false, type=WebCore::FrameLoadTypeRedirectWithLockedBackForwardList, formState=...) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/FrameLoader.cpp:1325 #70 0x00007ffff45a251d in WebCore::FrameLoader::loadURL (this=0x938b30, newURL=..., referrer=..., frameName=..., lockHistory=false, newLoadType=WebCore::FrameLoadTypeRedirectWithLockedBackForwardList, event=..., prpFormState=...) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/FrameLoader.cpp:1260 #71 0x00007ffff45a0b42 in WebCore::FrameLoader::loadURLIntoChildFrame (this=0x7e2390, url=..., referer=..., childFrame=0x938aa0) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/FrameLoader.cpp:876 #72 0x00007ffff3b7c834 in WebCore::FrameLoaderClientQt::createFrame (this=0x772510, url=..., name=..., ownerElement=0x8ea6c0, referrer=..., allowsScrolling=true, marginWidth=-1, marginHeight=-1) at /home/reni/Data/REPOS/webkit_sec/Source/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.cpp:1327 #73 0x00007ffff45d2e59 in WebCore::SubframeLoader::loadSubframe (this=0x7e23b8, ownerElement=0x8ea6c0, url=..., name=..., referrer=...) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/SubframeLoader.cpp:361 #74 0x00007ffff45d2c0d in WebCore::SubframeLoader::loadOrRedirectSubframe (this=0x7e23b8, ownerElement=0x8ea6c0, url=..., frameName=..., lockHistory=true, lockBackForwardList=true) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/SubframeLoader.cpp:335 #75 0x00007ffff45d18be in WebCore::SubframeLoader::requestFrame (this=0x7e23b8, ownerElement=0x8ea6c0, urlString=..., frameName=..., lockHistory=true, lockBackForwardList=true) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/SubframeLoader.cpp:89 #76 0x00007ffff438d38e in WebCore::HTMLFrameElementBase::openURL (this=0x8ea6c0, lockHistory=true, lockBackForwardList=true) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/HTMLFrameElementBase.cpp:89 #77 0x00007ffff438d888 in WebCore::HTMLFrameElementBase::setNameAndOpenURL (this=0x8ea6c0) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/HTMLFrameElementBase.cpp:142 #78 0x00007ffff438d953 in WebCore::HTMLFrameElementBase::didNotifySubtreeInsertions (this=0x8ea6c0) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/HTMLFrameElementBase.cpp:173 #79 0x00007ffff41848e0 in WebCore::ChildNodeInsertionNotifier::notify (this=0x7fffffff97d0, node=0x8ea6c0) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/ContainerNodeAlgorithms.h:233 #80 0x00007ffff41891cc in WebCore::updateTreeAfterInsertion (parent=0x903810, child=0x8ea6c0, attachBehavior=WebCore::AttachLazily) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/ContainerNode.cpp:1048 #81 0x00007ffff4185c51 in WebCore::ContainerNode::insertBefore (this=0x903810, newChild=..., refChild=0x8eb360, ec=@0x7fffffff9920: 0, attachBehavior=WebCore::AttachLazily) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/ContainerNode.cpp:318 #82 0x00007ffff42eb918 in WebCore::InsertNodeBeforeCommand::doApply (this=0x918e00) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/editing/InsertNodeBeforeCommand.cpp:58 #83 0x00007ffff429e0fe in WebCore::CompositeEditCommand::applyCommandToComposite (this=0x91b940, prpCommand=...) ---Type <return> to continue, or q <return> to quit--- at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/editing/CompositeEditCommand.cpp:267 #84 0x00007ffff429e696 in WebCore::CompositeEditCommand::insertNodeBefore (this=0x91b940, insertChild=..., refChild=..., shouldAssumeContentIsAlwaysEditable=WebCore::DoNotAssumeContentIsAlwaysEditable) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/editing/CompositeEditCommand.cpp:334 #85 0x00007ffff42fd003 in WebCore::RemoveNodePreservingChildrenCommand::doApply (this=0x91b940) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/editing/RemoveNodePreservingChildrenCommand.cpp:52 #86 0x00007ffff429e0fe in WebCore::CompositeEditCommand::applyCommandToComposite (this=0x8f9fe0, prpCommand=...) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/editing/CompositeEditCommand.cpp:267 #87 0x00007ffff429efd8 in WebCore::CompositeEditCommand::removeNodePreservingChildren (this=0x8f9fe0, node=..., shouldAssumeContentIsAlwaysEditable=WebCore::DoNotAssumeContentIsAlwaysEditable) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/editing/CompositeEditCommand.cpp:410 #88 0x00007ffff4292f68 in WebCore::ApplyStyleCommand::replaceWithSpanOrRemoveIfWithoutAttributes (this=0x8f9fe0, elem=@0x7fffffff9ba8: 0x8eb360) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/editing/ApplyStyleCommand.cpp:916 #89 0x00007ffff4293123 in WebCore::ApplyStyleCommand::removeImplicitlyStyledElement (this=0x8f9fe0, style=0x8f9a40, element=0x8eb360, mode=WebCore::ApplyStyleCommand::RemoveAlways, extractedStyle=0x0) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/editing/ApplyStyleCommand.cpp:934 #90 0x00007ffff4292eb2 in WebCore::ApplyStyleCommand::removeInlineStyleFromElement (this=0x8f9fe0, style=0x8f9a40, element=..., mode=WebCore::ApplyStyleCommand::RemoveAlways, extractedStyle=0x0) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/editing/ApplyStyleCommand.cpp:899 #91 0x00007ffff4292b90 in WebCore::ApplyStyleCommand::removeConflictingInlineStyleFromRun (this=0x8f9fe0, style=0x8f9a40, runStart=..., runEnd=..., pastEndNode=...) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/editing/ApplyStyleCommand.cpp:871 #92 0x00007ffff4292468 in WebCore::ApplyStyleCommand::applyInlineStyleToNodeRange (this=0x8f9fe0, style=0x8f9a40, startNode=..., pastEndNode=...) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/editing/ApplyStyleCommand.cpp:815 #93 0x00007ffff42919d7 in WebCore::ApplyStyleCommand::fixRangeAndApplyInlineStyle (this=0x8f9fe0, style=0x8f9a40, start=..., end=...) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/editing/ApplyStyleCommand.cpp:714 #94 0x00007ffff42915f3 in WebCore::ApplyStyleCommand::applyInlineStyle (this=0x8f9fe0, style=0x8f9a40) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/editing/ApplyStyleCommand.cpp:677 #95 0x00007ffff428e6b5 in WebCore::ApplyStyleCommand::doApply (this=0x8f9fe0) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/editing/ApplyStyleCommand.cpp:227 #96 0x00007ffff429dec6 in WebCore::CompositeEditCommand::apply (this=0x8f9fe0) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/editing/CompositeEditCommand.cpp:216 #97 0x00007ffff429dc4e in WebCore::applyCommand (command=...) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/editing/CompositeEditCommand.cpp:172 #98 0x00007ffff42bfd1b in WebCore::Editor::applyStyle (this=0x7e0cb0, style=0x8fe5c0, editingAction=WebCore::EditActionUnspecified) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/editing/Editor.cpp:748 #99 0x00007ffff42ce0d2 in WebCore::applyCommandToFrame (frame=..., source=WebCore::CommandFromDOM, action=WebCore::EditActionItalics, style=0x8fe5c0) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/editing/EditorCommand.cpp:112 #100 0x00007ffff42ce6d9 in WebCore::executeToggleStyle (frame=..., source=WebCore::CommandFromDOM, action=WebCore::EditActionItalics, propertyID=WebCore::CSSPropertyFontStyle, offValue=0x7ffff5a6616c "normal", onValue=0x7ffff5a66173 "italic") at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/editing/EditorCommand.cpp:173 #101 0x00007ffff42d1e8d in WebCore::executeToggleItalic (frame=..., source=WebCore::CommandFromDOM) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/editing/EditorCommand.cpp:1108 #102 0x00007ffff42d32d2 in WebCore::Editor::Command::execute (this=0x7fffffffa250, parameter=..., triggeringEvent=0x0) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/editing/EditorCommand.cpp:1709 #103 0x00007ffff41a1ed6 in WebCore::Document::execCommand (this=0x8b18e0, commandName=..., userInterface=false, value=...) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/Document.cpp:4172 #104 0x00007ffff4ebfb12 in WebCore::jsDocumentPrototypeFunctionExecCommand (exec=0x7fff8abfe0e8) at generated/JSDocument.cpp:2763 #105 0x00007fff9ffff0e5 in ?? () #106 0x00007fffffffa3f0 in ?? () #107 0x00007ffff679ffa2 in llint_op_call () from /home/reni/Data/REPOS/webkit_sec/WebKitBuild/Debug/lib/libQt5WebKit.so.5 #108 0x00007fff8abfe060 in ?? () #109 0x00000000007a33a8 in ?? () #110 0x00007fffffffa3b0 in ?? () #111 0x00007ffff5506ba3 in JSC::JSStack::installTrapsAfterFrame (this=0x0, frame=0x0) at /home/reni/Data/REPOS/webkit_sec/Source/JavaScriptCore/interpreter/JSStackInlines.h:212 #112 0x00007ffff551752c in JSC::JITCode::execute (this=0x8e7f90, stack=0x7a33a8, callFrame=0x7fff8abfe060, vm=0x826920) ---Type <return> to continue, or q <return> to quit--- at /home/reni/Data/REPOS/webkit_sec/Source/JavaScriptCore/jit/JITCode.cpp:46 #113 0x00007ffff5503a02 in JSC::Interpreter::executeCall (this=0x7a3390, callFrame=0x7fffe405f9e0, function=0x7fff9c07e5b0, callType=JSC::CallTypeJS, callData=..., thisValue=..., args=...) at /home/reni/Data/REPOS/webkit_sec/Source/JavaScriptCore/interpreter/Interpreter.cpp:841 #114 0x00007ffff55d58b7 in JSC::call (exec=0x7fffe405f9e0, functionObject=..., callType=JSC::CallTypeJS, callData=..., thisValue=..., args=...) at /home/reni/Data/REPOS/webkit_sec/Source/JavaScriptCore/runtime/CallData.cpp:39 #115 0x00007ffff3f118bf in WebCore::JSMainThreadExecState::call (exec=0x7fffe405f9e0, functionObject=..., callType=JSC::CallTypeJS, callData=..., thisValue=..., args=...) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/bindings/js/JSMainThreadExecState.h:53 #116 0x00007ffff3f40c6d in WebCore::JSEventListener::handleEvent (this=0x8e9430, scriptExecutionContext=0x8b1990, event=0x8f1770) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/bindings/js/JSEventListener.cpp:130 #117 0x00007ffff420f7aa in WebCore::EventTarget::fireEventListeners (this=0x8ea6c0, event=0x8f1770, d=0x8f39e0, entry=...) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/EventTarget.cpp:271 #118 0x00007ffff420f4c7 in WebCore::EventTarget::fireEventListeners (this=0x8ea6c0, event=0x8f1770) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/EventTarget.cpp:227 #119 0x00007ffff423b79b in WebCore::Node::handleLocalEvents (this=0x8ea6c0, event=0x8f1770) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/Node.cpp:2097 #120 0x00007ffff4201d54 in WebCore::EventContext::handleLocalEvents (this=0x919590, event=0x8f1770) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/EventContext.cpp:58 #121 0x00007ffff4203c33 in WebCore::EventDispatcher::dispatchEventAtTarget (this=0x7fffffffaa30) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/EventDispatcher.cpp:161 #122 0x00007ffff42038f0 in WebCore::EventDispatcher::dispatch (this=0x7fffffffaa30) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/EventDispatcher.cpp:118 #123 0x00007ffff4202715 in WebCore::EventDispatchMediator::dispatchEvent (this=0x9185b0, dispatcher=0x7fffffffaa30) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/EventDispatchMediator.cpp:54 #124 0x00007ffff4202e9d in WebCore::EventDispatcher::dispatchEvent (node=0x8ea6c0, mediator=...) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/EventDispatcher.cpp:52 #125 0x00007ffff423b9b0 in WebCore::Node::dispatchEvent (this=0x8ea6c0, event=...) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/Node.cpp:2118 #126 0x00007ffff462bc41 in WebCore::DOMWindow::dispatchLoadEvent (this=0x8ea4e0) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/page/DOMWindow.cpp:1714 #127 0x00007ffff41a03c0 in WebCore::Document::dispatchWindowLoadEvent (this=0x919dd0) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/Document.cpp:3639 #128 0x00007ffff419ba6b in WebCore::Document::implicitClose (this=0x919dd0) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/Document.cpp:2419 #129 0x00007ffff45a08af in WebCore::FrameLoader::checkCallImplicitClose (this=0x911480) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/FrameLoader.cpp:848 #130 0x00007ffff45a0620 in WebCore::FrameLoader::checkCompleted (this=0x911480) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/FrameLoader.cpp:791 #131 0x00007ffff45a0355 in WebCore::FrameLoader::finishedParsing (this=0x911480) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/FrameLoader.cpp:724 #132 0x00007ffff41a2c9b in WebCore::Document::finishedParsing (this=0x919dd0) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/Document.cpp:4437 #133 0x00007ffff43f6273 in WebCore::HTMLConstructionSite::finishedParsing (this=0x8f3498) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/parser/HTMLConstructionSite.cpp:352 #134 0x00007ffff442a989 in WebCore::HTMLTreeBuilder::finished (this=0x8f3480) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/parser/HTMLTreeBuilder.cpp:2912 #135 0x00007ffff43fd99e in WebCore::HTMLDocumentParser::end (this=0x918280) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/parser/HTMLDocumentParser.cpp:763 #136 0x00007ffff43fda89 in WebCore::HTMLDocumentParser::attemptToRunDeferredScriptsAndEnd (this=0x918280) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/parser/HTMLDocumentParser.cpp:774 #137 0x00007ffff43fc5f8 in WebCore::HTMLDocumentParser::prepareToStopParsing (this=0x918280) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/parser/HTMLDocumentParser.cpp:211 #138 0x00007ffff43fdace in WebCore::HTMLDocumentParser::attemptToEnd (this=0x918280) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/parser/HTMLDocumentParser.cpp:786 #139 0x00007ffff43fdb87 in WebCore::HTMLDocumentParser::finish (this=0x918280) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/parser/HTMLDocumentParser.cpp:835 #140 0x00007ffff45980ab in WebCore::DocumentWriter::end (this=0x915480) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/DocumentWriter.cpp:244 #141 0x00007ffff458ab61 in WebCore::DocumentLoader::finishedLoading (this=0x9153e0, finishTime=2460.7533760299998) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/DocumentLoader.cpp:407 #142 0x00007ffff458e738 in WebCore::DocumentLoader::maybeLoadEmpty (this=0x9153e0) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/DocumentLoader.cpp:1348 ---Type <return> to continue, or q <return> to quit--- #143 0x00007ffff458e857 in WebCore::DocumentLoader::startLoadingMainResource (this=0x9153e0) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/DocumentLoader.cpp:1360 #144 0x00007ffff45a6c86 in WebCore::FrameLoader::continueLoadAfterWillSubmitForm (this=0x911480) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/FrameLoader.cpp:2229 #145 0x00007ffff45a98de in WebCore::FrameLoader::continueLoadAfterNavigationPolicy (this=0x911480, formState=..., shouldContinue=true) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/FrameLoader.cpp:2883 #146 0x00007ffff45a8df7 in WebCore::FrameLoader::callContinueLoadAfterNavigationPolicy (argument=0x911480, request=..., formState=..., shouldContinue=true) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/FrameLoader.cpp:2713 #147 0x00007ffff45c220b in WebCore::PolicyCallback::call (this=0x7fffffffb680, shouldContinue=true) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/PolicyCallback.cpp:103 #148 0x00007ffff45c33a2 in WebCore::PolicyChecker::continueAfterNavigationPolicy (this=0x911710, policy=WebCore::PolicyUse) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/PolicyChecker.cpp:180 #149 0x00007ffff3b764b4 in WebCore::FrameLoaderClientQt::callPolicyFunction (this=0x8f4e80, function= (void (WebCore::PolicyChecker::*)(WebCore::PolicyChecker * const, WebCore::PolicyAction)) 0x7ffff45c3138 <WebCore::PolicyChecker::continueAfterNavigationPolicy(WebCore::PolicyAction)>, action=WebCore::PolicyUse) at /home/reni/Data/REPOS/webkit_sec/Source/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.cpp:246 #150 0x00007ffff3b7c3c6 in WebCore::FrameLoaderClientQt::dispatchDecidePolicyForNavigationAction (this=0x8f4e80, function= (void (WebCore::PolicyChecker::*)(WebCore::PolicyChecker * const, WebCore::PolicyAction)) 0x7ffff45c3138 <WebCore::PolicyChecker::continueAfterNavigationPolicy(WebCore::PolicyAction)>, action=..., request=...) at /home/reni/Data/REPOS/webkit_sec/Source/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.cpp:1282 #151 0x00007ffff45c2c7d in WebCore::PolicyChecker::checkNavigationPolicy (this=0x911710, request=..., loader=0x9153e0, formState=..., function=0x7ffff45a8da8 <WebCore::FrameLoader::callContinueLoadAfterNavigationPolicy(void*, WebCore::ResourceRequest const&, WTF::PassRefPtr<WebCore::FormState>, bool)>, argument=0x911480) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/PolicyChecker.cpp:99 #152 0x00007ffff45a36ce in WebCore::FrameLoader::loadWithDocumentLoader (this=0x911480, loader=0x9153e0, type=WebCore::FrameLoadTypeRedirectWithLockedBackForwardList, prpFormState=...) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/FrameLoader.cpp:1421 #153 0x00007ffff45a2f4f in WebCore::FrameLoader::loadWithNavigationAction (this=0x911480, request=..., action=..., lockHistory=false, type=WebCore::FrameLoadTypeRedirectWithLockedBackForwardList, formState=...) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/FrameLoader.cpp:1325 #154 0x00007ffff45a251d in WebCore::FrameLoader::loadURL (this=0x911480, newURL=..., referrer=..., frameName=..., lockHistory=false, newLoadType=WebCore::FrameLoadTypeRedirectWithLockedBackForwardList, event=..., prpFormState=...) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/FrameLoader.cpp:1260 #155 0x00007ffff45a0b42 in WebCore::FrameLoader::loadURLIntoChildFrame (this=0x7e2390, url=..., referer=..., childFrame=0x9113f0) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/FrameLoader.cpp:876 #156 0x00007ffff3b7c834 in WebCore::FrameLoaderClientQt::createFrame (this=0x772510, url=..., name=..., ownerElement=0x8ea6c0, referrer=..., allowsScrolling=true, marginWidth=-1, marginHeight=-1) at /home/reni/Data/REPOS/webkit_sec/Source/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.cpp:1327 #157 0x00007ffff45d2e59 in WebCore::SubframeLoader::loadSubframe (this=0x7e23b8, ownerElement=0x8ea6c0, url=..., name=..., referrer=...) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/SubframeLoader.cpp:361 #158 0x00007ffff45d2c0d in WebCore::SubframeLoader::loadOrRedirectSubframe (this=0x7e23b8, ownerElement=0x8ea6c0, url=..., frameName=..., lockHistory=true, lockBackForwardList=true) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/SubframeLoader.cpp:335 #159 0x00007ffff45d18be in WebCore::SubframeLoader::requestFrame (this=0x7e23b8, ownerElement=0x8ea6c0, urlString=..., frameName=..., lockHistory=true, lockBackForwardList=true) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/SubframeLoader.cpp:89 #160 0x00007ffff438d38e in WebCore::HTMLFrameElementBase::openURL (this=0x8ea6c0, lockHistory=true, lockBackForwardList=true) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/HTMLFrameElementBase.cpp:89 #161 0x00007ffff438d888 in WebCore::HTMLFrameElementBase::setNameAndOpenURL (this=0x8ea6c0) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/HTMLFrameElementBase.cpp:142 #162 0x00007ffff438d953 in WebCore::HTMLFrameElementBase::didNotifySubtreeInsertions (this=0x8ea6c0) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/HTMLFrameElementBase.cpp:173 #163 0x00007ffff41848e0 in WebCore::ChildNodeInsertionNotifier::notify (this=0x7fffffffc6c0, node=0x8ea6c0) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/ContainerNodeAlgorithms.h:233 #164 0x00007ffff4187833 in WebCore::ContainerNode::parserAppendChild (this=0x8eb360, newChild=...) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/ContainerNode.cpp:730 #165 0x00007ffff43f4e10 in WebCore::executeTask (task=...) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/parser/HTMLConstructionSite.cpp:97 #166 0x00007ffff43f5249 in WebCore::HTMLConstructionSite::executeQueuedTasks (this=0x7df7e8) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/parser/HTMLConstructionSite.cpp:150 ---Type <return> to continue, or q <return> to quit--- #167 0x00007ffff441e6d0 in WebCore::HTMLTreeBuilder::constructTree (this=0x7df7d0, token=0x7fffffffc7f0) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/parser/HTMLTreeBuilder.cpp:368 #168 0x00007ffff43fd322 in WebCore::HTMLDocumentParser::constructTreeFromHTMLToken (this=0x7dfde0, rawToken=...) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/parser/HTMLDocumentParser.cpp:597 #169 0x00007ffff43fcf57 in WebCore::HTMLDocumentParser::pumpTokenizer (this=0x7dfde0, mode=WebCore::HTMLDocumentParser::AllowYield) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/parser/HTMLDocumentParser.cpp:551 #170 0x00007ffff43fc71f in WebCore::HTMLDocumentParser::pumpTokenizerIfPossible (this=0x7dfde0, mode=WebCore::HTMLDocumentParser::AllowYield) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/parser/HTMLDocumentParser.cpp:235 #171 0x00007ffff43fd8be in WebCore::HTMLDocumentParser::append (this=0x7dfde0, inputSource=...) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/html/parser/HTMLDocumentParser.cpp:747 #172 0x00007ffff418dc07 in WebCore::DecodedDataDocumentParser::flush (this=0x7dfde0, writer=0x6940d0) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/dom/DecodedDataDocumentParser.cpp:60 #173 0x00007ffff4598071 in WebCore::DocumentWriter::end (this=0x6940d0) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/DocumentWriter.cpp:241 #174 0x00007ffff458ab61 in WebCore::DocumentLoader::finishedLoading (this=0x694030, finishTime=0) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/DocumentLoader.cpp:407 #175 0x00007ffff458a8ca in WebCore::DocumentLoader::notifyFinished (this=0x694030, resource=0x76e710) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/DocumentLoader.cpp:344 #176 0x00007ffff4571afe in WebCore::CachedResource::checkNotify (this=0x76e710) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/cache/CachedResource.cpp:369 #177 0x00007ffff4571bd4 in WebCore::CachedResource::finishLoading (this=0x76e710) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/cache/CachedResource.cpp:385 #178 0x00007ffff456e326 in WebCore::CachedRawResource::finishLoading (this=0x76e710, data=0x7b3b10) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/cache/CachedRawResource.cpp:94 #179 0x00007ffff45d4a15 in WebCore::SubresourceLoader::didFinishLoading (this=0x7bfb40, finishTime=0) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/SubresourceLoader.cpp:282 #180 0x00007ffff45cb33b in WebCore::ResourceLoader::didFinishLoading (this=0x7bfb40, finishTime=0) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/loader/ResourceLoader.cpp:488 #181 0x00007ffff4a86713 in WebCore::QNetworkReplyHandler::finish (this=0x7bde50) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/platform/network/qt/QNetworkReplyHandler.cpp:516 #182 0x00007ffff4a85432 in WebCore::QNetworkReplyHandlerCallQueue::flush (this=0x7bde88) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/platform/network/qt/QNetworkReplyHandler.cpp:250 #183 0x00007ffff4a8512f in WebCore::QNetworkReplyHandlerCallQueue::push (this=0x7bde88, method=(void (WebCore::QNetworkReplyHandler::*)(WebCore::QNetworkReplyHandler * const)) 0x7ffff4a86558 <WebCore::QNetworkReplyHandler::finish()>) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/platform/network/qt/QNetworkReplyHandler.cpp:216 #184 0x00007ffff4a8607c in WebCore::QNetworkReplyWrapper::didReceiveFinished (this=0x7c3db0) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/platform/network/qt/QNetworkReplyHandler.cpp:409 #185 0x00007ffff4a88a0e in WebCore::QNetworkReplyWrapper::qt_static_metacall (_o=0x7c3db0, _c=QMetaObject::InvokeMetaMethod, _id=1, _a=0x7fffffffce40) at .moc/release-shared/moc_QNetworkReplyHandler.cpp:176 #186 0x00007ffff21e65cb in QMetaObject::activate(QObject*, int, int, void**) () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Core.so.5 #187 0x00007ffff21e784e in QObject::event(QEvent*) () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Core.so.5 #188 0x00007ffff302ddbc in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Widgets.so.5 #189 0x00007ffff3031075 in QApplication::notify(QObject*, QEvent*) () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Widgets.so.5 #190 0x00007ffff21c1dbe in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Core.so.5 #191 0x00007ffff21c3a76 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Core.so.5 #192 0x00007ffff2209333 in ?? () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Core.so.5 #193 0x00007fffee34a2d6 in g_main_dispatch (context=0x6632f0) at /build/buildd/glib2.0-2.37.6/./glib/gmain.c:3065 #194 g_main_context_dispatch (context=context@entry=0x6632f0) at /build/buildd/glib2.0-2.37.6/./glib/gmain.c:3641 #195 0x00007fffee34a628 in g_main_context_iterate (context=context@entry=0x6632f0, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at /build/buildd/glib2.0-2.37.6/./glib/gmain.c:3712 #196 0x00007fffee34a6cc in g_main_context_iteration (context=0x6632f0, may_block=1) at /build/buildd/glib2.0-2.37.6/./glib/gmain.c:3773 #197 0x00007ffff22094bc in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Core.so.5 ---Type <return> to continue, or q <return> to quit--- #198 0x00007ffff21c0d3b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Core.so.5 #199 0x00007ffff21c4120 in QCoreApplication::exec() () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Core.so.5 #200 0x0000000000421ba0 in launcherMain (app=...) at /home/reni/Data/REPOS/webkit_sec/Tools/QtTestBrowser/qttestbrowser.cpp:49 #201 0x0000000000423680 in main (argc=2, argv=0x7fffffffdb18) at /home/reni/Data/REPOS/webkit_sec/Tools/QtTestBrowser/qttestbrowser.cpp:318
Attachments
Test case
(333 bytes, text/html)
2013-09-11 01:37 PDT
,
Renata Hodovan
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug