[Valgrind-users] Having some problem with valgrind (on Android Emulator 2.2 API)

2012-02-02 Thread Mohammad Ali
Hello Everybody, Hope you're all doing good. I wanted to share a problem that I am having for the past two weeks. I compiled/configured Valgrind 3.7 for ARM processor (nexus_s as mentioned in Readme.android). I configured it on Ubuntu 11.10 (running on VBox). After configuring valgrind. I took

[Valgrind-users] cannot locate '__cxa_finalize'

2012-02-02 Thread Scott Sibley
I'm trying to get valgrind to work on Android, but am having little luck. Here's the latest development. In this example I'm attempting to debug 'tinycap', which comes with Android's tinyalsa implementation. I think __cx_finalize is part of libc.so? # valgrind ./tinycap ==1706== Memcheck, a

Re: [Valgrind-users] Having some problem with valgrind (on Android Emulator 2.2 API)

2012-02-02 Thread Philippe Waroquiers
On Thu, 2012-02-02 at 17:07 +0500, Mohammad Ali wrote: After configuring valgrind. I took the Inst directory (as mentioned in Readme.android) and copied it to two emulators, one running on MacOSx and the other running on Ubuntu 11.10. I created the emulator using 2.2 API (platform-8). On