[Bug 24869] New: Invalid read in account.c
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Nov 3 12:15:06 CET 2009
http://bugs.freedesktop.org/show_bug.cgi?id=24869
Summary: Invalid read in account.c
Product: Telepathy
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: tp-glib
AssignedTo: telepathy-bugs at lists.freedesktop.org
ReportedBy: guillaume.desmottes at collabora.co.uk
I have these errors when starting Empathy master with valgrind:
==30671== Conditional jump or move depends on uninitialised value(s)
==30671== at 0x7742BCE: _tp_account_check_features (account.c:257)
==30671== by 0x7743211: _tp_account_update (account.c:307)
==30671== by 0x77C3DA7: _tp_cli_dbus_properties_invoke_callback_get_all
(tp-cli-generic-body.h:1421)
==30671== by 0x77C68E6: tp_proxy_pending_call_idle_invoke
(proxy-methods.c:153)
==30671== by 0xD9BDBBD: g_main_context_dispatch (gmain.c:1960)
==30671== by 0xD9C1587: g_main_context_iterate (gmain.c:2591)
==30671== by 0xD9C19E4: g_main_loop_run (gmain.c:2799)
==30671== by 0xB44A176: gtk_main (gtkmain.c:1218)
==30671== by 0x428373: main (empathy.c:1038)
==30671==
==30671== Conditional jump or move depends on uninitialised value(s)
==30671== at 0x7742BED: _tp_account_check_features (account.c:228)
==30671== by 0x7743211: _tp_account_update (account.c:307)
==30671== by 0x77C3DA7: _tp_cli_dbus_properties_invoke_callback_get_all
(tp-cli-generic-body.h:1421)
==30671== by 0x77C68E6: tp_proxy_pending_call_idle_invoke
(proxy-methods.c:153)
==30671== by 0xD9BDBBD: g_main_context_dispatch (gmain.c:1960)
==30671== by 0xD9C1587: g_main_context_iterate (gmain.c:2591)
==30671== by 0xD9C19E4: g_main_loop_run (gmain.c:2799)
==30671== by 0xB44A176: gtk_main (gtkmain.c:1218)
==30671== by 0x428373: main (empathy.c:1038)
==30671==
==30671== Conditional jump or move depends on uninitialised value(s)
==30671== at 0x7742BFD: _tp_account_check_features (account.c:228)
==30671== by 0x7743211: _tp_account_update (account.c:307)
==30671== by 0x77C3DA7: _tp_cli_dbus_properties_invoke_callback_get_all
(tp-cli-generic-body.h:1421)
==30671== by 0x77C68E6: tp_proxy_pending_call_idle_invoke
(proxy-methods.c:153)
==30671== by 0xD9BDBBD: g_main_context_dispatch (gmain.c:1960)
==30671== by 0xD9C1587: g_main_context_iterate (gmain.c:2591)
==30671== by 0xD9C19E4: g_main_loop_run (gmain.c:2799)
==30671== by 0xB44A176: gtk_main (gtkmain.c:1218)
==30671== by 0x428373: main (empathy.c:1038)
==30671==
==30671== Conditional jump or move depends on uninitialised value(s)
==30671== at 0x7742C12: _tp_account_check_features (account.c:257)
==30671== by 0x7743211: _tp_account_update (account.c:307)
==30671== by 0x77C3DA7: _tp_cli_dbus_properties_invoke_callback_get_all
(tp-cli-generic-body.h:1421)
==30671== by 0x77C68E6: tp_proxy_pending_call_idle_invoke
(proxy-methods.c:153)
==30671== by 0xD9BDBBD: g_main_context_dispatch (gmain.c:1960)
==30671== by 0xD9C1587: g_main_context_iterate (gmain.c:2591)
==30671== by 0xD9C19E4: g_main_loop_run (gmain.c:2799)
==30671== by 0xB44A176: gtk_main (gtkmain.c:1218)
==30671== by 0x428373: main (empathy.c:1038)
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the telepathy-bugs
mailing list