Re: hat-trail: attempt to read beyond end of file

Olaf Chitil <[email protected]> Tue, 17 Oct 2006 12:05:33 +0100
Newsgroups gmane.comp.lang.haskell.hat
Message-ID <[email protected]>
I guess the source of the problem is the 64bit system. Last time I 
looked at the Hat code a couple of months ago I noticed that for storing 
node references it sometimes uses C ints, sometimes an explicit 4 byte 
type. It assumes these are equivalent...
It should systematically use a 4 byte type. I was too lazy to 
systematically clean all source code.

Ciao,
Olaf