@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

Reply via email to