Bug 79637 - Web Inspector: crash in fake workers
Summary: Web Inspector: crash in fake workers
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Yury Semikhatsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-26 23:48 PST by Yury Semikhatsky
Modified: 2012-02-27 00:42 PST (History)
11 users (show)

See Also:


Attachments
Patch (4.92 KB, patch)
2012-02-26 23:56 PST, Yury Semikhatsky
pfeldman: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yury Semikhatsky 2012-02-26 23:48:10 PST
Original Chromium report: crbug.com/115694

0x7f919f1f3bcd	 [chrome	 - third_party/WebKit/Source/WebCore/inspector/InspectorAgent.cpp:179]	WebCore::PostWorkerNotificationToFrontendTask::performTask
0x7f919ec5855e	 [chrome	 - third_party/WebKit/Source/WebCore/dom/Document.cpp:4891]	WebCore::Document::didReceiveTask
0x7f919e32e80b	 [chrome	 - ./base/callback.h:272]	MessageLoop::RunTask
0x7f919e32efa7	 [chrome	 - base/message_loop.cc:470]	MessageLoop::DeferOrRunPendingTask
0x7f919e32f5a7	 [chrome	 - base/message_loop.cc:660]	MessageLoop::DoWork
0x7f919e333438	 [chrome	 - base/message_pump_default.cc:28]	base::MessagePumpDefault::Run
0x7f919e32c3bb	 [chrome	 - base/message_loop.cc:390]	MessageLoop::Run
0x7f919fb9c371	 [chrome	 - content/renderer/renderer_main.cc:241]	RendererMain
0x7f919e2f8148	 [chrome	 - content/app/content_main.cc:233]	content::ContentMain
0x7f919dab0abc	 [chrome	 - chrome/app/chrome_main.cc:32]	ChromeMain
0x7f919dab0a75	 [chrome	 - chrome/app/chrome_exe_main_gtk.cc:18]	main
0x7f9197661c4c	 [libc-2.11.1.so	 - libc-start.c:226]	__libc_start_main
Comment 1 Yury Semikhatsky 2012-02-26 23:56:19 PST
Created attachment 128972 [details]
Patch
Comment 2 Andrey Kosyakov 2012-02-27 00:11:37 PST
LGTM
Comment 3 Yury Semikhatsky 2012-02-27 00:42:54 PST
Committed r108965: <http://trac.webkit.org/changeset/108965>