2014-10-29 110 views
3

我已经为Android目标eabi x86与NDK R10b交叉编译Valgrind。 按步骤启动我的应用时,例如here valgrind崩溃。 登录Valgrind on android 5/L崩溃

10-29 11:16:07.468: D/AndroidRuntime(2240): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<< 
 
10-29 11:16:07.469: D/AndroidRuntime(2240): CheckJNI is ON 
 
10-29 11:16:07.486: E/memtrack(2240): Couldn't load memtrack module (No such file or directory) 
 
10-29 11:16:07.486: E/android.os.Debug(2240): failed to load memtrack module: -2 
 
10-29 11:16:07.500: D/AndroidRuntime(2240): Calling main entry com.android.commands.am.Am 
 
10-29 11:16:07.502: I/ActivityManager(1236): START u0 {act=android.intent.action.MAIN flg=0x10000000 cmp=...} from uid 0 on display 0 
 
10-29 11:16:07.518: D/AndroidRuntime(2240): Shutting down VM 
 
10-29 11:16:07.519: I/art(2240): Debugger is no longer active 
 
10-29 11:16:07.522: E/libprocessgroup(2250): failed to make and chown /acct/uid_10053: Read-only file system 
 
10-29 11:16:07.522: W/Zygote(2250): createProcessGroup failed, kernel missing CONFIG_CGROUP_CPUACCT? 
 
10-29 11:16:07.523: I/art(2250): Not late-enabling -Xcheck:jni (already on) 
 
10-29 11:16:07.524: E/art(2240): Thread attaching while runtime is shutting down: Binder_1 
 
10-29 11:16:07.524: I/AndroidRuntime(2240): NOTE: attach of thread 'Binder_1' failed 
 
10-29 11:16:09.746: D/AndroidRuntime(2264): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<< 
 
10-29 11:16:09.848: D/AndroidRuntime(2264): CheckJNI is ON 
 
10-29 11:16:10.278: I/art(2264): Counter: 1 
 
10-29 11:16:10.318: I/start-valgrind.sh(2263): No [stack] line found in /proc/self/maps! 
 
10-29 11:16:10.321: A/libc(2264): No [stack] line found in /proc/self/maps! 
 
10-29 11:16:10.341: A/libc(2264): Fatal signal 6 (SIGABRT), code -6 in tid 2264 (...) 
 
10-29 11:16:10.580: I/DEBUG(948): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 
 
10-29 11:16:10.580: I/DEBUG(948): Build fingerprint: 'generic_x86/sdk_phone_x86/generic_x86:5.0/LRX09D/1504858:eng/test-keys' 
 
10-29 11:16:10.580: I/DEBUG(948): Revision: '0' 
 
10-29 11:16:10.580: I/DEBUG(948): ABI: 'x86' 
 
10-29 11:16:10.580: I/DEBUG(948): pid: 2264, tid: 2264, name: ... >>> /data/local/Inst/bin/valgrind <<< 
 
10-29 11:16:10.580: I/DEBUG(948): signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr -------- 
 
10-29 11:16:10.581: I/DEBUG(948): Abort message: 'No [stack] line found in /proc/self/maps!' 
 
10-29 11:16:10.581: I/DEBUG(948):  eax 00000000 ebx 000008d8 ecx 00000006 edx 00000000 
 
10-29 11:16:10.581: I/DEBUG(948):  esi 00000000 edi 00000000 
 
10-29 11:16:10.581: I/DEBUG(948):  xcs 00000073 xds 0000007b xes 0000007b xfs 00000000 xss 0000007b 
 
10-29 11:16:10.581: I/DEBUG(948):  eip 3806dd52 ebp 00000000 esp 628cfe40 flags 00200202 
 
10-29 11:16:10.581: I/DEBUG(948): backtrace: 
 
10-29 11:16:10.581: I/DEBUG(948):  #00 pc 0006dd52 /data/local/Inst/lib/valgrind/memcheck-x86-linux 
 
10-29 11:16:10.583: W/NativeCrashListener(1236): Couldn't find ProcessRecord for pid 2264 
 
10-29 11:16:10.597: I/DEBUG(948): Tombstone written to: /data/tombstones/tombstone_09 
 
10-29 11:16:10.597: I/BootReceiver(1236): Copying /data/tombstones/tombstone_09 to DropBox (SYSTEM_TOMBSTONE) 
 
10-29 11:16:10.637: I/start-valgrind.sh(2263): start-valgrind.sh terminated by exit(1) 
 
10-29 11:16:10.638: I/Zygote(954): Process 2250 exited cleanly (1) 
 
10-29 11:16:10.639: W/Zygote(954): Error reading pid from wrapped process, child may have died 
 
10-29 11:16:10.639: W/Zygote(954): java.io.EOFException 
 
10-29 11:16:10.639: W/Zygote(954): \t at libcore.io.Streams.readFully(Streams.java:83) 
 
10-29 11:16:10.639: W/Zygote(954): \t at java.io.DataInputStream.readInt(DataInputStream.java:103) 
 
10-29 11:16:10.639: W/Zygote(954): \t at com.android.internal.os.ZygoteConnection.handleParentProc(ZygoteConnection.java:974) 
 
10-29 11:16:10.639: W/Zygote(954): \t at com.android.internal.os.ZygoteConnection.runOnce(ZygoteConnection.java:276) 
 
10-29 11:16:10.639: W/Zygote(954): \t at com.android.internal.os.ZygoteInit.runSelectLoop(ZygoteInit.java:784) 
 
10-29 11:16:10.639: W/Zygote(954): \t at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:690) 
 
10-29 11:16:10.639: W/ActivityManager(1236): Slow operation: 3129ms so far, now at startProcess: returned from zygote! 
 
10-29 11:16:10.639: W/ActivityManager(1236): Slow operation: 3129ms so far, now at startProcess: done updating battery stats 
 
10-29 11:16:10.639: W/ActivityManager(1236): Slow operation: 3129ms so far, now at startProcess: building log message 
 
10-29 11:16:10.639: I/ActivityManager(1236): Start proc ... for activity ...: pid=2250 uid=10053 gids={50053, 9997, 3003, 1028, 1015} abi=x86 
 
10-29 11:16:10.640: W/ActivityManager(1236): Slow operation: 3129ms so far, now at startProcess: starting to update pids map 
 
10-29 11:16:10.640: W/ActivityManager(1236): Slow operation: 3130ms so far, now at startProcess: done updating pids map 
 
10-29 11:16:10.640: W/ActivityManager(1236): Slow operation: 3130ms so far, now at startProcess: done starting proc! 
 
10-29 11:16:17.520: W/ActivityManager(1236): Launch timeout has expired, giving up wake lock! 
 
10-29 11:16:20.650: W/ActivityManager(1236): Process ProcessRecord{1daddf3b 2250:.../u0a53} failed to attach 
 
10-29 11:16:20.650: I/ActivityManager(1236): Killing 2250:.../u0a53 (adj -100): start timeout

  1. 这也发生在我身上的ARM仿真器用于Android的5/L
  2. 我使用Ubuntu的14
  3. 手册的valgrind推出诸如/数据/本地/ Inst/bin/valgrind/data/local/sample-bin可以毫无问题地工作
  4. 这与工作正常的Valgrind编译相同ATOR API 18(ARM)
  5. 我试着重新安装使用 adb shell mount -o remount,rw -t yaffs2 /dev/block/mtdblock0 /systemmount -o ro,remount /systemadb root && adb remount 在允许写入模式的文件系统 - 没有做的伎俩

有没有人有任何想法这里可能是什么问题?

+0

如何在/ proc/self/maps!中找不到[stack]行?错误?你找到了解决方案吗? – 2016-07-12 16:28:44

回答

3

我从仿真器的控件预览应用类似的错误:

E/libprocessgroup﹕ failed to make and chown /acct/uid_10052: Read-only file system 

各种网络搜索和实验后,我发现模拟器/sdcard确实设置为只读。 (您可以尝试在adb shell中尝试触摸或推送文件,或使用Android设备管理器来浏览文件系统)。

有效的错误和解决方法在Issue 78434中描述。

解决方法

  • 转到您的ADV文件夹中的.android文件夹,找到你的AVD的config.ini文件,例如~/.android/avd/Nexus5_v19.avd/config.ini
  • 用文本编辑器打开它。如果你在Windows上,使用可以处理Unix换行符的文本编辑器。
  • hw.sdCard=no更改为hw.sdCard=yes
  • 除此之外,重新启动模拟器,并测试/ sdcard是可写的。
+1

它一直设置为yes。它没有改变任何东西。 – User 2014-11-26 21:04:26

+0

有时甚至使用'hw.sdCard = yes'模拟的SD卡不可写。当您测试写入时会发生什么,例如'adb shell'然后'cd/sdcard && touch foo.txt'?有时我也不得不使用AVD管理器为AVD创建一个新的模拟SD卡,然后再次检查'hw.sdCard = yes',然后它是可写的。无论哪种方式,这可能不是你的问题的(唯一)原因。 – Jerry101 2014-11-26 21:29:00

+0

谢谢!奇迹般有效 – silly 2014-12-04 14:28:16

0

好吧,我遇到了同样的问题,上述解决方案对我无效。当我将Firebase存储添加到我的应用程序后,我发现它恰好发生了。 检查了build.gradle(Module:app),发现Firebase不同版本发生冲突,将它们全部更改为相同版本,同步项目,现在它工作:)希望这可以帮助您以后参考。