Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
Source project has a limited visibility.
  • Ben Gamari's avatar
    0ec1bd64
    rts/RetainerProfile: Handle BLOCKING_QUEUES · 0ec1bd64
    Ben Gamari authored and Ben Gamari's avatar Ben Gamari committed
    push() considers BLOCKING_QUEUES to be an invalid closure type which
    should never be present on the stack. However, retainClosure made no
    accomodation for this and ended up pushing such a closure. This lead
    to #14947.
    
    Test Plan: Validate
    
    Reviewers: simonmar, erikd
    
    Reviewed By: simonmar
    
    Subscribers: thomie, carter, RyanGlScott
    
    GHC Trac Issues: #14947
    
    Differential Revision: https://phabricator.haskell.org/D4538
    
    (cherry picked from commit d5f6d7a0)
    0ec1bd64
    History
    rts/RetainerProfile: Handle BLOCKING_QUEUES
    Ben Gamari authored and Ben Gamari's avatar Ben Gamari committed
    push() considers BLOCKING_QUEUES to be an invalid closure type which
    should never be present on the stack. However, retainClosure made no
    accomodation for this and ended up pushing such a closure. This lead
    to #14947.
    
    Test Plan: Validate
    
    Reviewers: simonmar, erikd
    
    Reviewed By: simonmar
    
    Subscribers: thomie, carter, RyanGlScott
    
    GHC Trac Issues: #14947
    
    Differential Revision: https://phabricator.haskell.org/D4538
    
    (cherry picked from commit d5f6d7a0)
Code owners
Assign users and groups as approvers for specific file changes. Learn more.