My favorites | Sign in
Project Home Downloads Wiki Issues Code Search
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 50556: CHECK failure in SPDY (related to clock skew?)
1 person starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  phajdan.jr@chromium.org
Closed:  Aug 2010
Cc:  brettw@chromium.org, mbel...@chromium.org

Restricted
  • Only users with Commit permission may comment.


Sign in to add a comment
 
Project Member Reported by evan@chromium.org, Jul 28, 2010
Twice in the last few days we've seen the following crash on the bots.

[32268:125992:0728/123353:391400844:FATAL:time_win.cc(341)] Check failed: now - ReliableNow() - skew_ < kMaxTimeDrift. 
Backtrace:
	StackTrace::StackTrace [0x00B44141+33] (c:\b\slave\sub-dbg-xp\build\src\base\debug_util_win.cc:230)
	logging::LogMessage::~LogMessage [0x00AE66B1+81] (c:\b\slave\sub-dbg-xp\build\src\base\logging.cc:465)
	`anonymous namespace'::HighResNowSingleton::Now [0x00AE51B3+243] (c:\b\slave\sub-dbg-xp\build\src\base\time_win.cc:343)
	base::TimeTicks::HighResNow [0x00AE5087+39] (c:\b\slave\sub-dbg-xp\build\src\base\time_win.cc:399)
	net::BandwidthMetrics::StartStream [0x00BF8CFC+60] (c:\b\slave\sub-dbg-xp\build\src\net\base\bandwidth_metrics.h:74)
	net::ScopedBandwidthMetrics::StartStream [0x00BF8CAF+31] (c:\b\slave\sub-dbg-xp\build\src\net\base\bandwidth_metrics.h:136)
	net::SpdyStream::OnResponseReceived [0x00BF8A7A+218] (c:\b\slave\sub-dbg-xp\build\src\net\spdy\spdy_stream.cc:123)

I'm tentatively giving this to Mike since he understands the intersection of {windows, timers, spdy}.

The test is
	net::SpdyNetworkTransactionTest_Post_Test::TestBody [0x0043DFFF+591] (c:\b\slave\sub-dbg-xp\build\src\net\spdy\spdy_network_transaction_unittest.cc:817)
maybe that is fiddling with timers somehow?
Jul 28, 2010
#1 erikc...@chromium.org
I have encountered this bug several times, on different spdy tests, none of which fiddle with timers.
I think this is on the windows end.
Jul 28, 2010
#2 tfar...@chromium.org
(No comment was entered for this change.)
Labels: -Area-Undefined Area-Internals
Jul 29, 2010
#3 tfar...@chromium.org
(No comment was entered for this change.)
Labels: labelspdy
Jul 29, 2010
#4 bugdroid1@gmail.com
The following revision refers to this bug:
    http://src.chromium.org/viewvc/chrome?view=rev&revision=54069 

------------------------------------------------------------------------
r54069 | evan@chromium.org | 2010-07-28 16:25:24 -0700 (Wed, 28 Jul 2010) | 8 lines
Changed paths:
   M http://src.chromium.org/viewvc/chrome/trunk/src/base/time_win.cc?r1=54069&r2=54068

Change a DCHECK to a DCHECK_LT so we can see the failing values.

This DCHECK sometimes fails on the bots; seeing the failing values may help
us diagnose the problem.

BUG=50556

Review URL: http://codereview.chromium.org/3068010
------------------------------------------------------------------------

Aug 10, 2010
#5 phajdan.jr@chromium.org
I have fixed that by moving the DCHECK to a dedicated unit test in base_unittests.
Status: Fixed
Owner: phajdan...@chromium.org
Cc: mbel...@chromium.org
Oct 12, 2012
#6 bugdroid1@chromium.org
This issue has been closed for some time. No one will pay attention to new comments.
If you are seeing this bug or have new data, please click New Issue to start a new bug.
Labels: Restrict-AddIssueComment-Commit
Mar 10, 2013
#7 bugdroid1@chromium.org
(No comment was entered for this change.)
Labels: -Area-Internals Cr-Internals
Sign in to add a comment

Powered by Google Project Hosting