Ein Sun, 19 Oct 2014 23:06:48 0200, Ángel González
<angel 16bits net>schrieb:
> Run:
> > gdb evolution
>
> When it segfaults, use bt command to view the backtrace.
>
> You will need to recompile with debug symbols. Download the PKGBUILD,
> set options=(debug !strip) on it, and recompile with makepkg
Hi,
for Evo's PKGBUILD I didn't keep options=('!emptydirs'). Is this a
mistake?
[rocketmouse archlinux ~]$ grep options
/var/abs/extra/evolution-data-server/PKGBUILD options=(debug !strip)
[rocketmouse archlinux ~]$ grep options
/var/abs/extra/evolution/PKGBUILD options=(debug !strip)
[rocketmouse archlinux ~]$ pacman -Q evolution-data-server
evolutionevolution-data-server 3.12.7-1
evolution 3.12.7-1
<angel 16bits net>
[rocketmouse archlinux ~]$ gdb evolution
[snip]
Reading symbols from evolution...done.
(gdb) bt
No stack.
(gdb)
Neither Evolution displayed a segfault, nor did it open.
Without gdb it still doesn't open and segfaults:
[rocketmouse archlinux ~]$ evolution
** (evolution:8789): WARNING **: Couldn't register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
(evolution:8789): GLib-GObject-WARNING **: The property GtkSettings:gtk-button-images is deprecated and shouldn't be used anymore. It will be removed in a future version.
(evolution:8789): Gtk-WARNING **: Failed to register client: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files
** (evolution-alarm-notify:8798): WARNING **: Couldn't register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.Segmentation fault (core dumped)
Regards,
Ralf