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

2019-01-23 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=24000

--- Comment #5 from Mark Wielaard  ---
(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.

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

Re: [PATCH] Use separate files for strip outputs

2019-01-23 Thread Mark Wielaard
On Fri, Jan 18, 2019 at 12:56:28PM +, Ulf Hermann wrote:
> Let's see if this works: Apparently I cannot get a properly formatted 
> inline diff through. Therefore, please find the pull request, including 
> diff, as attachment.

That certainly works.
git pull https://codereview.qt-project.org/qt-creator/elfutils 
changes/37/250337/3
git rebase master
Applies cleanly.
The only thing I would change is removing the Change-ID line.

As you say in your commit message this exposes that the
run-strip-test-many.sh actually fails. Indeed, even without
you patch you can see src/strip: illformed file 'testfile'
in the run-strip-test-many.sh.log (but without actually failing
the test...

I am still investgating why/how it is failing.
Will apply your patch afterwards.

Thanks,

Mark