[GHC] #12838: On iOS, sys_icache_invalidate called with an end pointer instead of a size
#12838: On iOS, sys_icache_invalidate called with an end pointer instead of a size ----------------------------------------+--------------------------------- Reporter: shlevy | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Runtime System | Version: 8.1 Keywords: | Operating System: Other Architecture: Unknown/Multiple | Type of failure: None/Unknown Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: ----------------------------------------+--------------------------------- The second argument of sys_icache_invalidate takes a size, but Storage.c passes an end pointer instead. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12838> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#12838: On iOS, sys_icache_invalidate called with an end pointer instead of a size -------------------------------------+------------------------------------- Reporter: shlevy | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Runtime System | Version: 8.1 Resolution: | Keywords: Operating System: Other | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Comment (by shlevy): Patch already ready, just combining it with a few other build fixes and will push all at once. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12838#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#12838: On iOS, sys_icache_invalidate called with an end pointer instead of a size -------------------------------------+------------------------------------- Reporter: shlevy | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Runtime System | Version: 8.1 Resolution: | Keywords: Operating System: Other | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Comment (by Ben Gamari <ben@…>): In [changeset:"0135188fecfc679a498093f8fc5f665d706fa4cb/ghc" 0135188/ghc]: {{{ #!CommitTicketReference repository="ghc" revision="0135188fecfc679a498093f8fc5f665d706fa4cb" Storage.c: Pass a size to sys_icache_invalidate The previous code passed an end pointer, but the interface takes a size instead. Fixes #12838. Reviewers: austin, erikd, simonmar, bgamari Reviewed By: simonmar, bgamari Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D2711 GHC Trac Issues: #12838 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12838#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#12838: On iOS, sys_icache_invalidate called with an end pointer instead of a size -------------------------------------+------------------------------------- Reporter: shlevy | Owner: Type: bug | Status: closed Priority: normal | Milestone: 8.2.1 Component: Runtime System | Version: 8.1 Resolution: fixed | Keywords: Operating System: Other | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by bgamari): * status: new => closed * resolution: => fixed * milestone: => 8.2.1 -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12838#comment:3> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
participants (1)
-
GHC