[Github-comments] [geany/geany] Geany crashes with a regexp (Issue #3066)

elextr notifications at xxxxx
Sat Dec 25 00:37:31 UTC 2021


Since its a (recursive) loop in the regex code Geany can't do anything about it.  

I suspect the library (PCRE) can't do anything about it either.  You are simply asking for something that is too big for your available system stack, if you run the regex on a small file it will not crash because there is enough stack to do it.

But I doubt that regex is actually what you actually want to do anyway, making a capture for every character is unlikely to be what you want.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3066#issuecomment-1000952134
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/issues/3066/1000952134 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20211224/ee858946/attachment.htm>


More information about the Github-comments mailing list