« Return to Thread: hat-trail: attempt to read beyond end of file

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

by Olaf Chitil :: Rate this Message:

Reply to Author | View in Thread


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

_______________________________________________
Hat mailing list
Hat@...
http://www.haskell.org/mailman/listinfo/hat

 « Return to Thread: hat-trail: attempt to read beyond end of file