On Thu, 2013-09-26 at 21:35 +0200, Tino Keitel wrote:
Hi,
with sync-ui from syncevolution 1.3.2 in Debian Sid I get the following
segmentation fault:
** (sync-ui:27623): WARNING **: only file:// icon uri is supported:
image://themedimage/icons/services/syncevolution
Program received signal SIGSEGV, Segmentation fault.
__strlen_sse2 () at ../sysdeps/x86_64/multiarch/../strlen.S:31
31 ../sysdeps/x86_64/multiarch/../strlen.S: No such file or directory.
(gdb) bt
#0 __strlen_sse2 () at ../sysdeps/x86_64/multiarch/../strlen.S:31
#1 0x00007ffff6655c69 in g_str_has_prefix (str=str@entry=0x558efa70 <Address
0x558efa70 out of bounds>,
prefix=prefix@entry=0x7ffff63eabc5 "queueing") at
/tmp/buildd/glib2.0-2.36.4/./glib/gstrfuncs.c:2783
#2 0x00007ffff63e710e in syncevo_session_status_from_string (status_str=0x558efa70
<Address 0x558efa70 out of bounds>)
at src/dbus/glib/syncevo-dbus-types.c:200
#3 0x00007ffff63e9104 in status_changed_cb (proxy=<optimized out>,
status=<optimized out>, error_code=0, source_statuses=0x555555886e40,
session=0x7fffe0005d80) at src/dbus/glib/syncevo-session.c:82
#4 0x00007ffff6b4fa84 in marshal_dbus_message_to_g_marshaller (closure=0x555555929450,
return_value=0x0, n_param_values=<optimized out>,
param_values=<optimized out>, invocation_hint=0x7fffffffdc00, marshal_data=0x0)
at dbus-gproxy.c:1736
[...]
Does that ring any bells?
Sorry, no.
Looks related to handling a D-Bus message. Can you run sync-ui as
env G_DBUS_DEBUG=message valgrind sync-ui
and check what the last message is? valgrind should give more
information about the crash.
--
Best Regards, Patrick Ohly
The content of this message is my personal opinion only and although
I am an employee of Intel, the statements I make here in no way
represent Intel's position on the issue, nor am I authorized to speak
on behalf of Intel on this matter.