Re: Stack overflow when using unpackCStringIO on strings > 65 KB

2001-04-22 Thread Sven Panne
Christian Lescher wrote: > [...] I discovered that unpackCStringIO (module CStrings, package lang) > produces a stack overflow when applied to strings > 65 KB, which seems a > little strange to me. Is this a bug - or at least a too stack-intensive > implementation of unpackCStringIO? A comment f

Stack overflow when using unpackCStringIO on strings > 65 KB

2001-04-22 Thread Christian Lescher
Recently, I was trying out again some Win DLLs built with GHC4.08.2 and Cygwin. I discovered that unpackCStringIO (module CStrings, package lang) produces a stack overflow when applied to strings > 65 KB, which seems a little strange to me. Is this a bug - or at least a too stack-intensive implem