Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Dec 2023 15:39:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   maintainer-approval requested: [Bug 271081] www/firefox: crashes on arm64 with ASLR enabled : [Attachment 247141] allows running with aslr and fixes jit..
Message-ID:  <bug-271081-21738-e13RTuUNmP@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
Jesper Schmitz Mouridsen <jsm@FreeBSD.org> has asked freebsd-gecko (Nobody)
<gecko@FreeBSD.org> for maintainer-approval:
Bug 271081: www/firefox: crashes on arm64 with ASLR enabled
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D271081

Attachment 247141: allows running with aslr and fixes jit..
https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D247141&action=3Dedit



--- Comment #15 from Jesper Schmitz Mouridsen <jsm@FreeBSD.org> ---
Created attachment 247141
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D247141&action=
=3Dedit
allows running with aslr and fixes jit..

The memory part MAP_FIXED is to avoid (desired !=3D region) (do not know ho=
w that
relates to aslr but with this it runs with aslr), the jit code has to do so=
me
cache sync in order to execute the wirte+exec pages, it was guarded out, and
the problem was masked under w^x because mprotect also does some cache
syncing.. ,thanks Kyle Evans.
Hopefully someone will pick this up for a test. Do not forget bug #275247 O=
nly
tested on aarch64 rpi4 and rk3399.



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