Henry Gebhardt wrote, on 08/26/2013 01:51: > On Wed, Aug 21, 2013 at 12:07:30PM +0200, Jörg-Volker Peetz wrote: >> Andrej N. Gritsenko wrote, on 08/19/2013 20:39: >>> Wolfgang Scheicher has written on Monday, 19 August, at 19:17: >>> >>>> Trying to provide additional and useful info to the problem, >>>> which is probably the same as >>>> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720109 >> >> I submitted this report. >> I'm using lxpanel together with openbox (without lxsession). >> >> Meanwhile I tried also to deliver some additional information by starting >> lxpanel with ltrace. The last few lines before terminating the frozen panel >> with >> Ctrl-C are: >> >> ... >> gdk_threads_enter(0x7fde6c195640, 3, 0x7fde6c195660, 0x1e457a0, 0 >> <unfinished ...> > > Seems like gdk_threads_enter() is called twice. Does Debian patch > gtk_main() to call gdk_threads_enter()?
Yes, you're right. There is a patch called "fix_gtk_main.diff" without description which adds a "gdk_threads_enter();" before the line "gtk_main();" and a "gdk_threads_leave();" behind it in panel.c around line 1686. > Also, on the bug you say: >> This was on another system with a single CPU. My main system has two cores. > > Does this mean it occurs on single-core machines only? No, the problem occurs both on single and two core system. > Thanks, > Henry -- jvp ------------------------------------------------------------------------------ Introducing Performance Central, a new site from SourceForge and AppDynamics. Performance Central is your source for news, insights, analysis and resources for efficient Application Performance Management. Visit us today! http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk _______________________________________________ Lxde-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lxde-list
