#12388: Don't barf on failures in the RTS linker -------------------------------------+------------------------------------- Reporter: dobenour | Owner: Type: bug | Status: patch Priority: normal | Milestone: 8.2.1 Component: Runtime System | Version: 8.0.1 (Linker) | Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D2570 Wiki Page: | -------------------------------------+------------------------------------- Comment (by Ben Gamari <ben@…>): In [changeset:"83d69dca896c7df1f2a36268d5b45c9283985ebf/ghc" 83d69dc/ghc]: {{{ #!CommitTicketReference repository="ghc" revision="83d69dca896c7df1f2a36268d5b45c9283985ebf" Don't barf() on failures in loadArchive() This patch replaces calls to barf() in loadArchive() with proper error handling. Test Plan: GHC CI Reviewers: rwbarton, erikd, hvr, austin, simonmar, bgamari Reviewed By: bgamari Subscribers: thomie Tags: #ghc Differential Revision: https://phabricator.haskell.org/D2652 GHC Trac Issues: #12388 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12388#comment:9> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler