Re: Issue 314 in yi-editor: large files cause stack overflow

2011-07-16 Thread yi-editor
Updates: Status: Fixed Comment #1 on issue 314 by reiner.p...@gmail.com: large files cause stack overflow http://code.google.com/p/yi-editor/issues/detail?id=314 Commit aad07f727737163baa12 should fix this. -- Yi development mailing list yi-devel@googlegroups.com http://groups.google

Re: Issue 314 in yi-editor: large files cause stack overflow

2010-07-07 Thread Andy Stewart
Is this issue in gtk backend? If so, it's a problem of gtk2hs that String will cause speak leak. I have send a patch to gtk2hs-devel list that use ByteString read content from huge file. textBufferSetTextWithByteString :: TextBufferClass buffer => buffer -> ByteString -> IO () then use below co