After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 469727 - crash after clicking on imap inbox
crash after clicking on imap inbox
Status: RESOLVED DUPLICATE of bug 431459
Product: evolution
Classification: Applications
Component: Mailer
2.10.x (obsolete)
Other All
: Normal critical
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2007-08-23 21:32 UTC by Rui Matos
Modified: 2007-08-24 10:27 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Rui Matos 2007-08-23 21:32:21 UTC
Steps to reproduce:
This never happened before although this is an action I several a day.

Stack trace:

Thread 1 (Thread -1208653072 (LWP 4813))

  • #0 _dl_sysinfo_int80
    from /lib/ld-linux.so.2
  • #1 waitpid
    from /lib/libpthread.so.0
  • #2 ??
    from /usr/lib/libgnomeui-2.so.0
  • #3 segv_redirect
    at main.c line 408
  • #4 <signal handler called>
  • #5 IA__g_main_context_check
    at gmain.c line 2523
  • #6 g_main_context_iterate
    at gmain.c line 2674
  • #7 IA__g_main_loop_run
    at gmain.c line 2881
  • #8 bonobo_main
    from /usr/lib/libbonobo-2.so.0
  • #9 main
    at main.c line 586
  • #5 IA__g_main_context_check
    at gmain.c line 2523
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.
Comment 1 Rui Matos 2007-08-23 21:39:18 UTC
Sorry, forgot to mention the exact evolution version:

evolution-2.10.3-2.fc7

standard from fedora updates repo.
Comment 2 Tobias Mueller 2007-08-24 10:27:55 UTC
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 ***