From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 97490 invoked by alias); 9 Aug 2019 21:19:58 -0000 Mailing-List: contact elfutils-devel-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: List-Subscribe: Sender: elfutils-devel-owner@sourceware.org Received: (qmail 97430 invoked by uid 48); 9 Aug 2019 21:19:55 -0000 From: "mark at klomp dot org" To: elfutils-devel@sourceware.org Subject: [Bug libelf/23903] Uses linux specifc mremap Date: Fri, 09 Aug 2019 21:19:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: elfutils X-Bugzilla-Component: libelf X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mark at klomp dot org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: mark at klomp dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cf_reconfirmed_on assigned_to everconfirmed Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2019-q3/txt/msg00102.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D23903 Mark Wielaard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |ASSIGNED Last reconfirmed| |2019-08-09 Assignee|unassigned at sourceware dot org |mark at klomp dot o= rg Ever confirmed|0 |1 --- Comment #13 from Mark Wielaard --- (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=3Delfutils.git;a=3Dblob_plain;f=3DCONTRIBUTIN= G;hb=3DHEAD > I tested on a debian system GNU / Hurd 2019. The compilation is going well > but some tests fail: >=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D > Testsuite summary for elfutils 0.176 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D > # TOTAL: 205 > # PASS: 170 > # SKIP: 23 > # XFAIL: 0 > # FAIL: 12 > # XPASS: 0 > # ERROR: 0 >=20 > 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 th= is 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? --=20 You are receiving this mail because: You are on the CC list for the bug.