[Geany-devel] g_thread_init()?

2011-03-26 Thread Matthew Brush
Hi, Should Geany be calling g_thread_init() for the plugins? There is now 4 plugins at least affected[1][2][3][4]. [1] https://github.com/codebrainz/geany-plugins/commit/99afbc6d0286081c7586e75c829c18b69e26731f#L1R420 [2] https://github.com/codebrainz/geany-plugins/blob/5b4b64b3d193f5fb5293

Re: [Geany-devel] g_thread_init()?

2011-03-26 Thread Lex Trotman
On 27 March 2011 15:59, Matthew Brush wrote: > Hi, > > Should Geany be calling g_thread_init() for the plugins?  There is now 4 > plugins at least affected[1][2][3][4]. Its safe to call g_thread_init multiple times, but ... Well, g_thread_init should not be called in plugin_init since that can b

Re: [Geany-devel] g_thread_init()?

2011-03-27 Thread Frank Lanitz
On Sat, 26 Mar 2011 21:59:21 -0700 Matthew Brush wrote: > Should Geany be calling g_thread_init() for the plugins? There is > now 4 plugins at least affected[1][2][3][4]. I tried to fix this for updatechecker based on a patch by Colomban and Matthew until there is a better solution available.

Re: [Geany-devel] g_thread_init()?

2011-03-27 Thread Enrico Tröger
On Sun, 27 Mar 2011 16:38:46 +1100, Lex wrote: >On 27 March 2011 15:59, Matthew Brush wrote: >> Hi, >> >> Should Geany be calling g_thread_init() for the plugins?  There is >> now 4 plugins at least affected[1][2][3][4]. > >Its safe to call g_thread_init multiple times, but ... > >Well, g_thread_

Re: [Geany-devel] g_thread_init()?

2011-03-27 Thread Enrico Tröger
On Sun, 27 Mar 2011 12:45:46 +0200, Enrico wrote: >On Sun, 27 Mar 2011 16:38:46 +1100, Lex wrote: > >>On 27 March 2011 15:59, Matthew Brush wrote: >>> Hi, >>> >>> Should Geany be calling g_thread_init() for the plugins?  There is >>> now 4 plugins at least affected[1][2][3][4]. >> >>Its safe to c