| Issue 57898: | Chrome: Crash Report - Stack Signature: sync_notifier::ChromeInvalidationClient::RegisterTypes()-3b2a7e4f_aa587224_e5f2691a_3e5a96da_a7c68659 | |
| 4 people starred this issue and may be notified of changes. | Back to list |
Sign in to add a comment
|
Product: Chrome Stack Signature: sync_notifier::ChromeInvalidationClient::RegisterTypes()-1912FB1 New Signature Label: sync_notifier::ChromeInvalidationClient::RegisterTypes() New Signature Hash: 3b2a7e4f_aa587224_e5f2691a_3e5a96da_a7c68659 Report link: http://go/crash/reportdetail?reportid=4c0ce9ccf2999682 0x5e364496 [chrome.dll - chrome_invalidation_client.cc:86] sync_notifier::ChromeInvalidationClient::RegisterTypes() 0x5e363e75 [chrome.dll - server_notifier_thread.cc:113] sync_notifier::ServerNotifierThread::RegisterTypesAndSignalSubscribed() 0x5d8c38a8 [chrome.dll - message_loop.cc:410] MessageLoop::RunTask(Task *) 0x5d8c3934 [chrome.dll - message_loop.cc:419] MessageLoop::DeferOrRunPendingTask(MessageLoop::PendingTask const &) 0x5d8c3aca [chrome.dll - message_loop.cc:526] MessageLoop::DoWork() 0x5d8d90e3 [chrome.dll - message_pump_win.cc:465] base::MessagePumpForIO::DoRunLoop() 0x5d8d8bba [chrome.dll - message_pump_win.cc:51] base::MessagePumpWin::RunWithDispatcher(base::MessagePump::Delegate *,base::MessagePumpWin::Dispatcher *) 0x5d8d8a63 [chrome.dll - message_pump_win.h:80] base::MessagePumpWin::Run(base::MessagePump::Delegate *) 0x5d8c3645 [chrome.dll - message_loop.cc:258] MessageLoop::RunInternal() 0x5d8c35ca [chrome.dll - message_loop.cc:230] MessageLoop::RunHandler() 0x5d8c3578 [chrome.dll - message_loop.cc:208] MessageLoop::Run() 0x5e288fc6 [chrome.dll - thread.cc:140] base::Thread::Run(MessageLoop *) 0x5e28906c [chrome.dll - thread.cc:164] base::Thread::ThreadMain() 0x5d8cbcb6 [chrome.dll - platform_thread_win.cc:26] `anonymous namespace'::ThreadFunc(void *) 0x76daf4e7 [kernel32.dll + 0x0001f4e7] BaseThreadInitThunk 0x7723af76 [ntdll.dll + 0x0005af76] __RtlUserThreadStart 0x7723af49 [ntdll.dll + 0x0005af49] _RtlUserThreadStart Meta information: Product Name: Chrome Product Version: 7.0.540.0 Report ID: 4c0ce9ccf2999682 Report Time: 2010/10/04 20:51:52, Mon Uptime: 67566 sec Cumulative Uptime: 0 sec OS Name: Windows NT OS Version: 6.1.7601 Service Pack 1, v.178 CPU Architecture: x86 CPU Info: GenuineIntel family 6 model 15 stepping 10
Comment
1
by
eroman@chromium.org,
Oct 5, 2010
,
Oct 5, 2010
This is the #1 browser crash on the dev channel (7.0.536.2), accounting for over 20% of the crashes.
Cc: aka...@chromium.org
Labels: Crash-TopCrasher
,
Oct 5, 2010
FYI I got this on my laptop the other night. I believe I had chrome open for a bit and had then just turned on the VPN when the crash happened - not sure if that has anything to do with the crash or not. My dump is at http://crash/reportdetail?reportid=3e480af8035eb92e
,
Oct 5, 2010
Pretty sure I know the reason for this.
Status: Started
Owner: aka...@chromium.org Cc: -aka...@chromium.org
,
Oct 5, 2010
Hmm, maybe I'm not quite sure. Looks like this appeared in 529, but not 524.
,
Oct 5, 2010
Blamelist is (59341, 59911]. This is almost certainly due to 59629.
,
Oct 7, 2010
landed as 61807.
,
Oct 8, 2010
Issue chromium-os:7401 has been merged into this issue.
,
Oct 14, 2010
This should be fixed.
Status: Fixed
,
Nov 9, 2010
(No comment was entered for this change.)
Labels: -Crash-TopCrasher Crash-TopFixed
,
Dec 8, 2010
Seeing this as a top crash on 9.0.597.10: http://crash/reportdetail?reportid=bc0ff13445bf9335#crashing_thread Re-opening.
Status: Assigned
Labels: -Mstone-8 Mstone-X
,
Dec 8, 2010
Shows up in 597.7 but not 497.4. Blamelist is (67950, 68111]
,
Dec 8, 2010
Actually, almost certain this is due to 67077.
,
Dec 10, 2010
The following revision refers to this bug:
http://src.chromium.org/viewvc/chrome?view=rev&revision=68891
------------------------------------------------------------------------
r68891 | akalin@chromium.org | Fri Dec 10 14:14:51 PST 2010
Changed paths:
M http://src.chromium.org/viewvc/chrome/trunk/src/jingle/notifier/base/fake_base_task.h?r1=68891&r2=68890&pathrev=68891
M http://src.chromium.org/viewvc/chrome/trunk/src/jingle/notifier/base/fake_base_task.cc?r1=68891&r2=68890&pathrev=68891
M http://src.chromium.org/viewvc/chrome/trunk/src/jingle/notifier/listener/mediator_thread_impl.cc?r1=68891&r2=68890&pathrev=68891
M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/sync/notifier/server_notifier_thread.cc?r1=68891&r2=68890&pathrev=68891
A http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/sync/notifier/server_notifier_thread_unittest.cc?r1=68891&r2=68890&pathrev=68891
M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/chrome_tests.gypi?r1=68891&r2=68890&pathrev=68891
M http://src.chromium.org/viewvc/chrome/trunk/src/jingle/notifier/listener/mediator_thread_impl.h?r1=68891&r2=68890&pathrev=68891
[Sync] Fixed sync crash regression in ServerNotifierThread
Added unit tests for ServerNotifierThread.
Put DISABLE_RUNNABLE_METHOD_REFCOUNT() call for MediatorThreadImpl in the right place.
BUG=57898
TEST=New unittests
Review URL: http://codereview.chromium.org/5722002
------------------------------------------------------------------------
,
Dec 11, 2010
(No comment was entered for this change.)
Labels: -Mstone-X Mstone-9
,
Dec 11, 2010
The following revision refers to this bug:
http://src.chromium.org/viewvc/chrome?view=rev&revision=68937
------------------------------------------------------------------------
r68937 | akalin@chromium.org | Sat Dec 11 02:34:01 PST 2010
Changed paths:
M http://src.chromium.org/viewvc/chrome/branches/597/src/jingle/notifier/base/fake_base_task.cc?r1=68937&r2=68936&pathrev=68937
A http://src.chromium.org/viewvc/chrome/branches/597/src/chrome/browser/sync/notifier/server_notifier_thread_unittest.cc?r1=68937&r2=68936&pathrev=68937
M http://src.chromium.org/viewvc/chrome/branches/597/src/jingle/notifier/listener/mediator_thread_impl.cc?r1=68937&r2=68936&pathrev=68937
M http://src.chromium.org/viewvc/chrome/branches/597/src/jingle/notifier/listener/mediator_thread_impl.h?r1=68937&r2=68936&pathrev=68937
M http://src.chromium.org/viewvc/chrome/branches/597/src/chrome/browser/sync/notifier/server_notifier_thread.cc?r1=68937&r2=68936&pathrev=68937
M http://src.chromium.org/viewvc/chrome/branches/597/src/chrome/chrome_tests.gypi?r1=68937&r2=68936&pathrev=68937
M http://src.chromium.org/viewvc/chrome/branches/597/src/jingle/notifier/base/fake_base_task.h?r1=68937&r2=68936&pathrev=68937
Merge 68891 - [Sync] Fixed sync crash regression in ServerNotifierThread
Added unit tests for ServerNotifierThread.
Put DISABLE_RUNNABLE_METHOD_REFCOUNT() call for MediatorThreadImpl in the right place.
BUG=57898
TEST=New unittests
Review URL: http://codereview.chromium.org/5722002
Review URL: http://codereview.chromium.org/5712005
------------------------------------------------------------------------
,
Dec 11, 2010
(No comment was entered for this change.)
Status: Fixed
,
Sep 8, 2011
Milestone 9 fixed crashes; assigning for verification.
Owner: anna...@chromium.org
|
||||||||||
| ► Sign in to add a comment | |||||||||||