Description
Fair warning: this isn't going to have great details on how to reproduce this issue. I'm mostly looking for some guidance on how to tease out what's going on here.
I use the interactive haskell process in a large project. Pretty consistently now if I haskell-process-load-or-reload
it will load the file fine, but then the repl will essentially get stuck. Subsequent calls to haskell-process-load-or-reload
will just put in the minibuffer "No changes need to be saved" and not do anything. I also can't enter any commands on the repl. When I strace the repl process I see it hanging on a wait4
.
This doesn't seem to really happen on smaller project, which makes this hard to reproduce.
Some system info:
The Glorious Glasgow Haskell Compilation System, version 7.6.3
cabal-install version 1.20.0.3
using version 1.20.0.0 of the Cabal library
haskell-mode version 20141130.1012
Any ideas on how I can troubleshoot this/get you more info?
Thanks!