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

2019-02-19 Thread Ulf Hermann
Hi, >>> Don't disable symbol versioning, without it binary compatibility is broken. >> >> As per the following commit disabled symbol versioning for uclibc >> https://sourceware.org/git/?p=elfutils.git;a=commit; >> h=bafacacaf7659a4933604662daba26a480b29a8d >> >> with uclibc,the test suite hangs i

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

2019-02-19 Thread ksd.selvakumar at yahoo dot in
https://sourceware.org/bugzilla/show_bug.cgi?id=24000 --- Comment #15 from selva --- (In reply to Mark Wielaard from comment #14) > Created attachment 11614 [details] > Handle malloc(0) specially when decompressing > > Sorry, that patch was clearly untested. This one is. Thanks,With this patch

Symbol versioning (Was: [Bug general/24000] couple of testsuite fails with uclibc library)

2019-02-19 Thread Mark Wielaard
On Tue, Feb 19, 2019 at 07:59:53AM +, Ulf Hermann wrote: > >>> Don't disable symbol versioning, without it binary compatibility is > >>> broken. > >> As per the following commit disabled symbol versioning for uclibc > >> https://sourceware.org/git/?p=elfutils.git;a=commit; > >> h=bafacacaf7659

Re: Symbol versioning (Was: [Bug general/24000] couple of testsuite fails with uclibc library)

2019-02-19 Thread Ulf Hermann
> The problem is that without it every elfutils release would (possibly) > break the ABI between the shared libraries and programs using them. > And we don't have/use a different mechanism to indicate symbols/ABI > changed. How do you prevent things breaking when upgrading the > elfutils libraries?

Re: Symbol versioning (Was: [Bug general/24000] couple of testsuite fails with uclibc library)

2019-02-19 Thread Mark Wielaard
On Tue, Feb 19, 2019 at 11:30:08AM +, Ulf Hermann wrote: > > The problem is that without it every elfutils release would (possibly) > > break the ABI between the shared libraries and programs using them. > > And we don't have/use a different mechanism to indicate symbols/ABI > > changed. How do

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

2019-02-19 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=24000 Mark Wielaard changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug general/24240] New: couple of elftuiltls testsuite fails with uclibc library

2019-02-19 Thread ksd.selvakumar at yahoo dot in
https://sourceware.org/bugzilla/show_bug.cgi?id=24240 Bug ID: 24240 Summary: couple of elftuiltls testsuite fails with uclibc library Product: elfutils Version: unspecified Status: UNCONFIRMED Severity: normal

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

2019-02-19 Thread ksd.selvakumar at yahoo dot in
https://sourceware.org/bugzilla/show_bug.cgi?id=24000 --- Comment #17 from selva --- (In reply to Mark Wielaard from comment #16) > Thanks for testing. I pushed this: > > commit ff7fe986679b0811591ef6e40cf485fa9f037e07 > Author: Mark Wielaard > Date: Tue Feb 19 16:27:40 2019 +0100 > > li