Re: [PATCH 3/3] lib + libdw: Add and use a concurrent version of the dynamic-size hash table.

2019-10-25 Thread Mark Wielaard
Hi, Sorry this took so long to review. But it is pretty complex code. I think I got how it works mostly. It is hard to proof correct though. How did you convince yourself that the code is correct? For example I am not sure I can proof that in resize_worker() this always holds: assert(GET_STATE(re

[Bug tools/25082] Multiple crashes in eu-unstrip

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

[Bug tools/25083] unstrip tries to write out an enormous amount of data

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

[Bug tools/25077] unstrip bad handling of sh_entsize of the symver section

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

[Bug libasm/25068] Several crashes inside libasm

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

[Bug libelf/25069] AddressSanitizer: heap-buffer-overflow at libdwelf/dwelf_strtab.c:284

2019-10-25 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=25069 Mark Wielaard changed: What|Removed |Added CC||mark at klomp dot org --- Comment #1

Buildbot failure in Wildebeest Builder on whole buildset

2019-10-25 Thread buildbot
The Buildbot has detected a failed build on builder whole buildset while building elfutils. Full details are available at: https://builder.wildebeest.org/buildbot/#builders/10/builds/376 Buildbot URL: https://builder.wildebeest.org/buildbot/ Worker for this Build: fedora-s390x Build Reason:

Re: [PATCH 3/3] lib + libdw: Add and use a concurrent version of the dynamic-size hash table.

2019-10-25 Thread Jonathon Anderson
On Sat, Oct 26, 2019 at 01:50, Mark Wielaard wrote: Hi, Sorry this took so long to review. But it is pretty complex code. I think I got how it works mostly. It is hard to proof correct though. How did you convince yourself that the code is correct? No worries, its a complex piece of code.