id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	os	architecture	failure	difficulty	testcase	blockedby	blocking	related
2825	Stack overflow death	osuch		"GHCI dies without any warning, if evaluation of the function ex3 in the following code fragment is attempted:
{{{
ex2 x partial sum n = let partial = partial * x / fromIntegral(n)
                      in if (partial + sum == sum)
                            then sum
                            else ex2 x partial (sum + partial) (n+1)

ex3 x = ex2 x 1 1.0 1
}}}
"	bug	closed	normal	6.10.2	GHCi	6.10.1	duplicate			Windows	x86		Unknown				
