[GHC] #16012: set/getAllocationCounter is broken in GHCi

#16012: set/getAllocationCounter is broken in GHCi -------------------------------------+------------------------------------- Reporter: AndreasK | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: 8.6.3 Component: Compiler | Version: 8.6.2 Keywords: | Operating System: Unknown/Multiple Architecture: | Type of failure: None/Unknown Unknown/Multiple | Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: -------------------------------------+------------------------------------- It doesn't seem obvious why it shouldn't work in GHCi, hence the report. {{{ Prelude System.Mem> getAllocationCounter 9223372036854757447 Prelude System.Mem> setAllocationCounter 0 () Prelude System.Mem> getAllocationCounter 9223372036854758855 }}} -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/16012 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#16012: set/getAllocationCounter is broken in GHCi -------------------------------------+------------------------------------- Reporter: AndreasK | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: 8.6.3 Component: GHCi | Version: 8.7 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: Incorrect result | Unknown/Multiple at runtime | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by AndreasK): * failure: None/Unknown => Incorrect result at runtime * version: 8.6.2 => 8.7 * component: Compiler => GHCi -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/16012#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#16012: set/getAllocationCounter is broken in GHCi -------------------------------------+------------------------------------- Reporter: AndreasK | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: Component: GHCi | Version: 8.7 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: Incorrect result | Unknown/Multiple at runtime | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by osa1): * cc: osa1 (added) -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/16012#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC