Nexus 9 GPU FYI bot: stack_tool_with_logcat_dump step excetion |
||
Issue descriptionFirst failure: https://build.chromium.org/p/chromium.gpu.fyi/builders/Android%20Release%20%28Nexus%209%29/builds/831 Searching for native crashes in: /b/c/b/Android_Release__Nexus_9_/src/out/Release/full_log Unknown Android release, consider --[no-]packed-relocation-adjustments options Reading Android symbols from: /b/c/b/Android_Release__Nexus_9_/src Searching for Chrome symbols from within: /b/c/b/Android_Release__Nexus_9_/src/out/Release/lib.unstripped:/b/c/b/Android_Release__Nexus_9_/src/out/Release/lib:/b/c/b/Android_Release__Nexus_9_/src/out/Release Traceback (most recent call last): File "/b/c/b/Android_Release__Nexus_9_/src/third_party/android_platform/development/scripts/stack", line 245, in <module> sys.exit(main(sys.argv[1:])) File "/b/c/b/Android_Release__Nexus_9_/src/third_party/android_platform/development/scripts/stack", line 236, in main arch_defined) File "/b/c/b/Android_Release__Nexus_9_/src/third_party/android_platform/development/scripts/stack_core.py", line 167, in ConvertTrace results = pool.map(PreProcessLog(load_vaddrs), chunks) File "/usr/lib/python2.7/multiprocessing/pool.py", line 251, in map return self.map_async(func, iterable, chunksize).get() File "/usr/lib/python2.7/multiprocessing/pool.py", line 558, in get raise self._value TypeError: expected string or buffer step returned non-zero exit code: 1 Pretty much certain it is https://codereview.chromium.org/2159963002. Michael I think we should probably revert your CL, unfortunately.
,
Jul 22 2016
Fix is here https://codereview.chromium.org/2176693002
,
Jul 22 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/72424435fd121181d152f44265fa55a74bb931e3 commit 72424435fd121181d152f44265fa55a74bb931e3 Author: michaelbai <michaelbai@chromium.org> Date: Fri Jul 22 16:32:08 2016 Fix crash when process APK log without offset Found crash in apk, but there is no offset, like below DEBUG : #04 pc 0000000000209998 /data/app/org.chromium.chrome-1/base.apk BUG= 630620 Review-Url: https://codereview.chromium.org/2176693002 Cr-Commit-Position: refs/heads/master@{#407172} [modify] https://crrev.com/72424435fd121181d152f44265fa55a74bb931e3/third_party/android_platform/development/scripts/stack_core.py
,
Jul 22 2016
Thanks for your quick fix Michael! |
||
►
Sign in to add a comment |
||
Comment 1 by michaelbai@chromium.org
, Jul 22 2016