GNOME Bugzilla – Bug 469727
crash after clicking on imap inbox
Last modified: 2007-08-24 10:27:55 UTC
Steps to reproduce: This never happened before although this is an action I several a day. Stack trace:
+ Trace 157471
Thread 1 (Thread -1208653072 (LWP 4813))
2518 2519 pollrec = context->poll_records; 2520 i = 0; 2521 while (i < n_fds) 2522 { 2523 if (pollrec->fd->events) 2524 { 2525 pollrec->fd->revents = fds[i].revents; 2526 i++; 2527 } (gdb) print pollrec $7 = (GPollRec *) 0x0 (gdb) I guess that's where the segfault happens.
Sorry, forgot to mention the exact evolution version: evolution-2.10.3-2.fc7 standard from fedora updates repo.
Thanks a lot dude :) but where are ORBit and gconf debug symbols? ;-) Anyway, this is a dup so marking it as such. *** This bug has been marked as a duplicate of 431459 ***