[GHC] #10685: ghci segfaults on Travis

#10685: ghci segfaults on Travis -------------------------------------+------------------------------------- Reporter: thomie | Owner: Type: bug | Status: new Priority: high | Milestone: 7.12.1 Component: GHCi | Version: 7.11 Keywords: | Operating System: Unknown/Multiple Architecture: | Type of failure: GHCi crash Unknown/Multiple | Test Case: | Blocked By: Blocking: | Related Tickets: Differential Revisions: | -------------------------------------+------------------------------------- Some 100 ghci tests are failing on Travis. I bisected it down to b949c96b4960168a3b399fe14485b24a2167b982 "Eliminate zero_static_objects_list()", Phab:D1076. Not that the Travis build sets `DYNAMIC_GHC_PROGRAMS = NO` and 'GhcLibWays = v`. Complete log: https://s3.amazonaws.com/archive.travis-ci.org/jobs/72543456/log.txt -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10685 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#10685: ghci segfaults on Travis -------------------------------------+------------------------------------- Reporter: thomie | Owner: simonmar Type: bug | Status: new Priority: high | Milestone: 7.12.1 Component: GHCi | Version: 7.11 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: GHCi crash | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Revisions: -------------------------------------+------------------------------------- Changes (by simonmar): * owner: => simonmar Comment: I reverted the patch, I'll look into this and the reported perf regression in `fannkuch-redux` https://phabricator.haskell.org/rGHCb949c96b4960 -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10685#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#10685: ghci segfaults on Travis -------------------------------------+------------------------------------- Reporter: thomie | Owner: simonmar Type: bug | Status: new Priority: high | Milestone: 7.12.1 Component: GHCi | Version: 7.11 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: GHCi crash | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Revisions: -------------------------------------+------------------------------------- Comment (by bgamari): thomie, are you sure this was reproducible with 09d05050346c1be7bac20ba3f40861e05217368b? There was indeed a bug affecting ghci in the initial `zero_static_objects_list` patch but I fixed it in that commit. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10685#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#10685: ghci segfaults on Travis -------------------------------------+------------------------------------- Reporter: thomie | Owner: simonmar Type: bug | Status: closed Priority: high | Milestone: 7.12.1 Component: GHCi | Version: 7.11 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: GHCi crash | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Revisions: -------------------------------------+------------------------------------- Changes (by bgamari): * status: new => closed * resolution: => fixed Comment: Closing as the erring change has been backed out and reintroduced in fixed form (in D1106). -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10685#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC