Here's a debugging procedure you may want to follow:
- open a Terminal and type in 'sudo echo "deb http://ddebs.ubuntu.com hardy 
main universe" >> /etc/apt/sources.list && apt-get update' and then [Return]
- run 'apt-get install libc6-amd64-dbgsym libglib2.0-0-dbgsym 
libgtk2.0-0-dbgsym libgnome-desktop-2-dbgsym gnome-panel-dbgsym'
- run 'pidof gnome-panel' and remember the number returned
- run 'gdb &> trace.log' and type in 'attach XXX' with XXX this number and 
[Return]
- type in 'continue' and [Return] and try to reproduce the freeze with the 
calendar
- when the freeze has occurred, press Ctrl + C on the terminal
- enter successively these commands and [Return]:
    backtrace full
    info registers
    thread apply all backtrace
    quit
- attach here the file trace.log

Thanks for your help!

-- 
crash of the taskbar
https://bugs.launchpad.net/bugs/225416
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to