Displaying 2 results from an estimated 2 matches for "m_debuginfo".
Did you mean:
debuginfo
2012 Sep 12
2
valgrind crashing
..., and GNU GPL'd, by Julian Seward et al.
==29007== Using Valgrind-3.6.0.SVN-Debian and LibVEX; rerun with -h for
copyright info
==29007== Command: /usr/local/lib64/R-2.15.0-vg2/lib64/R/bin/exec/R
--vanilla
==29007==
--29007-- Warning: DWARF2 CFI reader: unhandled DW_OP_ opcode 0x2a
valgrind: m_debuginfo/readdwarf.c:2292 (copy_convert_CfiExpr_tree):
Assertion 'srcix >= 0 && srcix < VG_(sizeXA)(srcxa)' failed.
==29007== at 0x3802B1F7: ??? (in /usr/lib/valgrind/memcheck-amd64-linux)
sched status:
running_tid=0
Note: see also the FAQ in the source distribution.
It conta...
2012 Sep 04
2
[PATCH] valgrind: Support for ioctls used by Xen toolstack processes.
...MPLATE prototype to allow this to
be communicated from syswrap-xen.c back to syswrap-linux.c. Since a
hypercall can have at most 5 arguments I have hackily stolen ARG8 for
this purpose.
---
configure.in | 19 +
coregrind/Makefile.am | 8 +-
coregrind/m_debuginfo/debuginfo.c | 9 +
coregrind/m_syswrap/priv_syswrap-xen.h | 10 +
coregrind/m_syswrap/syswrap-linux.c | 107 ++++-
coregrind/m_syswrap/syswrap-xen.c | 1023 ++++++++++++++++++++++++++++++++
include/Makefile.am | 3 +-
include/pub_tool_vki.h |...