New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 630620 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Closed: Jul 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 2
Type: Bug



Sign in to add a comment

Nexus 9 GPU FYI bot: stack_tool_with_logcat_dump step excetion

Project Member Reported by jmad...@chromium.org, Jul 22 2016

Issue description

First 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.
 
Working on this, will provide fix soon.
Project Member

Comment 3 by bugdroid1@chromium.org, 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

Status: Fixed (was: Assigned)
Thanks for your quick fix Michael!

Sign in to add a comment