From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F172B385803E; Thu, 11 Jan 2024 09:39:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F172B385803E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1704965993; bh=wwL9aYpu3ilQAJlIVkaU3snnqJUy+Hw+wFJ7BPKP6SU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=QLx2kCQ1ffoU5HBvABWLiNykeeCFGO+RfGwddjBxbj6N7/q9+rQbhegGaz5rIBWS9 vm88zU3EtcAT13l3ESf7FwvcUhqjXwl6jaGiWaY0DyV5EJU+M2FRhX5iV1nNrZ8EmB ZHVojV2+DbfFpcEHWafwKOQSyPMMLocJf8mqhllU= From: "fweimer at redhat dot com" To: glibc-bugs@sourceware.org Subject: [Bug malloc/26663] malloc() doesn't handle MALLOC_MMAP_THRESHOLD_=0 well Date: Thu, 11 Jan 2024 09:39:51 +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: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: fweimer at redhat dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: NOTABUG X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc bug_status resolution 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=3D26663 Florian Weimer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fweimer at redhat dot com Status|NEW |RESOLVED Resolution|--- |NOTABUG --- Comment #5 from Florian Weimer --- This is caused by the memlockall call, see comment 2: 1600959989.934866 mlockall(MCL_FUTURE) =3D 0 This triggers a fairly low memory limit, see ulimit -H. --=20 You are receiving this mail because: You are on the CC list for the bug.=