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 331154 - Critical warning when starting evolution
Critical warning when starting evolution
Status: RESOLVED FIXED
Product: atk
Classification: Platform
Component: gail
1.11.x
Other Linux
: Normal normal
: ---
Assigned To: bill.haneman
bill.haneman
Depends on:
Blocks:
 
 
Reported: 2006-02-14 16:24 UTC by Kjartan Maraas
Modified: 2006-02-14 16:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix which checks params before passing to gtk_tree_path_compare. (2.62 KB, patch)
2006-02-14 16:46 UTC, bill.haneman
committed Details | Review

Description Kjartan Maraas 2006-02-14 16:24:52 UTC
I get this:

(gdb) bt
  • #0 ??
  • #1 ??
    from /lib/libpthread.so.0
  • #2 libgnomeui_segv_handle
    at gnome-ui-init.c line 792
  • #3 <signal handler called>
  • #4 IA__g_logv
    at gmessages.c line 503
  • #5 IA__g_log
    at gmessages.c line 517
  • #6 IA__g_return_if_fail_warning
    at gmessages.c line 532
  • #7 IA__gtk_tree_path_compare
    at gtktreemodel.c line 627
  • #8 model_row_inserted
    at gailtreeview.c line 2805
  • #9 _gtk_marshal_VOID__BOXED_BOXED
    at gtkmarshalers.c line 1146
  • #10 IA__g_closure_invoke
    at gclosure.c line 490
  • #11 signal_emit_unlocked_R
  • #12 IA__g_signal_emit_valist
    at gsignal.c line 2197
  • #13 IA__g_signal_emit
    at gsignal.c line 2241
  • #14 IA__gtk_tree_model_row_inserted
    at gtktreemodel.c line 1431
  • #15 IA__gtk_tree_store_insert_before
    at gtktreestore.c line 1241
  • #16 IA__gtk_tree_store_append
    at gtktreestore.c line 1454
  • #17 emft_get_folder_info__got
    at em-folder-tree.c line 1774
  • #18 mail_msgport_replied
    at mail-mt.c line 461
  • #19 g_io_unix_dispatch
    at giounix.c line 162
  • #20 IA__g_main_context_dispatch
    at gmain.c line 1916
  • #21 g_main_context_iterate
    at gmain.c line 2547
  • #22 IA__g_main_loop_run
    at gmain.c line 2751
  • #23 bonobo_main
    at bonobo-main.c line 312
  • #24 main
    at main.c line 603
  • #25 __libc_start_main
    at libc-start.c line 231
  • #26 _start

when starting evolution here.

gail 1.8.8
atk 1.11.x
Comment 1 bill.haneman 2006-02-14 16:46:46 UTC
Created attachment 59351 [details] [review]
fix which checks params before passing to gtk_tree_path_compare.