On 05/30/2013 09:52 PM, Dieter, William R wrote:

> I followed the instructions in README.android, setting HWKIND to
> generic, and making to following changes to get valgrind to build:

Cross-compiling doesn't work well from MacOS hosts.  Those instructions
work better on Linux hosts.

> and included the --smc-check=all in the VGPARAMS, because it sounded
> like it would be required for an x86 build.

Yes.

> m_debuginfo/readelf.c:577 (get_elf_symbol_info): Assertion 'in_rx' failed.

This happens when reading debug info (line numbers etc) from some .so, or
the main executable.  These tend to be hard to diagnose.  First, find out
which object is causing the problem, by rerunning with -v.  Then, ideally
send me the object.  If you can't do that, get a diagnostic dump of the
debuginfo reader by adding the flags --trace-symtab=yes
--trace-symtab-patt=<whatever>.  These generate a huge amount of output, so
I suggest you play around with them first on a simple program (eg, ls) on
the host, so you can see how to use --trace-symtab-patt= to get output for
just the object in question.

Really also you should file a bug report, since bugs reported by email
tend to fall through the cracks.

J


------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to