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 530680 - GW : Evolution crashed just after finishing account configuration
GW : Evolution crashed just after finishing account configuration
Status: RESOLVED DUPLICATE of bug 369904
Product: evolution
Classification: Applications
Component: general
2.24.x (obsolete)
Other Linux
: Normal critical
: ---
Assigned To: Evolution Shell Maintainers Team
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2008-04-30 05:34 UTC by Akhil Laddha
Modified: 2013-09-13 01:01 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20



Description Akhil Laddha 2008-04-30 05:34:21 UTC
I configured a fresh account, clicked on account name to see folder list and evolution crashed.

[New Thread 0xb2805b90 (LWP 14245)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb64bb8d0 (LWP 13984)]
g_slice_alloc (mem_size=32) at gslice.c:470
470       ChunkLink *chunk = (*magazine_chunks)->data;
(gdb) thread a a bt

Thread 1 (Thread 0xb64bb8d0 (LWP 13984))

  • #0 g_slice_alloc
    at gslice.c line 470
  • #1 pango_font_description_copy_static
    at fonts.c line 708
  • #2 itemize_state_init
    at pango-context.c line 841
  • #3 pango_context_get_metrics
    at pango-context.c line 1487
  • #4 get_size
    at gtkcellrenderertext.c line 1558
  • #5 gtk_cell_renderer_get_size
    at gtkcellrenderer.c line 507
  • #6 gtk_tree_view_column_cell_get_size
    at gtktreeviewcolumn.c line 2605
  • #7 validate_row
    at gtktreeview.c line 5571
  • #8 validate_visible_area
    at gtktreeview.c line 5886
  • #9 do_presize_handler
    at gtktreeview.c line 6199
  • #10 presize_handler_callback
    at gtktreeview.c line 6221
  • #11 gdk_threads_dispatch
    at gdk.c line 470
  • #12 g_idle_dispatch
    at gmain.c line 4087
  • #13 g_main_context_dispatch
    at gmain.c line 2009
  • #14 g_main_context_iterate
    at gmain.c line 2642
  • #15 g_main_loop_run
    at gmain.c line 2850
  • #16 bonobo_main
    at bonobo-main.c line 311
  • #17 main
    at main.c line 782

Comment 1 Akhil Laddha 2008-04-30 05:34:33 UTC
(gdb) bt full
  • #0 g_slice_alloc
    at gslice.c line 470
  • #1 pango_font_description_copy_static
    at fonts.c line 708
  • #2 itemize_state_init
    at pango-context.c line 841
  • #3 pango_context_get_metrics
    at pango-context.c line 1487
  • #4 get_size
    at gtkcellrenderertext.c line 1558
  • #5 gtk_cell_renderer_get_size
    at gtkcellrenderer.c line 507
  • #6 gtk_tree_view_column_cell_get_size
    at gtktreeviewcolumn.c line 2605
  • #7 validate_row
    at gtktreeview.c line 5571
  • #8 validate_visible_area
    at gtktreeview.c line 5886
  • #9 do_presize_handler
    at gtktreeview.c line 6199
  • #10 presize_handler_callback
    at gtktreeview.c line 6221
  • #11 gdk_threads_dispatch
    at gdk.c line 470
  • #12 g_idle_dispatch
    at gmain.c line 4087
  • #13 g_main_context_dispatch
    at gmain.c line 2009
  • #14 g_main_context_iterate
    at gmain.c line 2642
  • #15 g_main_loop_run
    at gmain.c line 2850
  • #16 bonobo_main
    at bonobo-main.c line 311
  • #17 main
    at main.c line 782

Comment 2 Milan Crha 2008-09-19 13:22:33 UTC
Seems like pango thing, or the g_slice_alloc. Marking as a duplicate of quite similar bug in pango.

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