Re: [Haskell-cafe] Running out of space while concatinating a list of bytestring

2013-02-27 Thread C K Kashyap
Oops, false alarm. Please ignore - and sorry about it. Regards, Kashyap On Wed, Feb 27, 2013 at 1:32 PM, C K Kashyap wrote: > Hi, > > I have the following code - It looks like things go okay until > concatination is attempted. I get the following output > > There are 2258 ByteStrings > *** Exce

[Haskell-cafe] Running out of space while concatinating a list of bytestring

2013-02-27 Thread C K Kashyap
Hi, I have the following code - It looks like things go okay until concatination is attempted. I get the following output There are 2258 ByteStrings *** Exception: : hPutBuf: resource exhausted (Not enough space) I am thinking that I should do strict concatination at each point in the support fu