Exception when compiling HAppS

Kirsten Chevalier catamorphism at gmail.com
Sun Jan 7 16:01:25 EST 2007


On 1/7/07, Dimitry Golubovsky <golubovsky at gmail.com> wrote:
> On 1/7/07, Kirsten Chevalier <catamorphism at gmail.com> wrote:
>
> > > I am getting a strange error message when trying to compile
> > > HAppS-0.8.4 with ghc-6.4.1always on the same file.
> > >
> > [snip]
> > > *** Exception: waitForProcess: interrupted (Interrupted system call)
> > >
> >
> > This could mean a lot of things. What OS and platform are you using?
> >
>
> bash$ uname -a
> Linux dmghome 2.2.16 #9 Mon Sep 16 22:43:25 EDT 2002 i686 unknown
>

By way of figuring out which system call is getting interrupted, can
you run your "runghc" command with strace, like so:
bash$ strace [whatever you were typing to build happs before]
and paste the last couple of lines of strace's output?

Cheers,
Kirsten

-- 
Kirsten Chevalier* chevalier at alum.wellesley.edu *Often in error, never in doubt
"What is research but a blind date with knowledge?" -- Will Henry


More information about the Glasgow-haskell-users mailing list