[Bug 271081] www/firefox: crashes on arm64 with ASLR enabled
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Jan 2024 08:33:10 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271081 --- 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=247827 + 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 -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.