From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 27A183858D32; Sat, 1 Apr 2023 12:31:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 27A183858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1680352318; bh=GOHiR2s1rx8gUe8f7ZpJTTsYait52vb9ot7jJyfi7AU=; h=From:To:Subject:Date:From; b=PesNb7BrGKgWDxMBw5aMTc7EeiZTVKJlfgfrr9YaOJ1fs+/tTzdR/CmpwHIWnqIpq JtfV/U9RLSA0Jk/54jWOY5RWuKuMatyLCGLX1A/yRGnUglwnkAbcS3TU428Dfk5Txv z8t0ab5tCfcJrfmdjmjmoRP59g2PSKvZCq1egPXw= From: "manuel.lauss at gmail dot com" To: glibc-bugs@sourceware.org Subject: [Bug malloc/30301] New: "memalign: Support scanning for aligned chunks" causes regression in game "factorio" Date: Sat, 01 Apr 2023 12:31:56 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: malloc X-Bugzilla-Version: 2.38 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: manuel.lauss at gmail 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_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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=3D30301 Bug ID: 30301 Summary: "memalign: Support scanning for aligned chunks" causes regression in game "factorio" Product: glibc Version: 2.38 Status: UNCONFIRMED Severity: normal Priority: P2 Component: malloc Assignee: unassigned at sourceware dot org Reporter: manuel.lauss at gmail dot com Target Milestone: --- Commit 24cdd6c71debfd10a9f7cb217fe2a2c4c486ed6f ("memalign: Support scanning for aligned chunks.") causes the game "factorio" (demo here: https://factorio.com/get-download/1.1.76/demo/linux64) to abort when loadin= g a saved game: Fatal glibc error: malloc.c:3617 (_mid_memalign): assertion failed: !p || chunk_is_mmapped (mem2chunk (p)) || ar_ptr =3D=3D arena_for_chunk (mem2chun= k (p)) Reverting 24cdd6c71d on top of current git head fixes the issue for me. My system otherwise boots up and runs just fine, so this commit might expose a bug in the factorio codebase. I'll report it to them as well. --=20 You are receiving this mail because: You are on the CC list for the bug.=