Bug 53505
Summary: | inspector/console-eval.html and inspector/console-dir.html ASSERT sporadically | ||
---|---|---|---|
Product: | WebKit | Reporter: | Dimitri Glazkov (Google) <dglazkov> |
Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | apavlov, loislo, pfeldman, podivilov, yurys |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 |
Dimitri Glazkov (Google)
The stack trace from Chromium DRT:
base::debug::StackTrace::StackTrace() [0x848fb68]
base::(anonymous namespace)::StackDumpSignalHandler() [0x845ea48]
0x4001c420
WebCore::HTMLTreeBuilder::finished() [0x824ff67]
WebCore::HTMLDocumentParser::end() [0x822f976]
WebCore::HTMLDocumentParser::attemptToRunDeferredScriptsAndEnd() [0x822fa63]
WebCore::HTMLDocumentParser::prepareToStopParsing() [0x823074b]
WebCore::HTMLDocumentParser::attemptToEnd() [0x822f895]
WebCore::HTMLDocumentParser::finish() [0x822f8cb]
WebCore::HTMLDocumentParser::parseDocumentFragment() [0x8231594]
WebCore::DocumentFragment::parseHTML() [0x8abe7c4]
WebCore::createFragmentFromSource() [0x81abfb3]
WebCore::HTMLElement::setInnerHTML() [0x81acee2]
WebCore::HTMLElementInternal::innerHTMLAttrSetter() [0x838e1a7]
v8::internal::JSObject::SetPropertyWithCallback() [0x8656bd5]
v8::internal::JSObject::SetProperty() [0x86603ef]
v8::internal::JSObject::SetProperty() [0x86605f9]
v8::internal::StoreIC::Store() [0x8606898]
v8::internal::StoreIC_Miss() [0x86069b5]
0x43dd228e
0x44507714
0x44506a98
0x4438d93e
0x442d67e1
0x442d5026
0x442d4d73
0x43dd3b5f
0x43de3571
0x43dd49a2
v8::internal::Invoke() [0x85926da]
v8::internal::Execution::Call() [0x8592c99]
v8::Function::Call() [0x854e705]
WebCore::V8Proxy::callFunction() [0x89d4528]
WebCore::V8EventListener::callListenerFunction() [0x89c6ad8]
WebCore::V8AbstractEventListener::invokeEventHandler() [0x8e861c6]
WebCore::V8AbstractEventListener::handleEvent() [0x8e866de]
WebCore::EventTarget::fireEventListeners() [0x8ad000b]
WebCore::EventTarget::fireEventListeners() [0x8ad067d]
WebCore::WindowEventContext::handleLocalEvents() [0x8b2023b]
WebCore::Node::dispatchGenericEvent() [0x8ae06be]
WebCore::Node::dispatchEvent() [0x8ae0a8f]
WebCore::Document::finishedParsing() [0x8a95d29]
WebCore::HTMLTreeBuilder::finished() [0x824ff83]
WebCore::HTMLDocumentParser::end() [0x822f976]
WebCore::HTMLDocumentParser::attemptToRunDeferredScriptsAndEnd() [0x822fa63]
WebCore::HTMLDocumentParser::prepareToStopParsing() [0x823074b]
WebCore::HTMLDocumentParser::endIfDelayed() [0x822f860]
WebCore::HTMLDocumentParser::resumeParsingAfterScriptExecution() [0x823013f]
WebCore::HTMLDocumentParser::notifyFinished() [0x823048d]
WebCore::CachedScript::checkNotify() [0x8c2582b]
WebCore::CachedScript::data() [0x8c25954]
WebCore::CachedResourceRequest::didFinishLoading() [0x8c2493b]
WebCore::SubresourceLoader::didFinishLoading() [0x8c5d4ab]
WebCore::ResourceLoader::didFinishLoading() [0x8c54227]
WebCore::ResourceHandleInternal::didFinishLoading() [0x9101d9c]
webkit_glue::WebURLLoaderImpl::Context::OnCompletedRequest() [0x90ab689]
(anonymous namespace)::RequestProxy::NotifyCompletedRequest() [0x90ef309]
DispatchToMethod<>() [0x90ef7a3]
RunnableMethod<>::Run() [0x90ef7de]
MessageLoop::RunTask() [0x843ee3b]
MessageLoop::DeferOrRunPendingTask() [0x843efc3]
MessageLoop::DoWork() [0x843f843]
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Brian Burg
Closing as invalid, as this bug pertains to the old inspector UI and/or its tests.
Please file a new bug (https://www.webkit.org/new-inspector-bug) if the bug/feature/issue is still relevant to WebKit trunk.