On Tue, Nov 11, 2014 at 2:06 PM, Michael Jones <m...@proclivis.com> wrote:

> Those are all over the log even when it runs properly. So I assume the
> runtime is resizing the heap or something.


No, it means you're exhausting the heap (maybe the runtime stack for the
thread running "encode"), probably because "encode" is infinite-looping. I
think Occam's razor applies here, check that any recursion you're doing is
actually reducing the recursive argument. Perhaps you could post the code
(e.g. http://gist.github.com/)?

G


-- 
Gregory Collins <g...@gregorycollins.net>
_______________________________________________
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to