src/build/android/asan_symbolize.py references removed SymbolInformationForSet |
|||||
Issue description
Traceback (most recent call last):
File "/b/build/slave/Android_Cronet_Builder_Asan/build/src/build/android/asan_symbolize.py", line 114, in <module>
sys.exit(main())
File "/b/build/slave/Android_Cronet_Builder_Asan/build/src/build/android/asan_symbolize.py", line 110, in main
_Symbolize(asan_input.readlines())
File "/b/build/slave/Android_Cronet_Builder_Asan/build/src/build/android/asan_symbolize.py", line 73, in _Symbolize
info_dict = symbol.SymbolInformationForSet(libname,
AttributeError: 'module' object has no attribute 'SymbolInformationForSet'
Sample failures:
- https://uberchromegw.corp.google.com/i/chromium.android/builders/Android%20Cronet%20Builder%20Asan/builds/4667
- https://uberchromegw.corp.google.com/i/chromium.android/builders/Android%20Cronet%20Builder%20Asan/builds/4673
hzl@ could you help triaging this please?
Related issue about the test failing: issue 807590
,
Jan 31 2018
I just realized that I took the wrong bug. I don't know what asan_symbolize.py failure is.
,
Jan 31 2018
SymbolInformationForSet is removed in r526304 but src/build/android/asan_symbolize.py still references to that function. +hzl@: could you take a look?
,
Jan 31 2018
Please take a look at this ASAP, this is an ongoing waterfall failure.
,
Jan 31 2018
It looks like https://uberchromegw.corp.google.com/i/chromium.android/builders/Android%20Cronet%20Builder%20Asan is stuck (there are no builds since Jan 31 11:08) and one build is pending for about 1.5 hours. The fix for crash issue 807590 has landed, so the bot should be fine after it is picked up.
,
Feb 1 2018
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/f2408e016d6b5a1f95f1e8f9add2a15653fc8421 commit f2408e016d6b5a1f95f1e8f9add2a15653fc8421 Author: Zhiling Huang <hzl@chromium.org> Date: Thu Feb 01 04:15:27 2018 Include back SymbolInformationForSet into symbol.py. Bug: 807591 Change-Id: Id3764225bcf94ad2f87b32df9ea874272dd97c5d Reviewed-on: https://chromium-review.googlesource.com/896103 Reviewed-by: Maria Khomenko <mariakhomenko@chromium.org> Reviewed-by: agrieve <agrieve@chromium.org> Commit-Queue: Zhiling Huang <hzl@chromium.org> Cr-Commit-Position: refs/heads/master@{#533551} [modify] https://crrev.com/f2408e016d6b5a1f95f1e8f9add2a15653fc8421/third_party/android_platform/development/scripts/symbol.py
,
Feb 1 2018
The latest builds are green. https://ci.chromium.org/buildbot/chromium.android/Android%20Cronet%20Builder%20Asan/ |
|||||
►
Sign in to add a comment |
|||||
Comment 1 by mef@chromium.org
, Jan 31 2018Owner: mef@chromium.org
Status: Assigned (was: Untriaged)