Hmm...  I don't know if this trace will be useful, but here's what I did:
--------------------------------------------------------------------------
  [EMAIL PROTECTED]:~$ pidof evolution
  14787
  [EMAIL PROTECTED]:~$ gdb 2>&1 | tee gdb-evolution.txt
  (gdb) handle SIG33 pass nostop noprint
  (gdb) set pagination 0
  (gdb) attach 14787
  [... bunch of output ...]
  (gdb) backtrace
  #0  0xb7590563 in ?? () from /usr/lib/libgobject-2.0.so.0
  #1  0x08068c60 in ?? ()
  #2  0x0816c420 in ?? ()
  #3  0x00000000 in ?? ()
  (gdb) 
--------------------------------------------------------------------------

I assume there is some way we can get a human-readable stack trace from
that (?).  Sebastien, perhaps you can enlighten me. :)

I've attached the full output from gdb.

** Attachment added: "gdb-evolution.txt"
   http://librarian.launchpad.net/7394176/gdb-evolution.txt

-- 
Evolution hangs temporarily, for periods of up to 5 or 10 minutes, since late 
in the Feisty development cycle
https://bugs.launchpad.net/bugs/107748
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to