Comment 4 for bug 727660

Revision history for this message
Pedro Villavicencio (pedro) wrote :

Could you switch to a tty and run gdb as: DISPLAY=:0 gdb /usr/lib/gnome-applets/trashapplet ; after that you need to logout of your session enter the run command on gdb and login again, if DISPLAY=:0 doesn't work try with 1; if you manage to reproduce the applet crash, you need to enter on gdb:

set logging on trash-crash.txt
back
thread apply all bt full

after that you can quit gdb and attach the resulting file to the report (trash-crash.txt), thanks.