termux/termux-packages

Target does not support core file generation

开放

#942 创建于 2017年4月19日

 (7 条评论) (0 个反应) (0 位负责人)Shell (4,089 个派生)batch import
arch-i686bug reporthelp wantedinactive

仓库指标

星标
 (16,216 个星标)
PR 合并指标
 (平均合并 3天 5小时) (30 天内合并 153 个 PR)

描述

I'm trying to attach a process and dump memory using gdb in root mode but gcore does not work on x86. gcore does work on my ARM-based phone but it is slow to handle these, emulator is much faster, and I just want to save battery and keep battery last longer.

Steps to reproduce:

  1. Install Memu Lollipop RC5
  2. Install Termux, and launch it
  3. apt update
  4. apt install gdb tsu
  5. su
  6. dumpsys meminfo and find pid of process to attach
  7. quit
  8. tsu
  9. gdb -pid (pid)
  10. gcore (path)

image

贡献者指南