[Bug 279034] x11/mate-terminal: fails to build on quaterly (segfault)

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 29 Apr 2025 06:59:35 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279034

--- Comment #17 from Don Lewis <truckman@FreeBSD.org> ---
The randomness of the failures is being caused by ASLR, which randomized the
locations of the large objects, such as code, the heap, and the stack, in
process memory space.  If I disable aslr:
  # sysctl kern.elf64.aslr.enable=0
  kern.elf64.aslr.enable: 1 -> 0
I see 100% build failures.

-- 
You are receiving this mail because:
You are the assignee for the bug.