[Haskell-cafe] how to debug stack overflow?

Aleksey Uymanov s9gf4ult at gmail.com
Sat Jun 22 14:37:12 CEST 2013


On Sat, 22 Jun 2013 11:04:21 +0000 (UTC)
Johannes Waldmann <waldmann at imn.htwk-leipzig.de> wrote:

> What is the recommended method 

Try to use heap profiling. There is very high probability that the
problem is because of space leak.

-- 
Aleksey Uymanov <s9gf4ult at gmail.com>



More information about the Haskell-Cafe mailing list