Bug 24869 - Invalid read in account.c
Summary: Invalid read in account.c
Status: RESOLVED DUPLICATE of bug 24654
Alias: None
Product: Telepathy
Classification: Unclassified
Component: tp-glib (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Telepathy bugs list
QA Contact: Telepathy bugs list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-03 03:15 UTC by Guillaume Desmottes
Modified: 2009-11-13 05:20 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Guillaume Desmottes 2009-11-03 03:15:06 UTC
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)
Comment 1 Simon McVittie 2009-11-13 05:20:24 UTC

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


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.