On Tue, Nov 11, 2014 at 2:06 PM, Michael Jones <[email protected]> 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 <[email protected]>
_______________________________________________ Glasgow-haskell-users mailing list [email protected] http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
