https://sourceware.org/bugzilla/show_bug.cgi?id=23903
Mark Wielaard <mark at klomp dot org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |ASSIGNED Last reconfirmed| |2019-08-09 Assignee|unassigned at sourceware dot org |mark at klomp dot org Ever confirmed|0 |1 --- Comment #13 from Mark Wielaard <mark at klomp dot org> --- (In reply to Jean Michault from comment #12) > I propose another patch that checks mremap. That looks perfectly reasonable. Thanks. It isn't really necessary for such small patches, but would you mind taking a look at our CONTRIBUTING file and let me know if you are OK with your Signed-off-by for this patch? https://sourceware.org/git/?p=elfutils.git;a=blob_plain;f=CONTRIBUTING;hb=HEAD > I tested on a debian system GNU / Hurd 2019. The compilation is going well > but some tests fail: > > ============================================================================ > Testsuite summary for elfutils 0.176 > ============================================================================ > # TOTAL: 205 > # PASS: 170 > # SKIP: 23 > # XFAIL: 0 > # FAIL: 12 > # XPASS: 0 > # ERROR: 0 > > failing tests are : > FAIL: run-readelf-loc.sh > FAIL: run-readelf-ranges.sh > FAIL: run-bug1-test.sh > FAIL: run-varlocs.sh > FAIL: run-allfcts-multi.sh > FAIL: elfstrtab > FAIL: emptyfile > FAIL: run-get-units-split.sh > FAIL: run-attr-integrate-skel.sh > FAIL: run-all-dwarf-ranges.sh > FAIL: run-unit-info.sh > FAIL: run-copyadd-sections.sh I would expect run-copyadd-sections to fail (because it explicitly tests this code path and will fail if mremap fails). But some of the others are surprising. Would you mind attaching the tests/test-suite.log file so we can inspect how exactly these tests fail? -- You are receiving this mail because: You are on the CC list for the bug.