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 646634 - crash in Evolution: my forum post without an...
crash in Evolution: my forum post without an...
Status: RESOLVED DUPLICATE of bug 645105
Product: evolution
Classification: Applications
Component: BugBuddyBugs
2.32.x (obsolete)
Other All
: Normal critical
: ---
Assigned To: Evolution Triage Team
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2011-04-03 16:51 UTC by mattyes
Modified: 2011-04-04 12:34 UTC
See Also:
GNOME target: ---
GNOME version: 2.29/2.30



Description mattyes 2011-04-03 16:51:17 UTC
What were you doing when the application crashed?
my forum post without answers:

i have a problem with evolution, i started in the terminal and i got these messages:

[code]
(evolution:2688): GLib-GObject-WARNING **: g_object_get_property: object class `EShellSettings' has no property named `cal-primary-calendar'

(evolution:2688): GLib-GObject-WARNING **: g_object_set_property: object class `EShellSettings' has no property named `cal-primary-calendar'
Segmentation fault
[/code]

if i try it further the segmentation fault error is shown everytime.

what's the matter?

system: lmde 64 bit, up to date, no external repositories

if i start it with evolution --disable-eplugin all is fine.

deleting of evolution folders in cache/local/...; reinstall of evolution; uninstall of evolution plugins/exchange didn't seem to help. 

i found 2 similar (older) problems:

https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/290796 

https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/161071/comments/7

but they didn't solve my problem.

maybe i've the same bug as : https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/709284

i'm new to lmde/debian testing maybe i've done something wrong on my way... don't know :)



Distribution: LinuxMint 1 (debian)
Gnome Release: 2.30.2 2010-11-12 (Linux Mint)
BugBuddy Version: 2.30.0

System: Linux 2.6.32-5-amd64 #1 SMP Mon Mar 7 21:35:22 UTC 2011 x86_64
X Vendor: The X.Org Foundation
X Vendor Release: 10707000
Selinux: No
Accessibility: Disabled
GTK+ Theme: Aurora-Midnight
Icon Theme: Felicia
GTK+ Modules: gnomebreakpad, canberra-gtk-module

Memory status: size: 506613760 vsize: 506613760 resident: 22626304 share: 15511552 rss: 22626304 rss_rlim: 18446744073709551615
CPU usage: start_time: 1301849248 rtime: 50 utime: 37 stime: 13 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 100

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

[Thread debugging using libthread_db enabled]
[New Thread 0x7f111a9e9700 (LWP 3365)]
0x00007f113226ab4d in waitpid () from /lib/libpthread.so.0

Thread 1 (Thread 0x7f1132f48940 (LWP 3364))

  • #0 waitpid
    from /lib/libpthread.so.0
  • #1 g_spawn_sync
    at /tmp/buildd/glib2.0-2.28.2/./glib/gspawn.c line 392
  • #2 g_spawn_command_line_sync
    at /tmp/buildd/glib2.0-2.28.2/./glib/gspawn.c line 706
  • #3 ??
    from /usr/lib/gtk-2.0/modules/libgnomebreakpad.so
  • #4 segv_redirect
    at main.c line 283
  • #5 <signal handler called>
  • #6 g_object_ref
    at /tmp/buildd/glib2.0-2.28.2/./gobject/gobject.c line 2636
  • #7 ??
    from /usr/lib/evolution/2.32/plugins/liborg-freedesktop-Tracker-evolution-plugin.so
  • #8 g_type_create_instance
    at /tmp/buildd/glib2.0-2.28.2/./gobject/gtype.c line 1889
  • #9 g_object_constructor
    at /tmp/buildd/glib2.0-2.28.2/./gobject/gobject.c line 1615
  • #10 g_object_newv
    at /tmp/buildd/glib2.0-2.28.2/./gobject/gobject.c line 1479
  • #11 g_object_new_valist
    at /tmp/buildd/glib2.0-2.28.2/./gobject/gobject.c line 1596
  • #12 g_object_new
    at /tmp/buildd/glib2.0-2.28.2/./gobject/gobject.c line 1311
  • #13 ??
    from /usr/lib/evolution/2.32/plugins/liborg-freedesktop-Tracker-evolution-plugin.so
  • #14 e_plugin_lib_enable
    from /usr/lib/evolution/2.32/plugins/liborg-freedesktop-Tracker-evolution-plugin.so
  • #15 plugin_lib_loadmodule
    at e-plugin-lib.c line 70
  • #16 plugin_lib_construct
    at e-plugin-lib.c line 154
  • #17 ep_load_plugin
    at e-plugin.c line 367
  • #18 ep_load
    at e-plugin.c line 413
  • #19 e_plugin_load_plugins
    at e-plugin.c line 564
  • #20 main
    at main.c line 662

	Inferior 1 [process 3364] will be detached.

Quit anyway? (y or n) [answered Y; input not from terminal]


----------- .xsession-errors (6 sec old) ---------------------
Warning: call to srand(934057)
warning: first frame is no keyframe
warning: first frame is no keyframe
warning: first frame is no keyframe
warning: first frame is no keyframe
** (gnome-screensaver:2662): WARNING **: Config key not handled: /desktop/gnome/lockdown/disable_application_handlers
** (gnome-screensaver:2662): WARNING **: Config key not handled: /desktop/gnome/lockdown/disable_command_line
** (gnome-screensaver:2662): WARNING **: Config key not handled: /desktop/gnome/lockdown/disable_printing
** (gnome-screensaver:2662): WARNING **: Config key not handled: /desktop/gnome/lockdown/disable_print_setup
** (gnome-screensaver:2662): WARNING **: Config key not handled: /desktop/gnome/lockdown/disable_save_to_disk
--------------------------------------------------
Comment 1 Fabio Durán Verdugo 2011-04-04 12:34:27 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


Please see https://bugzilla.gnome.org/show_bug.cgi?id=645105#c1

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