[GHC] #13005: Mac OSX uses MAP_ANON in place of MAP_ANONYMOUS
#13005: Mac OSX uses MAP_ANON in place of MAP_ANONYMOUS -------------------------------------+------------------------------------- Reporter: gracjan | Owner: Type: bug | Status: new Priority: high | Milestone: Component: Compiler | Version: 8.0.1 (Linking) | Keywords: | Operating System: MacOS X Architecture: | Type of failure: Building GHC Unknown/Multiple | failed Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: -------------------------------------+------------------------------------- Looks like Mac OS X has MAP_ANON instead of MAP_ANONYMOUS in /usr/include/sys/mman.h rts/linker/MachO.c needs fixed. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13005> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#13005: Mac OSX uses MAP_ANON in place of MAP_ANONYMOUS -------------------------------------+------------------------------------- Reporter: gracjan | Owner: Type: bug | Status: new Priority: high | Milestone: Component: Compiler | Version: 8.0.1 (Linking) | Resolution: | Keywords: Operating System: MacOS X | Architecture: Type of failure: Building GHC | Unknown/Multiple failed | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Comment (by gracjan): https://phabricator.haskell.org/D2881 -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13005#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#13005: Mac OSX uses MAP_ANON in place of MAP_ANONYMOUS -------------------------------------+------------------------------------- Reporter: gracjan | Owner: Type: bug | Status: new Priority: high | Milestone: Component: Compiler | Version: 8.0.1 (Linking) | Resolution: | Keywords: Operating System: MacOS X | Architecture: Type of failure: Building GHC | Unknown/Multiple failed | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D2881 Wiki Page: | -------------------------------------+------------------------------------- Changes (by mpickering): * differential: => Phab:D2881 -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13005#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#13005: Mac OSX uses MAP_ANON in place of MAP_ANONYMOUS -------------------------------------+------------------------------------- Reporter: gracjan | Owner: Type: bug | Status: patch Priority: high | Milestone: Component: Compiler | Version: 8.0.1 (Linking) | Resolution: | Keywords: Operating System: MacOS X | Architecture: Type of failure: Building GHC | Unknown/Multiple failed | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D2881 Wiki Page: | -------------------------------------+------------------------------------- Changes (by gracjan): * status: new => patch -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13005#comment:3> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#13005: Mac OSX uses MAP_ANON in place of MAP_ANONYMOUS -------------------------------------+------------------------------------- Reporter: gracjan | Owner: Type: bug | Status: patch Priority: high | Milestone: Component: Compiler | Version: 8.0.1 (Linking) | Resolution: | Keywords: Operating System: MacOS X | Architecture: Type of failure: Building GHC | Unknown/Multiple failed | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D2881 Wiki Page: | -------------------------------------+------------------------------------- Comment (by Ben Gamari <ben@…>): In [changeset:"2689a1692636521777f007861a484e7064b2d696/ghc" 2689a169/ghc]: {{{ #!CommitTicketReference repository="ghc" revision="2689a1692636521777f007861a484e7064b2d696" Define MAP_ANONYMOUS on systems that only provide MAP_ANON Reviewers: simonmar, erikd, austin, bgamari Reviewed By: bgamari Subscribers: gracjan, rwbarton, thomie Differential Revision: https://phabricator.haskell.org/D2881 GHC Trac Issues: #13005 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13005#comment:4> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#13005: Mac OSX uses MAP_ANON in place of MAP_ANONYMOUS -------------------------------------+------------------------------------- Reporter: gracjan | Owner: Type: bug | Status: merge Priority: high | Milestone: 8.0.2 Component: Compiler | Version: 8.0.1 (Linking) | Resolution: | Keywords: Operating System: MacOS X | Architecture: Type of failure: Building GHC | Unknown/Multiple failed | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D2881 Wiki Page: | -------------------------------------+------------------------------------- Changes (by bgamari): * status: patch => merge * milestone: => 8.0.2 Comment: Did you really observe this on 8.0.1, gracjan? -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13005#comment:5> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#13005: Mac OSX uses MAP_ANON in place of MAP_ANONYMOUS -------------------------------------+------------------------------------- Reporter: gracjan | Owner: Type: bug | Status: closed Priority: high | Milestone: 8.0.2 Component: Compiler | Version: 8.0.1 (Linking) | Resolution: fixed | Keywords: Operating System: MacOS X | Architecture: Type of failure: Building GHC | Unknown/Multiple failed | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D2881 Wiki Page: | -------------------------------------+------------------------------------- Changes (by bgamari): * status: merge => closed * resolution: => fixed Comment: I believe this shouldn't be reproducible in 8.0.1. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13005#comment:6> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
participants (1)
-
GHC