[GHC] #7993: ghc 7.6 (not 7.4) sometimes hangs at child process exit on s390x
GHC
ghc-devs
Tue Oct 1 10:30:34 UTC 2013
#7993: ghc 7.6 (not 7.4) sometimes hangs at child process exit on s390x
-----------------------------------+---------------------------
Reporter: cjwatson | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Runtime System | Version: 7.6.3
Resolution: | Keywords:
Operating System: Linux | Architecture: Other
Type of failure: Other | Difficulty: Unknown
Test Case: | Blocked By:
Blocking: | Related Tickets:
-----------------------------------+---------------------------
Comment (by simonmar):
Getting a stack trace would probably help. You want to make sure that GHC
itself is built with `-debug`: set `GhcDebugged=YES` in your build.mk
(this will slow down the build, but you can remove it later). When the
process hangs, attach to it with gdb and get a backtrace of all the
threads.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/7993#comment:4>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list