[GHC] #14235: Suspiciously missing closure types in isRetainer

GHC ghc-devs at haskell.org
Thu Sep 14 21:10:19 UTC 2017


#14235: Suspiciously missing closure types in isRetainer
-------------------------------------+-------------------------------------
           Reporter:  bgamari        |             Owner:  (none)
               Type:  bug            |            Status:  new
           Priority:  high           |         Milestone:  8.4.1
          Component:  Runtime        |           Version:  8.2.1
  System                             |
           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:
-------------------------------------+-------------------------------------
 `RetainerProfile:isRetainer` has a switch on closure types which appears
 to be lacking several defined types.

  * `BLOCKING_QUEUE`: someone actually came into `#ghc` complaining about a
 crash due to this one
  * `WHITEHOLE`
  * `SMALL_MUT_ARR_PTRS_CLEAN`
  * `SMALL_MUT_ARR_PTRS_DIRTY`
  * `SMALL_MUT_ARR_PTRS_FROZEN0`
  * `SMALL_MUT_ARR_PTRS_FROZEN`
  * `COMPACT_NFDATA`

-- 
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14235>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list