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 359520 - crash in Evolution: I was starting Evolution
crash in Evolution: I was starting Evolution
Status: RESOLVED DUPLICATE of bug 359236
Product: evolution
Classification: Applications
Component: general
2.8.x (obsolete)
Other All
: High critical
: ---
Assigned To: Evolution Shell Maintainers Team
Evolution QA team
: 359357 359645 359814 359817 359914 360085 360245 360530 360534 360585 360705 360854 360940 361174 361195 361237 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-10-04 08:11 UTC by c.divita
Modified: 2013-09-10 14:04 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description c.divita 2006-10-04 08:11:33 UTC
What were you doing when the application crashed?
I was starting Evolution


Distribution: Ubuntu 6.10 (edgy)
Gnome Release: 2.16.1 2006-10-02 (Ubuntu)
BugBuddy Version: 2.16.0

Memory status: size: 161095680 vsize: 0 resident: 161095680 share: 0 rss: 25808896 rss_rlim: 0
CPU usage: start_time: 1159949454 rtime: 0 utime: 159 stime: 0 cutime:147 cstime: 0 timeout: 12 it_real_value: 0 frequency: 5

Backtrace was generated from '/usr/bin/evolution-2.8'

Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -1232767312 (LWP 9266)]
[New Thread -1353454688 (LWP 9297)]
[New Thread -1353188448 (LWP 9294)]
[New Thread -1294881888 (LWP 9291)]
[New Thread -1278096480 (LWP 9290)]
[New Thread -1286489184 (LWP 9289)]
[New Thread -1328542816 (LWP 9288)]
[New Thread -1320113248 (LWP 9276)]
[New Thread -1311667296 (LWP 9275)]
[New Thread -1303274592 (LWP 9274)]
[New Thread -1269703776 (LWP 9270)]
[New Thread -1261311072 (LWP 9269)]
[New Thread -1252918368 (LWP 9268)]
0xffffe410 in __kernel_vsyscall ()

Thread 1 (Thread -1232767312 (LWP 9266))

  • #0 __kernel_vsyscall
  • #1 __waitpid_nocancel
    from /lib/tls/i686/cmov/libc.so.6
  • #2 gnome_gtk_module_info_get
    from /usr/lib/libgnomeui-2.so.0
  • #3 segv_redirect
    at main.c line 426
  • #4 <signal handler called>
  • #5 emfb_search_config_search
    at em-folder-browser.c line 742
  • #6 set_property
    at e-filter-bar.c line 722
  • #7 g_object_set_valist
    from /usr/lib/libgobject-2.0.so.0
  • #8 g_object_set
    from /usr/lib/libgobject-2.0.so.0
  • #9 emfb_set_folder
    at em-folder-browser.c line 1883
  • #10 emfv_got_folder
    at em-folder-view.c line 691
  • #11 get_folder_got
    at mail-ops.c line 1230
  • #12 mail_msgport_replied
    at mail-mt.c line 461
  • #13 g_io_channel_unix_get_fd
    from /usr/lib/libglib-2.0.so.0
  • #14 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #15 g_main_context_check
    from /usr/lib/libglib-2.0.so.0
  • #16 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #17 bonobo_main
    from /usr/lib/libbonobo-2.so.0
  • #18 main
    at main.c line 615
  • #0 __kernel_vsyscall

Comment 1 Karsten Bräckelmann 2006-10-04 10:34:55 UTC
*** Bug 359357 has been marked as a duplicate of this bug. ***
Comment 2 Elijah Newren 2006-10-04 17:34:01 UTC
*** Bug 359645 has been marked as a duplicate of this bug. ***
Comment 3 André Klapper 2006-10-05 07:41:27 UTC
*** Bug 359814 has been marked as a duplicate of this bug. ***
Comment 4 André Klapper 2006-10-05 07:57:23 UTC
*** Bug 359817 has been marked as a duplicate of this bug. ***
Comment 5 André Klapper 2006-10-05 15:55:19 UTC
*** Bug 359914 has been marked as a duplicate of this bug. ***
Comment 6 Karsten Bräckelmann 2006-10-05 19:51:57 UTC
quoting bug 359357 comment 4:
> Any idea on how i can fix the problem to recover the use of my mails ?

Devs, any word on this?
Comment 7 André Klapper 2006-10-06 10:46:53 UTC
*** Bug 360085 has been marked as a duplicate of this bug. ***
Comment 8 _denis_ 2006-10-06 14:47:34 UTC
Here what i made to recover the use of evolution, it's dirty but functional directly, if that can be useful… 

gconftool-2 --shutdown
evolution --force-shutdown

mv .gconf/apps/evolution .gconf/apps/bck_evolution
mv .gnome2_private/Evolution .gnome2_private/bck_Evolution
mv .evolution .bck_evolution

mkdir .evolution
mkdir .evolution/mail
cp .bck_evolution/mail/filters.xml /home/denis/.evolution/mail/
cp -R .bck_evolution/mail/local /home/denis/.evolution/mail/

Then, i had to recreate my account
Comment 9 Sebastien Bacher 2006-10-07 14:23:35 UTC
*** Bug 360245 has been marked as a duplicate of this bug. ***
Comment 10 Sebastien Bacher 2006-10-07 14:27:42 UTC
bug #360245 has a debug backtrace and an example of file creating the issue
Comment 11 Karsten Bräckelmann 2006-10-08 00:41:32 UTC
*** Bug 360530 has been marked as a duplicate of this bug. ***
Comment 12 _denis_ 2006-10-08 09:28:19 UTC
After having made the procedure described above and after two days of use, the program crash again systematically.

gdb evolution
GNU gdb 6.4.90-debian
Copyright (C) 2006 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 "i486-linux-gnu"...Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".

(gdb) run
Starting program: /usr/bin/evolution 
[Thread debugging using libthread_db enabled]
[New Thread -1232619856 (LWP 5834)]
CalDAV Eplugin starting up ...

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

(evolution-2.8:5834): e-utils-WARNING **: Plugin 'Module de pourriel Bogofilter' failed to load hook 'org.gnome.evolution.mail.junk:1.0'
** (evolution-2.8:5834): DEBUG: mailto URL command: evolution %s
** (evolution-2.8:5834): DEBUG: mailto URL program: evolution
[New Thread -1279509600 (LWP 5854)]
[New Thread -1287902304 (LWP 5855)]
[New Thread -1296331872 (LWP 5856)]
[Thread -1296331872 (LWP 5856) exited]
[Thread -1287902304 (LWP 5855) exited]
[New Thread -1287902304 (LWP 5857)]
[New Thread -1296331872 (LWP 5858)]
[New Thread -1305347168 (LWP 5859)]
[New Thread -1313739872 (LWP 5860)]
[Thread -1313739872 (LWP 5860) exited]
[New Thread -1363252320 (LWP 5889)]
[New Thread -1313739872 (LWP 5893)]
[New Thread -1363518560 (LWP 5894)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1232619856 (LWP 5834)]
emfb_search_config_search (efb=0x85ae028, rule=0x49, id=-1, 
    query=0x8873240 "Recherche avancée", data=0x841b000)
    at em-folder-browser.c:742
742     em-folder-browser.c: Aucun fichier ou répertoire de ce type.
        in em-folder-browser.c
Comment 13 Elijah Newren 2006-10-08 18:08:42 UTC
*** Bug 360705 has been marked as a duplicate of this bug. ***
Comment 14 Poornima 2006-10-09 10:41:20 UTC
*** Bug 360854 has been marked as a duplicate of this bug. ***
Comment 15 Karsten Bräckelmann 2006-10-09 17:34:18 UTC
*** Bug 360534 has been marked as a duplicate of this bug. ***
Comment 16 Karsten Bräckelmann 2006-10-10 17:08:08 UTC
*** Bug 361195 has been marked as a duplicate of this bug. ***
Comment 17 Karsten Bräckelmann 2006-10-10 18:24:55 UTC
*** Bug 360940 has been marked as a duplicate of this bug. ***
Comment 18 Karsten Bräckelmann 2006-10-10 18:27:53 UTC
*** Bug 360585 has been marked as a duplicate of this bug. ***
Comment 19 Karsten Bräckelmann 2006-10-10 19:26:04 UTC
*** Bug 361174 has been marked as a duplicate of this bug. ***
Comment 20 Karsten Bräckelmann 2006-10-10 20:11:52 UTC
*** Bug 361237 has been marked as a duplicate of this bug. ***
Comment 21 Harish Krishnaswamy 2006-10-11 11:16:36 UTC
Resolving this as a dupe of bug 359236 based on the stack trace.

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