Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Feb 2019 12:47:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 235735] lang/go14 fails to build with ASLR
Message-ID:  <bug-235735-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D235735

            Bug ID: 235735
           Summary: lang/go14 fails to build with ASLR
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: jlaffaye@FreeBSD.org
          Reporter: antoine@FreeBSD.org
          Assignee: jlaffaye@FreeBSD.org
             Flags: maintainer-feedback?(jlaffaye@FreeBSD.org)

Failure log:

http://package18.nyi.freebsd.org/data/112amd64-default-PR208580/2019-01-30_=
23h37m30s/logs/errors/go14-1.4.3_3.log

Peter reports that this patch fixes it:

+++ src/runtime/mem_freebsd.c   2019-02-14 01:27:32.087512000 -0800
-               p =3D runtime.mmap(v, n, PROT_READ|PROT_WRITE,
MAP_ANON|MAP_PRIVATE, -1, 0);
+               p =3D runtime.mmap(v, n, PROT_READ|PROT_WRITE,
MAP_ANON|MAP_FIXED|MAP_PRIVATE, -1, 0);

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



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