
fatal error: evacuate: strange closure type 55436 although I have not been able to reproduce it... -- --------------------------------------------------------------------------- John Meacham - California Institute of Technology, Alum. - john@foo.net ---------------------------------------------------------------------------

sorry for the terse error report, but I was on my way out the door and didn't want this to slip through. It appeared after running a rather large complicated haskell program all night, the next morning it had crashed with fatal error: evacuate: strange closure type 55436 the program was compiled with ghc-5.04.1 with the following command line /usr/bin/ghc -i. -i. -package lang -package concurrent -package net -package posix -O -fasm -funbox-strict-fields -fglasgow-exts -fwarn-deprecations -fwarn-incomplete-patterns -fwarn-unused-binds -fwarn-unused-imports -o $@ $< it uses several of ghcs extensions including the FFI (via hsc2hs). On Wed, Nov 13, 2002 at 12:17:55PM -0800, John Meacham wrote:
fatal error: evacuate: strange closure type 55436
although I have not been able to reproduce it...
-- --------------------------------------------------------------------------- John Meacham - California Institute of Technology, Alum. - john@foo.net --------------------------------------------------------------------------- _______________________________________________ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
-- --------------------------------------------------------------------------- John Meacham - California Institute of Technology, Alum. - john@foo.net ---------------------------------------------------------------------------
participants (1)
-
John Meacham