[Bug general/24000] couple of testsuite fails with uclibc library

mark at klomp dot org sourceware-bugzilla@sourceware.org
Sat Feb 9 21:52:00 GMT 2019


https://sourceware.org/bugzilla/show_bug.cgi?id=24000

--- Comment #8 from Mark Wielaard <mark at klomp dot org> ---
(In reply to selva from comment #6)
> (In reply to Mark Wielaard from comment #5)
> > (In reply to selva from comment #4)
> > > Created attachment 11548 [details]
> > > Uclibc full testsuite log
> > > 
> > > Attaching the full test suite log.
> > 
> > BTW. It is easier to just attache the tests/test-suite.log.
> > But I am afraid there still isn't enough to figure out what is going wrong.
> > Maybe the config.log could show a bit more.
> > 
> > Please run one of the segfaulting tests under gdb and get a backtrace to
> > show what is really going on.
> 
> Mmm., Tried to run the test with gdb but i get "no stack" Please share me
> the steps to get the backtrace if you have any.

Best to figure out which of the tests in run-elfputzdata.sh actually fails and
then run that by hand on the failing test file (bunzip2ed first).

e.g.

cp tests/testfile4.bz2 .
bunzip2 testfile4.bz2
LD_LIBRARY_PATH=backends:libelf:libdw gdb --args tests/elfputzdata gnu
testfile4
(gdb) run

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Elfutils-devel mailing list