[Github-comments] [geany/geany] Geany crashes if help is clicked in Plugin Manager (not on the first time) (#1781)

elextr notifications at xxxxx
Sun Feb 25 11:54:43 UTC 2018


The line in the [BT](https://github.com/geany/geany/blob/7d2e6182110a24b505c732f221dd79415f174024/src/plugins.c#L1868) indicates that cbs.help is null, and thats set [here](https://github.com/geany/geany/blob/7d2e6182110a24b505c732f221dd79415f174024/src/plugins.c#L539) which as you can see will set NULL in some circumstances, maybe fast activation/deactivation gets it out of sync.  Activation may include loading the .so and therefore may be a slow process (relatively speaking) so your fast click might intercept a previous action.  Just check that the plugin is actually enabled, even though the help is enabled, maybe its getting out of sync.

-- 
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/1781#issuecomment-368303253
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20180225/7ff886f9/attachment.html>


More information about the Github-comments mailing list