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

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

2010-06-25 Thread codesite-noreply
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 314 by gordon.sommers: large files cause stack overflow http://code.google.com/p/yi-editor/issues/detail?id=314 What steps will reproduce the problem? 1. Open a really big file (I was trying to open one 33M) 2. Observe yi hang