[Haskell-cafe] GHC Hangs

Dan Piponi dpiponi at gmail.com
Mon May 7 21:02:43 EDT 2007


On 5/7/07, Josiah Manson <josiahmanson at gmail.com> wrote:

> When the intermediate files are removed, GHC still hangs. In fact, the
> intermediate files do not seem to be corrupt in any way, as the only way to
> get a working executable is to run GHC more than once. First to produce the
> intermediate files, then to link them into an executable.

At this point I'd probably do something like running FileMon
(http://www.microsoft.com/technet/sysinternals/FileAndDisk/Filemon.mspx)
and its allied tools to see if I could determine what is touching what
files when. Maybe that's overkill but it has occasionally helped me.
--
Dan


More information about the Haskell-Cafe mailing list