Hi, On Wed, Oct 14, 2020 at 12:20:39AM +0200, Mark Wielaard wrote: > So that is obviously my last commit. Sorry. All three buildbot workers > fail on the same testcase pr25109.sh which is no-multifile-prop. That > testcase has an empty debug_line and no decl/call_files. It still > generates a .debug_line entry (and because no files have been seen, it > produces a DWARF5 line table, which might be a bug in itself). I don't > yet understand why this fails on ppc64, ppc64le and arm64 only and not > on any other arch. Still investigating. That was fun. It was a buffer overflow causing some on stack variables to change values, but for some reason only on ppc64, ppc64 and arm64. But it should have caused issues on all arches. Pushed to attached fix. Cheers, Mark