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 395743 - Crash while reading mail and marking threads read
Crash while reading mail and marking threads read
Status: RESOLVED DUPLICATE of bug 239441
Product: evolution
Classification: Applications
Component: Do Not Use
2.10.x (obsolete)
Other Linux
: Normal critical
: ---
Assigned To: Evolution Shell Maintainers Team
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2007-01-12 11:18 UTC by Kjartan Maraas
Modified: 2013-09-13 12:24 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Kjartan Maraas 2007-01-12 11:18:54 UTC
Got this while I was going through my bugzilla folder (a huge folder) marking threads read and so on:

(gdb) thread apply all bt

Thread 1 (Thread -1208256816 (LWP 21700))

  • #0 __kernel_vsyscall
  • #1 waitpid
    from /lib/libpthread.so.0
  • #2 libgnomeui_segv_handle
    at gnome-ui-init.c line 872
  • #3 segv_redirect
    at main.c line 427
  • #4 <signal handler called>
  • #5 resort_node
    at e-tree-table-adapter.c line 158
  • #6 etta_sort_info_changed
    at e-tree-table-adapter.c line 824
  • #7 resort_model
    at e-tree-table-adapter.c line 751
  • #8 g_idle_dispatch
    at gmain.c line 3928
  • #9 IA__g_main_context_dispatch
    at gmain.c line 2045
  • #10 g_main_context_iterate
    at gmain.c line 2677
  • #11 IA__g_main_loop_run
    at gmain.c line 2881
  • #12 bonobo_main
    at bonobo-main.c line 311
  • #13 main
    at main.c line 611
  • #14 __libc_start_main
    at libc-start.c line 222
  • #15 _start
  • #0 __kernel_vsyscall
  • #0 __kernel_vsyscall
  • #1 waitpid
    from /lib/libpthread.so.0
  • #2 libgnomeui_segv_handle
    at gnome-ui-init.c line 872
  • #3 segv_redirect
    at main.c line 427
  • #4 <signal handler called>
  • #5 resort_node
    at e-tree-table-adapter.c line 158
  • #6 etta_sort_info_changed
    at e-tree-table-adapter.c line 824
  • #7 resort_model
    at e-tree-table-adapter.c line 751
  • #8 g_idle_dispatch
    at gmain.c line 3928
  • #9 IA__g_main_context_dispatch
    at gmain.c line 2045
  • #10 g_main_context_iterate
    at gmain.c line 2677
  • #11 IA__g_main_loop_run
    at gmain.c line 2881
  • #12 bonobo_main
    at bonobo-main.c line 311
  • #13 main
    at main.c line 611
  • #14 __libc_start_main
    at libc-start.c line 222
  • #15 _start
  • #1 waitpid
    from /lib/libpthread.so.0
  • #2 libgnomeui_segv_handle
    at gnome-ui-init.c line 872
  • #3 segv_redirect
    at main.c line 427
  • #4 <signal handler called>
  • #5 resort_node
    at e-tree-table-adapter.c line 158
  • #6 etta_sort_info_changed
    at e-tree-table-adapter.c line 824
$5 = (ETreeTableAdapter *) 0xbefab00
(gdb) p *etta
$6 = {base = {base = {g_type_instance = {g_class = 0xddf6360}, ref_count = 0, qdata = 0x0}}, 
  priv = 0xd1da298}
(gdb) quit
The program is running.  Quit anyway (and detach it)? (y or n) y
Comment 1 palfrey 2007-01-12 22:18:40 UTC
Possibly a duplicate of Bug 239441?
Comment 2 Kjartan Maraas 2007-01-14 15:43:09 UTC
Looks like it yes. Would be nice to get this one nailed if it really has been around since the 1.3.x days.

*** This bug has been marked as a duplicate of 239441 ***