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

Issue 10943011: Redirect addr2line error output to /dev/null. (Closed)

Created:
8 years, 3 months ago by scherkus (not reviewing)
Modified:
8 years, 3 months ago
CC:
chromium-reviews, glider+watch_chromium.org, pam+watch_chromium.org, timurrrr+watch_chromium.org, bruening+watch_chromium.org
Visibility:
Public.

Description

Redirect addr2line error output to /dev/null. The clang update in r155953 introduced DWARF4 which caused older versions of addr2line to spew error messages, effectively breaking asan_symbolize.py. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=157369

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M tools/valgrind/asan/asan_symbolize.py View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
scherkus (not reviewing)
FYI: I'm not a Python expert! Python v3.3 introduced subprocess.DEVNULL [1] but I'm assuming that's ...
8 years, 3 months ago (2012-09-18 15:41:32 UTC) #1
Alexander Potapenko
LGTM I've checked stderr=open(os.devnull, 'w') actually suppresses stderr. On Tue, Sep 18, 2012 at 7:41 ...
8 years, 3 months ago (2012-09-18 15:47:33 UTC) #2
commit-bot: I haz the power
8 years, 3 months ago (2012-09-18 16:38:54 UTC) #3

Powered by Google App Engine
This is Rietveld 408576698