| 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.
|
|
|