From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A72233858D33; Mon, 25 Mar 2024 18:17:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A72233858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1711390669; bh=XZ5dePKcznSyxw0rFNLMe8Bw1keAxJW1Q35GTS4R8bs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=CV2hNk8Sv0edomZRwXTiu7EzXvrCl3j3cIB4ev+LABqVaOkkpZemMIrTCSjY7VqYZ Sfp9fD6lgEULA3LdOLuPsbyPLquh7QwhppituWET0/fsq/i3yOsmCZJMK6DZYjF+/8 k2AkG66OP2e6zWiDvgLWvEBbHvUWtTAShrhWsh2Y= From: "simon.chopin at canonical dot com" To: glibc-bugs@sourceware.org Subject: [Bug malloc/31553] elf/tst-decorate-maps fails on ppc64el Date: Mon, 25 Mar 2024 18:17:49 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: malloc X-Bugzilla-Version: 2.39 X-Bugzilla-Keywords: X-Bugzilla-Severity: minor X-Bugzilla-Who: simon.chopin at canonical dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_severity 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 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31553 Simon Chopin changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |minor --- Comment #3 from Simon Chopin --- Thanks Andreas for pointing me to the page size. There's an assumption made in the test that the early allocation code will = need to grow beyond the initial data page, as those extra pages would be the ones marked "[anon: glibc: loader malloc]". However, if the page size is large enough, I guess that assumption isn't valid anymore. I'll write a patch skipping this particular assertion if the page size is 6= 4k or above. --=20 You are receiving this mail because: You are on the CC list for the bug.=