Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(66)

Unified Diff: tools/mac/symbolicate_crash.py

Issue 9663017: net: add OCSP tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ... Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/mac/symbolicate_crash.py
diff --git a/tools/mac/symbolicate_crash.py b/tools/mac/symbolicate_crash.py
index 731cc85f8dc7c32f84ad8c12988a58281d4bf0d5..f66d289298231f37a7e715b13c224a30234ec207 100755
--- a/tools/mac/symbolicate_crash.py
+++ b/tools/mac/symbolicate_crash.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-# Copyright (c) 2012 The Chromium Authors. All rights reserved.
+# Copyright (c) 2011 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -183,7 +183,7 @@ class CrashReport(object):
# The stack trace begins with the thread header, which is identified by a
# HEX number. The thread names appear to be incorrect in spindumps.
- user_thread_re = re.compile('^ Thread ([0-9a-fx]+)')
+ user_thread_re = re.compile('^ Thread ([0-9a-fx]{4})')
# When this method is called, the fd has been walked right up to the first
# line.
« net/base/transport_security_state_unittest.cc ('K') | « net/url_request/url_request_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698