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 341424 - evolution crashes on startup while opening a certain folder
evolution crashes on startup while opening a certain folder
Status: RESOLVED OBSOLETE
Product: evolution
Classification: Applications
Component: Mailer
2.6.x (obsolete)
Other All
: Normal critical
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
: 365734 373450 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-05-11 15:16 UTC by bugreports
Modified: 2009-05-08 06:33 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
Valgrind of evo until it crashes (7.77 KB, application/x-bzip)
2006-05-11 15:27 UTC, bugreports
Details

Description bugreports 2006-05-11 15:16:33 UTC
Steps to reproduce:
although this is 100% reproducable for me it won't for you.

I *think* evo is starting in a folder where it is supposed to do a full message
search. and voila it gives this bt.

Stack trace:
gdb /usr/bin/evolution-2.6
GNU gdb 6.4-debian
Copyright 2005 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "powerpc-linux-gnu"...Using host libthread_db library
"/lib/tls/libthread_db.so.1".

(gdb) r
Starting program: /usr/bin/evolution-2.6
[Thread debugging using libthread_db enabled]
[New Thread 805658656 (LWP 3626)]

(evolution-2.6:3626): evolution-mail-WARNING **: ignored this junk plugin: not
enabled or we have already loaded one

(evolution-2.6:3626): e-utils-WARNING **: Plugin 'Spamassassin junk plugin'
failed to load hook 'org.gnome.evolution.mail.junk:1.0'

(evolution-2.6:3626): camel-WARNING **: camel_exception_get_id called with NULL
parameter.
[New Thread 816538848 (LWP 3659)]
[New Thread 825058528 (LWP 3660)]
[Thread 825058528 (LWP 3660) exited]
[New Thread 833840352 (LWP 3661)]
libnm_glib_nm_state_cb: dbus returned an error.
  (org.freedesktop.DBus.Error.ServiceUnknown) The name
org.freedesktop.NetworkManager was not provided by any .service files
[New Thread 825058528 (LWP 3662)]
[New Thread 842228960 (LWP 3663)]
[New Thread 850617568 (LWP 3664)]
[New Thread 859006176 (LWP 3665)]
[Thread 850617568 (LWP 3664) exited]
[New Thread 850617568 (LWP 3679)]

Program received signal SIGSEGV, Segmentation fault.

Thread 805658656 (LWP 3626)

  • #0 search_info_to_searcher
    at e-searching-tokenizer.c line 129
  • #1 e_searching_tokenizer_begin
    at e-searching-tokenizer.c line 1085
  • #2 IA__g_cclosure_marshal_VOID__POINTER
    at gmarshal.c line 601
  • #3 g_type_class_meta_marshal
    at gclosure.c line 567
  • #4 IA__g_closure_invoke
    at gclosure.c line 490
  • #5 signal_emit_unlocked_R
    at gsignal.c line 2476
  • #6 IA__g_signal_emit_valist
    at gsignal.c line 2197
  • #7 IA__g_signal_emit
    at gsignal.c line 2241
  • #8 html_tokenizer_begin
    from /usr/lib/libgtkhtml-3.8.so.15
  • #9 html_engine_begin
    from /usr/lib/libgtkhtml-3.8.so.15
  • #10 gtk_html_begin_full
    from /usr/lib/libgtkhtml-3.8.so.15
  • #11 gtk_html_begin
    from /usr/lib/libgtkhtml-3.8.so.15
  • #12 efh_format_timeout
    at em-format-html.c line 1344
  • #13 efhd_format_clone
    at em-format-html-display.c line 1121
  • #14 em_format_html_display_set_search
    at em-format-html-display.c line 487
  • #15 emfb_search_config_search
    at em-folder-browser.c line 452
  • #16 option_changed
    at e-filter-bar.c line 303
  • #17 IA__g_cclosure_marshal_VOID__VOID
    at gmarshal.c line 77
  • #18 IA__g_closure_invoke
    at gclosure.c line 490
  • #19 signal_emit_unlocked_R
    at gsignal.c line 2438
  • #20 IA__g_signal_emit_valist
    at gsignal.c line 2197
  • #21 IA__g_signal_emit
    at gsignal.c line 2241
  • #22 emit_query_changed
    at e-search-bar.c line 169
  • #23 set_property
    at e-filter-bar.c line 725
  • #24 IA__g_object_set_valist
    at gobject.c line 695
  • #25 IA__g_object_set
    at gobject.c line 1181
  • #26 emfb_set_folder
    at em-folder-browser.c line 1132
  • #27 emfv_got_folder
    at em-folder-view.c line 656
  • #28 get_folder_got
    at mail-ops.c line 1229
  • #29 mail_msgport_replied
    at mail-mt.c line 461
  • #30 g_io_unix_dispatch
    at giounix.c line 162
  • #31 IA__g_main_context_dispatch
    at gmain.c line 1916
  • #32 g_main_context_iterate
    at gmain.c line 2547
  • #33 IA__g_main_loop_run
    at gmain.c line 2751
  • #34 bonobo_main
    from /usr/lib/libbonobo-2.so.0
  • #35 main
    at main.c line 612


Other information:
Comment 1 bugreports 2006-05-11 15:27:41 UTC
Created attachment 65253 [details]
Valgrind of evo until it crashes
Comment 2 André Klapper 2006-05-11 21:04:05 UTC
bug 338451 could be a dup of this
Comment 3 Karsten Bräckelmann 2006-10-28 02:23:24 UTC
*** Bug 365734 has been marked as a duplicate of this bug. ***
Comment 4 Diego Escalante Urrelo (not reading bugmail) 2006-11-10 19:12:54 UTC
*** Bug 373450 has been marked as a duplicate of this bug. ***
Comment 5 André Klapper 2008-11-15 21:49:24 UTC
Does this still happen with 2.22 or 2.24?
If not, it's probably OBSOLETE.
Comment 6 Akhil Laddha 2009-05-08 06:33:57 UTC
Thanks for taking the time to report this bug; however, closing due to lack of
response of the reporter, sorry. if you still see this issue with a current
release of evolution (2.26.1.1 or later), please reopen. thanks in advance.