Skip to content

Instantly share code, notes, and snippets.

@kelchm
Last active January 12, 2016 21:55
Show Gist options
  • Save kelchm/4561ea22119655392951 to your computer and use it in GitHub Desktop.
Save kelchm/4561ea22119655392951 to your computer and use it in GitHub Desktop.
# strace -v ./rockbox
execve("./rockbox", ["./rockbox"], ["_=/system/xbin/strace", "ANDROID_DATA=/data", "RK_ADEPT_ACTIVATION_FILE=/mnt/sd"..., "RK_ADOBE_DE_DOC_FOLDER=/mnt/sdca"..., "HOME=/data", "RK_ADEPT_DEVICE_TYPE=mobile", "RK_ADEPT_DEVICE_SALT_FILE=/mnt/s"..., "EBOOK_PAGE_VISIBLE_NUMBER=2\343\200\200", "USER=root", "ANDROID_ASSETS=/system/app", "BOOTCLASSPATH=/system/framework/"..., "ANDROID_SOCKET_adbd=11", "ANDROID_BOOTLOGO=1", "ANDROID_STORAGE=/storage", "MKSH=/system/bin/sh", "LOOP_MOUNTPOINT=/mnt/obb", "SYSTEMSERVERCLASSPATH=/system/fr"..., "ANDROID_PROPERTY_WORKSPACE=9,0", "SECOND_VOLUME_STORAGE=/mnt/exter"..., "TERM=vt100", "SHELL=/system/bin/sh", "RK_ADOBE_DE_MOBILE=1", "EMULATED_STORAGE_SOURCE=/mnt/int"..., "ADOBE_FONTS_DIR=/system/fonts/ad"..., "RK_ADEPT_DEVICE_FILE=/mnt/sdcard"..., "ASEC_MOUNTPOINT=/mnt/asec", "HOSTNAME=rk312x", "PATH=/sbin:/vendor/bin:/system/s"..., "THIRD_VOLUME_STORAGE=/mnt/usb_st"..., "ANDROID_ROOT=/system", "EXTERNAL_STORAGE_FLASH=/mnt/inte"..., "EXTERNAL_STORAGE=/mnt/internal_s"...] <unfinished ...>
+++ killed by SIGKILL +++
Killed
# strace -f -d -i ./rockbox
ptrace_setoptions = 0xe
ptrace_setoptions = 0x1f
new tcb for pid 829, active tcbs:1
[wait(0x80137f) = 829] WIFSTOPPED,sig=SIGSTOP,EVENT_STOP (128)
pid 829 has TCB_STARTUP, initializing it
[wait(0x80057f) = 829] WIFSTOPPED,sig=SIGTRAP,EVENT_STOP (128)
[wait(0x00127f) = 829] WIFSTOPPED,sig=SIGCONT
[wait(0x00857f) = 829] WIFSTOPPED,sig=133
[b6ecfb64] execve("./rockbox", ["./rockbox"], [/* 32 vars */] [wait(0x000009) = 829] WIFSIGNALED,sig=SIGKILL
<unfinished ...>
[????????] +++ killed by SIGKILL +++
dropped tcb for pid 829, 0 remain
Killed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment