[Github-comments] [geany/geany] crash on multiline regexp (#1586)

elextr notifications at xxxxx
Wed Aug 30 13:23:12 UTC 2017


> I attach the output of strace (last part) and ltrace (last lines of the file) after the crash. Can that help?I also verified that the crash is not due to a particular pattern in the input file between lines 5500 (where it doesn't crash) and 5600 (where it crashes). Apparently, only size matters.

Actually you didn't attach it or github ignored the attachments, but that probably won't help so don't waste time trying another way, just follow the instructions to run gdb and get the backtrace:

```
gdb geany
```
at the `(gdb)` prompt:
```
run -v
```
do whatever crashes it and after it crashes and returns to the gdb prompt:
```
bt
```
and return while it says `return to continue`

Paste the output.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1586#issuecomment-325988567
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170830/29ba6a1d/attachment.html>


More information about the Github-comments mailing list