Re: Segmentation fault in program

2001-02-09 Thread Sigbjorn Finne
"T.J. Brown" [EMAIL PROTECTED] writes: I'm trying to write a program (in C) that calls a function that is implemented in Haskell. ... The problem I'm seeing is that depending on the size of the buffer, the program segmentation faults. I don't see any obvious reason that this is happening

Re: Funny global thing?

2001-02-09 Thread Reuben Thomas
I'm getting some strange error messages when trying to compile Ralf Hinze's lhs2TeX under GHC 4.08.1 and a pretty recent cygwin install on Windows 2000. The strange thing is that I was able to compile these sources previously, with the same ghc but an older cygwin. Any ideas? I've not run

RE: Hello World program core dumps with GHC 4.08.1 on HPUX 10.2 0

2001-02-09 Thread Simon Marlow
That's great info, thanks. I think I'll paste this message into the code :-) Is there any way to detect at compilation time which scheme we should be using? Presumably switching the JMP to use an indirection will break GHC on older versions of HPUX. Cheers, Simon Thanks for the