[Github-comments] [geany] Geany crashes suddenly (#795)

elextr notifications at xxxxx
Fri Dec 11 08:46:21 UTC 2015


> Geany displays each of them as a tiny square with the digits 0 0 0 0 inscribed.

That is a character with the value 0, which should never occur in the buffer because it will cause problems.  It may even cause your crashes.   Geany should not load files with that character in it, but maybe its encoded on disk as an overlong UTF8 so it loads but then wreaks its havoc. 

Were you entering characters using some entry method, Scintilla (the project that makes the editing widget Geany uses) has had a lot of changes in that area recently and maybe it leaks 0 characters into the buffer.  Unfortunately none of the Geany devs does much with texts beyond Latin so we probably have never even tried Scintilla's entry methods in Geany.

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/795#issuecomment-163876694
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20151211/6766307a/attachment.html>


More information about the Github-comments mailing list