Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jan 2024 08:33:10 +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-dKZr0Sw2Uy@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

--- Comment #23 from Nuno Teixeira <eduardo@FreeBSD.org> ---
(In reply to Jesper Schmitz Mouridsen from comment #22)

While jit patch isn't included upstream, we need to apply:

https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D247827

+

patch-js_src_jit_arm64_vixl_MozCpu-vixl.cpp

--- js/src/jit/arm64/vixl/MozCpu-vixl.cpp.orig  2023-12-11 20:42:06 UTC
+++ js/src/jit/arm64/vixl/MozCpu-vixl.cpp

-#elif defined(__aarch64__) && (defined(__linux__) || defined(__android__))
+#elif defined(__aarch64__) && (defined(__linux__) || defined(__android__)||
defined(__FreeBSD__))

Right?

Cheers

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



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