Skip to content
  • Simon Marlow's avatar
    Fix hs_try_putmvar003 (#12800) · 91f9e138
    Simon Marlow authored
    Summary:
    There was a race condition on some shared data when creating the
    callback thread.
    
    I couldn't repro the issue without inserting a dummy usleep(100), but
    it's definitely a bug.
    
    Test Plan: validate
    
    Reviewers: bgamari, austin, erikd
    
    Subscribers: thomie
    
    Differential Revision: https://phabricator.haskell.org/D2678
    
    GHC Trac Issues: #12800
    91f9e138