Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jan 2024 21:47:24 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   [Bug 271081] www/firefox: crashes on arm64 with ASLR enabled
Message-ID:  <bug-271081-21738-zACvzPTs8A@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-271081-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-271081-21738@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D271081

Jesper Schmitz Mouridsen <jsm@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #247827|0                           |1
        is obsolete|                            |

--- Comment #25 from Jesper Schmitz Mouridsen <jsm@FreeBSD.org> ---
Created attachment 247860
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D247860&action=
=3Dedit
use MAP_ALIGNED instead of relocating

I still cannot find the difference between amd64 and arm64, but TryToAlignC=
hunk
very often fails on both platforms apparently because aslr randomizes the
requested aligned addresses in a way so they are no longer aligned as desir=
ed,
so my idea is to use MAP_ALIGNED instead of trying to relocate. Thoughts?

--=20
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-271081-21738-zACvzPTs8A>