Help us to debug it, please. To do that first thing required is to get
the coredump file - add a line into your ~/.profile file, please:

ulimit -c 200000

After crash you can find file 'core' in your home directory and you can
explore it using program 'gdb'. Install packages 'gdb' and 'lxpanel-dbg',
please, then run a command in terminal:

gdb lxpanel core

In the prompt after this command started, enter, please:

thread apply all bt full

and you will get debug information which can help us find how to fix your
issue. Thank you in advance.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to