[Github-comments] [geany/geany-plugins] [treebrowser] Intermittent crashing when deleting a file (#675)

Matthew Brush notifications at xxxxx
Fri May 24 22:01:59 UTC 2019


@brtastic any chance to do it with debug symbols installed for Geany/TreeBrowser?

Assuming the `document_close` assertion is coming from TreeBrowser, I notice a few places where it calls `document_close` without checking if the document is `NULL` and/or valid, especially [here](https://github.com/geany/geany-plugins/blob/68cb7d2c0f75aef0e98b3877088473a8618c46a0/treebrowser/src/treebrowser.c#L1091) where the called function will return `NULL` if the file isn't found. This code appears to be in the path of deleting a file, though it may be entirely unrelated to the crasher.

-- 
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-plugins/issues/675#issuecomment-495799644
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190524/799c952c/attachment.html>


More information about the Github-comments mailing list