[Bug 262378] emulators/wine-devel won't start on CURRENT due to ASLR changes

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 23 Mar 2022 18:57:02 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262378

--- Comment #12 from Ed Maste <emaste@freebsd.org> ---
(In reply to Damjan Jovanovic from comment #11)
That large mapping is the stack space. It also exists with
kern.elf64.aslr.stack=0, it's just fixed at the top of user memory
(0x7fffdffff000).

A quick search turned up this commit for Mac:
https://github.com/wine-mirror/wine/commit/ecd53057b5148cbe35fb67097d0063f796728e04
"libwine: On Mac, disable ASLR for Wine processes"
I think it's the same sort of issue.

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