Re: 0.161 elfutils test are failing on Linux Arch

2015-01-14 Thread Anatol Pomozov
Hi Mark On Wed, Jan 14, 2015 at 1:16 PM, Mark Wielaard wrote: > On Wed, 2015-01-14 at 11:51 -0800, Anatol Pomozov wrote: > > > > [anatol@arch tests]$ cat run-deleted.sh.log > > > > PID 22079 - process > > > > TID 22079: > > > > > > > > /home/anatol/sources/core-arch/elfutils/trunk/src/elfutils-0

Re: 0.161 elfutils test are failing on Linux Arch

2015-01-14 Thread Mark Wielaard
On Wed, 2015-01-14 at 11:51 -0800, Anatol Pomozov wrote: > > > [anatol@arch tests]$ cat run-deleted.sh.log > > > PID 22079 - process > > > TID 22079: > > > > > /home/anatol/sources/core-arch/elfutils/trunk/src/elfutils-0.161/src/stack: > > > dwfl_thread_getframes tid 22079: Operation not permitted

Re: [PATCH] libdw: fix offset for sig8 lookup in dwarf_formref_die

2015-01-14 Thread Mark Wielaard
Hi Jason, Hi Josh, On Wed, 2015-01-14 at 09:59 -0800, Josh Stone wrote: > On 01/14/2015 08:47 AM, Mark Wielaard wrote: > > On Wed, 2015-01-14 at 09:26 -0500, Jason P. Leasure wrote: > >> - offset = cu->type_offset; > >> + offset = cu->start + cu->type_offset; > > > > Thanks, I believe t

Re: 0.161 elfutils test are failing on Linux Arch

2015-01-14 Thread Anatol Pomozov
Hi On Wed, Jan 14, 2015 at 11:41 AM, Mark Wielaard wrote: > On Wed, 2015-01-14 at 11:19 -0800, Anatol Pomozov wrote: > > I am trying to build elfutils 0.161 on Linux Arch and 2 tests are > failing. > > Building 0.160 on the same machine is fine. > > [...] > > FAIL: vdsosyms > > FAIL: run-deleted

Re: 0.161 elfutils test are failing on Linux Arch

2015-01-14 Thread Mark Wielaard
On Wed, 2015-01-14 at 11:19 -0800, Anatol Pomozov wrote: > I am trying to build elfutils 0.161 on Linux Arch and 2 tests are failing. > Building 0.160 on the same machine is fine. > [...] > FAIL: vdsosyms > FAIL: run-deleted.sh > > > [anatol@arch tests]$ cat vdsosyms.log > module name: /usr/bin/b

0.161 elfutils test are failing on Linux Arch

2015-01-14 Thread Anatol Pomozov
Hi I am trying to build elfutils 0.161 on Linux Arch and 2 tests are failing. Building 0.160 on the same machine is fine. Testsuite summary for elfutils 0.161 =

Re: [PATCH] libdw: fix offset for sig8 lookup in dwarf_formref_die

2015-01-14 Thread Josh Stone
On 01/14/2015 08:47 AM, Mark Wielaard wrote: > On Wed, 2015-01-14 at 09:26 -0500, Jason P. Leasure wrote: >> The type_offset of a type unit header is relative to the beginning >> of the type unit header. >> >> Signed-off-by: Jason P. Leasure >> --- >> libdw/dwarf_formref_die.c | 2 +- >> 1 file c

Re: [PATCH] libdw: fix offset for sig8 lookup in dwarf_formref_die

2015-01-14 Thread Jason Leasure
On 01/14/2015 11:47 AM, Mark Wielaard wrote: On Wed, 2015-01-14 at 09:26 -0500, Jason P. Leasure wrote: The type_offset of a type unit header is relative to the beginning of the type unit header. Signed-off-by: Jason P. Leasure --- libdw/dwarf_formref_die.c | 2 +- 1 file changed, 1 inserti

Re: [PATCH] libdw: fix offset for sig8 lookup in dwarf_formref_die

2015-01-14 Thread Mark Wielaard
On Wed, 2015-01-14 at 09:26 -0500, Jason P. Leasure wrote: > The type_offset of a type unit header is relative to the beginning > of the type unit header. > > Signed-off-by: Jason P. Leasure > --- > libdw/dwarf_formref_die.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

[PATCH] libdw: fix offset for sig8 lookup in dwarf_formref_die

2015-01-14 Thread Jason P. Leasure
The type_offset of a type unit header is relative to the beginning of the type unit header. Signed-off-by: Jason P. Leasure --- libdw/dwarf_formref_die.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libdw/dwarf_formref_die.c b/libdw/dwarf_formref_die.c index 63f6697..8b92e