Re: [Cairo-dock-team] [Bug 1285984] Re: cairo-dock crashed with SIGSEGV in malloc_consolidate()

2014-03-04 Thread satish kushawah
Hi, I took the updates after running apt-get dist-upgrade command in terminal after applying the updates. I was not able to view dock. So i exited from dock during exiting dock was crashed.   Satish Kushawah On Tuesday, 4 March 2014 3:40 AM, Fabounet faboune...@gmail.com wrote: Is it

Re: [Cairo-dock-team] [Bug 1285984] Re: cairo-dock crashed with SIGSEGV in malloc_consolidate()

2014-03-03 Thread Fabounet
it's never normal to have a crash ^_^ however, the applet shouldn't take any action when stopping, except cleaning its data 2014-02-28 10:14 GMT+01:00 Matthieu Baerts matt...@gmail.com: Hello and thank you for this bug report! According to the Stacktrace, there was a crash when closing the

Re: [Cairo-dock-team] [Bug 1285984] Re: cairo-dock crashed with SIGSEGV in malloc_consolidate()

2014-03-03 Thread Fabounet
Indicator-Generic wanted to hide the icon during CD_APPLET_STOP action. why do you think so ? I just see the icon being unref'ed, and the ImageBuffer being invalid at the STOP time. as if the applet reseted it before, but I don't see why 2014-03-03 21:16 GMT+01:00 Fabrice Rey

Re: [Cairo-dock-team] [Bug 1285984] Re: cairo-dock crashed with SIGSEGV in malloc_consolidate()

2014-03-03 Thread Fabounet
Is it possible that now the icon is removed or partially unref'ed and then CD_APPLET_STOP is called? well, the dock destroys the icons that belongs to a dock when this one is destroyed. so it's possible that the icons created by the applet are already destroyed before actually, it's quite possible