[Github-comments] [geany/geany-plugins] [markdown] Long init times on Win10 (#519)

CeruleanSky notifications at xxxxx
Tue Jul 18 16:59:04 UTC 2017


Markdown was causing issues identical to what was mentioned above for me. I used ProcessHacker to look at the thread and frame stack causing the delay.  

I noticed that when the problem occurs the program is also iterating through the fonts in the system very very slow locking up geany for several minutes until it is complete.  

There were calls to functions in libfontconfig-1.dll on the stack frame of the thread using 12% of my cpu, and I saw handles opening and closing for fonts about once every second or several seconds for each font.

While it was happening reproducibly yesterday and the previous weeks on 1.30 and 1.31 and showed the same symptoms, it stopped doing so today(fortunately for me) and I could enable/disable the plugin without issue right now.  If it reoccurs I'll provide the stack frame and perhaps it will help figure things out further.

-- 
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/519#issuecomment-316128729
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170718/92becb51/attachment.html>


More information about the Github-comments mailing list