Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 315106 Details for
Bug 460319
Calling of gdb from valgrind doesn't produce any reasonable backtrace
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
output of valgrind
empathy-valgrind-log.txt (text/plain), 214.00 KB, created by
Matěj Cepl
on 2008-08-27 14:45:15 UTC
(
hide
)
Description:
output of valgrind
Filename:
MIME Type:
Creator:
Matěj Cepl
Created:
2008-08-27 14:45:15 UTC
Size:
214.00 KB
patch
obsolete
>==18631== Memcheck, a memory error detector. >==18631== Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et al. >==18631== Using LibVEX rev 1804, a library for dynamic binary translation. >==18631== Copyright (C) 2004-2007, and GNU GPL'd, by OpenWorks LLP. >==18631== Using valgrind-3.3.0, a dynamic binary instrumentation framework. >==18631== Copyright (C) 2000-2007, and GNU GPL'd, by Julian Seward et al. >==18631== For more details, rerun with: -v >==18631== >==18631== Syscall param stat(file_name) points to unaddressable byte(s) >==18631== at 0x32184DAE45: _xstat (xstat.c:38) >==18631== by 0x322E8121F1: mc_manager_lookup (stat.h:453) >==18631== by 0x322E813B2B: mc_profile_get_protocol (mc-profile.c:812) >==18631== by 0x322E815D99: mc_account_is_complete (mc-account.c:2007) >==18631== by 0x322E81818F: mc_account_monitor_init (mc-account-monitor.c:343) >==18631== by 0x321A02DD57: g_type_create_instance (gtype.c:1674) >==18631== by 0x321A0110AA: g_object_constructor (gobject.c:1328) >==18631== by 0x321A01171F: g_object_newv (gobject.c:1205) >==18631== by 0x321A012296: g_object_new_valist (gobject.c:1268) >==18631== by 0x321A0123DB: g_object_new (gobject.c:1050) >==18631== by 0x322E817D60: mc_account_monitor_new (mc-account-monitor.c:409) >==18631== by 0x322E816EA8: mc_accounts_list (mc-account.c:732) >==18631== Address 0x0 is not stack'd, malloc'd or (recently) free'd >==18631== >==18631== ---- Attach to debugger ? --- [Return/N/n/Y/y/C/c] ---- ==18631== starting debugger with cmd: /usr/bin/gdb -nw /proc/18653/fd/1014 18653 >[?1034hGNU gdb Fedora (6.8-22.fc10) >Copyright (C) 2008 Free Software Foundation, Inc. >License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> >This is free software: you are free to change and redistribute it. >There is NO WARRANTY, to the extent permitted by law. Type "show copying" >and "show warranty" for details. >This GDB was configured as "x86_64-redhat-linux-gnu"... >Attaching to program: /proc/18653/fd/1014, process 18653 >0x00000032184dae45 in ?? () >(gdb) bt >#0 0x00000032184dae45 in ?? () >#1 0x000000322e8121f2 in ?? () >#2 0x0000000005604b00 in ?? () >#3 0x0000000000000000 in ?? () >(gdb) thread apply all bt >(gdb) quit >The program is running. Quit anyway (and detach it)? (y or n) Detaching from program: /proc/18653/fd/1014, process 18653 >==18631== >==18631== Debugger has detached. Valgrind regains control. We continue. >==18631== >==18631== Invalid read of size 4 >==18631== at 0x32184CD0F6: regexec@@GLIBC_2.3.4 (regexec.c:246) >==18631== by 0x3230410BFF: empathy_regex_match (empathy-utils.c:161) >==18631== by 0x3230025634: empathy_theme_append_text (empathy-theme.c:269) >==18631== by 0x32300284D2: theme_irc_append_message (empathy-theme-irc.c:237) >==18631== by 0x323001F0C3: empathy_chat_view_append_message (empathy-chat-view.c:812) >==18631== by 0x323001B7AE: chat_constructed (empathy-chat.c:1056) >==18631== by 0x321A011DB2: g_object_newv (gobject.c:1223) >==18631== by 0x321A01218A: g_object_new_valist (gobject.c:1309) >==18631== by 0x321A0123DB: g_object_new (gobject.c:1050) >==18631== by 0x40CBA5: dispatch_channel_cb (empathy.c:96) >==18631== by 0x321A00B7FC: g_closure_invoke (gclosure.c:767) >==18631== by 0x321A0225AF: signal_emit_unlocked_R (gsignal.c:3244) >==18631== Address 0xd8 is not stack'd, malloc'd or (recently) free'd >==18631== >==18631== ---- Attach to debugger ? --- [Return/N/n/Y/y/C/c] ---- ==18631== starting debugger with cmd: /usr/bin/gdb -nw /proc/18671/fd/1014 18671 >[?1034hGNU gdb Fedora (6.8-22.fc10) >Copyright (C) 2008 Free Software Foundation, Inc. >License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> >This is free software: you are free to change and redistribute it. >There is NO WARRANTY, to the extent permitted by law. Type "show copying" >and "show warranty" for details. >This GDB was configured as "x86_64-redhat-linux-gnu"... >/proc/18671/fd/1014: Permission denied. >Attaching to process 18671 >ptrace: Operation not permitted. >/home/matej/18671: No such file or directory. >(gdb) >(gdb) bt >No stack. >(gdb) quit >==18631== >==18631== Debugger has detached. Valgrind regains control. We continue. >==18631== >==18631== Process terminating with default action of signal 11 (SIGSEGV): dumping core >==18631== Access not within mapped region at address 0xD8 >==18631== at 0x32184CD0F6: regexec@@GLIBC_2.3.4 (regexec.c:246) >==18631== by 0x3230410BFF: empathy_regex_match (empathy-utils.c:161) >==18631== by 0x3230025634: empathy_theme_append_text (empathy-theme.c:269) >==18631== by 0x32300284D2: theme_irc_append_message (empathy-theme-irc.c:237) >==18631== by 0x323001F0C3: empathy_chat_view_append_message (empathy-chat-view.c:812) >==18631== by 0x323001B7AE: chat_constructed (empathy-chat.c:1056) >==18631== by 0x321A011DB2: g_object_newv (gobject.c:1223) >==18631== by 0x321A01218A: g_object_new_valist (gobject.c:1309) >==18631== by 0x321A0123DB: g_object_new (gobject.c:1050) >==18631== by 0x40CBA5: dispatch_channel_cb (empathy.c:96) >==18631== by 0x321A00B7FC: g_closure_invoke (gclosure.c:767) >==18631== by 0x321A0225AF: signal_emit_unlocked_R (gsignal.c:3244) >==18631== >==18631== ---- Attach to debugger ? --- [Return/N/n/Y/y/C/c] ---- ==18631== starting debugger with cmd: /usr/bin/gdb -nw /proc/18678/fd/1014 18678 >[?1034hGNU gdb Fedora (6.8-22.fc10) >Copyright (C) 2008 Free Software Foundation, Inc. >License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> >This is free software: you are free to change and redistribute it. >There is NO WARRANTY, to the extent permitted by law. Type "show copying" >and "show warranty" for details. >This GDB was configured as "x86_64-redhat-linux-gnu"... >Attaching to program: /proc/18678/fd/1014, process 18678 >0x00000032184cd0f6 in ?? () >(gdb) bt >#0 0x00000032184cd0f6 in ?? () >#1 0x0000000000000001 in ?? () >#2 0x00000007feffe940 in ?? () >#3 0x0000000000000000 in ?? () >(gdb) quit >The program is running. Quit anyway (and detach it)? (y or n) Detaching from program: /proc/18678/fd/1014, process 18678 >==18631== >==18631== Debugger has detached. Valgrind regains control. We continue. >==18631== >==18631== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 4 from 1) >==18631== malloc/free: in use at exit: 4,337,039 bytes in 26,919 blocks. >==18631== malloc/free: 122,003 allocs, 95,084 frees, 19,510,212 bytes allocated. >==18631== For counts of detected errors, rerun with: -v >==18631== searching for pointers to 26,919 not-freed blocks. >==18631== checked 16,445,128 bytes. >==18631== >==18631== >==18631== 1 bytes in 1 blocks are still reachable in loss record 1 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321B06218A: _XlcDefaultMapModifiers (lcWrap.c:149) >==18631== by 0x321B062205: XSetLocaleModifiers (lcWrap.c:88) >==18631== by 0x3221068C69: _gdk_x11_initialize_locale (gdkim-x11.c:65) >==18631== by 0x322106EE14: _gdk_windowing_init (gdkmain-x11.c:99) >==18631== by 0x322101B8AB: gdk_pre_parse_libgtk_only (gdk.c:188) >==18631== by 0x322096872B: do_pre_parse_initialization (gtkmain.c:617) >==18631== by 0x322096893E: pre_parse_hook (gtkmain.c:716) >==18631== by 0x3219C45FC7: g_option_context_parse (goption.c:1572) >==18631== by 0x3220968B68: gtk_init_with_args (gtkmain.c:839) >==18631== by 0x40CEB3: main (empathy.c:395) >==18631== >==18631== >==18631== 6 bytes in 1 blocks are still reachable in loss record 2 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321B05B2F5: initialize (lcPublic.c:135) >==18631== by 0x321B05A622: initialize (lcGeneric.c:1018) >==18631== by 0x321B05ADF5: _XlcCreateLC (lcPubWrap.c:92) >==18631== by 0x321B07CE6F: _XlcUtf8Loader (lcUTF8Load.c:49) >==18631== by 0x321B061B12: _XOpenLC (lcWrap.c:296) >==18631== by 0x321B061C07: _XlcCurrentLC (lcWrap.c:357) >==18631== by 0x321B061FF8: XSupportsLocale (lcWrap.c:101) >==18631== by 0x3221068C59: _gdk_x11_initialize_locale (gdkim-x11.c:64) >==18631== by 0x322106EE14: _gdk_windowing_init (gdkmain-x11.c:99) >==18631== by 0x322101B8AB: gdk_pre_parse_libgtk_only (gdk.c:188) >==18631== by 0x322096872B: do_pre_parse_initialization (gtkmain.c:617) >==18631== >==18631== >==18631== 8 bytes in 1 blocks are still reachable in loss record 3 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321FC045B0: _XcursorGetDisplayInfo (in /usr/lib64/libXcursor.so.1.0.2) >==18631== by 0x321FC049D8: XcursorGetTheme (in /usr/lib64/libXcursor.so.1.0.2) >==18631== by 0x322104AB6E: gdk_x11_display_set_cursor_theme (gdkcursor-x11.c:492) >==18631== by 0x32209F53E0: settings_update_cursor_theme (gtksettings.c:2008) >==18631== by 0x32209F2B4B: gtk_settings_get_for_screen (gtksettings.c:1009) >==18631== by 0x32209F2B9A: gtk_settings_get_default (gtksettings.c:1034) >==18631== by 0xA622E49: gtk_module_init (in /usr/lib64/gtk-2.0/modules/libcanberra-gtk-module.so) >==18631== by 0x322098C4F8: default_display_notify_cb (gtkmodules.c:417) >==18631== by 0x321A00B7FC: g_closure_invoke (gclosure.c:767) >==18631== by 0x321A0225AF: signal_emit_unlocked_R (gsignal.c:3244) >==18631== by 0x321A023CA8: g_signal_emit_valist (gsignal.c:2977) >==18631== >==18631== >==18631== 8 bytes in 1 blocks are still reachable in loss record 4 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321FC04593: _XcursorGetDisplayInfo (in /usr/lib64/libXcursor.so.1.0.2) >==18631== by 0x321FC049D8: XcursorGetTheme (in /usr/lib64/libXcursor.so.1.0.2) >==18631== by 0x322104AB6E: gdk_x11_display_set_cursor_theme (gdkcursor-x11.c:492) >==18631== by 0x32209F53E0: settings_update_cursor_theme (gtksettings.c:2008) >==18631== by 0x32209F2B4B: gtk_settings_get_for_screen (gtksettings.c:1009) >==18631== by 0x32209F2B9A: gtk_settings_get_default (gtksettings.c:1034) >==18631== by 0xA622E49: gtk_module_init (in /usr/lib64/gtk-2.0/modules/libcanberra-gtk-module.so) >==18631== by 0x322098C4F8: default_display_notify_cb (gtkmodules.c:417) >==18631== by 0x321A00B7FC: g_closure_invoke (gclosure.c:767) >==18631== by 0x321A0225AF: signal_emit_unlocked_R (gsignal.c:3244) >==18631== by 0x321A023CA8: g_signal_emit_valist (gsignal.c:2977) >==18631== >==18631== >==18631== 8 bytes in 1 blocks are still reachable in loss record 5 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321B04AA28: PutEntry (Xrm.c:870) >==18631== by 0x321B04B2B4: GetDatabase (Xrm.c:1519) >==18631== by 0x321B04B857: XrmGetStringDatabase (Xrm.c:1567) >==18631== by 0x321B0282A3: InitDefaults (GetDflt.c:173) >==18631== by 0x321B0284B7: XGetDefault (GetDflt.c:245) >==18631== by 0x321FC048A2: _XcursorGetDisplayInfo (in /usr/lib64/libXcursor.so.1.0.2) >==18631== by 0x321FC049D8: XcursorGetTheme (in /usr/lib64/libXcursor.so.1.0.2) >==18631== by 0x322104AB6E: gdk_x11_display_set_cursor_theme (gdkcursor-x11.c:492) >==18631== by 0x32209F53E0: settings_update_cursor_theme (gtksettings.c:2008) >==18631== by 0x32209F2B4B: gtk_settings_get_for_screen (gtksettings.c:1009) >==18631== by 0x32209F2B9A: gtk_settings_get_default (gtksettings.c:1034) >==18631== >==18631== >==18631== 8 bytes in 1 blocks are still reachable in loss record 6 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321E8043EF: _XiGetExtensionVersion (XGetVers.c:98) >==18631== by 0x321E80680A: _XiCheckExtInit (XExtInt.c:215) >==18631== by 0x321E8050EE: XListInputDevices (XListDev.c:85) >==18631== by 0x322108A9C5: _gdk_input_common_init (gdkinput-x11.c:397) >==18631== by 0x322108BD89: _gdk_input_init (gdkinput-xfree.c:41) >==18631== by 0x322104BDD9: gdk_display_open (gdkdisplay-x11.c:381) >==18631== by 0x322101BAC7: gdk_display_open_default_libgtk_only (gdk.c:291) >==18631== by 0x3220968984: post_parse_hook (gtkmain.c:734) >==18631== by 0x3219C46487: g_option_context_parse (goption.c:1796) >==18631== by 0x3220968B68: gtk_init_with_args (gtkmain.c:839) >==18631== by 0x40CEB3: main (empathy.c:395) >==18631== >==18631== >==18631== 9 bytes in 1 blocks are still reachable in loss record 7 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321940C5A4: (within /lib64/libselinux.so.1) >==18631== by 0x32194140D5: (within /lib64/libselinux.so.1) >==18631== by 0x3219404782: (within /lib64/libselinux.so.1) >==18631== by 0x5D: ??? >==18631== by 0x3217C0EAEF: _dl_init (dl-init.c:70) >==18631== by 0x3217C00B29: (within /lib64/ld-2.8.90.so) >==18631== by 0x0: ??? >==18631== by 0x7FF00053E: ??? >==18631== >==18631== >==18631== 11 bytes in 1 blocks are still reachable in loss record 8 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321B05AE45: _XlcCreateLC (lcPubWrap.c:83) >==18631== by 0x321B07CE6F: _XlcUtf8Loader (lcUTF8Load.c:49) >==18631== by 0x321B061B12: _XOpenLC (lcWrap.c:296) >==18631== by 0x321B061C07: _XlcCurrentLC (lcWrap.c:357) >==18631== by 0x321B061FF8: XSupportsLocale (lcWrap.c:101) >==18631== by 0x3221068C59: _gdk_x11_initialize_locale (gdkim-x11.c:64) >==18631== by 0x322106EE14: _gdk_windowing_init (gdkmain-x11.c:99) >==18631== by 0x322101B8AB: gdk_pre_parse_libgtk_only (gdk.c:188) >==18631== by 0x322096872B: do_pre_parse_initialization (gtkmain.c:617) >==18631== by 0x322096893E: pre_parse_hook (gtkmain.c:716) >==18631== by 0x3219C45FC7: g_option_context_parse (goption.c:1572) >==18631== >==18631== >==18631== 16 bytes in 1 blocks are still reachable in loss record 9 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321CC05FDA: FcBlanksCreate (fcblanks.c:32) >==18631== by 0x321CC1D764: FcEndElement (fcxml.c:1079) >==18631== by 0x321C00AC22: doContent (xmlparse.c:2449) >==18631== by 0x321C00BB53: contentProcessor (xmlparse.c:2023) >==18631== by 0x321C00CB55: doProlog (xmlparse.c:3905) >==18631== by 0x321C00DDBA: prologProcessor (xmlparse.c:3635) >==18631== by 0x321C003FA0: XML_ParseBuffer (xmlparse.c:1573) >==18631== by 0x321CC1BDA8: FcConfigParseAndLoad (fcxml.c:2552) >==18631== by 0x321CC116B6: FcInitLoadConfig (fcinit.c:67) >==18631== by 0x321CC11795: FcInitLoadConfigAndFonts (fcinit.c:101) >==18631== by 0x321CC11884: FcInit (fcinit.c:124) >==18631== >==18631== >==18631== 16 bytes in 1 blocks are still reachable in loss record 10 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321D45A35D: __gio_xdg_parent_list_new (xdgmimeparent.c:68) >==18631== by 0x321D4566F0: xdg_mime_init (xdgmime.c:449) >==18631== by 0x321D456A1F: _gio_xdg_get_mime_types_from_file_name (xdgmime.c:580) >==18631== by 0x321D4180E7: g_content_type_guess (gcontenttype.c:899) >==18631== by 0x321D44ECC6: get_content_type (glocalfileinfo.c:1225) >==18631== by 0x321D44F847: _g_local_file_info_get (glocalfileinfo.c:1556) >==18631== by 0x321D44BA3B: g_local_file_query_info (glocalfile.c:1173) >==18631== by 0x3220932F2C: icon_info_ensure_scale_and_pixbuf (gtkicontheme.c:2873) >==18631== by 0x3220933460: gtk_icon_info_load_icon (gtkicontheme.c:3044) >==18631== by 0x3220930C10: gtk_icon_theme_load_icon (gtkicontheme.c:1547) >==18631== by 0x3230032E08: empathy_pixbuf_from_icon_name (empathy-ui-utils.c:523) >==18631== >==18631== >==18631== 16 bytes in 1 blocks are still reachable in loss record 11 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321D45700D: __gio_xdg_alias_list_new (xdgmimealias.c:67) >==18631== by 0x321D4566E4: xdg_mime_init (xdgmime.c:448) >==18631== by 0x321D456A1F: _gio_xdg_get_mime_types_from_file_name (xdgmime.c:580) >==18631== by 0x321D4180E7: g_content_type_guess (gcontenttype.c:899) >==18631== by 0x321D44ECC6: get_content_type (glocalfileinfo.c:1225) >==18631== by 0x321D44F847: _g_local_file_info_get (glocalfileinfo.c:1556) >==18631== by 0x321D44BA3B: g_local_file_query_info (glocalfile.c:1173) >==18631== by 0x3220932F2C: icon_info_ensure_scale_and_pixbuf (gtkicontheme.c:2873) >==18631== by 0x3220933460: gtk_icon_info_load_icon (gtkicontheme.c:3044) >==18631== by 0x3220930C10: gtk_icon_theme_load_icon (gtkicontheme.c:1547) >==18631== by 0x3230032E08: empathy_pixbuf_from_icon_name (empathy-ui-utils.c:523) >==18631== >==18631== >==18631== 16 bytes in 1 blocks are still reachable in loss record 12 of 241 >==18631== at 0x4A05174: calloc (vg_replace_malloc.c:397) >==18631== by 0x321D4566D8: xdg_mime_init (xdgmime.c:447) >==18631== by 0x321D456A1F: _gio_xdg_get_mime_types_from_file_name (xdgmime.c:580) >==18631== by 0x321D4180E7: g_content_type_guess (gcontenttype.c:899) >==18631== by 0x321D44ECC6: get_content_type (glocalfileinfo.c:1225) >==18631== by 0x321D44F847: _g_local_file_info_get (glocalfileinfo.c:1556) >==18631== by 0x321D44BA3B: g_local_file_query_info (glocalfile.c:1173) >==18631== by 0x3220932F2C: icon_info_ensure_scale_and_pixbuf (gtkicontheme.c:2873) >==18631== by 0x3220933460: gtk_icon_info_load_icon (gtkicontheme.c:3044) >==18631== by 0x3220930C10: gtk_icon_theme_load_icon (gtkicontheme.c:1547) >==18631== by 0x3230032E08: empathy_pixbuf_from_icon_name (empathy-ui-utils.c:523) >==18631== by 0x32300373E2: empathy_smiley_manager_add (empathy-smiley-manager.c:233) >==18631== >==18631== >==18631== 16 bytes in 1 blocks are still reachable in loss record 13 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321B06085D: create_conv (lcUTF8.c:91) >==18631== by 0x321B05541E: _XlcOpenConverter (lcConv.c:308) >==18631== by 0x321B05B6C0: _XrmDefaultInitParseInfo (lcRM.c:217) >==18631== by 0x321B049A1F: NewDatabase (Xrm.c:509) >==18631== by 0x321B04B82D: XrmGetStringDatabase (Xrm.c:1565) >==18631== by 0x321B0282A3: InitDefaults (GetDflt.c:173) >==18631== by 0x321B0284B7: XGetDefault (GetDflt.c:245) >==18631== by 0x321FC048A2: _XcursorGetDisplayInfo (in /usr/lib64/libXcursor.so.1.0.2) >==18631== by 0x321FC049D8: XcursorGetTheme (in /usr/lib64/libXcursor.so.1.0.2) >==18631== by 0x322104AB6E: gdk_x11_display_set_cursor_theme (gdkcursor-x11.c:492) >==18631== by 0x32209F53E0: settings_update_cursor_theme (gtksettings.c:2008) >==18631== >==18631== >==18631== 16 bytes in 1 blocks are still reachable in loss record 14 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321B05B69C: _XrmDefaultInitParseInfo (lcRM.c:212) >==18631== by 0x321B049A1F: NewDatabase (Xrm.c:509) >==18631== by 0x321B04B82D: XrmGetStringDatabase (Xrm.c:1565) >==18631== by 0x321B0282A3: InitDefaults (GetDflt.c:173) >==18631== by 0x321B0284B7: XGetDefault (GetDflt.c:245) >==18631== by 0x321FC048A2: _XcursorGetDisplayInfo (in /usr/lib64/libXcursor.so.1.0.2) >==18631== by 0x321FC049D8: XcursorGetTheme (in /usr/lib64/libXcursor.so.1.0.2) >==18631== by 0x322104AB6E: gdk_x11_display_set_cursor_theme (gdkcursor-x11.c:492) >==18631== by 0x32209F53E0: settings_update_cursor_theme (gtksettings.c:2008) >==18631== by 0x32209F2B4B: gtk_settings_get_for_screen (gtksettings.c:1009) >==18631== by 0x32209F2B9A: gtk_settings_get_default (gtksettings.c:1034) >==18631== >==18631== >==18631== 16 bytes in 1 blocks are still reachable in loss record 15 of 241 >==18631== at 0x4A05174: calloc (vg_replace_malloc.c:397) >==18631== by 0x321B04C4BE: _XCBInitDisplayLock (xcb_lock.c:48) >==18631== by 0x321B03469C: XOpenDisplay (OpenDis.c:264) >==18631== by 0x322104B58B: gdk_display_open (gdkdisplay-x11.c:157) >==18631== by 0x322101BAC7: gdk_display_open_default_libgtk_only (gdk.c:291) >==18631== by 0x3220968984: post_parse_hook (gtkmain.c:734) >==18631== by 0x3219C46487: g_option_context_parse (goption.c:1796) >==18631== by 0x3220968B68: gtk_init_with_args (gtkmain.c:839) >==18631== by 0x40CEB3: main (empathy.c:395) >==18631== >==18631== >==18631== 16 bytes in 1 blocks are still reachable in loss record 16 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321AC0AECD: _xcb_map_new (xcb_list.c:49) >==18631== by 0x321AC09E51: _xcb_in_init (xcb_in.c:447) >==18631== by 0x321AC08E99: xcb_connect_to_fd (xcb_conn.c:230) >==18631== by 0x321AC0B5A6: xcb_connect (xcb_util.c:288) >==18631== by 0x321B04C821: _XConnectXCB (xcb_disp.c:87) >==18631== by 0x321B0343CC: XOpenDisplay (OpenDis.c:168) >==18631== by 0x322104B58B: gdk_display_open (gdkdisplay-x11.c:157) >==18631== by 0x322101BAC7: gdk_display_open_default_libgtk_only (gdk.c:291) >==18631== by 0x3220968984: post_parse_hook (gtkmain.c:734) >==18631== by 0x3219C46487: g_option_context_parse (goption.c:1796) >==18631== by 0x3220968B68: gtk_init_with_args (gtkmain.c:839) >==18631== >==18631== >==18631== 19 bytes in 19 blocks are definitely lost in loss record 17 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x3225CAC8BF: xmlStrndup (xmlstring.c:45) >==18631== by 0x3230425A73: empathy_log_manager_get_messages_for_file (empathy-log-manager.c:359) >==18631== by 0x3230425DC3: empathy_log_manager_get_messages_for_date (empathy-log-manager.c:418) >==18631== by 0x3230426143: empathy_log_manager_get_last_messages (empathy-log-manager.c:442) >==18631== by 0x323001B756: chat_constructed (empathy-chat.c:1040) >==18631== by 0x321A011DB2: g_object_newv (gobject.c:1223) >==18631== by 0x321A01218A: g_object_new_valist (gobject.c:1309) >==18631== by 0x321A0123DB: g_object_new (gobject.c:1050) >==18631== by 0x40CBA5: dispatch_channel_cb (empathy.c:96) >==18631== by 0x321A00B7FC: g_closure_invoke (gclosure.c:767) >==18631== by 0x321A0225AF: signal_emit_unlocked_R (gsignal.c:3244) >==18631== >==18631== >==18631== 21 bytes in 1 blocks are still reachable in loss record 18 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321B034888: XOpenDisplay (OpenDis.c:460) >==18631== by 0x322104B58B: gdk_display_open (gdkdisplay-x11.c:157) >==18631== by 0x322101BAC7: gdk_display_open_default_libgtk_only (gdk.c:291) >==18631== by 0x3220968984: post_parse_hook (gtkmain.c:734) >==18631== by 0x3219C46487: g_option_context_parse (goption.c:1796) >==18631== by 0x3220968B68: gtk_init_with_args (gtkmain.c:839) >==18631== by 0x40CEB3: main (empathy.c:395) >==18631== >==18631== >==18631== 24 bytes in 1 blocks are still reachable in loss record 19 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321D458489: __gio_xdg_cache_new_from_file (xdgmimecache.c:142) >==18631== by 0x321D455E3B: xdg_mime_init_from_directory (xdgmime.c:145) >==18631== by 0x321D455C74: xdg_run_command_on_dirs (xdgmime.c:285) >==18631== by 0x321D45671D: xdg_mime_init (xdgmime.c:453) >==18631== by 0x321D456A1F: _gio_xdg_get_mime_types_from_file_name (xdgmime.c:580) >==18631== by 0x321D4180E7: g_content_type_guess (gcontenttype.c:899) >==18631== by 0x321D44ECC6: get_content_type (glocalfileinfo.c:1225) >==18631== by 0x321D44F847: _g_local_file_info_get (glocalfileinfo.c:1556) >==18631== by 0x321D44BA3B: g_local_file_query_info (glocalfile.c:1173) >==18631== by 0x3220932F2C: icon_info_ensure_scale_and_pixbuf (gtkicontheme.c:2873) >==18631== by 0x3220933460: gtk_icon_info_load_icon (gtkicontheme.c:3044) >==18631== >==18631== >==18631== 24 bytes in 1 blocks are still reachable in loss record 20 of 241 >==18631== at 0x4A05174: calloc (vg_replace_malloc.c:397) >==18631== by 0x321D4566CC: xdg_mime_init (xdgmime.c:446) >==18631== by 0x321D456A1F: _gio_xdg_get_mime_types_from_file_name (xdgmime.c:580) >==18631== by 0x321D4180E7: g_content_type_guess (gcontenttype.c:899) >==18631== by 0x321D44ECC6: get_content_type (glocalfileinfo.c:1225) >==18631== by 0x321D44F847: _g_local_file_info_get (glocalfileinfo.c:1556) >==18631== by 0x321D44BA3B: g_local_file_query_info (glocalfile.c:1173) >==18631== by 0x3220932F2C: icon_info_ensure_scale_and_pixbuf (gtkicontheme.c:2873) >==18631== by 0x3220933460: gtk_icon_info_load_icon (gtkicontheme.c:3044) >==18631== by 0x3220930C10: gtk_icon_theme_load_icon (gtkicontheme.c:1547) >==18631== by 0x3230032E08: empathy_pixbuf_from_icon_name (empathy-ui-utils.c:523) >==18631== by 0x32300373E2: empathy_smiley_manager_add (empathy-smiley-manager.c:233) >==18631== >==18631== >==18631== 24 bytes in 1 blocks are still reachable in loss record 21 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321DC57929: _cairo_ft_unscaled_font_map_lock (cairo-ft-font.c:208) >==18631== by 0x321DC57AC9: _cairo_ft_unscaled_font_create_internal (cairo-ft-font.c:442) >==18631== by 0x321DC57DC9: _cairo_ft_unscaled_font_create_for_pattern (cairo-ft-font.c:506) >==18631== by 0x321DC585AA: cairo_ft_font_face_create_for_pattern (cairo-ft-font.c:2825) >==18631== by 0x321F804DA1: _pango_cairo_font_private_get_scaled_font (pangocairo-font.c:99) >==18631== by 0x321F804FE0: _pango_cairo_font_get_metrics (pangocairo-font.c:239) >==18631== by 0x321E01EF00: pango_layout_get_empty_extents_at_index (pango-layout.c:4363) >==18631== by 0x321E01F317: pango_layout_line_get_extents (pango-layout.c:4398) >==18631== by 0x321E01F41E: get_line_extents_layout_coords (pango-layout.c:2366) >==18631== by 0x321E0227CD: pango_layout_get_extents_internal (pango-layout.c:2477) >==18631== by 0x3220A47BBB: gtk_text_layout_get_line_display (gtktextlayout.c:2440) >==18631== >==18631== >==18631== 24 bytes in 1 blocks are still reachable in loss record 22 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321B04A8B8: PutEntry (Xrm.c:870) >==18631== by 0x321B04B2B4: GetDatabase (Xrm.c:1519) >==18631== by 0x321B04B857: XrmGetStringDatabase (Xrm.c:1567) >==18631== by 0x321B0282A3: InitDefaults (GetDflt.c:173) >==18631== by 0x321B0284B7: XGetDefault (GetDflt.c:245) >==18631== by 0x321FC048A2: _XcursorGetDisplayInfo (in /usr/lib64/libXcursor.so.1.0.2) >==18631== by 0x321FC049D8: XcursorGetTheme (in /usr/lib64/libXcursor.so.1.0.2) >==18631== by 0x322104AB6E: gdk_x11_display_set_cursor_theme (gdkcursor-x11.c:492) >==18631== by 0x32209F53E0: settings_update_cursor_theme (gtksettings.c:2008) >==18631== by 0x32209F2B4B: gtk_settings_get_for_screen (gtksettings.c:1009) >==18631== by 0x32209F2B9A: gtk_settings_get_default (gtksettings.c:1034) >==18631== >==18631== >==18631== 24 bytes in 1 blocks are still reachable in loss record 23 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321BC0DC9D: XextCreateExtension (extutil.c:67) >==18631== by 0x321E80687B: XInput_find_display (XExtInt.c:105) >==18631== by 0x321E8050CA: XListInputDevices (XListDev.c:82) >==18631== by 0x322108A9C5: _gdk_input_common_init (gdkinput-x11.c:397) >==18631== by 0x322108BD89: _gdk_input_init (gdkinput-xfree.c:41) >==18631== by 0x322104BDD9: gdk_display_open (gdkdisplay-x11.c:381) >==18631== by 0x322101BAC7: gdk_display_open_default_libgtk_only (gdk.c:291) >==18631== by 0x3220968984: post_parse_hook (gtkmain.c:734) >==18631== by 0x3219C46487: g_option_context_parse (goption.c:1796) >==18631== by 0x3220968B68: gtk_init_with_args (gtkmain.c:839) >==18631== by 0x40CEB3: main (empathy.c:395) >==18631== >==18631== >==18631== 24 bytes in 1 blocks are still reachable in loss record 24 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321B045EA1: XAddConnectionWatch (XlibInt.c:2150) >==18631== by 0x322104B605: gdk_display_open (gdkdisplay-x11.c:169) >==18631== by 0x322101BAC7: gdk_display_open_default_libgtk_only (gdk.c:291) >==18631== by 0x3220968984: post_parse_hook (gtkmain.c:734) >==18631== by 0x3219C46487: g_option_context_parse (goption.c:1796) >==18631== by 0x3220968B68: gtk_init_with_args (gtkmain.c:839) >==18631== by 0x40CEB3: main (empathy.c:395) >==18631== >==18631== >==18631== 24 bytes in 1 blocks are still reachable in loss record 25 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321B061B24: _XOpenLC (lcWrap.c:298) >==18631== by 0x321B061C07: _XlcCurrentLC (lcWrap.c:357) >==18631== by 0x321B061FF8: XSupportsLocale (lcWrap.c:101) >==18631== by 0x3221068C59: _gdk_x11_initialize_locale (gdkim-x11.c:64) >==18631== by 0x322106EE14: _gdk_windowing_init (gdkmain-x11.c:99) >==18631== by 0x322101B8AB: gdk_pre_parse_libgtk_only (gdk.c:188) >==18631== by 0x322096872B: do_pre_parse_initialization (gtkmain.c:617) >==18631== by 0x322096893E: pre_parse_hook (gtkmain.c:716) >==18631== by 0x3219C45FC7: g_option_context_parse (goption.c:1572) >==18631== by 0x3220968B68: gtk_init_with_args (gtkmain.c:839) >==18631== by 0x40CEB3: main (empathy.c:395) >==18631== >==18631== >==18631== 24 bytes in 1 blocks are still reachable in loss record 26 of 241 >==18631== at 0x4A074D1: realloc (vg_replace_malloc.c:429) >==18631== by 0x321B057F54: _XlcResolveLocaleName (lcFile.c:600) >==18631== by 0x321B05B1AB: initialize (lcPublic.c:234) >==18631== by 0x321B05A622: initialize (lcGeneric.c:1018) >==18631== by 0x321B05ADF5: _XlcCreateLC (lcPubWrap.c:92) >==18631== by 0x321B07CE6F: _XlcUtf8Loader (lcUTF8Load.c:49) >==18631== by 0x321B061B12: _XOpenLC (lcWrap.c:296) >==18631== by 0x321B061C07: _XlcCurrentLC (lcWrap.c:357) >==18631== by 0x321B061FF8: XSupportsLocale (lcWrap.c:101) >==18631== by 0x3221068C59: _gdk_x11_initialize_locale (gdkim-x11.c:64) >==18631== by 0x322106EE14: _gdk_windowing_init (gdkmain-x11.c:99) >==18631== by 0x322101B8AB: gdk_pre_parse_libgtk_only (gdk.c:188) >==18631== >==18631== >==18631== 24 bytes in 1 blocks are still reachable in loss record 27 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321B058A0F: create (lcGeneric.c:65) >==18631== by 0x321B05ADD3: _XlcCreateLC (lcPubWrap.c:78) >==18631== by 0x321B07CE6F: _XlcUtf8Loader (lcUTF8Load.c:49) >==18631== by 0x321B061B12: _XOpenLC (lcWrap.c:296) >==18631== by 0x321B061C07: _XlcCurrentLC (lcWrap.c:357) >==18631== by 0x321B061FF8: XSupportsLocale (lcWrap.c:101) >==18631== by 0x3221068C59: _gdk_x11_initialize_locale (gdkim-x11.c:64) >==18631== by 0x322106EE14: _gdk_windowing_init (gdkmain-x11.c:99) >==18631== by 0x322101B8AB: gdk_pre_parse_libgtk_only (gdk.c:188) >==18631== by 0x322096872B: do_pre_parse_initialization (gtkmain.c:617) >==18631== by 0x322096893E: pre_parse_hook (gtkmain.c:716) >==18631== >==18631== >==18631== 28 bytes in 1 blocks are still reachable in loss record 28 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321D455DE6: xdg_mime_init_from_directory (xdgmime.c:141) >==18631== by 0x321D455C74: xdg_run_command_on_dirs (xdgmime.c:285) >==18631== by 0x321D45671D: xdg_mime_init (xdgmime.c:453) >==18631== by 0x321D456A1F: _gio_xdg_get_mime_types_from_file_name (xdgmime.c:580) >==18631== by 0x321D4180E7: g_content_type_guess (gcontenttype.c:899) >==18631== by 0x321D44ECC6: get_content_type (glocalfileinfo.c:1225) >==18631== by 0x321D44F847: _g_local_file_info_get (glocalfileinfo.c:1556) >==18631== by 0x321D44BA3B: g_local_file_query_info (glocalfile.c:1173) >==18631== by 0x3220932F2C: icon_info_ensure_scale_and_pixbuf (gtkicontheme.c:2873) >==18631== by 0x3220933460: gtk_icon_info_load_icon (gtkicontheme.c:3044) >==18631== by 0x3220930C10: gtk_icon_theme_load_icon (gtkicontheme.c:1547) >==18631== >==18631== >==18631== 29 bytes in 3 blocks are still reachable in loss record 29 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321B0549D6: _XlcAddCT (lcCT.c:517) >==18631== by 0x321B054AD7: _XlcInitCTInfo (lcCT.c:1276) >==18631== by 0x321B05B036: initialize (lcPublic.c:214) >==18631== by 0x321B05A622: initialize (lcGeneric.c:1018) >==18631== by 0x321B05ADF5: _XlcCreateLC (lcPubWrap.c:92) >==18631== by 0x321B07CE6F: _XlcUtf8Loader (lcUTF8Load.c:49) >==18631== by 0x321B061B12: _XOpenLC (lcWrap.c:296) >==18631== by 0x321B061C07: _XlcCurrentLC (lcWrap.c:357) >==18631== by 0x321B061FF8: XSupportsLocale (lcWrap.c:101) >==18631== by 0x3221068C59: _gdk_x11_initialize_locale (gdkim-x11.c:64) >==18631== by 0x322106EE14: _gdk_windowing_init (gdkmain-x11.c:99) >==18631== >==18631== >==18631== 32 bytes in 1 blocks are still reachable in loss record 30 of 241 >==18631== at 0x4A05174: calloc (vg_replace_malloc.c:397) >==18631== by 0x321D458A2D: __gio_xdg_hash_append_glob (xdgmimeglob.c:82) >==18631== by 0x321D458C49: __gio_xdg_glob_read_from_file (xdgmimeglob.c:600) >==18631== by 0x321D455F19: xdg_mime_init_from_directory (xdgmime.c:175) >==18631== by 0x321D455D22: xdg_run_command_on_dirs (xdgmime.c:247) >==18631== by 0x321D45671D: xdg_mime_init (xdgmime.c:453) >==18631== by 0x321D456A1F: _gio_xdg_get_mime_types_from_file_name (xdgmime.c:580) >==18631== by 0x321D4180E7: g_content_type_guess (gcontenttype.c:899) >==18631== by 0x321D44ECC6: get_content_type (glocalfileinfo.c:1225) >==18631== by 0x321D44F847: _g_local_file_info_get (glocalfileinfo.c:1556) >==18631== by 0x321D44BA3B: g_local_file_query_info (glocalfile.c:1173) >==18631== by 0x3220932F2C: icon_info_ensure_scale_and_pixbuf (gtkicontheme.c:2873) >==18631== >==18631== >==18631== 32 bytes in 1 blocks are still reachable in loss record 31 of 241 >==18631== at 0x4A05174: calloc (vg_replace_malloc.c:397) >==18631== by 0x321D458B08: __gio_xdg_hash_append_glob (xdgmimeglob.c:82) >==18631== by 0x321D458C49: __gio_xdg_glob_read_from_file (xdgmimeglob.c:600) >==18631== by 0x321D455F19: xdg_mime_init_from_directory (xdgmime.c:175) >==18631== by 0x321D455D22: xdg_run_command_on_dirs (xdgmime.c:247) >==18631== by 0x321D45671D: xdg_mime_init (xdgmime.c:453) >==18631== by 0x321D456A1F: _gio_xdg_get_mime_types_from_file_name (xdgmime.c:580) >==18631== by 0x321D4180E7: g_content_type_guess (gcontenttype.c:899) >==18631== by 0x321D44ECC6: get_content_type (glocalfileinfo.c:1225) >==18631== by 0x321D44F847: _g_local_file_info_get (glocalfileinfo.c:1556) >==18631== by 0x321D44BA3B: g_local_file_query_info (glocalfile.c:1173) >==18631== by 0x3220932F2C: icon_info_ensure_scale_and_pixbuf (gtkicontheme.c:2873) >==18631== >==18631== >==18631== 32 bytes in 2 blocks are still reachable in loss record 32 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321D45923D: _gio_xdg_icon_list_new (xdgmimeicon.c:66) >==18631== by 0x321D4566FC: xdg_mime_init (xdgmime.c:450) >==18631== by 0x321D456A1F: _gio_xdg_get_mime_types_from_file_name (xdgmime.c:580) >==18631== by 0x321D4180E7: g_content_type_guess (gcontenttype.c:899) >==18631== by 0x321D44ECC6: get_content_type (glocalfileinfo.c:1225) >==18631== by 0x321D44F847: _g_local_file_info_get (glocalfileinfo.c:1556) >==18631== by 0x321D44BA3B: g_local_file_query_info (glocalfile.c:1173) >==18631== by 0x3220932F2C: icon_info_ensure_scale_and_pixbuf (gtkicontheme.c:2873) >==18631== by 0x3220933460: gtk_icon_info_load_icon (gtkicontheme.c:3044) >==18631== by 0x3220930C10: gtk_icon_theme_load_icon (gtkicontheme.c:1547) >==18631== by 0x3230032E08: empathy_pixbuf_from_icon_name (empathy-ui-utils.c:523) >==18631== >==18631== >==18631== 32 bytes in 1 blocks are still reachable in loss record 33 of 241 >==18631== at 0x4A05174: calloc (vg_replace_malloc.c:397) >==18631== by 0x322242512D: find_generic_function (dbus-hash.c:1048) >==18631== by 0x3222425369: find_direct_function (dbus-hash.c:1007) >==18631== by 0x3222424BA0: _dbus_hash_table_insert_int (dbus-hash.c:1516) >==18631== by 0x322240F9CA: dbus_connection_send_with_reply (dbus-connection.c:889) >==18631== by 0x322500E9EB: dbus_g_proxy_begin_call_internal (dbus-gproxy.c:2191) >==18631== by 0x322500FBAC: dbus_g_proxy_begin_call_with_timeout (dbus-gproxy.c:2489) >==18631== by 0x32258474BB: tp_cli_connection_call_get_interfaces (tp-cli-connection-body.h:896) >==18631== by 0x322584BA30: _tp_cli_connection_invoke_callback_get_status (tp-cli-connection-body.h:1640) >==18631== by 0x32258728F6: tp_proxy_pending_call_idle_invoke (proxy-methods.c:153) >==18631== by 0x3219C378C1: g_main_context_dispatch (gmain.c:2072) >==18631== by 0x3219C3B05C: g_main_context_iterate (gmain.c:2705) >==18631== >==18631== >==18631== 32 bytes in 1 blocks are still reachable in loss record 34 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321B0499EA: NewDatabase (Xrm.c:501) >==18631== by 0x321B04B82D: XrmGetStringDatabase (Xrm.c:1565) >==18631== by 0x321B0282A3: InitDefaults (GetDflt.c:173) >==18631== by 0x321B0284B7: XGetDefault (GetDflt.c:245) >==18631== by 0x321FC048A2: _XcursorGetDisplayInfo (in /usr/lib64/libXcursor.so.1.0.2) >==18631== by 0x321FC049D8: XcursorGetTheme (in /usr/lib64/libXcursor.so.1.0.2) >==18631== by 0x322104AB6E: gdk_x11_display_set_cursor_theme (gdkcursor-x11.c:492) >==18631== by 0x32209F53E0: settings_update_cursor_theme (gtksettings.c:2008) >==18631== by 0x32209F2B4B: gtk_settings_get_for_screen (gtksettings.c:1009) >==18631== by 0x32209F2B9A: gtk_settings_get_default (gtksettings.c:1034) >==18631== by 0xA622E49: gtk_module_init (in /usr/lib64/gtk-2.0/modules/libcanberra-gtk-module.so) >==18631== >==18631== >==18631== 32 bytes in 1 blocks are still reachable in loss record 35 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321D806B9C: XRenderFindDisplay (Xrender.c:196) >==18631== by 0x321D807B98: XRenderQueryExtension (Xrender.c:310) >==18631== by 0x321FC0450C: _XcursorGetDisplayInfo (in /usr/lib64/libXcursor.so.1.0.2) >==18631== by 0x321FC049D8: XcursorGetTheme (in /usr/lib64/libXcursor.so.1.0.2) >==18631== by 0x322104AB6E: gdk_x11_display_set_cursor_theme (gdkcursor-x11.c:492) >==18631== by 0x32209F53E0: settings_update_cursor_theme (gtksettings.c:2008) >==18631== by 0x32209F2B4B: gtk_settings_get_for_screen (gtksettings.c:1009) >==18631== by 0x32209F2B9A: gtk_settings_get_default (gtksettings.c:1034) >==18631== by 0xA622E49: gtk_module_init (in /usr/lib64/gtk-2.0/modules/libcanberra-gtk-module.so) >==18631== by 0x322098C4F8: default_display_notify_cb (gtkmodules.c:417) >==18631== by 0x321A00B7FC: g_closure_invoke (gclosure.c:767) >==18631== >==18631== >==18631== 32 bytes in 1 blocks are still reachable in loss record 36 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x3221800DF4: XCompositeFindDisplay (in /usr/lib64/libXcomposite.so.1.0.0) >==18631== by 0x32218018D8: XCompositeQueryExtension (in /usr/lib64/libXcomposite.so.1.0.0) >==18631== by 0x322104B8D7: gdk_display_open (gdkdisplay-x11.c:237) >==18631== by 0x322101BAC7: gdk_display_open_default_libgtk_only (gdk.c:291) >==18631== by 0x3220968984: post_parse_hook (gtkmain.c:734) >==18631== by 0x3219C46487: g_option_context_parse (goption.c:1796) >==18631== by 0x3220968B68: gtk_init_with_args (gtkmain.c:839) >==18631== by 0x40CEB3: main (empathy.c:395) >==18631== >==18631== >==18631== 32 bytes in 1 blocks are still reachable in loss record 37 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321F403D5C: XFixesFindDisplay (in /usr/lib64/libXfixes.so.3.1.0) >==18631== by 0x321F403FB8: XFixesQueryExtension (in /usr/lib64/libXfixes.so.3.1.0) >==18631== by 0x322104B882: gdk_display_open (gdkdisplay-x11.c:222) >==18631== by 0x322101BAC7: gdk_display_open_default_libgtk_only (gdk.c:291) >==18631== by 0x3220968984: post_parse_hook (gtkmain.c:734) >==18631== by 0x3219C46487: g_option_context_parse (goption.c:1796) >==18631== by 0x3220968B68: gtk_init_with_args (gtkmain.c:839) >==18631== by 0x40CEB3: main (empathy.c:395) >==18631== >==18631== >==18631== 32 bytes in 1 blocks are still reachable in loss record 38 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321EC018E6: XRRFindDisplay (Xrandr.c:227) >==18631== by 0x321EC01DD8: XRRQueryExtension (Xrandr.c:277) >==18631== by 0x322104B632: gdk_display_open (gdkdisplay-x11.c:175) >==18631== by 0x322101BAC7: gdk_display_open_default_libgtk_only (gdk.c:291) >==18631== by 0x3220968984: post_parse_hook (gtkmain.c:734) >==18631== by 0x3219C46487: g_option_context_parse (goption.c:1796) >==18631== by 0x3220968B68: gtk_init_with_args (gtkmain.c:839) >==18631== by 0x40CEB3: main (empathy.c:395) >==18631== >==18631== >==18631== 32 bytes in 1 blocks are still reachable in loss record 39 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321AC0A6E0: _xcb_in_read (xcb_in.c:144) >==18631== by 0x321AC08AF9: _xcb_conn_wait (xcb_conn.c:357) >==18631== by 0x321AC0A2AC: xcb_wait_for_reply (xcb_in.c:344) >==18631== by 0x321AC0AC22: xcb_get_extension_data (xcb_ext.c:95) >==18631== by 0x321AC0938E: xcb_prefetch_maximum_request_length (xcb_out.c:68) >==18631== by 0x321AC0941B: xcb_get_maximum_request_length (xcb_out.c:87) >==18631== by 0x321B034BD8: XOpenDisplay (OpenDis.c:676) >==18631== by 0x322104B58B: gdk_display_open (gdkdisplay-x11.c:157) >==18631== by 0x322101BAC7: gdk_display_open_default_libgtk_only (gdk.c:291) >==18631== by 0x3220968984: post_parse_hook (gtkmain.c:734) >==18631== by 0x3219C46487: g_option_context_parse (goption.c:1796) >==18631== >==18631== >==18631== 32 bytes in 1 blocks are still reachable in loss record 40 of 241 >==18631== at 0x4A05174: calloc (vg_replace_malloc.c:397) >==18631== by 0x321880136F: _dlerror_run (dlerror.c:142) >==18631== by 0x3218800EF0: dlopen@@GLIBC_2.2.5 (dlopen.c:87) >==18631== by 0x321B80190A: g_module_open (gmodule-dl.c:99) >==18631== by 0x322098BFEE: find_module (gtkmodules.c:239) >==18631== by 0x322098C0CA: load_module (gtkmodules.c:279) >==18631== by 0x322098C44C: load_modules (gtkmodules.c:388) >==18631== by 0x322098C819: _gtk_modules_init (gtkmodules.c:518) >==18631== by 0x3220968904: do_post_parse_initialization (gtkmain.c:699) >==18631== by 0x3220968975: post_parse_hook (gtkmain.c:730) >==18631== by 0x3219C46487: g_option_context_parse (goption.c:1796) >==18631== by 0x3220968B68: gtk_init_with_args (gtkmain.c:839) >==18631== >==18631== >==18631== 32 bytes in 4 blocks are still reachable in loss record 41 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321B059945: load_generic (lcGeneric.c:166) >==18631== by 0x321B05A634: initialize (lcGeneric.c:1027) >==18631== by 0x321B05ADF5: _XlcCreateLC (lcPubWrap.c:92) >==18631== by 0x321B07CE6F: _XlcUtf8Loader (lcUTF8Load.c:49) >==18631== by 0x321B061B12: _XOpenLC (lcWrap.c:296) >==18631== by 0x321B061C07: _XlcCurrentLC (lcWrap.c:357) >==18631== by 0x321B061FF8: XSupportsLocale (lcWrap.c:101) >==18631== by 0x3221068C59: _gdk_x11_initialize_locale (gdkim-x11.c:64) >==18631== by 0x322106EE14: _gdk_windowing_init (gdkmain-x11.c:99) >==18631== by 0x322101B8AB: gdk_pre_parse_libgtk_only (gdk.c:188) >==18631== by 0x322096872B: do_pre_parse_initialization (gtkmain.c:617) >==18631== >==18631== >==18631== 37 bytes in 1 blocks are still reachable in loss record 42 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321D455F37: xdg_mime_init_from_directory (xdgmime.c:184) >==18631== by 0x321D455D22: xdg_run_command_on_dirs (xdgmime.c:247) >==18631== by 0x321D45671D: xdg_mime_init (xdgmime.c:453) >==18631== by 0x321D456A1F: _gio_xdg_get_mime_types_from_file_name (xdgmime.c:580) >==18631== by 0x321D4180E7: g_content_type_guess (gcontenttype.c:899) >==18631== by 0x321D44ECC6: get_content_type (glocalfileinfo.c:1225) >==18631== by 0x321D44F847: _g_local_file_info_get (glocalfileinfo.c:1556) >==18631== by 0x321D44BA3B: g_local_file_query_info (glocalfile.c:1173) >==18631== by 0x3220932F2C: icon_info_ensure_scale_and_pixbuf (gtkicontheme.c:2873) >==18631== by 0x3220933460: gtk_icon_info_load_icon (gtkicontheme.c:3044) >==18631== by 0x3220930C10: gtk_icon_theme_load_icon (gtkicontheme.c:1547) >==18631== >==18631== >==18631== 37 bytes in 1 blocks are still reachable in loss record 43 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321D456140: xdg_mime_init_from_directory (xdgmime.c:171) >==18631== by 0x321D455D22: xdg_run_command_on_dirs (xdgmime.c:247) >==18631== by 0x321D45671D: xdg_mime_init (xdgmime.c:453) >==18631== by 0x321D456A1F: _gio_xdg_get_mime_types_from_file_name (xdgmime.c:580) >==18631== by 0x321D4180E7: g_content_type_guess (gcontenttype.c:899) >==18631== by 0x321D44ECC6: get_content_type (glocalfileinfo.c:1225) >==18631== by 0x321D44F847: _g_local_file_info_get (glocalfileinfo.c:1556) >==18631== by 0x321D44BA3B: g_local_file_query_info (glocalfile.c:1173) >==18631== by 0x3220932F2C: icon_info_ensure_scale_and_pixbuf (gtkicontheme.c:2873) >==18631== by 0x3220933460: gtk_icon_info_load_icon (gtkicontheme.c:3044) >==18631== by 0x3220930C10: gtk_icon_theme_load_icon (gtkicontheme.c:1547) >==18631== >==18631== >==18631== 40 bytes in 2 blocks are still reachable in loss record 44 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321DC10FCD: cairo_font_options_create (cairo-font-options.c:91) >==18631== by 0x321F804644: _pango_cairo_context_get_merged_font_options (pangocairo-context.c:296) >==18631== by 0x3221C0A023: pango_fc_font_map_load_fontset (pangofc-fontmap.c:1057) >==18631== by 0x3221C0AC24: pango_fc_font_map_load_font (pangofc-fontmap.c:1152) >==18631== by 0x321E01EEE0: pango_layout_get_empty_extents_at_index (pango-layout.c:4358) >==18631== by 0x321E01F317: pango_layout_line_get_extents (pango-layout.c:4398) >==18631== by 0x321E01F41E: get_line_extents_layout_coords (pango-layout.c:2366) >==18631== by 0x321E0227CD: pango_layout_get_extents_internal (pango-layout.c:2477) >==18631== by 0x3220A47BBB: gtk_text_layout_get_line_display (gtktextlayout.c:2440) >==18631== by 0x3220A454B0: gtk_text_layout_real_wrap (gtktextlayout.c:1150) >==18631== by 0x3220A4463E: gtk_text_layout_wrap (gtktextlayout.c:696) >==18631== >==18631== >==18631== 40 bytes in 1 blocks are still reachable in loss record 45 of 241 >==18631== at 0x4A074D1: realloc (vg_replace_malloc.c:429) >==18631== by 0x3222424864: _dbus_data_slot_allocator_alloc (dbus-dataslot.c:122) >==18631== by 0xD7EE05F: (within /usr/lib64/gio/modules/libgvfsdbus.so) >==18631== by 0x3219C5F4A3: g_once_impl (gthread.c:190) >==18631== by 0xD7EE1D4: (within /usr/lib64/gio/modules/libgvfsdbus.so) >==18631== by 0xD7DE919: (within /usr/lib64/gio/modules/libgvfsdbus.so) >==18631== by 0x321A02DD57: g_type_create_instance (gtype.c:1674) >==18631== by 0x321A0110AA: g_object_constructor (gobject.c:1328) >==18631== by 0x321A01171F: g_object_newv (gobject.c:1205) >==18631== by 0x321A012296: g_object_new_valist (gobject.c:1268) >==18631== by 0x321A0123DB: g_object_new (gobject.c:1050) >==18631== by 0x321D43E38E: get_default_vfs (gvfs.c:209) >==18631== >==18631== >==18631== 40 bytes in 1 blocks are still reachable in loss record 46 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321DC0EF8A: _cairo_cache_create (cairo-cache.c:133) >==18631== by 0x321DC21681: _cairo_scaled_font_init (cairo-scaled-font.c:626) >==18631== by 0x321DC5A112: _cairo_ft_scaled_font_create (cairo-ft-font.c:1793) >==18631== by 0x321DC5A796: _cairo_ft_font_face_scaled_font_create (cairo-ft-font.c:2577) >==18631== by 0x321DC211A6: cairo_scaled_font_create (cairo-scaled-font.c:819) >==18631== by 0x321F804DBD: _pango_cairo_font_private_get_scaled_font (pangocairo-font.c:103) >==18631== by 0x321F804FE0: _pango_cairo_font_get_metrics (pangocairo-font.c:239) >==18631== by 0x321E01EF00: pango_layout_get_empty_extents_at_index (pango-layout.c:4363) >==18631== by 0x321E01F317: pango_layout_line_get_extents (pango-layout.c:4398) >==18631== by 0x321E01F41E: get_line_extents_layout_coords (pango-layout.c:2366) >==18631== by 0x321E0227CD: pango_layout_get_extents_internal (pango-layout.c:2477) >==18631== >==18631== >==18631== 40 bytes in 1 blocks are still reachable in loss record 47 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321B044BDD: _XPollfdCacheInit (XlibInt.c:390) >==18631== by 0x321B0346AD: XOpenDisplay (OpenDis.c:270) >==18631== by 0x322104B58B: gdk_display_open (gdkdisplay-x11.c:157) >==18631== by 0x322101BAC7: gdk_display_open_default_libgtk_only (gdk.c:291) >==18631== by 0x3220968984: post_parse_hook (gtkmain.c:734) >==18631== by 0x3219C46487: g_option_context_parse (goption.c:1796) >==18631== by 0x3220968B68: gtk_init_with_args (gtkmain.c:839) >==18631== by 0x40CEB3: main (empathy.c:395) >==18631== >==18631== >==18631== 40 bytes in 1 blocks are still reachable in loss record 48 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321B056EEA: _XlcCreateLocaleDataBase (lcDB.c:1324) >==18631== by 0x321B05B1FE: initialize (lcPublic.c:116) >==18631== by 0x321B05A622: initialize (lcGeneric.c:1018) >==18631== by 0x321B05ADF5: _XlcCreateLC (lcPubWrap.c:92) >==18631== by 0x321B07CE6F: _XlcUtf8Loader (lcUTF8Load.c:49) >==18631== by 0x321B061B12: _XOpenLC (lcWrap.c:296) >==18631== by 0x321B061C07: _XlcCurrentLC (lcWrap.c:357) >==18631== by 0x321B061FF8: XSupportsLocale (lcWrap.c:101) >==18631== by 0x3221068C59: _gdk_x11_initialize_locale (gdkim-x11.c:64) >==18631== by 0x322106EE14: _gdk_windowing_init (gdkmain-x11.c:99) >==18631== by 0x322101B8AB: gdk_pre_parse_libgtk_only (gdk.c:188) >==18631== >==18631== >==18631== 43 bytes in 1 blocks are still reachable in loss record 49 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321B04C71B: _XConnectXCB (xcb_disp.c:78) >==18631== by 0x321B0343CC: XOpenDisplay (OpenDis.c:168) >==18631== by 0x322104B58B: gdk_display_open (gdkdisplay-x11.c:157) >==18631== by 0x322101BAC7: gdk_display_open_default_libgtk_only (gdk.c:291) >==18631== by 0x3220968984: post_parse_hook (gtkmain.c:734) >==18631== by 0x3219C46487: g_option_context_parse (goption.c:1796) >==18631== by 0x3220968B68: gtk_init_with_args (gtkmain.c:839) >==18631== by 0x40CEB3: main (empathy.c:395) >==18631== >==18631== >==18631== 48 bytes in 2 blocks are still reachable in loss record 50 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321CC1B5BA: FcExprCreateField (fcxml.c:158) >==18631== by 0x321CC1C1DA: FcPopExpr (fcxml.c:1519) >==18631== by 0x321CC1C382: FcPopBinary (fcxml.c:1574) >==18631== by 0x321CC1C3F8: FcParseBinary (fcxml.c:1597) >==18631== by 0x321CC1D256: FcEndElement (fcxml.c:2277) >==18631== by 0x321C00AC22: doContent (xmlparse.c:2449) >==18631== by 0x321C00BB53: contentProcessor (xmlparse.c:2023) >==18631== by 0x321C00CB55: doProlog (xmlparse.c:3905) >==18631== by 0x321C00DDBA: prologProcessor (xmlparse.c:3635) >==18631== by 0x321C003FA0: XML_ParseBuffer (xmlparse.c:1573) >==18631== by 0x321CC1BDA8: FcConfigParseAndLoad (fcxml.c:2552) >==18631== >==18631== >==18631== 48 bytes in 2 blocks are still reachable in loss record 51 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321CC1B61A: FcExprCreateMatrix (fcxml.c:117) >==18631== by 0x321CC1C1FA: FcPopExpr (fcxml.c:1540) >==18631== by 0x321CC1C382: FcPopBinary (fcxml.c:1574) >==18631== by 0x321CC1C3F8: FcParseBinary (fcxml.c:1597) >==18631== by 0x321CC1D256: FcEndElement (fcxml.c:2277) >==18631== by 0x321C00AC22: doContent (xmlparse.c:2449) >==18631== by 0x321C00BB53: contentProcessor (xmlparse.c:2023) >==18631== by 0x321C00CB55: doProlog (xmlparse.c:3905) >==18631== by 0x321C00DDBA: prologProcessor (xmlparse.c:3635) >==18631== by 0x321C003FA0: XML_ParseBuffer (xmlparse.c:1573) >==18631== by 0x321CC1BDA8: FcConfigParseAndLoad (fcxml.c:2552) >==18631== >==18631== >==18631== 48 bytes in 3 blocks are still reachable in loss record 52 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321CC1136A: FcFontSetCreate (fcfs.c:33) >==18631== by 0x321CC0A3CB: FcConfigCreate (fccfg.c:72) >==18631== by 0x321CC1169F: FcInitLoadConfig (fcinit.c:63) >==18631== by 0x321CC11795: FcInitLoadConfigAndFonts (fcinit.c:101) >==18631== by 0x321CC11884: FcInit (fcinit.c:124) >==18631== by 0x321CC09351: FcConfigGetCurrent (fccfg.c:363) >==18631== by 0x321CC09B0C: FcConfigSubstituteWithPat (fccfg.c:1308) >==18631== by 0x321F80883F: pango_cairo_fc_font_map_context_substitute (pangocairo-fcfontmap.c:87) >==18631== by 0x3221C0A45E: pango_fc_font_map_load_fontset (pangofc-fontmap.c:1069) >==18631== by 0x3221C0AC24: pango_fc_font_map_load_font (pangofc-fontmap.c:1152) >==18631== by 0x321E01EEE0: pango_layout_get_empty_extents_at_index (pango-layout.c:4358) >==18631== >==18631== >==18631== 48 bytes in 1 blocks are still reachable in loss record 53 of 241 >==18631== at 0x4A05174: calloc (vg_replace_malloc.c:397) >==18631== by 0x321B0995B1: XkbGetMap (XKBGetMap.c:560) >==18631== by 0x322106C24B: get_xkb (gdkkeys-x11.c:256) >==18631== by 0x322106CFCC: update_direction (gdkkeys-x11.c:663) >==18631== by 0x322106D227: gdk_keymap_get_direction (gdkkeys-x11.c:743) >==18631== by 0x3220A5EA61: gtk_text_view_check_keymap_direction (gtktextview.c:6195) >==18631== by 0x3220A5ECB3: gtk_text_view_ensure_layout (gtktextview.c:6263) >==18631== by 0x3220A558CD: gtk_text_view_update_layout_width (gtktextview.c:1965) >==18631== by 0x3220A606F6: gtk_text_view_value_changed (gtktextview.c:7087) >==18631== by 0x3220A60133: gtk_text_view_set_scroll_adjustments (gtktextview.c:6912) >==18631== by 0x3220970485: _gtk_marshal_VOID__OBJECT_OBJECT (gtkmarshalers.c:2288) >==18631== by 0x321A00B7FC: g_closure_invoke (gclosure.c:767) >==18631== >==18631== >==18631== 48 bytes in 3 blocks are still reachable in loss record 54 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321CC15E3C: FcObjectFindByName (fcname.c:171) >==18631== by 0x321CC15EAD: FcObjectFromName (fcname.c:323) >==18631== by 0x321CC17073: FcPatternGetString (fcpat.c:833) >==18631== by 0x3221C086CC: pango_fc_font_description_from_pattern (pangofc-fontmap.c:1623) >==18631== by 0x3221C07FC8: pango_fc_font_set_property (pangofc-font.c:218) >==18631== by 0x321A011157: g_object_constructor (gobject.c:938) >==18631== by 0x321A01171F: g_object_newv (gobject.c:1205) >==18631== by 0x321A01218A: g_object_new_valist (gobject.c:1309) >==18631== by 0x321A0123DB: g_object_new (gobject.c:1050) >==18631== by 0x321F8081A3: _pango_cairo_fc_font_new (pangocairo-fcfont.c:227) >==18631== by 0x3221C0A8E7: pango_fc_font_map_load_fontset (pangofc-fontmap.c:882) >==18631== >==18631== >==18631== 48 bytes in 1 blocks are still reachable in loss record 55 of 241 >==18631== at 0x4A074D1: realloc (vg_replace_malloc.c:429) >==18631== by 0x321B04A809: PutEntry (Xrm.c:997) >==18631== by 0x321B04B2B4: GetDatabase (Xrm.c:1519) >==18631== by 0x321B04B857: XrmGetStringDatabase (Xrm.c:1567) >==18631== by 0x321B0282A3: InitDefaults (GetDflt.c:173) >==18631== by 0x321B0284B7: XGetDefault (GetDflt.c:245) >==18631== by 0x321FC048A2: _XcursorGetDisplayInfo (in /usr/lib64/libXcursor.so.1.0.2) >==18631== by 0x321FC049D8: XcursorGetTheme (in /usr/lib64/libXcursor.so.1.0.2) >==18631== by 0x322104AB6E: gdk_x11_display_set_cursor_theme (gdkcursor-x11.c:492) >==18631== by 0x32209F53E0: settings_update_cursor_theme (gtksettings.c:2008) >==18631== by 0x32209F2B4B: gtk_settings_get_for_screen (gtksettings.c:1009) >==18631== by 0x32209F2B9A: gtk_settings_get_default (gtksettings.c:1034) >==18631== >==18631== >==18631== 56 bytes in 1 blocks are still reachable in loss record 56 of 241 >==18631== at 0x4A05174: calloc (vg_replace_malloc.c:397) >==18631== by 0x322242112C: _dbus_timeout_new (dbus-timeout.c:69) >==18631== by 0x322241D418: _dbus_pending_call_new_unlocked (dbus-pending-call.c:122) >==18631== by 0x322240F8AD: dbus_connection_send_with_reply (dbus-connection.c:3196) >==18631== by 0x322500E9EB: dbus_g_proxy_begin_call_internal (dbus-gproxy.c:2191) >==18631== by 0x322500FBAC: dbus_g_proxy_begin_call_with_timeout (dbus-gproxy.c:2489) >==18631== by 0x322582E7B2: tp_cli_channel_type_text_call_list_pending_messages (tp-cli-channel-body.h:11494) >==18631== by 0x323041FB30: tp_chat_channel_ready_cb (empathy-tp-chat.c:822) >==18631== by 0x323041FE47: tp_chat_constructor (empathy-tp-chat.c:940) >==18631== by 0x321A01171F: g_object_newv (gobject.c:1205) >==18631== by 0x321A01218A: g_object_new_valist (gobject.c:1309) >==18631== by 0x321A0123DB: g_object_new (gobject.c:1050) >==18631== >==18631== >==18631== 56 bytes in 1 blocks are still reachable in loss record 57 of 241 >==18631== at 0x4A074D1: realloc (vg_replace_malloc.c:429) >==18631== by 0x321B058981: add_codeset (lcGeneric.c:191) >==18631== by 0x321B0592B5: load_generic (lcGeneric.c:755) >==18631== by 0x321B05A634: initialize (lcGeneric.c:1027) >==18631== by 0x321B05ADF5: _XlcCreateLC (lcPubWrap.c:92) >==18631== by 0x321B07CE6F: _XlcUtf8Loader (lcUTF8Load.c:49) >==18631== by 0x321B061B12: _XOpenLC (lcWrap.c:296) >==18631== by 0x321B061C07: _XlcCurrentLC (lcWrap.c:357) >==18631== by 0x321B061FF8: XSupportsLocale (lcWrap.c:101) >==18631== by 0x3221068C59: _gdk_x11_initialize_locale (gdkim-x11.c:64) >==18631== by 0x322106EE14: _gdk_windowing_init (gdkmain-x11.c:99) >==18631== by 0x322101B8AB: gdk_pre_parse_libgtk_only (gdk.c:188) >==18631== >==18631== >==18631== 62 bytes in 8 blocks are still reachable in loss record 58 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x3225CAC8BF: xmlStrndup (xmlstring.c:45) >==18631== by 0x3225C30124: xmlNewCharEncodingHandler (encoding.c:1286) >==18631== by 0x3225C2F977: xmlInitCharEncodingHandlers (encoding.c:1351) >==18631== by 0x3225C2FF44: xmlGetCharEncodingHandler (encoding.c:1444) >==18631== by 0x3225C5CF4A: xmlAllocParserInputBuffer (xmlIO.c:2239) >==18631== by 0x3225C5D073: xmlParserInputBufferCreateMem (xmlIO.c:2729) >==18631== by 0x3225C3611E: xmlCreateMemoryParserCtxt (parser.c:12878) >==18631== by 0x3225C4C657: xmlSAXParseDoc (parser.c:13097) >==18631== by 0x4E89086: load_from_gconf (e-source-list.c:89) >==18631== by 0x4E89C4B: e_source_list_new_for_gconf (e-source-list.c:388) >==18631== by 0x4C4C60F: e_book_get_addressbooks (e-book.c:3668) >==18631== >==18631== >==18631== 64 bytes in 2 blocks are still reachable in loss record 59 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321CC15199: FcMatrixCopy (fcmatrix.c:38) >==18631== by 0x321CC1B63F: FcExprCreateMatrix (fcxml.c:123) >==18631== by 0x321CC1C1FA: FcPopExpr (fcxml.c:1540) >==18631== by 0x321CC1C382: FcPopBinary (fcxml.c:1574) >==18631== by 0x321CC1C3F8: FcParseBinary (fcxml.c:1597) >==18631== by 0x321CC1D256: FcEndElement (fcxml.c:2277) >==18631== by 0x321C00AC22: doContent (xmlparse.c:2449) >==18631== by 0x321C00BB53: contentProcessor (xmlparse.c:2023) >==18631== by 0x321C00CB55: doProlog (xmlparse.c:3905) >==18631== by 0x321C00DDBA: prologProcessor (xmlparse.c:3635) >==18631== by 0x321C003FA0: XML_ParseBuffer (xmlparse.c:1573) >==18631== >==18631== >==18631== 64 bytes in 1 blocks are still reachable in loss record 60 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321B04D23F: _XReply (xcb_io.c:326) >==18631== by 0x321B02F571: XInternAtom (IntAtom.c:184) >==18631== by 0x322106C030: update_modmap (gdkkeys-x11.c:225) >==18631== by 0x322106C2AE: get_xkb (gdkkeys-x11.c:265) >==18631== by 0x322106CFCC: update_direction (gdkkeys-x11.c:663) >==18631== by 0x322106D227: gdk_keymap_get_direction (gdkkeys-x11.c:743) >==18631== by 0x3220A5EA61: gtk_text_view_check_keymap_direction (gtktextview.c:6195) >==18631== by 0x3220A5ECB3: gtk_text_view_ensure_layout (gtktextview.c:6263) >==18631== by 0x3220A558CD: gtk_text_view_update_layout_width (gtktextview.c:1965) >==18631== by 0x3220A606F6: gtk_text_view_value_changed (gtktextview.c:7087) >==18631== by 0x3220A60133: gtk_text_view_set_scroll_adjustments (gtktextview.c:6912) >==18631== >==18631== >==18631== 64 bytes in 1 blocks are still reachable in loss record 61 of 241 >==18631== at 0x4A05174: calloc (vg_replace_malloc.c:397) >==18631== by 0x321B0A7B76: XkbAllocServerMap (XKBMAlloc.c:154) >==18631== by 0x321B09840F: _XkbReadGetMapReply (XKBGetMap.c:479) >==18631== by 0x321B098A90: _XkbHandleGetMapReply (XKBGetMap.c:526) >==18631== by 0x321B0994FA: XkbGetUpdatedMap (XKBGetMap.c:543) >==18631== by 0x321B0995F5: XkbGetMap (XKBGetMap.c:561) >==18631== by 0x322106C24B: get_xkb (gdkkeys-x11.c:256) >==18631== by 0x322106CFCC: update_direction (gdkkeys-x11.c:663) >==18631== by 0x322106D227: gdk_keymap_get_direction (gdkkeys-x11.c:743) >==18631== by 0x3220A5EA61: gtk_text_view_check_keymap_direction (gtktextview.c:6195) >==18631== by 0x3220A5ECB3: gtk_text_view_ensure_layout (gtktextview.c:6263) >==18631== by 0x3220A558CD: gtk_text_view_update_layout_width (gtktextview.c:1965) >==18631== >==18631== >==18631== 64 bytes in 2 blocks are still reachable in loss record 62 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321C40C65D: FT_New_Memory (ftsystem.c:386) >==18631== by 0x321C40C96F: FT_Init_FreeType (ftinit.c:116) >==18631== by 0x321DC5794E: _cairo_ft_unscaled_font_map_lock (cairo-ft-font.c:220) >==18631== by 0x321DC57AC9: _cairo_ft_unscaled_font_create_internal (cairo-ft-font.c:442) >==18631== by 0x321DC57DC9: _cairo_ft_unscaled_font_create_for_pattern (cairo-ft-font.c:506) >==18631== by 0x321DC585AA: cairo_ft_font_face_create_for_pattern (cairo-ft-font.c:2825) >==18631== by 0x321F804DA1: _pango_cairo_font_private_get_scaled_font (pangocairo-font.c:99) >==18631== by 0x321F804FE0: _pango_cairo_font_get_metrics (pangocairo-font.c:239) >==18631== by 0x321E01EF00: pango_layout_get_empty_extents_at_index (pango-layout.c:4363) >==18631== by 0x321E01F317: pango_layout_line_get_extents (pango-layout.c:4398) >==18631== by 0x321E01F41E: get_line_extents_layout_coords (pango-layout.c:2366) >==18631== >==18631== >==18631== 64 bytes in 2 blocks are still reachable in loss record 63 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321E8055B3: XOpenDevice (XOpenDev.c:90) >==18631== by 0x3221089D9F: gdk_input_device_new (gdkinput-x11.c:228) >==18631== by 0x322108A9F9: _gdk_input_common_init (gdkinput-x11.c:403) >==18631== by 0x322108BD89: _gdk_input_init (gdkinput-xfree.c:41) >==18631== by 0x322104BDD9: gdk_display_open (gdkdisplay-x11.c:381) >==18631== by 0x322101BAC7: gdk_display_open_default_libgtk_only (gdk.c:291) >==18631== by 0x3220968984: post_parse_hook (gtkmain.c:734) >==18631== by 0x3219C46487: g_option_context_parse (goption.c:1796) >==18631== by 0x3220968B68: gtk_init_with_args (gtkmain.c:839) >==18631== by 0x40CEB3: main (empathy.c:395) >==18631== >==18631== >==18631== 64 bytes in 1 blocks are still reachable in loss record 64 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321B039DAC: _XrmInternalStringToQuark (Quarks.c:195) >==18631== by 0x321B054C08: _XlcGetCharSet (lcCharSet.c:54) >==18631== by 0x321B0547B8: _XlcAddCT (lcCT.c:467) >==18631== by 0x321B054AD7: _XlcInitCTInfo (lcCT.c:1276) >==18631== by 0x321B05B036: initialize (lcPublic.c:214) >==18631== by 0x321B05A622: initialize (lcGeneric.c:1018) >==18631== by 0x321B05ADF5: _XlcCreateLC (lcPubWrap.c:92) >==18631== by 0x321B07CE6F: _XlcUtf8Loader (lcUTF8Load.c:49) >==18631== by 0x321B061B12: _XOpenLC (lcWrap.c:296) >==18631== by 0x321B061C07: _XlcCurrentLC (lcWrap.c:357) >==18631== by 0x321B061FF8: XSupportsLocale (lcWrap.c:101) >==18631== >==18631== >==18631== 72 bytes in 3 blocks are still reachable in loss record 65 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321CC1B4A9: FcExprCreateInteger (fcxml.c:75) >==18631== by 0x321CC1C219: FcPopExpr (fcxml.c:1534) >==18631== by 0x321CC1C382: FcPopBinary (fcxml.c:1574) >==18631== by 0x321CC1DA06: FcEndElement (fcxml.c:1757) >==18631== by 0x321C00AC22: doContent (xmlparse.c:2449) >==18631== by 0x321C00BB53: contentProcessor (xmlparse.c:2023) >==18631== by 0x321C003FA0: XML_ParseBuffer (xmlparse.c:1573) >==18631== by 0x321CC1BDA8: FcConfigParseAndLoad (fcxml.c:2552) >==18631== by 0x321CC1C08D: FcConfigParseAndLoad (fcxml.c:2438) >==18631== by 0x321CC1D4D4: FcEndElement (fcxml.c:1648) >==18631== by 0x321C00AC22: doContent (xmlparse.c:2449) >==18631== >==18631== >==18631== 72 bytes in 1 blocks are still reachable in loss record 66 of 241 >==18631== at 0x4A05174: calloc (vg_replace_malloc.c:397) >==18631== by 0x321B099593: XkbGetMap (XKBGetMap.c:557) >==18631== by 0x322106C24B: get_xkb (gdkkeys-x11.c:256) >==18631== by 0x322106CFCC: update_direction (gdkkeys-x11.c:663) >==18631== by 0x322106D227: gdk_keymap_get_direction (gdkkeys-x11.c:743) >==18631== by 0x3220A5EA61: gtk_text_view_check_keymap_direction (gtktextview.c:6195) >==18631== by 0x3220A5ECB3: gtk_text_view_ensure_layout (gtktextview.c:6263) >==18631== by 0x3220A558CD: gtk_text_view_update_layout_width (gtktextview.c:1965) >==18631== by 0x3220A606F6: gtk_text_view_value_changed (gtktextview.c:7087) >==18631== by 0x3220A60133: gtk_text_view_set_scroll_adjustments (gtktextview.c:6912) >==18631== by 0x3220970485: _gtk_marshal_VOID__OBJECT_OBJECT (gtkmarshalers.c:2288) >==18631== by 0x321A00B7FC: g_closure_invoke (gclosure.c:767) >==18631== >==18631== >==18631== 72 bytes in 1 blocks are still reachable in loss record 67 of 241 >==18631== at 0x4A05174: calloc (vg_replace_malloc.c:397) >==18631== by 0x322241D401: _dbus_pending_call_new_unlocked (dbus-pending-call.c:114) >==18631== by 0x322240F8AD: dbus_connection_send_with_reply (dbus-connection.c:3196) >==18631== by 0x322500E9EB: dbus_g_proxy_begin_call_internal (dbus-gproxy.c:2191) >==18631== by 0x322500FBAC: dbus_g_proxy_begin_call_with_timeout (dbus-gproxy.c:2489) >==18631== by 0x322582E7B2: tp_cli_channel_type_text_call_list_pending_messages (tp-cli-channel-body.h:11494) >==18631== by 0x323041FB30: tp_chat_channel_ready_cb (empathy-tp-chat.c:822) >==18631== by 0x323041FE47: tp_chat_constructor (empathy-tp-chat.c:940) >==18631== by 0x321A01171F: g_object_newv (gobject.c:1205) >==18631== by 0x321A01218A: g_object_new_valist (gobject.c:1309) >==18631== by 0x321A0123DB: g_object_new (gobject.c:1050) >==18631== by 0x40CAE9: dispatch_channel_cb (empathy.c:73) >==18631== >==18631== >==18631== 72 bytes in 1 blocks are still reachable in loss record 68 of 241 >==18631== at 0x4A05174: calloc (vg_replace_malloc.c:397) >==18631== by 0x321B034754: XOpenDisplay (OpenDis.c:300) >==18631== by 0x322104B58B: gdk_display_open (gdkdisplay-x11.c:157) >==18631== by 0x322101BAC7: gdk_display_open_default_libgtk_only (gdk.c:291) >==18631== by 0x3220968984: post_parse_hook (gtkmain.c:734) >==18631== by 0x3219C46487: g_option_context_parse (goption.c:1796) >==18631== by 0x3220968B68: gtk_init_with_args (gtkmain.c:839) >==18631== by 0x40CEB3: main (empathy.c:395) >==18631== >==18631== >==18631== 75 bytes in 9 blocks are still reachable in loss record 69 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321B02EB3E: XInitExtension (InitExt.c:54) >==18631== by 0x321B09DC83: XkbUseExtension (XKBUse.c:731) >==18631== by 0x321B034CB6: XOpenDisplay (OpenDis.c:747) >==18631== by 0x322104B58B: gdk_display_open (gdkdisplay-x11.c:157) >==18631== by 0x322101BAC7: gdk_display_open_default_libgtk_only (gdk.c:291) >==18631== by 0x3220968984: post_parse_hook (gtkmain.c:734) >==18631== by 0x3219C46487: g_option_context_parse (goption.c:1796) >==18631== by 0x3220968B68: gtk_init_with_args (gtkmain.c:839) >==18631== by 0x40CEB3: main (empathy.c:395) >==18631== >==18631== >==18631== 80 bytes in 2 blocks are still reachable in loss record 70 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x3225CA8C5A: xmlNewMutex (threads.c:186) >==18631== by 0x3225CA8748: xmlInitGlobals (globals.c:49) >==18631== by 0x3225C37724: xmlInitParser (parser.c:13209) >==18631== by 0x3225C4B8DD: xmlParseDocument (parser.c:9465) >==18631== by 0x3225C4C685: xmlSAXParseDoc (parser.c:13106) >==18631== by 0x4E89086: load_from_gconf (e-source-list.c:89) >==18631== by 0x4E89C4B: e_source_list_new_for_gconf (e-source-list.c:388) >==18631== by 0x4C4C60F: e_book_get_addressbooks (e-book.c:3668) >==18631== by 0x4C4C6C3: e_book_new_system_addressbook (e-book.c:3789) >==18631== by 0x4C50810: e_book_get_self (e-book.c:3465) >==18631== by 0x40D26B: main (empathy.c:222) >==18631== >==18631== >==18631== 80 bytes in 3 blocks are still reachable in loss record 71 of 241 >==18631== at 0x4A074D1: realloc (vg_replace_malloc.c:429) >==18631== by 0x321B059758: load_generic (lcGeneric.c:163) >==18631== by 0x321B05A634: initialize (lcGeneric.c:1027) >==18631== by 0x321B05ADF5: _XlcCreateLC (lcPubWrap.c:92) >==18631== by 0x321B07CE6F: _XlcUtf8Loader (lcUTF8Load.c:49) >==18631== by 0x321B061B12: _XOpenLC (lcWrap.c:296) >==18631== by 0x321B061C07: _XlcCurrentLC (lcWrap.c:357) >==18631== by 0x321B061FF8: XSupportsLocale (lcWrap.c:101) >==18631== by 0x3221068C59: _gdk_x11_initialize_locale (gdkim-x11.c:64) >==18631== by 0x322106EE14: _gdk_windowing_init (gdkmain-x11.c:99) >==18631== by 0x322101B8AB: gdk_pre_parse_libgtk_only (gdk.c:188) >==18631== by 0x322096872B: do_pre_parse_initialization (gtkmain.c:617) >==18631== >==18631== >==18631== 96 bytes in 3 blocks are still reachable in loss record 72 of 241 >==18631== at 0x4A05174: calloc (vg_replace_malloc.c:397) >==18631== by 0x321D455D8E: xdg_dir_time_list_add (xdgmime.c:111) >==18631== by 0x321D455F26: xdg_mime_init_from_directory (xdgmime.c:176) >==18631== by 0x321D455D22: xdg_run_command_on_dirs (xdgmime.c:247) >==18631== by 0x321D45671D: xdg_mime_init (xdgmime.c:453) >==18631== by 0x321D456A1F: _gio_xdg_get_mime_types_from_file_name (xdgmime.c:580) >==18631== by 0x321D4180E7: g_content_type_guess (gcontenttype.c:899) >==18631== by 0x321D44ECC6: get_content_type (glocalfileinfo.c:1225) >==18631== by 0x321D44F847: _g_local_file_info_get (glocalfileinfo.c:1556) >==18631== by 0x321D44BA3B: g_local_file_query_info (glocalfile.c:1173) >==18631== by 0x3220932F2C: icon_info_ensure_scale_and_pixbuf (gtkicontheme.c:2873) >==18631== by 0x3220933460: gtk_icon_info_load_icon (gtkicontheme.c:3044) >==18631== >==18631== >==18631== 96 bytes in 24 blocks are still reachable in loss record 73 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x32184B9288: link_nfa_nodes (regex_internal.c:971) >==18631== by 0x32184C60FD: re_compile_internal (regcomp.c:1193) >==18631== by 0x32184C705A: regcomp (regcomp.c:480) >==18631== by 0x3230410B49: empathy_regex_match (empathy-utils.c:116) >==18631== by 0x3230025634: empathy_theme_append_text (empathy-theme.c:269) >==18631== by 0x32300284D2: theme_irc_append_message (empathy-theme-irc.c:237) >==18631== by 0x323001F0C3: empathy_chat_view_append_message (empathy-chat-view.c:812) >==18631== by 0x323001B7AE: chat_constructed (empathy-chat.c:1056) >==18631== by 0x321A011DB2: g_object_newv (gobject.c:1223) >==18631== by 0x321A01218A: g_object_new_valist (gobject.c:1309) >==18631== by 0x321A0123DB: g_object_new (gobject.c:1050) >==18631== >==18631== >==18631== 96 bytes in 3 blocks are still reachable in loss record 74 of 241 >==18631== at 0x4A05174: calloc (vg_replace_malloc.c:397) >==18631== by 0x322240CAA8: dbus_connection_add_filter (dbus-connection.c:5260) >==18631== by 0x322501300F: dbus_g_proxy_set_property (dbus-gproxy.c:213) >==18631== by 0x321A011157: g_object_constructor (gobject.c:938) >==18631== by 0x3225011A5C: dbus_g_proxy_constructor (dbus-gproxy.c:1360) >==18631== by 0x321A01171F: g_object_newv (gobject.c:1205) >==18631== by 0x321A01218A: g_object_new_valist (gobject.c:1309) >==18631== by 0x321A0123DB: g_object_new (gobject.c:1050) >==18631== by 0x322E819706: mission_control_new (mission-control.c:405) >==18631== by 0x32304106A4: empathy_mission_control_new (empathy-utils.c:332) >==18631== by 0x40D007: main (empathy.c:449) >==18631== >==18631== >==18631== 96 bytes in 4 blocks are still reachable in loss record 75 of 241 >==18631== at 0x4A05174: calloc (vg_replace_malloc.c:397) >==18631== by 0x322240ABD1: ensure_bus_data (dbus-bus.c:317) >==18631== by 0x322240ADF8: dbus_bus_register (dbus-bus.c:617) >==18631== by 0x322240B2F6: internal_bus_get (dbus-bus.c:441) >==18631== by 0x3225009AE6: dbus_g_bus_get (dbus-gmain.c:754) >==18631== by 0x3225851427: tp_get_bus (dbus.c:115) >==18631== by 0x323041069C: empathy_mission_control_new (empathy-utils.c:332) >==18631== by 0x40D007: main (empathy.c:449) >==18631== >==18631== >==18631== 96 bytes in 4 blocks are still reachable in loss record 76 of 241 >==18631== at 0x4A05174: calloc (vg_replace_malloc.c:397) >==18631== by 0x322241BFAA: _dbus_object_tree_new (dbus-object-tree.c:99) >==18631== by 0x322240E4D2: _dbus_connection_new_for_transport (dbus-connection.c:1244) >==18631== by 0x32224101A2: _dbus_connection_open_internal (dbus-connection.c:1721) >==18631== by 0x322240B357: internal_bus_get (dbus-bus.c:432) >==18631== by 0x3225009AE6: dbus_g_bus_get (dbus-gmain.c:754) >==18631== by 0x3225851427: tp_get_bus (dbus.c:115) >==18631== by 0x323041069C: empathy_mission_control_new (empathy-utils.c:332) >==18631== by 0x40D007: main (empathy.c:449) >==18631== >==18631== >==18631== 96 bytes in 1 blocks are still reachable in loss record 77 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x3221088BC4: _gdk_xsettings_client_new_with_grab_funcs (xsettings-client.c:486) >==18631== by 0x322105D020: _gdk_x11_events_init_screen (gdkevents-x11.c:185) >==18631== by 0x322104B71B: gdk_display_open (gdkdisplay-x11.c:196) >==18631== by 0x322101BAC7: gdk_display_open_default_libgtk_only (gdk.c:291) >==18631== by 0x3220968984: post_parse_hook (gtkmain.c:734) >==18631== by 0x3219C46487: g_option_context_parse (goption.c:1796) >==18631== by 0x3220968B68: gtk_init_with_args (gtkmain.c:839) >==18631== by 0x40CEB3: main (empathy.c:395) >==18631== >==18631== >==18631== 104 bytes in 3 blocks are still reachable in loss record 78 of 241 >==18631== at 0x4A05174: calloc (vg_replace_malloc.c:397) >==18631== by 0x321B09854E: _XkbReadGetMapReply (XKBGetMap.c:91) >==18631== by 0x321B098A90: _XkbHandleGetMapReply (XKBGetMap.c:526) >==18631== by 0x321B0994FA: XkbGetUpdatedMap (XKBGetMap.c:543) >==18631== by 0x321B0995F5: XkbGetMap (XKBGetMap.c:561) >==18631== by 0x322106C24B: get_xkb (gdkkeys-x11.c:256) >==18631== by 0x322106CFCC: update_direction (gdkkeys-x11.c:663) >==18631== by 0x322106D227: gdk_keymap_get_direction (gdkkeys-x11.c:743) >==18631== by 0x3220A5EA61: gtk_text_view_check_keymap_direction (gtktextview.c:6195) >==18631== by 0x3220A5ECB3: gtk_text_view_ensure_layout (gtktextview.c:6263) >==18631== by 0x3220A558CD: gtk_text_view_update_layout_width (gtktextview.c:1965) >==18631== by 0x3220A606F6: gtk_text_view_value_changed (gtktextview.c:7087) >==18631== >==18631== >==18631== 104 bytes in 1 blocks are still reachable in loss record 79 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321DC58489: _cairo_ft_font_face_create (cairo-ft-font.c:2615) >==18631== by 0x321DC585C8: cairo_ft_font_face_create_for_pattern (cairo-ft-font.c:2832) >==18631== by 0x321F804DA1: _pango_cairo_font_private_get_scaled_font (pangocairo-font.c:99) >==18631== by 0x321F804FE0: _pango_cairo_font_get_metrics (pangocairo-font.c:239) >==18631== by 0x321E01EF00: pango_layout_get_empty_extents_at_index (pango-layout.c:4363) >==18631== by 0x321E01F317: pango_layout_line_get_extents (pango-layout.c:4398) >==18631== by 0x321E01F41E: get_line_extents_layout_coords (pango-layout.c:2366) >==18631== by 0x321E0227CD: pango_layout_get_extents_internal (pango-layout.c:2477) >==18631== by 0x3220A47BBB: gtk_text_layout_get_line_display (gtktextlayout.c:2440) >==18631== by 0x3220A454B0: gtk_text_layout_real_wrap (gtktextlayout.c:1150) >==18631== by 0x3220A4463E: gtk_text_layout_wrap (gtktextlayout.c:696) >==18631== >==18631== >==18631== 104 bytes in 1 blocks are still reachable in loss record 80 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x3225CA8C0A: xmlNewRMutex (threads.c:295) >==18631== by 0x3225D02E86: xmlDictCreate (dict.c:94) >==18631== by 0x3225C3396F: xmlInitParserCtxt (parserInternals.c:1529) >==18631== by 0x3225C33BCB: xmlNewParserCtxt (parserInternals.c:1780) >==18631== by 0x3225C36108: xmlCreateMemoryParserCtxt (parser.c:12873) >==18631== by 0x3225C4C657: xmlSAXParseDoc (parser.c:13097) >==18631== by 0x4E89086: load_from_gconf (e-source-list.c:89) >==18631== by 0x4E89C4B: e_source_list_new_for_gconf (e-source-list.c:388) >==18631== by 0x4C4C60F: e_book_get_addressbooks (e-book.c:3668) >==18631== by 0x4C4C6C3: e_book_new_system_addressbook (e-book.c:3789) >==18631== by 0x4C50810: e_book_get_self (e-book.c:3465) >==18631== >==18631== >==18631== 104 bytes in 3 blocks are still reachable in loss record 81 of 241 >==18631== at 0x4A074D1: realloc (vg_replace_malloc.c:429) >==18631== by 0x321B055B4E: append_value_list (lcDB.c:495) >==18631== by 0x321B056533: store_to_database (lcDB.c:587) >==18631== by 0x321B05676C: f_newline (lcDB.c:694) >==18631== by 0x321B056D07: _XlcCreateLocaleDataBase (lcDB.c:1133) >==18631== by 0x321B05B1FE: initialize (lcPublic.c:116) >==18631== by 0x321B05A622: initialize (lcGeneric.c:1018) >==18631== by 0x321B05ADF5: _XlcCreateLC (lcPubWrap.c:92) >==18631== by 0x321B07CE6F: _XlcUtf8Loader (lcUTF8Load.c:49) >==18631== by 0x321B061B12: _XOpenLC (lcWrap.c:296) >==18631== by 0x321B061C07: _XlcCurrentLC (lcWrap.c:357) >==18631== by 0x321B061FF8: XSupportsLocale (lcWrap.c:101) >==18631== >==18631== >==18631== 112 bytes in 1 blocks are possibly lost in loss record 82 of 241 >==18631== at 0x4A074D1: realloc (vg_replace_malloc.c:429) >==18631== by 0x3219C3FF1D: g_realloc (gmem.c:170) >==18631== by 0x32270345EC: ORBit_realloc_tcval (allocators.c:321) >==18631== by 0x3227038683: ORBit_sequence_append (corba-any.c:1293) >==18631== by 0x322940EE7D: bonobo_activation_init_activation_env (bonobo-activation-activate.c:778) >==18631== by 0x3229412B12: bonobo_activation_orb_init (bonobo-activation-init.c:604) >==18631== by 0x3229412ED0: bonobo_activation_init (bonobo-activation-init.c:545) >==18631== by 0x322982D211: bonobo_init_full (bonobo-main.c:171) >==18631== by 0x4C4C438: e_book_new (e-book.c:3698) >==18631== by 0x4C4C53E: e_book_new_from_uri (e-book.c:3762) >==18631== by 0x4C4C7A4: e_book_new_system_addressbook (e-book.c:3825) >==18631== by 0x4C50810: e_book_get_self (e-book.c:3465) >==18631== >==18631== >==18631== 112 bytes in 1 blocks are still reachable in loss record 83 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321B034A74: XOpenDisplay (OpenDis.c:559) >==18631== by 0x322104B58B: gdk_display_open (gdkdisplay-x11.c:157) >==18631== by 0x322101BAC7: gdk_display_open_default_libgtk_only (gdk.c:291) >==18631== by 0x3220968984: post_parse_hook (gtkmain.c:734) >==18631== by 0x3219C46487: g_option_context_parse (goption.c:1796) >==18631== by 0x3220968B68: gtk_init_with_args (gtkmain.c:839) >==18631== by 0x40CEB3: main (empathy.c:395) >==18631== >==18631== >==18631== 112 bytes in 1 blocks are still reachable in loss record 84 of 241 >==18631== at 0x4A05174: calloc (vg_replace_malloc.c:397) >==18631== by 0x321B04C6A6: _XConnectXCB (xcb_disp.c:62) >==18631== by 0x321B0343CC: XOpenDisplay (OpenDis.c:168) >==18631== by 0x322104B58B: gdk_display_open (gdkdisplay-x11.c:157) >==18631== by 0x322101BAC7: gdk_display_open_default_libgtk_only (gdk.c:291) >==18631== by 0x3220968984: post_parse_hook (gtkmain.c:734) >==18631== by 0x3219C46487: g_option_context_parse (goption.c:1796) >==18631== by 0x3220968B68: gtk_init_with_args (gtkmain.c:839) >==18631== by 0x40CEB3: main (empathy.c:395) >==18631== >==18631== >==18631== 120 bytes in 3 blocks are still reachable in loss record 85 of 241 >==18631== at 0x4A05174: calloc (vg_replace_malloc.c:397) >==18631== by 0x321D458943: _xdg_glob_hash_insert_ucs4 (xdgmimeglob.c:142) >==18631== by 0x321D458AC9: __gio_xdg_hash_append_glob (xdgmimeglob.c:288) >==18631== by 0x321D458C49: __gio_xdg_glob_read_from_file (xdgmimeglob.c:600) >==18631== by 0x321D455F19: xdg_mime_init_from_directory (xdgmime.c:175) >==18631== by 0x321D455D22: xdg_run_command_on_dirs (xdgmime.c:247) >==18631== by 0x321D45671D: xdg_mime_init (xdgmime.c:453) >==18631== by 0x321D456A1F: _gio_xdg_get_mime_types_from_file_name (xdgmime.c:580) >==18631== by 0x321D4180E7: g_content_type_guess (gcontenttype.c:899) >==18631== by 0x321D44ECC6: get_content_type (glocalfileinfo.c:1225) >==18631== by 0x321D44F847: _g_local_file_info_get (glocalfileinfo.c:1556) >==18631== by 0x321D44BA3B: g_local_file_query_info (glocalfile.c:1173) >==18631== >==18631== >==18631== 120 bytes in 1 blocks are still reachable in loss record 86 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x3222421553: dbus_threads_init (dbus-threads.c:443) >==18631== by 0xD7DE8E5: (within /usr/lib64/gio/modules/libgvfsdbus.so) >==18631== by 0x321A02DD57: g_type_create_instance (gtype.c:1674) >==18631== by 0x321A0110AA: g_object_constructor (gobject.c:1328) >==18631== by 0x321A01171F: g_object_newv (gobject.c:1205) >==18631== by 0x321A012296: g_object_new_valist (gobject.c:1268) >==18631== by 0x321A0123DB: g_object_new (gobject.c:1050) >==18631== by 0x321D43E38E: get_default_vfs (gvfs.c:209) >==18631== by 0x3219C5F4A3: g_once_impl (gthread.c:190) >==18631== by 0x321D41EB6D: g_file_new_for_path (gfile.c:4834) >==18631== by 0x3220932E51: icon_info_ensure_scale_and_pixbuf (gtkicontheme.c:2860) >==18631== >==18631== >==18631== 120 bytes in 3 blocks are still reachable in loss record 87 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321DC1422A: _cairo_hash_table_create (cairo-hash.c:151) >==18631== by 0x321DC20B34: _cairo_scaled_font_map_lock (cairo-scaled-font.c:322) >==18631== by 0x321DC210B0: cairo_scaled_font_create (cairo-scaled-font.c:760) >==18631== by 0x321F804DBD: _pango_cairo_font_private_get_scaled_font (pangocairo-font.c:103) >==18631== by 0x321F804FE0: _pango_cairo_font_get_metrics (pangocairo-font.c:239) >==18631== by 0x321E01EF00: pango_layout_get_empty_extents_at_index (pango-layout.c:4363) >==18631== by 0x321E01F317: pango_layout_line_get_extents (pango-layout.c:4398) >==18631== by 0x321E01F41E: get_line_extents_layout_coords (pango-layout.c:2366) >==18631== by 0x321E0227CD: pango_layout_get_extents_internal (pango-layout.c:2477) >==18631== by 0x3220A47BBB: gtk_text_layout_get_line_display (gtktextlayout.c:2440) >==18631== by 0x3220A454B0: gtk_text_layout_real_wrap (gtktextlayout.c:1150) >==18631== >==18631== >==18631== 120 bytes in 5 blocks are still reachable in loss record 88 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x32224278F2: _dbus_register_shutdown_func (dbus-memory.c:721) >==18631== by 0x322240B3E3: internal_bus_get (dbus-bus.c:265) >==18631== by 0x3225009AE6: dbus_g_bus_get (dbus-gmain.c:754) >==18631== by 0x3225851427: tp_get_bus (dbus.c:115) >==18631== by 0x323041069C: empathy_mission_control_new (empathy-utils.c:332) >==18631== by 0x40D007: main (empathy.c:449) >==18631== >==18631== >==18631== 128 bytes in 1 blocks are still reachable in loss record 89 of 241 >==18631== at 0x4A05174: calloc (vg_replace_malloc.c:397) >==18631== by 0x321B02EA55: XAddExtension (InitExt.c:77) >==18631== by 0x321FC044C9: _XcursorGetDisplayInfo (in /usr/lib64/libXcursor.so.1.0.2) >==18631== by 0x321FC049D8: XcursorGetTheme (in /usr/lib64/libXcursor.so.1.0.2) >==18631== by 0x322104AB6E: gdk_x11_display_set_cursor_theme (gdkcursor-x11.c:492) >==18631== by 0x32209F53E0: settings_update_cursor_theme (gtksettings.c:2008) >==18631== by 0x32209F2B4B: gtk_settings_get_for_screen (gtksettings.c:1009) >==18631== by 0x32209F2B9A: gtk_settings_get_default (gtksettings.c:1034) >==18631== by 0xA622E49: gtk_module_init (in /usr/lib64/gtk-2.0/modules/libcanberra-gtk-module.so) >==18631== by 0x322098C4F8: default_display_notify_cb (gtkmodules.c:417) >==18631== by 0x321A00B7FC: g_closure_invoke (gclosure.c:767) >==18631== by 0x321A0225AF: signal_emit_unlocked_R (gsignal.c:3244) >==18631== >==18631== >==18631== 128 bytes in 1 blocks are still reachable in loss record 90 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321B034987: XOpenDisplay (OpenDis.c:516) >==18631== by 0x322104B58B: gdk_display_open (gdkdisplay-x11.c:157) >==18631== by 0x322101BAC7: gdk_display_open_default_libgtk_only (gdk.c:291) >==18631== by 0x3220968984: post_parse_hook (gtkmain.c:734) >==18631== by 0x3219C46487: g_option_context_parse (goption.c:1796) >==18631== by 0x3220968B68: gtk_init_with_args (gtkmain.c:839) >==18631== by 0x40CEB3: main (empathy.c:395) >==18631== >==18631== >==18631== 136 bytes in 1 blocks are still reachable in loss record 91 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321CC0A34F: FcConfigCreate (fccfg.c:47) >==18631== by 0x321CC1169F: FcInitLoadConfig (fcinit.c:63) >==18631== by 0x321CC11795: FcInitLoadConfigAndFonts (fcinit.c:101) >==18631== by 0x321CC11884: FcInit (fcinit.c:124) >==18631== by 0x321CC09351: FcConfigGetCurrent (fccfg.c:363) >==18631== by 0x321CC09B0C: FcConfigSubstituteWithPat (fccfg.c:1308) >==18631== by 0x321F80883F: pango_cairo_fc_font_map_context_substitute (pangocairo-fcfontmap.c:87) >==18631== by 0x3221C0A45E: pango_fc_font_map_load_fontset (pangofc-fontmap.c:1069) >==18631== by 0x3221C0AC24: pango_fc_font_map_load_font (pangofc-fontmap.c:1152) >==18631== by 0x321E01EEE0: pango_layout_get_empty_extents_at_index (pango-layout.c:4358) >==18631== by 0x321E01F317: pango_layout_line_get_extents (pango-layout.c:4398) >==18631== >==18631== >==18631== 136 bytes in 1 blocks are still reachable in loss record 92 of 241 >==18631== at 0x4A05174: calloc (vg_replace_malloc.c:397) >==18631== by 0x321BC09D08: XShmCreateImage (XShm.c:289) >==18631== by 0x32210697F8: _gdk_image_new_for_depth (gdkimage-x11.c:266) >==18631== by 0x3221026988: allocate_scratch_images (gdkimage.c:208) >==18631== by 0x3221026B6E: scratch_image_info_for_depth (gdkimage.c:278) >==18631== by 0x3221026D4F: _gdk_image_get_scratch (gdkimage.c:370) >==18631== by 0x322105C8DF: draw_with_pixmaps (gdkdrawable-x11.c:1360) >==18631== by 0x322105CC20: gdk_x11_draw_pixbuf (gdkdrawable-x11.c:1425) >==18631== by 0x322101FCDD: gdk_draw_pixbuf (gdkdraw.c:769) >==18631== by 0x322103F282: gdk_window_draw_pixbuf (gdkwindow.c:2315) >==18631== by 0x322101FCDD: gdk_draw_pixbuf (gdkdraw.c:769) >==18631== by 0x322094B6A2: gtk_image_expose (gtkimage.c:1951) >==18631== >==18631== >==18631== 144 bytes in 6 blocks are still reachable in loss record 93 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321CC1966A: FcStrSetCreate (fcstr.c:1002) >==18631== by 0x321CC0A372: FcConfigCreate (fccfg.c:52) >==18631== by 0x321CC1169F: FcInitLoadConfig (fcinit.c:63) >==18631== by 0x321CC11795: FcInitLoadConfigAndFonts (fcinit.c:101) >==18631== by 0x321CC11884: FcInit (fcinit.c:124) >==18631== by 0x321CC09351: FcConfigGetCurrent (fccfg.c:363) >==18631== by 0x321CC09B0C: FcConfigSubstituteWithPat (fccfg.c:1308) >==18631== by 0x321F80883F: pango_cairo_fc_font_map_context_substitute (pangocairo-fcfontmap.c:87) >==18631== by 0x3221C0A45E: pango_fc_font_map_load_fontset (pangofc-fontmap.c:1069) >==18631== by 0x3221C0AC24: pango_fc_font_map_load_font (pangofc-fontmap.c:1152) >==18631== by 0x321E01EEE0: pango_layout_get_empty_extents_at_index (pango-layout.c:4358) >==18631== >==18631== >==18631== 147 bytes in 4 blocks are still reachable in loss record 94 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x3222429029: _dbus_string_copy_data (dbus-string.c:734) >==18631== by 0x32224228BE: _dbus_transport_init_base (dbus-transport.c:144) >==18631== by 0x3222422A12: _dbus_transport_new_for_socket (dbus-transport-socket.c:1183) >==18631== by 0x3222423C19: _dbus_transport_new_for_domain_socket (dbus-transport-unix.c:93) >==18631== by 0x3222423D69: _dbus_transport_open_platform_specific (dbus-transport-unix.c:161) >==18631== by 0x3222422496: _dbus_transport_open (dbus-transport.c:376) >==18631== by 0x322241018E: _dbus_connection_open_internal (dbus-connection.c:1713) >==18631== by 0x322240B357: internal_bus_get (dbus-bus.c:432) >==18631== by 0x3225009AE6: dbus_g_bus_get (dbus-gmain.c:754) >==18631== by 0x3225851427: tp_get_bus (dbus.c:115) >==18631== by 0x323041069C: empathy_mission_control_new (empathy-utils.c:332) >==18631== >==18631== >==18631== 152 bytes in 1 blocks are still reachable in loss record 95 of 241 >==18631== at 0x4A05174: calloc (vg_replace_malloc.c:397) >==18631== by 0x321B09DDBE: XkbUseExtension (XKBUse.c:651) >==18631== by 0x321B034CB6: XOpenDisplay (OpenDis.c:747) >==18631== by 0x322104B58B: gdk_display_open (gdkdisplay-x11.c:157) >==18631== by 0x322101BAC7: gdk_display_open_default_libgtk_only (gdk.c:291) >==18631== by 0x3220968984: post_parse_hook (gtkmain.c:734) >==18631== by 0x3219C46487: g_option_context_parse (goption.c:1796) >==18631== by 0x3220968B68: gtk_init_with_args (gtkmain.c:839) >==18631== by 0x40CEB3: main (empathy.c:395) >==18631== >==18631== >==18631== 160 bytes in 5 blocks are still reachable in loss record 96 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321BC0DCED: XextAddDisplay (extutil.c:104) >==18631== by 0x321EC018C1: XRRFindDisplay (Xrandr.c:222) >==18631== by 0x321EC01DD8: XRRQueryExtension (Xrandr.c:277) >==18631== by 0x322104B632: gdk_display_open (gdkdisplay-x11.c:175) >==18631== by 0x322101BAC7: gdk_display_open_default_libgtk_only (gdk.c:291) >==18631== by 0x3220968984: post_parse_hook (gtkmain.c:734) >==18631== by 0x3219C46487: g_option_context_parse (goption.c:1796) >==18631== by 0x3220968B68: gtk_init_with_args (gtkmain.c:839) >==18631== by 0x40CEB3: main (empathy.c:395) >==18631== >==18631== >==18631== 164 bytes in 18 blocks are still reachable in loss record 97 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x32184B8F4F: register_state (regex_internal.c:959) >==18631== by 0x32184BB6CD: create_cd_newstate (regex_internal.c:1706) >==18631== by 0x32184C6651: re_compile_internal (regex_internal.c:1530) >==18631== by 0x32184C705A: regcomp (regcomp.c:480) >==18631== by 0x3230410B49: empathy_regex_match (empathy-utils.c:116) >==18631== by 0x3230025634: empathy_theme_append_text (empathy-theme.c:269) >==18631== by 0x32300284D2: theme_irc_append_message (empathy-theme-irc.c:237) >==18631== by 0x323001F0C3: empathy_chat_view_append_message (empathy-chat-view.c:812) >==18631== by 0x323001B7AE: chat_constructed (empathy-chat.c:1056) >==18631== by 0x321A011DB2: g_object_newv (gobject.c:1223) >==18631== by 0x321A01218A: g_object_new_valist (gobject.c:1309) >==18631== >==18631== >==18631== 164 bytes in 18 blocks are still reachable in loss record 98 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x32184BB51A: create_cd_newstate (regex_internal.c:1019) >==18631== by 0x32184C6651: re_compile_internal (regex_internal.c:1530) >==18631== by 0x32184C705A: regcomp (regcomp.c:480) >==18631== by 0x3230410B49: empathy_regex_match (empathy-utils.c:116) >==18631== by 0x3230025634: empathy_theme_append_text (empathy-theme.c:269) >==18631== by 0x32300284D2: theme_irc_append_message (empathy-theme-irc.c:237) >==18631== by 0x323001F0C3: empathy_chat_view_append_message (empathy-chat-view.c:812) >==18631== by 0x323001B7AE: chat_constructed (empathy-chat.c:1056) >==18631== by 0x321A011DB2: g_object_newv (gobject.c:1223) >==18631== by 0x321A01218A: g_object_new_valist (gobject.c:1309) >==18631== by 0x321A0123DB: g_object_new (gobject.c:1050) >==18631== >==18631== >==18631== 168 bytes in 17 blocks are still reachable in loss record 99 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x322242907B: _dbus_string_init_preallocated (dbus-string.c:148) >==18631== by 0x322242295E: _dbus_transport_new_for_socket (dbus-transport-socket.c:1163) >==18631== by 0x3222423C19: _dbus_transport_new_for_domain_socket (dbus-transport-unix.c:93) >==18631== by 0x3222423D69: _dbus_transport_open_platform_specific (dbus-transport-unix.c:161) >==18631== by 0x3222422496: _dbus_transport_open (dbus-transport.c:376) >==18631== by 0x322241018E: _dbus_connection_open_internal (dbus-connection.c:1713) >==18631== by 0x322240B357: internal_bus_get (dbus-bus.c:432) >==18631== by 0x3225009AE6: dbus_g_bus_get (dbus-gmain.c:754) >==18631== by 0x3225851427: tp_get_bus (dbus.c:115) >==18631== by 0x323041069C: empathy_mission_control_new (empathy-utils.c:332) >==18631== by 0x40D007: main (empathy.c:449) >==18631== >==18631== >==18631== 168 bytes in 2 blocks are still reachable in loss record 100 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321B034AE4: XOpenDisplay (OpenDis.c:582) >==18631== by 0x322104B58B: gdk_display_open (gdkdisplay-x11.c:157) >==18631== by 0x322101BAC7: gdk_display_open_default_libgtk_only (gdk.c:291) >==18631== by 0x3220968984: post_parse_hook (gtkmain.c:734) >==18631== by 0x3219C46487: g_option_context_parse (goption.c:1796) >==18631== by 0x3220968B68: gtk_init_with_args (gtkmain.c:839) >==18631== by 0x40CEB3: main (empathy.c:395) >==18631== >==18631== >==18631== 168 bytes in 1 blocks are still reachable in loss record 101 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321B0348FA: XOpenDisplay (OpenDis.c:486) >==18631== by 0x322104B58B: gdk_display_open (gdkdisplay-x11.c:157) >==18631== by 0x322101BAC7: gdk_display_open_default_libgtk_only (gdk.c:291) >==18631== by 0x3220968984: post_parse_hook (gtkmain.c:734) >==18631== by 0x3219C46487: g_option_context_parse (goption.c:1796) >==18631== by 0x3220968B68: gtk_init_with_args (gtkmain.c:839) >==18631== by 0x40CEB3: main (empathy.c:395) >==18631== >==18631== >==18631== 168 bytes in 1 blocks are still reachable in loss record 102 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321B058A5B: create (lcGeneric.c:75) >==18631== by 0x321B05ADD3: _XlcCreateLC (lcPubWrap.c:78) >==18631== by 0x321B07CE6F: _XlcUtf8Loader (lcUTF8Load.c:49) >==18631== by 0x321B061B12: _XOpenLC (lcWrap.c:296) >==18631== by 0x321B061C07: _XlcCurrentLC (lcWrap.c:357) >==18631== by 0x321B061FF8: XSupportsLocale (lcWrap.c:101) >==18631== by 0x3221068C59: _gdk_x11_initialize_locale (gdkim-x11.c:64) >==18631== by 0x322106EE14: _gdk_windowing_init (gdkmain-x11.c:99) >==18631== by 0x322101B8AB: gdk_pre_parse_libgtk_only (gdk.c:188) >==18631== by 0x322096872B: do_pre_parse_initialization (gtkmain.c:617) >==18631== by 0x322096893E: pre_parse_hook (gtkmain.c:716) >==18631== >==18631== >==18631== 176 bytes in 2 blocks are still reachable in loss record 103 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321B049D94: GrowTable (Xrm.c:603) >==18631== by 0x321B04B2B4: GetDatabase (Xrm.c:1519) >==18631== by 0x321B04B857: XrmGetStringDatabase (Xrm.c:1567) >==18631== by 0x321B0282A3: InitDefaults (GetDflt.c:173) >==18631== by 0x321B0284B7: XGetDefault (GetDflt.c:245) >==18631== by 0x321FC048A2: _XcursorGetDisplayInfo (in /usr/lib64/libXcursor.so.1.0.2) >==18631== by 0x321FC049D8: XcursorGetTheme (in /usr/lib64/libXcursor.so.1.0.2) >==18631== by 0x322104AB6E: gdk_x11_display_set_cursor_theme (gdkcursor-x11.c:492) >==18631== by 0x32209F53E0: settings_update_cursor_theme (gtksettings.c:2008) >==18631== by 0x32209F2B4B: gtk_settings_get_for_screen (gtksettings.c:1009) >==18631== by 0x32209F2B9A: gtk_settings_get_default (gtksettings.c:1034) >==18631== >==18631== >==18631== 176 bytes in 1 blocks are still reachable in loss record 104 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321B058A3B: create (lcGeneric.c:70) >==18631== by 0x321B05ADD3: _XlcCreateLC (lcPubWrap.c:78) >==18631== by 0x321B07CE6F: _XlcUtf8Loader (lcUTF8Load.c:49) >==18631== by 0x321B061B12: _XOpenLC (lcWrap.c:296) >==18631== by 0x321B061C07: _XlcCurrentLC (lcWrap.c:357) >==18631== by 0x321B061FF8: XSupportsLocale (lcWrap.c:101) >==18631== by 0x3221068C59: _gdk_x11_initialize_locale (gdkim-x11.c:64) >==18631== by 0x322106EE14: _gdk_windowing_init (gdkmain-x11.c:99) >==18631== by 0x322101B8AB: gdk_pre_parse_libgtk_only (gdk.c:188) >==18631== by 0x322096872B: do_pre_parse_initialization (gtkmain.c:617) >==18631== by 0x322096893E: pre_parse_hook (gtkmain.c:716) >==18631== >==18631== >==18631== 180 bytes in 15 blocks are still reachable in loss record 105 of 241 >==18631== at 0x4A074D1: realloc (vg_replace_malloc.c:429) >==18631== by 0x32184BE6A6: parse_bracket_exp (regcomp.c:2862) >==18631== by 0x32184C482A: parse_expression (regcomp.c:2198) >==18631== by 0x32184C5062: parse_reg_exp (regcomp.c:2131) >==18631== by 0x32184C5955: re_compile_internal (regcomp.c:2052) >==18631== by 0x32184C705A: regcomp (regcomp.c:480) >==18631== by 0x3230410B49: empathy_regex_match (empathy-utils.c:116) >==18631== by 0x3230025634: empathy_theme_append_text (empathy-theme.c:269) >==18631== by 0x32300284D2: theme_irc_append_message (empathy-theme-irc.c:237) >==18631== by 0x323001F0C3: empathy_chat_view_append_message (empathy-chat-view.c:812) >==18631== by 0x323001B7AE: chat_constructed (empathy-chat.c:1056) >==18631== by 0x321A011DB2: g_object_newv (gobject.c:1223) >==18631== >==18631== >==18631== 180 bytes in 15 blocks are still reachable in loss record 106 of 241 >==18631== at 0x4A074D1: realloc (vg_replace_malloc.c:429) >==18631== by 0x32184BE6BA: parse_bracket_exp (regcomp.c:2864) >==18631== by 0x32184C482A: parse_expression (regcomp.c:2198) >==18631== by 0x32184C5062: parse_reg_exp (regcomp.c:2131) >==18631== by 0x32184C4DE0: parse_expression (regcomp.c:2390) >==18631== by 0x32184C5062: parse_reg_exp (regcomp.c:2131) >==18631== by 0x32184C5955: re_compile_internal (regcomp.c:2052) >==18631== by 0x32184C705A: regcomp (regcomp.c:480) >==18631== by 0x3230410B49: empathy_regex_match (empathy-utils.c:116) >==18631== by 0x3230025634: empathy_theme_append_text (empathy-theme.c:269) >==18631== by 0x32300284D2: theme_irc_append_message (empathy-theme-irc.c:237) >==18631== by 0x323001F0C3: empathy_chat_view_append_message (empathy-chat-view.c:812) >==18631== >==18631== >==18631== 182 bytes in 3 blocks are still reachable in loss record 107 of 241 >==18631== at 0x4A074D1: realloc (vg_replace_malloc.c:429) >==18631== by 0x321B055B84: append_value_list (lcDB.c:510) >==18631== by 0x321B056533: store_to_database (lcDB.c:587) >==18631== by 0x321B05676C: f_newline (lcDB.c:694) >==18631== by 0x321B056D07: _XlcCreateLocaleDataBase (lcDB.c:1133) >==18631== by 0x321B05B1FE: initialize (lcPublic.c:116) >==18631== by 0x321B05A622: initialize (lcGeneric.c:1018) >==18631== by 0x321B05ADF5: _XlcCreateLC (lcPubWrap.c:92) >==18631== by 0x321B07CE6F: _XlcUtf8Loader (lcUTF8Load.c:49) >==18631== by 0x321B061B12: _XOpenLC (lcWrap.c:296) >==18631== by 0x321B061C07: _XlcCurrentLC (lcWrap.c:357) >==18631== by 0x321B061FF8: XSupportsLocale (lcWrap.c:101) >==18631== >==18631== >==18631== 188 bytes in 7 blocks are still reachable in loss record 108 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x3217C053D1: local_strdup (dl-load.c:170) >==18631== by 0x3217C08E06: _dl_map_object (dl-load.c:2147) >==18631== by 0x3217C0C65C: openaux (dl-deps.c:65) >==18631== by 0x3217C0E745: _dl_catch_error (dl-error.c:178) >==18631== by 0x3217C0CDC6: _dl_map_object_deps (dl-deps.c:248) >==18631== by 0x3217C13394: dl_open_worker (dl-open.c:330) >==18631== by 0x3217C0E745: _dl_catch_error (dl-error.c:178) >==18631== by 0x3217C12C1A: _dl_open (dl-open.c:596) >==18631== by 0x3218800F8A: dlopen_doit (dlopen.c:66) >==18631== by 0x3217C0E745: _dl_catch_error (dl-error.c:178) >==18631== by 0x32188012FB: _dlerror_run (dlerror.c:164) >==18631== >==18631== >==18631== 192 bytes in 4 blocks are still reachable in loss record 109 of 241 >==18631== at 0x4A05174: calloc (vg_replace_malloc.c:397) >==18631== by 0x322240E3AC: _dbus_connection_new_for_transport (dbus-connection.c:1194) >==18631== by 0x32224101A2: _dbus_connection_open_internal (dbus-connection.c:1721) >==18631== by 0x322240B357: internal_bus_get (dbus-bus.c:432) >==18631== by 0x3225009AE6: dbus_g_bus_get (dbus-gmain.c:754) >==18631== by 0x3225851427: tp_get_bus (dbus.c:115) >==18631== by 0x323041069C: empathy_mission_control_new (empathy-utils.c:332) >==18631== by 0x40D007: main (empathy.c:449) >==18631== >==18631== >==18631== 192 bytes in 4 blocks are still reachable in loss record 110 of 241 >==18631== at 0x4A05174: calloc (vg_replace_malloc.c:397) >==18631== by 0x322240E39B: _dbus_connection_new_for_transport (dbus-connection.c:1190) >==18631== by 0x32224101A2: _dbus_connection_open_internal (dbus-connection.c:1721) >==18631== by 0x322240B357: internal_bus_get (dbus-bus.c:432) >==18631== by 0x3225009AE6: dbus_g_bus_get (dbus-gmain.c:754) >==18631== by 0x3225851427: tp_get_bus (dbus.c:115) >==18631== by 0x323041069C: empathy_mission_control_new (empathy-utils.c:332) >==18631== by 0x40D007: main (empathy.c:449) >==18631== >==18631== >==18631== 196 bytes in 4 blocks are still reachable in loss record 111 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x3217C06923: expand_dynamic_string_token (dl-load.c:170) >==18631== by 0x3217C08B43: _dl_map_object (dl-load.c:2173) >==18631== by 0x3217C13334: dl_open_worker (dl-open.c:293) >==18631== by 0x3217C0E745: _dl_catch_error (dl-error.c:178) >==18631== by 0x3217C12C1A: _dl_open (dl-open.c:596) >==18631== by 0x3218800F8A: dlopen_doit (dlopen.c:66) >==18631== by 0x3217C0E745: _dl_catch_error (dl-error.c:178) >==18631== by 0x32188012FB: _dlerror_run (dlerror.c:164) >==18631== by 0x3218800EF0: dlopen@@GLIBC_2.2.5 (dlopen.c:87) >==18631== by 0x321B80190A: g_module_open (gmodule-dl.c:99) >==18631== by 0x322098BFEE: find_module (gtkmodules.c:239) >==18631== >==18631== >==18631== 200 bytes in 1 blocks are still reachable in loss record 112 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321E8067EC: _XiCheckExtInit (XExtInt.c:210) >==18631== by 0x321E8050EE: XListInputDevices (XListDev.c:85) >==18631== by 0x322108A9C5: _gdk_input_common_init (gdkinput-x11.c:397) >==18631== by 0x322108BD89: _gdk_input_init (gdkinput-xfree.c:41) >==18631== by 0x322104BDD9: gdk_display_open (gdkdisplay-x11.c:381) >==18631== by 0x322101BAC7: gdk_display_open_default_libgtk_only (gdk.c:291) >==18631== by 0x3220968984: post_parse_hook (gtkmain.c:734) >==18631== by 0x3219C46487: g_option_context_parse (goption.c:1796) >==18631== by 0x3220968B68: gtk_init_with_args (gtkmain.c:839) >==18631== by 0x40CEB3: main (empathy.c:395) >==18631== >==18631== >==18631== 207 bytes in 11 blocks are still reachable in loss record 113 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x3218482951: strdup (strdup.c:43) >==18631== by 0x3219411FF3: (within /lib64/libselinux.so.1) >==18631== by 0x32194140D5: (within /lib64/libselinux.so.1) >==18631== by 0x3219404782: (within /lib64/libselinux.so.1) >==18631== by 0x5D: ??? >==18631== by 0x3217C0EAEF: _dl_init (dl-init.c:70) >==18631== by 0x3217C00B29: (within /lib64/ld-2.8.90.so) >==18631== by 0x0: ??? >==18631== by 0x7FF00053E: ??? >==18631== >==18631== >==18631== 208 bytes in 13 blocks are still reachable in loss record 114 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321B049CE8: GrowTable (Xrm.c:592) >==18631== by 0x321B04B2B4: GetDatabase (Xrm.c:1519) >==18631== by 0x321B04B857: XrmGetStringDatabase (Xrm.c:1567) >==18631== by 0x321B0282A3: InitDefaults (GetDflt.c:173) >==18631== by 0x321B0284B7: XGetDefault (GetDflt.c:245) >==18631== by 0x321FC048A2: _XcursorGetDisplayInfo (in /usr/lib64/libXcursor.so.1.0.2) >==18631== by 0x321FC049D8: XcursorGetTheme (in /usr/lib64/libXcursor.so.1.0.2) >==18631== by 0x322104AB6E: gdk_x11_display_set_cursor_theme (gdkcursor-x11.c:492) >==18631== by 0x32209F53E0: settings_update_cursor_theme (gtksettings.c:2008) >==18631== by 0x32209F2B4B: gtk_settings_get_for_screen (gtksettings.c:1009) >==18631== by 0x32209F2B9A: gtk_settings_get_default (gtksettings.c:1034) >==18631== >==18631== >==18631== 224 bytes in 4 blocks are still reachable in loss record 115 of 241 >==18631== at 0x4A05174: calloc (vg_replace_malloc.c:397) >==18631== by 0x3222417847: _dbus_message_loader_new (dbus-message.c:3308) >==18631== by 0x3222422776: _dbus_transport_init_base (dbus-transport.c:104) >==18631== by 0x3222422A12: _dbus_transport_new_for_socket (dbus-transport-socket.c:1183) >==18631== by 0x3222423C19: _dbus_transport_new_for_domain_socket (dbus-transport-unix.c:93) >==18631== by 0x3222423D69: _dbus_transport_open_platform_specific (dbus-transport-unix.c:161) >==18631== by 0x3222422496: _dbus_transport_open (dbus-transport.c:376) >==18631== by 0x322241018E: _dbus_connection_open_internal (dbus-connection.c:1713) >==18631== by 0x322240B357: internal_bus_get (dbus-bus.c:432) >==18631== by 0x3225009AE6: dbus_g_bus_get (dbus-gmain.c:754) >==18631== by 0x3225851427: tp_get_bus (dbus.c:115) >==18631== by 0x323041069C: empathy_mission_control_new (empathy-utils.c:332) >==18631== >==18631== >==18631== 240 bytes in 10 blocks are still reachable in loss record 116 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321CC1B68A: FcExprCreateConst (fcxml.c:172) >==18631== by 0x321CC1C1C5: FcPopExpr (fcxml.c:1522) >==18631== by 0x321CC1C382: FcPopBinary (fcxml.c:1574) >==18631== by 0x321CC1DA06: FcEndElement (fcxml.c:1757) >==18631== by 0x321C00AC22: doContent (xmlparse.c:2449) >==18631== by 0x321C00BB53: contentProcessor (xmlparse.c:2023) >==18631== by 0x321C00CB55: doProlog (xmlparse.c:3905) >==18631== by 0x321C00DDBA: prologProcessor (xmlparse.c:3635) >==18631== by 0x321C003FA0: XML_ParseBuffer (xmlparse.c:1573) >==18631== by 0x321CC1BDA8: FcConfigParseAndLoad (fcxml.c:2552) >==18631== by 0x321CC1C08D: FcConfigParseAndLoad (fcxml.c:2438) >==18631== >==18631== >==18631== 240 bytes in 4 blocks are still reachable in loss record 117 of 241 >==18631== at 0x4A074D1: realloc (vg_replace_malloc.c:429) >==18631== by 0x322242467A: _dbus_data_slot_list_set (dbus-dataslot.c:259) >==18631== by 0x322240BE5D: dbus_connection_set_data (dbus-connection.c:5727) >==18631== by 0x3225012FFB: dbus_g_proxy_set_property (dbus-gproxy.c:210) >==18631== by 0x321A011157: g_object_constructor (gobject.c:938) >==18631== by 0x3225011A5C: dbus_g_proxy_constructor (dbus-gproxy.c:1360) >==18631== by 0x321A01171F: g_object_newv (gobject.c:1205) >==18631== by 0x321A01218A: g_object_new_valist (gobject.c:1309) >==18631== by 0x321A0123DB: g_object_new (gobject.c:1050) >==18631== by 0x322E819706: mission_control_new (mission-control.c:405) >==18631== by 0x32304106A4: empathy_mission_control_new (empathy-utils.c:332) >==18631== by 0x40D007: main (empathy.c:449) >==18631== >==18631== >==18631== 240 bytes in 6 blocks are still reachable in loss record 118 of 241 >==18631== at 0x4A05174: calloc (vg_replace_malloc.c:397) >==18631== by 0x3222427983: _dbus_mem_pool_new (dbus-mempool.c:141) >==18631== by 0x3222426334: alloc_link (dbus-list.c:62) >==18631== by 0x322242639B: _dbus_list_prepend (dbus-list.c:273) >==18631== by 0x3222426408: _dbus_list_append (dbus-list.c:249) >==18631== by 0x32224071EA: dbus_parse_address (dbus-address.c:403) >==18631== by 0x322241013E: _dbus_connection_open_internal (dbus-connection.c:1765) >==18631== by 0x322240B357: internal_bus_get (dbus-bus.c:432) >==18631== by 0x3225009AE6: dbus_g_bus_get (dbus-gmain.c:754) >==18631== by 0x3225851427: tp_get_bus (dbus.c:115) >==18631== by 0x323041069C: empathy_mission_control_new (empathy-utils.c:332) >==18631== by 0x40D007: main (empathy.c:449) >==18631== >==18631== >==18631== 256 bytes in 1 blocks are still reachable in loss record 119 of 241 >==18631== at 0x4A074D1: realloc (vg_replace_malloc.c:429) >==18631== by 0x321CC05F5B: FcBlanksAdd (fcblanks.c:68) >==18631== by 0x321CC1D635: FcEndElement (fcxml.c:1086) >==18631== by 0x321C00AC22: doContent (xmlparse.c:2449) >==18631== by 0x321C00BB53: contentProcessor (xmlparse.c:2023) >==18631== by 0x321C00CB55: doProlog (xmlparse.c:3905) >==18631== by 0x321C00DDBA: prologProcessor (xmlparse.c:3635) >==18631== by 0x321C003FA0: XML_ParseBuffer (xmlparse.c:1573) >==18631== by 0x321CC1BDA8: FcConfigParseAndLoad (fcxml.c:2552) >==18631== by 0x321CC116B6: FcInitLoadConfig (fcinit.c:67) >==18631== by 0x321CC11795: FcInitLoadConfigAndFonts (fcinit.c:101) >==18631== by 0x321CC11884: FcInit (fcinit.c:124) >==18631== >==18631== >==18631== 256 bytes in 1 blocks are still reachable in loss record 120 of 241 >==18631== at 0x4A05174: calloc (vg_replace_malloc.c:397) >==18631== by 0x321B0A7E12: XkbAllocClientMap (XKBMAlloc.c:137) >==18631== by 0x321B0989D3: _XkbReadGetMapReply (XKBGetMap.c:387) >==18631== by 0x321B098A90: _XkbHandleGetMapReply (XKBGetMap.c:526) >==18631== by 0x321B0994FA: XkbGetUpdatedMap (XKBGetMap.c:543) >==18631== by 0x321B0995F5: XkbGetMap (XKBGetMap.c:561) >==18631== by 0x322106C24B: get_xkb (gdkkeys-x11.c:256) >==18631== by 0x322106CFCC: update_direction (gdkkeys-x11.c:663) >==18631== by 0x322106D227: gdk_keymap_get_direction (gdkkeys-x11.c:743) >==18631== by 0x3220A5EA61: gtk_text_view_check_keymap_direction (gtktextview.c:6195) >==18631== by 0x3220A5ECB3: gtk_text_view_ensure_layout (gtktextview.c:6263) >==18631== by 0x3220A558CD: gtk_text_view_update_layout_width (gtktextview.c:1965) >==18631== >==18631== >==18631== 256 bytes in 4 blocks are still reachable in loss record 121 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x322241BDE7: _dbus_object_subtree_new (dbus-object-tree.c:952) >==18631== by 0x322241BFCC: _dbus_object_tree_new (dbus-object-tree.c:105) >==18631== by 0x322240E4D2: _dbus_connection_new_for_transport (dbus-connection.c:1244) >==18631== by 0x32224101A2: _dbus_connection_open_internal (dbus-connection.c:1721) >==18631== by 0x322240B357: internal_bus_get (dbus-bus.c:432) >==18631== by 0x3225009AE6: dbus_g_bus_get (dbus-gmain.c:754) >==18631== by 0x3225851427: tp_get_bus (dbus.c:115) >==18631== by 0x323041069C: empathy_mission_control_new (empathy-utils.c:332) >==18631== by 0x40D007: main (empathy.c:449) >==18631== >==18631== >==18631== 264 bytes in 11 blocks are still reachable in loss record 122 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321CC1B454: FcExprCreateDouble (fcxml.c:89) >==18631== by 0x321CC1C20B: FcPopExpr (fcxml.c:1537) >==18631== by 0x321CC1C382: FcPopBinary (fcxml.c:1574) >==18631== by 0x321CC1DA06: FcEndElement (fcxml.c:1757) >==18631== by 0x321C00AC22: doContent (xmlparse.c:2449) >==18631== by 0x321C00BB53: contentProcessor (xmlparse.c:2023) >==18631== by 0x321C00CB55: doProlog (xmlparse.c:3905) >==18631== by 0x321C00DDBA: prologProcessor (xmlparse.c:3635) >==18631== by 0x321C003FA0: XML_ParseBuffer (xmlparse.c:1573) >==18631== by 0x321CC1BDA8: FcConfigParseAndLoad (fcxml.c:2552) >==18631== by 0x321CC1C08D: FcConfigParseAndLoad (fcxml.c:2438) >==18631== >==18631== >==18631== 264 bytes in 1 blocks are still reachable in loss record 123 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321DC57B3C: _cairo_ft_unscaled_font_create_internal (cairo-ft-font.c:458) >==18631== by 0x321DC57DC9: _cairo_ft_unscaled_font_create_for_pattern (cairo-ft-font.c:506) >==18631== by 0x321DC585AA: cairo_ft_font_face_create_for_pattern (cairo-ft-font.c:2825) >==18631== by 0x321F804DA1: _pango_cairo_font_private_get_scaled_font (pangocairo-font.c:99) >==18631== by 0x321F804FE0: _pango_cairo_font_get_metrics (pangocairo-font.c:239) >==18631== by 0x321E01EF00: pango_layout_get_empty_extents_at_index (pango-layout.c:4363) >==18631== by 0x321E01F317: pango_layout_line_get_extents (pango-layout.c:4398) >==18631== by 0x321E01F41E: get_line_extents_layout_coords (pango-layout.c:2366) >==18631== by 0x321E0227CD: pango_layout_get_extents_internal (pango-layout.c:2477) >==18631== by 0x3220A47BBB: gtk_text_layout_get_line_display (gtktextlayout.c:2440) >==18631== by 0x3220A454B0: gtk_text_layout_real_wrap (gtktextlayout.c:1150) >==18631== >==18631== >==18631== 276 bytes in 17 blocks are still reachable in loss record 124 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x3221088675: parse_settings (xsettings-client.c:290) >==18631== by 0x3221088967: read_settings (xsettings-client.c:398) >==18631== by 0x3221088B3E: check_manager_window (xsettings-client.c:458) >==18631== by 0x3221088D7E: _gdk_xsettings_client_new_with_grab_funcs (xsettings-client.c:526) >==18631== by 0x322105D020: _gdk_x11_events_init_screen (gdkevents-x11.c:185) >==18631== by 0x322104B71B: gdk_display_open (gdkdisplay-x11.c:196) >==18631== by 0x322101BAC7: gdk_display_open_default_libgtk_only (gdk.c:291) >==18631== by 0x3220968984: post_parse_hook (gtkmain.c:734) >==18631== by 0x3219C46487: g_option_context_parse (goption.c:1796) >==18631== by 0x3220968B68: gtk_init_with_args (gtkmain.c:839) >==18631== by 0x40CEB3: main (empathy.c:395) >==18631== >==18631== >==18631== 284 bytes in 1 blocks are still reachable in loss record 125 of 241 >==18631== at 0x4A074D1: realloc (vg_replace_malloc.c:429) >==18631== by 0x321AC0900A: xcb_connect_to_fd (xcb_conn.c:135) >==18631== by 0x321AC0B5A6: xcb_connect (xcb_util.c:288) >==18631== by 0x321B04C821: _XConnectXCB (xcb_disp.c:87) >==18631== by 0x321B0343CC: XOpenDisplay (OpenDis.c:168) >==18631== by 0x322104B58B: gdk_display_open (gdkdisplay-x11.c:157) >==18631== by 0x322101BAC7: gdk_display_open_default_libgtk_only (gdk.c:291) >==18631== by 0x3220968984: post_parse_hook (gtkmain.c:734) >==18631== by 0x3219C46487: g_option_context_parse (goption.c:1796) >==18631== by 0x3220968B68: gtk_init_with_args (gtkmain.c:839) >==18631== by 0x40CEB3: main (empathy.c:395) >==18631== >==18631== >==18631== 320 bytes in 8 blocks are still reachable in loss record 126 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x3225C3013E: xmlNewCharEncodingHandler (encoding.c:1295) >==18631== by 0x3225C2F977: xmlInitCharEncodingHandlers (encoding.c:1351) >==18631== by 0x3225C2FF44: xmlGetCharEncodingHandler (encoding.c:1444) >==18631== by 0x3225C5CF4A: xmlAllocParserInputBuffer (xmlIO.c:2239) >==18631== by 0x3225C5D073: xmlParserInputBufferCreateMem (xmlIO.c:2729) >==18631== by 0x3225C3611E: xmlCreateMemoryParserCtxt (parser.c:12878) >==18631== by 0x3225C4C657: xmlSAXParseDoc (parser.c:13097) >==18631== by 0x4E89086: load_from_gconf (e-source-list.c:89) >==18631== by 0x4E89C4B: e_source_list_new_for_gconf (e-source-list.c:388) >==18631== by 0x4C4C60F: e_book_get_addressbooks (e-book.c:3668) >==18631== by 0x4C4C6C3: e_book_new_system_addressbook (e-book.c:3789) >==18631== >==18631== >==18631== 320 bytes in 8 blocks are still reachable in loss record 127 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x322241D53D: _dbus_counter_new (dbus-resources.c:81) >==18631== by 0x32224227A6: _dbus_transport_init_base (dbus-transport.c:118) >==18631== by 0x3222422A12: _dbus_transport_new_for_socket (dbus-transport-socket.c:1183) >==18631== by 0x3222423C19: _dbus_transport_new_for_domain_socket (dbus-transport-unix.c:93) >==18631== by 0x3222423D69: _dbus_transport_open_platform_specific (dbus-transport-unix.c:161) >==18631== by 0x3222422496: _dbus_transport_open (dbus-transport.c:376) >==18631== by 0x322241018E: _dbus_connection_open_internal (dbus-connection.c:1713) >==18631== by 0x322240B357: internal_bus_get (dbus-bus.c:432) >==18631== by 0x3225009AE6: dbus_g_bus_get (dbus-gmain.c:754) >==18631== by 0x3225851427: tp_get_bus (dbus.c:115) >==18631== by 0x323041069C: empathy_mission_control_new (empathy-utils.c:332) >==18631== >==18631== >==18631== 322 bytes in 6 blocks are still reachable in loss record 128 of 241 >==18631== at 0x4A074D1: realloc (vg_replace_malloc.c:429) >==18631== by 0x3218502D07: __vasprintf_chk (vasprintf_chk.c:90) >==18631== by 0x3218502BF2: __asprintf_chk (asprintf_chk.c:34) >==18631== by 0x3219412143: (within /lib64/libselinux.so.1) >==18631== by 0x32194140D5: (within /lib64/libselinux.so.1) >==18631== by 0x3219404782: (within /lib64/libselinux.so.1) >==18631== by 0x5D: ??? >==18631== by 0x3217C0EAEF: _dl_init (dl-init.c:70) >==18631== by 0x3217C00B29: (within /lib64/ld-2.8.90.so) >==18631== by 0x0: ??? >==18631== by 0x7FF00053E: ??? >==18631== >==18631== >==18631== 362 bytes in 38 blocks are still reachable in loss record 129 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321B055C69: append_value_list (lcDB.c:506) >==18631== by 0x321B056533: store_to_database (lcDB.c:587) >==18631== by 0x321B05676C: f_newline (lcDB.c:694) >==18631== by 0x321B056D07: _XlcCreateLocaleDataBase (lcDB.c:1133) >==18631== by 0x321B05B1FE: initialize (lcPublic.c:116) >==18631== by 0x321B05A622: initialize (lcGeneric.c:1018) >==18631== by 0x321B05ADF5: _XlcCreateLC (lcPubWrap.c:92) >==18631== by 0x321B07CE6F: _XlcUtf8Loader (lcUTF8Load.c:49) >==18631== by 0x321B061B12: _XOpenLC (lcWrap.c:296) >==18631== by 0x321B061C07: _XlcCurrentLC (lcWrap.c:357) >==18631== by 0x321B061FF8: XSupportsLocale (lcWrap.c:101) >==18631== >==18631== >==18631== 384 bytes in 8 blocks are still reachable in loss record 130 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x322242A06A: _dbus_pthread_condvar_new (dbus-sysdeps-pthread.c:189) >==18631== by 0x322242166D: dbus_threads_init (dbus-threads.c:357) >==18631== by 0xD7DE8E5: (within /usr/lib64/gio/modules/libgvfsdbus.so) >==18631== by 0x321A02DD57: g_type_create_instance (gtype.c:1674) >==18631== by 0x321A0110AA: g_object_constructor (gobject.c:1328) >==18631== by 0x321A01171F: g_object_newv (gobject.c:1205) >==18631== by 0x321A012296: g_object_new_valist (gobject.c:1268) >==18631== by 0x321A0123DB: g_object_new (gobject.c:1050) >==18631== by 0x321D43E38E: get_default_vfs (gvfs.c:209) >==18631== by 0x3219C5F4A3: g_once_impl (gthread.c:190) >==18631== by 0x321D41EB6D: g_file_new_for_path (gfile.c:4834) >==18631== >==18631== >==18631== 384 bytes in 6 blocks are still reachable in loss record 131 of 241 >==18631== at 0x4A05174: calloc (vg_replace_malloc.c:397) >==18631== by 0x322242448B: _dbus_watch_new (dbus-watch.c:80) >==18631== by 0x32224229C6: _dbus_transport_new_for_socket (dbus-transport-socket.c:1169) >==18631== by 0x3222423C19: _dbus_transport_new_for_domain_socket (dbus-transport-unix.c:93) >==18631== by 0x3222423D69: _dbus_transport_open_platform_specific (dbus-transport-unix.c:161) >==18631== by 0x3222422496: _dbus_transport_open (dbus-transport.c:376) >==18631== by 0x322241018E: _dbus_connection_open_internal (dbus-connection.c:1713) >==18631== by 0x322240B357: internal_bus_get (dbus-bus.c:432) >==18631== by 0x3225009AE6: dbus_g_bus_get (dbus-gmain.c:754) >==18631== by 0x3225851427: tp_get_bus (dbus.c:115) >==18631== by 0x323041069C: empathy_mission_control_new (empathy-utils.c:332) >==18631== by 0x40D007: main (empathy.c:449) >==18631== >==18631== >==18631== 384 bytes in 11 blocks are still reachable in loss record 132 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x3217C0B243: _dl_new_object (dl-object.c:146) >==18631== by 0x3217C078BF: _dl_map_object_from_fd (dl-load.c:973) >==18631== by 0x3217C08BEA: _dl_map_object (dl-load.c:2239) >==18631== by 0x3217C13334: dl_open_worker (dl-open.c:293) >==18631== by 0x3217C0E745: _dl_catch_error (dl-error.c:178) >==18631== by 0x3217C12C1A: _dl_open (dl-open.c:596) >==18631== by 0x3218800F8A: dlopen_doit (dlopen.c:66) >==18631== by 0x3217C0E745: _dl_catch_error (dl-error.c:178) >==18631== by 0x32188012FB: _dlerror_run (dlerror.c:164) >==18631== by 0x3218800EF0: dlopen@@GLIBC_2.2.5 (dlopen.c:87) >==18631== by 0x321B80190A: g_module_open (gmodule-dl.c:99) >==18631== >==18631== >==18631== 392 bytes in 4 blocks are still reachable in loss record 133 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321CC1A25E: _FcStrSetAppend (fcstr.c:1023) >==18631== by 0x321CC1A80D: FcStrSetAddFilename (fcstr.c:1086) >==18631== by 0x321CC07CEB: FcConfigAddDir (fccfg.c:372) >==18631== by 0x321CC1D8C1: FcEndElement (fcxml.c:2108) >==18631== by 0x321C00AC22: doContent (xmlparse.c:2449) >==18631== by 0x321C00BB53: contentProcessor (xmlparse.c:2023) >==18631== by 0x321C00CB55: doProlog (xmlparse.c:3905) >==18631== by 0x321C00DDBA: prologProcessor (xmlparse.c:3635) >==18631== by 0x321C003FA0: XML_ParseBuffer (xmlparse.c:1573) >==18631== by 0x321CC1BDA8: FcConfigParseAndLoad (fcxml.c:2552) >==18631== by 0x321CC116B6: FcInitLoadConfig (fcinit.c:67) >==18631== >==18631== >==18631== 400 bytes in 1 blocks are still reachable in loss record 134 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x3225C2F8BF: xmlInitCharEncodingHandlers (encoding.c:1337) >==18631== by 0x3225C2FF44: xmlGetCharEncodingHandler (encoding.c:1444) >==18631== by 0x3225C5CF4A: xmlAllocParserInputBuffer (xmlIO.c:2239) >==18631== by 0x3225C5D073: xmlParserInputBufferCreateMem (xmlIO.c:2729) >==18631== by 0x3225C3611E: xmlCreateMemoryParserCtxt (parser.c:12878) >==18631== by 0x3225C4C657: xmlSAXParseDoc (parser.c:13097) >==18631== by 0x4E89086: load_from_gconf (e-source-list.c:89) >==18631== by 0x4E89C4B: e_source_list_new_for_gconf (e-source-list.c:388) >==18631== by 0x4C4C60F: e_book_get_addressbooks (e-book.c:3668) >==18631== by 0x4C4C6C3: e_book_new_system_addressbook (e-book.c:3789) >==18631== by 0x4C50810: e_book_get_self (e-book.c:3465) >==18631== >==18631== >==18631== 416 bytes in 13 blocks are still reachable in loss record 135 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x3222425928: _dbus_strdup (dbus-internals.c:406) >==18631== by 0x322240B434: internal_bus_get (dbus-bus.c:184) >==18631== by 0x3225009AE6: dbus_g_bus_get (dbus-gmain.c:754) >==18631== by 0x3225851427: tp_get_bus (dbus.c:115) >==18631== by 0x323041069C: empathy_mission_control_new (empathy-utils.c:332) >==18631== by 0x40D007: main (empathy.c:449) >==18631== >==18631== >==18631== 416 bytes in 52 blocks are still reachable in loss record 136 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321B04A737: PutEntry (Xrm.c:951) >==18631== by 0x321B04B2B4: GetDatabase (Xrm.c:1519) >==18631== by 0x321B04B857: XrmGetStringDatabase (Xrm.c:1567) >==18631== by 0x321B0282A3: InitDefaults (GetDflt.c:173) >==18631== by 0x321B0284B7: XGetDefault (GetDflt.c:245) >==18631== by 0x321FC048A2: _XcursorGetDisplayInfo (in /usr/lib64/libXcursor.so.1.0.2) >==18631== by 0x321FC049D8: XcursorGetTheme (in /usr/lib64/libXcursor.so.1.0.2) >==18631== by 0x322104AB6E: gdk_x11_display_set_cursor_theme (gdkcursor-x11.c:492) >==18631== by 0x32209F53E0: settings_update_cursor_theme (gtksettings.c:2008) >==18631== by 0x32209F2B4B: gtk_settings_get_for_screen (gtksettings.c:1009) >==18631== by 0x32209F2B9A: gtk_settings_get_default (gtksettings.c:1034) >==18631== >==18631== >==18631== 440 bytes in 1 blocks are still reachable in loss record 137 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321DC59FC2: _cairo_ft_scaled_font_create (cairo-ft-font.c:1781) >==18631== by 0x321DC5A796: _cairo_ft_font_face_scaled_font_create (cairo-ft-font.c:2577) >==18631== by 0x321DC211A6: cairo_scaled_font_create (cairo-scaled-font.c:819) >==18631== by 0x321F804DBD: _pango_cairo_font_private_get_scaled_font (pangocairo-font.c:103) >==18631== by 0x321F804FE0: _pango_cairo_font_get_metrics (pangocairo-font.c:239) >==18631== by 0x321E01EF00: pango_layout_get_empty_extents_at_index (pango-layout.c:4363) >==18631== by 0x321E01F317: pango_layout_line_get_extents (pango-layout.c:4398) >==18631== by 0x321E01F41E: get_line_extents_layout_coords (pango-layout.c:2366) >==18631== by 0x321E0227CD: pango_layout_get_extents_internal (pango-layout.c:2477) >==18631== by 0x3220A47BBB: gtk_text_layout_get_line_display (gtktextlayout.c:2440) >==18631== by 0x3220A454B0: gtk_text_layout_real_wrap (gtktextlayout.c:1150) >==18631== >==18631== >==18631== 456 bytes in 1 blocks are still reachable in loss record 138 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321FC044A6: _XcursorGetDisplayInfo (in /usr/lib64/libXcursor.so.1.0.2) >==18631== by 0x321FC049D8: XcursorGetTheme (in /usr/lib64/libXcursor.so.1.0.2) >==18631== by 0x322104AB6E: gdk_x11_display_set_cursor_theme (gdkcursor-x11.c:492) >==18631== by 0x32209F53E0: settings_update_cursor_theme (gtksettings.c:2008) >==18631== by 0x32209F2B4B: gtk_settings_get_for_screen (gtksettings.c:1009) >==18631== by 0x32209F2B9A: gtk_settings_get_default (gtksettings.c:1034) >==18631== by 0xA622E49: gtk_module_init (in /usr/lib64/gtk-2.0/modules/libcanberra-gtk-module.so) >==18631== by 0x322098C4F8: default_display_notify_cb (gtkmodules.c:417) >==18631== by 0x321A00B7FC: g_closure_invoke (gclosure.c:767) >==18631== by 0x321A0225AF: signal_emit_unlocked_R (gsignal.c:3244) >==18631== by 0x321A023CA8: g_signal_emit_valist (gsignal.c:2977) >==18631== >==18631== >==18631== 468 bytes in 21 blocks are possibly lost in loss record 139 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x3219C3FFF2: g_malloc (gmem.c:131) >==18631== by 0x32270346BC: ORBit_alloc_string (allocators.c:228) >==18631== by 0x32270343AC: CORBA_string_dup (corba-string.c:22) >==18631== by 0x32270384C6: ORBit_copy_value_core (corba-any.c:922) >==18631== by 0x32270382A0: ORBit_copy_value_core (corba-any.c:886) >==18631== by 0x32270386B1: ORBit_sequence_append (corba-any.c:1303) >==18631== by 0x322940EE7D: bonobo_activation_init_activation_env (bonobo-activation-activate.c:778) >==18631== by 0x3229412B12: bonobo_activation_orb_init (bonobo-activation-init.c:604) >==18631== by 0x3229412ED0: bonobo_activation_init (bonobo-activation-init.c:545) >==18631== by 0x322982D211: bonobo_init_full (bonobo-main.c:171) >==18631== by 0x4C4C438: e_book_new (e-book.c:3698) >==18631== >==18631== >==18631== 492 bytes in 41 blocks are still reachable in loss record 140 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321B05643C: store_to_database (lcDB.c:602) >==18631== by 0x321B05676C: f_newline (lcDB.c:694) >==18631== by 0x321B056D07: _XlcCreateLocaleDataBase (lcDB.c:1133) >==18631== by 0x321B05B1FE: initialize (lcPublic.c:116) >==18631== by 0x321B05A622: initialize (lcGeneric.c:1018) >==18631== by 0x321B05ADF5: _XlcCreateLC (lcPubWrap.c:92) >==18631== by 0x321B07CE6F: _XlcUtf8Loader (lcUTF8Load.c:49) >==18631== by 0x321B061B12: _XOpenLC (lcWrap.c:296) >==18631== by 0x321B061C07: _XlcCurrentLC (lcWrap.c:357) >==18631== by 0x321B061FF8: XSupportsLocale (lcWrap.c:101) >==18631== by 0x3221068C59: _gdk_x11_initialize_locale (gdkim-x11.c:64) >==18631== >==18631== >==18631== 496 bytes in 1 blocks are still reachable in loss record 141 of 241 >==18631== at 0x4A05174: calloc (vg_replace_malloc.c:397) >==18631== by 0x321B09BD8C: XkbGetNames (XKBNames.c:248) >==18631== by 0x322106C2A1: get_xkb (gdkkeys-x11.c:263) >==18631== by 0x322106CFCC: update_direction (gdkkeys-x11.c:663) >==18631== by 0x322106D227: gdk_keymap_get_direction (gdkkeys-x11.c:743) >==18631== by 0x3220A5EA61: gtk_text_view_check_keymap_direction (gtktextview.c:6195) >==18631== by 0x3220A5ECB3: gtk_text_view_ensure_layout (gtktextview.c:6263) >==18631== by 0x3220A558CD: gtk_text_view_update_layout_width (gtktextview.c:1965) >==18631== by 0x3220A606F6: gtk_text_view_value_changed (gtktextview.c:7087) >==18631== by 0x3220A60133: gtk_text_view_set_scroll_adjustments (gtktextview.c:6912) >==18631== by 0x3220970485: _gtk_marshal_VOID__OBJECT_OBJECT (gtkmarshalers.c:2288) >==18631== by 0x321A00B7FC: g_closure_invoke (gclosure.c:767) >==18631== >==18631== >==18631== 496 bytes in 31 blocks are still reachable in loss record 142 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x32210893C6: _gdk_xsettings_list_insert (xsettings-common.c:180) >==18631== by 0x3221088758: parse_settings (xsettings-client.c:324) >==18631== by 0x3221088967: read_settings (xsettings-client.c:398) >==18631== by 0x3221088B3E: check_manager_window (xsettings-client.c:458) >==18631== by 0x3221088D7E: _gdk_xsettings_client_new_with_grab_funcs (xsettings-client.c:526) >==18631== by 0x322105D020: _gdk_x11_events_init_screen (gdkevents-x11.c:185) >==18631== by 0x322104B71B: gdk_display_open (gdkdisplay-x11.c:196) >==18631== by 0x322101BAC7: gdk_display_open_default_libgtk_only (gdk.c:291) >==18631== by 0x3220968984: post_parse_hook (gtkmain.c:734) >==18631== by 0x3219C46487: g_option_context_parse (goption.c:1796) >==18631== by 0x3220968B68: gtk_init_with_args (gtkmain.c:839) >==18631== >==18631== >==18631== 497 bytes in 1 blocks are still reachable in loss record 143 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321B02A2E9: XGetWindowProperty (GetProp.c:98) >==18631== by 0x3221062CBD: gdk_x11_screen_supports_net_wm_hint (gdkevents-x11.c:2817) >==18631== by 0x3221082E70: gdk_x11_window_set_user_time (gdkwindow-x11.c:3986) >==18631== by 0x322105E400: set_user_time (gdkevents-x11.c:866) >==18631== by 0x322105EEE4: gdk_event_translate (gdkevents-x11.c:1170) >==18631== by 0x3221061C7F: _gdk_events_queue (gdkevents-x11.c:2299) >==18631== by 0x3221061E55: gdk_event_dispatch (gdkevents-x11.c:2359) >==18631== by 0x3219C378C1: g_main_context_dispatch (gmain.c:2072) >==18631== by 0x3219C3B05C: g_main_context_iterate (gmain.c:2705) >==18631== by 0x3219C3B58C: g_main_loop_run (gmain.c:2928) >==18631== by 0x3220968E54: gtk_main (gtkmain.c:1172) >==18631== >==18631== >==18631== 512 bytes in 1 blocks are still reachable in loss record 144 of 241 >==18631== at 0x4A05174: calloc (vg_replace_malloc.c:397) >==18631== by 0x321B02EECB: _XInternAtom (IntAtom.c:78) >==18631== by 0x321B02F512: XInternAtom (IntAtom.c:178) >==18631== by 0x3221071E21: gdk_x11_atom_to_xatom_for_display (gdkproperty-x11.c:206) >==18631== by 0x3221073EEE: check_is_composited (gdkscreen-x11.c:579) >==18631== by 0x3221074B0B: _gdk_x11_screen_new (gdkscreen-x11.c:914) >==18631== by 0x322104B6D8: gdk_display_open (gdkdisplay-x11.c:190) >==18631== by 0x322101BAC7: gdk_display_open_default_libgtk_only (gdk.c:291) >==18631== by 0x3220968984: post_parse_hook (gtkmain.c:734) >==18631== by 0x3219C46487: g_option_context_parse (goption.c:1796) >==18631== by 0x3220968B68: gtk_init_with_args (gtkmain.c:839) >==18631== by 0x40CEB3: main (empathy.c:395) >==18631== >==18631== >==18631== 520 bytes in 65 blocks are still reachable in loss record 145 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x32184B92FB: link_nfa_nodes (regex_internal.c:986) >==18631== by 0x32184C60FD: re_compile_internal (regcomp.c:1193) >==18631== by 0x32184C705A: regcomp (regcomp.c:480) >==18631== by 0x3230410B49: empathy_regex_match (empathy-utils.c:116) >==18631== by 0x3230025634: empathy_theme_append_text (empathy-theme.c:269) >==18631== by 0x32300284D2: theme_irc_append_message (empathy-theme-irc.c:237) >==18631== by 0x323001F0C3: empathy_chat_view_append_message (empathy-chat-view.c:812) >==18631== by 0x323001B7AE: chat_constructed (empathy-chat.c:1056) >==18631== by 0x321A011DB2: g_object_newv (gobject.c:1223) >==18631== by 0x321A01218A: g_object_new_valist (gobject.c:1309) >==18631== by 0x321A0123DB: g_object_new (gobject.c:1050) >==18631== >==18631== >==18631== 551 bytes in 31 blocks are still reachable in loss record 146 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x3221088539: parse_settings (xsettings-client.c:252) >==18631== by 0x3221088967: read_settings (xsettings-client.c:398) >==18631== by 0x3221088B3E: check_manager_window (xsettings-client.c:458) >==18631== by 0x3221088D7E: _gdk_xsettings_client_new_with_grab_funcs (xsettings-client.c:526) >==18631== by 0x322105D020: _gdk_x11_events_init_screen (gdkevents-x11.c:185) >==18631== by 0x322104B71B: gdk_display_open (gdkdisplay-x11.c:196) >==18631== by 0x322101BAC7: gdk_display_open_default_libgtk_only (gdk.c:291) >==18631== by 0x3220968984: post_parse_hook (gtkmain.c:734) >==18631== by 0x3219C46487: g_option_context_parse (goption.c:1796) >==18631== by 0x3220968B68: gtk_init_with_args (gtkmain.c:839) >==18631== by 0x40CEB3: main (empathy.c:395) >==18631== >==18631== >==18631== 560 bytes in 5 blocks are still reachable in loss record 147 of 241 >==18631== at 0x4A05174: calloc (vg_replace_malloc.c:397) >==18631== by 0x3222425399: _dbus_hash_table_new (dbus-hash.c:299) >==18631== by 0x32224103D7: _dbus_connection_open_internal (dbus-connection.c:1529) >==18631== by 0x322240B357: internal_bus_get (dbus-bus.c:432) >==18631== by 0x3225009AE6: dbus_g_bus_get (dbus-gmain.c:754) >==18631== by 0x3225851427: tp_get_bus (dbus.c:115) >==18631== by 0x323041069C: empathy_mission_control_new (empathy-utils.c:332) >==18631== by 0x40D007: main (empathy.c:449) >==18631== >==18631== >==18631== 560 bytes in 7 blocks are still reachable in loss record 148 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321B058944: add_codeset (lcGeneric.c:185) >==18631== by 0x321B0592B5: load_generic (lcGeneric.c:755) >==18631== by 0x321B05A634: initialize (lcGeneric.c:1027) >==18631== by 0x321B05ADF5: _XlcCreateLC (lcPubWrap.c:92) >==18631== by 0x321B07CE6F: _XlcUtf8Loader (lcUTF8Load.c:49) >==18631== by 0x321B061B12: _XOpenLC (lcWrap.c:296) >==18631== by 0x321B061C07: _XlcCurrentLC (lcWrap.c:357) >==18631== by 0x321B061FF8: XSupportsLocale (lcWrap.c:101) >==18631== by 0x3221068C59: _gdk_x11_initialize_locale (gdkim-x11.c:64) >==18631== by 0x322106EE14: _gdk_windowing_init (gdkmain-x11.c:99) >==18631== by 0x322101B8AB: gdk_pre_parse_libgtk_only (gdk.c:188) >==18631== >==18631== >==18631== 573 bytes in 15 blocks are still reachable in loss record 149 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x3218502D5F: __vasprintf_chk (vasprintf_chk.c:82) >==18631== by 0x3218502BF2: __asprintf_chk (asprintf_chk.c:34) >==18631== by 0x32194120F0: (within /lib64/libselinux.so.1) >==18631== by 0x32194140D5: (within /lib64/libselinux.so.1) >==18631== by 0x3219404782: (within /lib64/libselinux.so.1) >==18631== by 0x5D: ??? >==18631== by 0x3217C0EAEF: _dl_init (dl-init.c:70) >==18631== by 0x3217C00B29: (within /lib64/ld-2.8.90.so) >==18631== by 0x0: ??? >==18631== by 0x7FF00053E: ??? >==18631== >==18631== >==18631== 576 bytes in 10 blocks are still reachable in loss record 150 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321CC06F8F: FcCacheInsert (fccache.c:371) >==18631== by 0x321CC075F9: FcDirCacheMapFd (fccache.c:584) >==18631== by 0x321CC07748: FcDirCacheMapHelper (fccache.c:628) >==18631== by 0x321CC07355: FcDirCacheProcess (fccache.c:257) >==18631== by 0x321CC07429: FcDirCacheLoad (fccache.c:641) >==18631== by 0x321CC0DFD4: FcDirCacheRead (fcdir.c:265) >==18631== by 0x321CC09E94: FcConfigAddDirList (fccfg.c:303) >==18631== by 0x321CC0A18A: FcConfigBuildFonts (fccfg.c:336) >==18631== by 0x321CC117AA: FcInitLoadConfigAndFonts (fcinit.c:106) >==18631== by 0x321CC11884: FcInit (fcinit.c:124) >==18631== by 0x321CC09351: FcConfigGetCurrent (fccfg.c:363) >==18631== >==18631== >==18631== 584 bytes in 1 blocks are still reachable in loss record 151 of 241 >==18631== at 0x4A05174: calloc (vg_replace_malloc.c:397) >==18631== by 0x321DC13DF0: _cairo_hash_table_resize (cairo-hash.c:333) >==18631== by 0x321DC1403E: _cairo_hash_table_insert (cairo-hash.c:486) >==18631== by 0x321DC0EE88: _cairo_cache_insert (cairo-cache.c:309) >==18631== by 0x321DC21A19: _cairo_scaled_glyph_lookup (cairo-scaled-font.c:2280) >==18631== by 0x321DC22E14: cairo_scaled_font_glyph_extents (cairo-scaled-font.c:1204) >==18631== by 0x321F8058EC: _pango_cairo_font_private_get_glyph_extents (pangocairo-font.c:677) >==18631== by 0x3221C0D647: pango_ot_buffer_output (pango-ot-buffer.c:376) >==18631== by 0x3221C2585A: basic_engine_shape (basic-fc.c:213) >==18631== by 0x321E02C1A9: pango_shape (shape.c:55) >==18631== by 0x321E01F9F3: shape_run (pango-layout.c:3103) >==18631== by 0x321E02033D: process_item (pango-layout.c:3213) >==18631== >==18631== >==18631== 606 bytes in 41 blocks are still reachable in loss record 152 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321B056617: store_to_database (lcDB.c:611) >==18631== by 0x321B05676C: f_newline (lcDB.c:694) >==18631== by 0x321B056D07: _XlcCreateLocaleDataBase (lcDB.c:1133) >==18631== by 0x321B05B1FE: initialize (lcPublic.c:116) >==18631== by 0x321B05A622: initialize (lcGeneric.c:1018) >==18631== by 0x321B05ADF5: _XlcCreateLC (lcPubWrap.c:92) >==18631== by 0x321B07CE6F: _XlcUtf8Loader (lcUTF8Load.c:49) >==18631== by 0x321B061B12: _XOpenLC (lcWrap.c:296) >==18631== by 0x321B061C07: _XlcCurrentLC (lcWrap.c:357) >==18631== by 0x321B061FF8: XSupportsLocale (lcWrap.c:101) >==18631== by 0x3221068C59: _gdk_x11_initialize_locale (gdkim-x11.c:64) >==18631== >==18631== >==18631== 608 bytes in 2 blocks are possibly lost in loss record 153 of 241 >==18631== at 0x4A05174: calloc (vg_replace_malloc.c:397) >==18631== by 0x3217C12065: _dl_allocate_tls (dl-tls.c:300) >==18631== by 0x3218C06603: pthread_create@@GLIBC_2.2.5 (allocatestack.c:540) >==18631== by 0x321C80218A: g_thread_create_posix_impl (gthread-posix.c:355) >==18631== by 0x3219C6064D: g_thread_create_full (gthread.c:663) >==18631== by 0x4C4C330: e_book_new (e-book.c:3700) >==18631== by 0x4C4C53E: e_book_new_from_uri (e-book.c:3762) >==18631== by 0x4C4C7A4: e_book_new_system_addressbook (e-book.c:3825) >==18631== by 0x4C50810: e_book_get_self (e-book.c:3465) >==18631== by 0x40D26B: main (empathy.c:222) >==18631== >==18631== >==18631== 608 bytes in 38 blocks are still reachable in loss record 154 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321B055CB9: append_value_list (lcDB.c:490) >==18631== by 0x321B056533: store_to_database (lcDB.c:587) >==18631== by 0x321B05676C: f_newline (lcDB.c:694) >==18631== by 0x321B056D07: _XlcCreateLocaleDataBase (lcDB.c:1133) >==18631== by 0x321B05B1FE: initialize (lcPublic.c:116) >==18631== by 0x321B05A622: initialize (lcGeneric.c:1018) >==18631== by 0x321B05ADF5: _XlcCreateLC (lcPubWrap.c:92) >==18631== by 0x321B07CE6F: _XlcUtf8Loader (lcUTF8Load.c:49) >==18631== by 0x321B061B12: _XOpenLC (lcWrap.c:296) >==18631== by 0x321B061C07: _XlcCurrentLC (lcWrap.c:357) >==18631== by 0x321B061FF8: XSupportsLocale (lcWrap.c:101) >==18631== >==18631== >==18631== 623 bytes in 24 blocks are still reachable in loss record 155 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321CC1A3E0: FcStrCanonAbsoluteFilename (fcstr.c:893) >==18631== by 0x321CC1A685: FcStrCanonFilename (fcstr.c:980) >==18631== by 0x321CC1A7F8: FcStrSetAddFilename (fcstr.c:1083) >==18631== by 0x321CC07CEB: FcConfigAddDir (fccfg.c:372) >==18631== by 0x321CC1D8C1: FcEndElement (fcxml.c:2108) >==18631== by 0x321C00AC22: doContent (xmlparse.c:2449) >==18631== by 0x321C00BB53: contentProcessor (xmlparse.c:2023) >==18631== by 0x321C00CB55: doProlog (xmlparse.c:3905) >==18631== by 0x321C00DDBA: prologProcessor (xmlparse.c:3635) >==18631== by 0x321C003FA0: XML_ParseBuffer (xmlparse.c:1573) >==18631== by 0x321CC1BDA8: FcConfigParseAndLoad (fcxml.c:2552) >==18631== >==18631== >==18631== 640 bytes in 20 blocks are still reachable in loss record 156 of 241 >==18631== at 0x4A05174: calloc (vg_replace_malloc.c:397) >==18631== by 0x32184BD2FE: parse_bracket_exp (regcomp.c:2992) >==18631== by 0x32184C482A: parse_expression (regcomp.c:2198) >==18631== by 0x32184C5062: parse_reg_exp (regcomp.c:2131) >==18631== by 0x32184C4DE0: parse_expression (regcomp.c:2390) >==18631== by 0x32184C5062: parse_reg_exp (regcomp.c:2131) >==18631== by 0x32184C5955: re_compile_internal (regcomp.c:2052) >==18631== by 0x32184C705A: regcomp (regcomp.c:480) >==18631== by 0x3230410B49: empathy_regex_match (empathy-utils.c:116) >==18631== by 0x3230025634: empathy_theme_append_text (empathy-theme.c:269) >==18631== by 0x32300284D2: theme_irc_append_message (empathy-theme-irc.c:237) >==18631== by 0x323001F0C3: empathy_chat_view_append_message (empathy-chat-view.c:812) >==18631== >==18631== >==18631== 656 bytes in 41 blocks are still reachable in loss record 157 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321CC15A99: FcObjectHashInsert (fcname.c:214) >==18631== by 0x321CC15B62: FcObjectInit (fcname.c:340) >==18631== by 0x321CC15E24: FcObjectFindByName (fcname.c:159) >==18631== by 0x321CC15EAD: FcObjectFromName (fcname.c:323) >==18631== by 0x321CC18504: FcPatternAdd (fcpat.c:552) >==18631== by 0x321CC18657: FcPatternBuild (fcpat.c:971) >==18631== by 0x3221C0A391: pango_fc_font_map_load_fontset (pangofc-fontmap.c:825) >==18631== by 0x3221C0AC24: pango_fc_font_map_load_font (pangofc-fontmap.c:1152) >==18631== by 0x321E01EEE0: pango_layout_get_empty_extents_at_index (pango-layout.c:4358) >==18631== by 0x321E01F317: pango_layout_line_get_extents (pango-layout.c:4398) >==18631== by 0x321E01F41E: get_line_extents_layout_coords (pango-layout.c:2366) >==18631== >==18631== >==18631== 677 bytes in 51 blocks are still reachable in loss record 158 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321B054D86: _XlcCreateDefaultCharSet (lcCharSet.c:202) >==18631== by 0x321B054A62: _XlcAddCT (lcCT.c:473) >==18631== by 0x321B054AD7: _XlcInitCTInfo (lcCT.c:1276) >==18631== by 0x321B05B036: initialize (lcPublic.c:214) >==18631== by 0x321B05A622: initialize (lcGeneric.c:1018) >==18631== by 0x321B05ADF5: _XlcCreateLC (lcPubWrap.c:92) >==18631== by 0x321B07CE6F: _XlcUtf8Loader (lcUTF8Load.c:49) >==18631== by 0x321B061B12: _XOpenLC (lcWrap.c:296) >==18631== by 0x321B061C07: _XlcCurrentLC (lcWrap.c:357) >==18631== by 0x321B061FF8: XSupportsLocale (lcWrap.c:101) >==18631== by 0x3221068C59: _gdk_x11_initialize_locale (gdkim-x11.c:64) >==18631== >==18631== >==18631== 688 bytes in 2 blocks are still reachable in loss record 159 of 241 >==18631== at 0x4A05174: calloc (vg_replace_malloc.c:397) >==18631== by 0x321DC1424F: _cairo_hash_table_create (cairo-hash.c:161) >==18631== by 0x321DC20B34: _cairo_scaled_font_map_lock (cairo-scaled-font.c:322) >==18631== by 0x321DC210B0: cairo_scaled_font_create (cairo-scaled-font.c:760) >==18631== by 0x321F804DBD: _pango_cairo_font_private_get_scaled_font (pangocairo-font.c:103) >==18631== by 0x321F804FE0: _pango_cairo_font_get_metrics (pangocairo-font.c:239) >==18631== by 0x321E01EF00: pango_layout_get_empty_extents_at_index (pango-layout.c:4363) >==18631== by 0x321E01F317: pango_layout_line_get_extents (pango-layout.c:4398) >==18631== by 0x321E01F41E: get_line_extents_layout_coords (pango-layout.c:2366) >==18631== by 0x321E0227CD: pango_layout_get_extents_internal (pango-layout.c:2477) >==18631== by 0x3220A47BBB: gtk_text_layout_get_line_display (gtktextlayout.c:2440) >==18631== by 0x3220A454B0: gtk_text_layout_real_wrap (gtktextlayout.c:1150) >==18631== >==18631== >==18631== 720 bytes in 18 blocks are still reachable in loss record 160 of 241 >==18631== at 0x4A05174: calloc (vg_replace_malloc.c:397) >==18631== by 0x321D458838: _xdg_glob_hash_insert_ucs4 (xdgmimeglob.c:142) >==18631== by 0x321D458AC9: __gio_xdg_hash_append_glob (xdgmimeglob.c:288) >==18631== by 0x321D458C49: __gio_xdg_glob_read_from_file (xdgmimeglob.c:600) >==18631== by 0x321D455F19: xdg_mime_init_from_directory (xdgmime.c:175) >==18631== by 0x321D455D22: xdg_run_command_on_dirs (xdgmime.c:247) >==18631== by 0x321D45671D: xdg_mime_init (xdgmime.c:453) >==18631== by 0x321D456A1F: _gio_xdg_get_mime_types_from_file_name (xdgmime.c:580) >==18631== by 0x321D4180E7: g_content_type_guess (gcontenttype.c:899) >==18631== by 0x321D44ECC6: get_content_type (glocalfileinfo.c:1225) >==18631== by 0x321D44F847: _g_local_file_info_get (glocalfileinfo.c:1556) >==18631== by 0x321D44BA3B: g_local_file_query_info (glocalfile.c:1173) >==18631== >==18631== >==18631== 744 bytes in 7 blocks are still reachable in loss record 161 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x3217C0CE81: _dl_map_object_deps (dl-deps.c:471) >==18631== by 0x3217C13394: dl_open_worker (dl-open.c:330) >==18631== by 0x3217C0E745: _dl_catch_error (dl-error.c:178) >==18631== by 0x3217C12C1A: _dl_open (dl-open.c:596) >==18631== by 0x3218800F8A: dlopen_doit (dlopen.c:66) >==18631== by 0x3217C0E745: _dl_catch_error (dl-error.c:178) >==18631== by 0x32188012FB: _dlerror_run (dlerror.c:164) >==18631== by 0x3218800EF0: dlopen@@GLIBC_2.2.5 (dlopen.c:87) >==18631== by 0x321B80190A: g_module_open (gmodule-dl.c:99) >==18631== by 0x322098BFEE: find_module (gtkmodules.c:239) >==18631== by 0x322098C0CA: load_module (gtkmodules.c:279) >==18631== >==18631== >==18631== 760 bytes in 1 blocks are still reachable in loss record 162 of 241 >==18631== at 0x4A074D1: realloc (vg_replace_malloc.c:429) >==18631== by 0x3221C22711: _hb_realloc (harfbuzz-impl.c:61) >==18631== by 0x3221C227DD: hb_buffer_ensure (harfbuzz-buffer.c:81) >==18631== by 0x3221C2292D: hb_buffer_add_glyph (harfbuzz-buffer.c:180) >==18631== by 0x3221C25738: basic_engine_shape (basic-fc.c:182) >==18631== by 0x321E02C1A9: pango_shape (shape.c:55) >==18631== by 0x321E01F9F3: shape_run (pango-layout.c:3103) >==18631== by 0x321E02033D: process_item (pango-layout.c:3213) >==18631== by 0x321E021785: pango_layout_check_lines (pango-layout.c:3506) >==18631== by 0x321E02269C: pango_layout_get_extents_internal (pango-layout.c:2419) >==18631== by 0x3221C0719E: pango_fc_font_create_metrics_for_context (pangofc-font.c:493) >==18631== by 0x321F805018: _pango_cairo_font_get_metrics (pangocairo-font.c:243) >==18631== >==18631== >==18631== 768 bytes in 16 blocks are still reachable in loss record 163 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x32224111DD: _dbus_credentials_new (dbus-credentials.c:74) >==18631== by 0x322240980D: _dbus_auth_new (dbus-auth.c:364) >==18631== by 0x32224098B9: _dbus_auth_client_new (dbus-auth.c:2206) >==18631== by 0x32224228F4: _dbus_transport_init_base (dbus-transport.c:111) >==18631== by 0x3222422A12: _dbus_transport_new_for_socket (dbus-transport-socket.c:1183) >==18631== by 0x3222423C19: _dbus_transport_new_for_domain_socket (dbus-transport-unix.c:93) >==18631== by 0x3222423D69: _dbus_transport_open_platform_specific (dbus-transport-unix.c:161) >==18631== by 0x3222422496: _dbus_transport_open (dbus-transport.c:376) >==18631== by 0x322241018E: _dbus_connection_open_internal (dbus-connection.c:1713) >==18631== by 0x322240B357: internal_bus_get (dbus-bus.c:432) >==18631== by 0x3225009AE6: dbus_g_bus_get (dbus-gmain.c:754) >==18631== >==18631== >==18631== 832 bytes in 52 blocks are still reachable in loss record 164 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321B054C74: _XlcAddCharSet (lcCharSet.c:97) >==18631== by 0x321B054A76: _XlcAddCT (lcCT.c:476) >==18631== by 0x321B054AD7: _XlcInitCTInfo (lcCT.c:1276) >==18631== by 0x321B05B036: initialize (lcPublic.c:214) >==18631== by 0x321B05A622: initialize (lcGeneric.c:1018) >==18631== by 0x321B05ADF5: _XlcCreateLC (lcPubWrap.c:92) >==18631== by 0x321B07CE6F: _XlcUtf8Loader (lcUTF8Load.c:49) >==18631== by 0x321B061B12: _XOpenLC (lcWrap.c:296) >==18631== by 0x321B061C07: _XlcCurrentLC (lcWrap.c:357) >==18631== by 0x321B061FF8: XSupportsLocale (lcWrap.c:101) >==18631== by 0x3221068C59: _gdk_x11_initialize_locale (gdkim-x11.c:64) >==18631== >==18631== >==18631== 888 bytes in 37 blocks are still reachable in loss record 165 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321CC1B409: FcExprCreateBool (fcxml.c:131) >==18631== by 0x321CC1C229: FcPopExpr (fcxml.c:1543) >==18631== by 0x321CC1C382: FcPopBinary (fcxml.c:1574) >==18631== by 0x321CC1C519: FcParseEdit (fcxml.c:1820) >==18631== by 0x321CC1CE24: FcEndElement (fcxml.c:2198) >==18631== by 0x321C00AC22: doContent (xmlparse.c:2449) >==18631== by 0x321C00BB53: contentProcessor (xmlparse.c:2023) >==18631== by 0x321C00CB55: doProlog (xmlparse.c:3905) >==18631== by 0x321C00DDBA: prologProcessor (xmlparse.c:3635) >==18631== by 0x321C003FA0: XML_ParseBuffer (xmlparse.c:1573) >==18631== by 0x321CC1BDA8: FcConfigParseAndLoad (fcxml.c:2552) >==18631== >==18631== >==18631== 896 bytes in 4 blocks are still reachable in loss record 166 of 241 >==18631== at 0x4A05174: calloc (vg_replace_malloc.c:397) >==18631== by 0x3222422947: _dbus_transport_new_for_socket (dbus-transport-socket.c:1159) >==18631== by 0x3222423C19: _dbus_transport_new_for_domain_socket (dbus-transport-unix.c:93) >==18631== by 0x3222423D69: _dbus_transport_open_platform_specific (dbus-transport-unix.c:161) >==18631== by 0x3222422496: _dbus_transport_open (dbus-transport.c:376) >==18631== by 0x322241018E: _dbus_connection_open_internal (dbus-connection.c:1713) >==18631== by 0x322240B357: internal_bus_get (dbus-bus.c:432) >==18631== by 0x3225009AE6: dbus_g_bus_get (dbus-gmain.c:754) >==18631== by 0x3225851427: tp_get_bus (dbus.c:115) >==18631== by 0x323041069C: empathy_mission_control_new (empathy-utils.c:332) >==18631== by 0x40D007: main (empathy.c:449) >==18631== >==18631== >==18631== 960 bytes in 4 blocks are still reachable in loss record 167 of 241 >==18631== at 0x4A05174: calloc (vg_replace_malloc.c:397) >==18631== by 0x3222409739: _dbus_auth_new (dbus-auth.c:328) >==18631== by 0x32224098B9: _dbus_auth_client_new (dbus-auth.c:2206) >==18631== by 0x32224228F4: _dbus_transport_init_base (dbus-transport.c:111) >==18631== by 0x3222422A12: _dbus_transport_new_for_socket (dbus-transport-socket.c:1183) >==18631== by 0x3222423C19: _dbus_transport_new_for_domain_socket (dbus-transport-unix.c:93) >==18631== by 0x3222423D69: _dbus_transport_open_platform_specific (dbus-transport-unix.c:161) >==18631== by 0x3222422496: _dbus_transport_open (dbus-transport.c:376) >==18631== by 0x322241018E: _dbus_connection_open_internal (dbus-connection.c:1713) >==18631== by 0x322240B357: internal_bus_get (dbus-bus.c:432) >==18631== by 0x3225009AE6: dbus_g_bus_get (dbus-gmain.c:754) >==18631== by 0x3225851427: tp_get_bus (dbus.c:115) >==18631== >==18631== >==18631== 992 bytes in 31 blocks are still reachable in loss record 168 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x3221088505: parse_settings (xsettings-client.c:244) >==18631== by 0x3221088967: read_settings (xsettings-client.c:398) >==18631== by 0x3221088B3E: check_manager_window (xsettings-client.c:458) >==18631== by 0x3221088D7E: _gdk_xsettings_client_new_with_grab_funcs (xsettings-client.c:526) >==18631== by 0x322105D020: _gdk_x11_events_init_screen (gdkevents-x11.c:185) >==18631== by 0x322104B71B: gdk_display_open (gdkdisplay-x11.c:196) >==18631== by 0x322101BAC7: gdk_display_open_default_libgtk_only (gdk.c:291) >==18631== by 0x3220968984: post_parse_hook (gtkmain.c:734) >==18631== by 0x3219C46487: g_option_context_parse (goption.c:1796) >==18631== by 0x3220968B68: gtk_init_with_args (gtkmain.c:839) >==18631== by 0x40CEB3: main (empathy.c:395) >==18631== >==18631== >==18631== 1,000 bytes in 1 blocks are still reachable in loss record 169 of 241 >==18631== at 0x4A05174: calloc (vg_replace_malloc.c:397) >==18631== by 0x321B0A7F33: XkbAllocClientMap (XKBMAlloc.c:91) >==18631== by 0x321B098075: _XkbReadGetMapReply (XKBGetMap.c:50) >==18631== by 0x321B098A90: _XkbHandleGetMapReply (XKBGetMap.c:526) >==18631== by 0x321B0994FA: XkbGetUpdatedMap (XKBGetMap.c:543) >==18631== by 0x321B0995F5: XkbGetMap (XKBGetMap.c:561) >==18631== by 0x322106C24B: get_xkb (gdkkeys-x11.c:256) >==18631== by 0x322106CFCC: update_direction (gdkkeys-x11.c:663) >==18631== by 0x322106D227: gdk_keymap_get_direction (gdkkeys-x11.c:743) >==18631== by 0x3220A5EA61: gtk_text_view_check_keymap_direction (gtktextview.c:6195) >==18631== by 0x3220A5ECB3: gtk_text_view_ensure_layout (gtktextview.c:6263) >==18631== by 0x3220A558CD: gtk_text_view_update_layout_width (gtktextview.c:1965) >==18631== >==18631== >==18631== 1,008 bytes in 1 blocks are still reachable in loss record 170 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321B056E87: _XlcCreateLocaleDataBase (lcDB.c:1314) >==18631== by 0x321B05B1FE: initialize (lcPublic.c:116) >==18631== by 0x321B05A622: initialize (lcGeneric.c:1018) >==18631== by 0x321B05ADF5: _XlcCreateLC (lcPubWrap.c:92) >==18631== by 0x321B07CE6F: _XlcUtf8Loader (lcUTF8Load.c:49) >==18631== by 0x321B061B12: _XOpenLC (lcWrap.c:296) >==18631== by 0x321B061C07: _XlcCurrentLC (lcWrap.c:357) >==18631== by 0x321B061FF8: XSupportsLocale (lcWrap.c:101) >==18631== by 0x3221068C59: _gdk_x11_initialize_locale (gdkim-x11.c:64) >==18631== by 0x322106EE14: _gdk_windowing_init (gdkmain-x11.c:99) >==18631== by 0x322101B8AB: gdk_pre_parse_libgtk_only (gdk.c:188) >==18631== >==18631== >==18631== 1,024 bytes in 4 blocks are still reachable in loss record 171 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x32184C6FF5: regcomp (regcomp.c:461) >==18631== by 0x3230410B49: empathy_regex_match (empathy-utils.c:116) >==18631== by 0x3230025634: empathy_theme_append_text (empathy-theme.c:269) >==18631== by 0x32300284D2: theme_irc_append_message (empathy-theme-irc.c:237) >==18631== by 0x323001F0C3: empathy_chat_view_append_message (empathy-chat-view.c:812) >==18631== by 0x323001B7AE: chat_constructed (empathy-chat.c:1056) >==18631== by 0x321A011DB2: g_object_newv (gobject.c:1223) >==18631== by 0x321A01218A: g_object_new_valist (gobject.c:1309) >==18631== by 0x321A0123DB: g_object_new (gobject.c:1050) >==18631== by 0x40CBA5: dispatch_channel_cb (empathy.c:96) >==18631== by 0x321A00B7FC: g_closure_invoke (gclosure.c:767) >==18631== >==18631== >==18631== 1,024 bytes in 4 blocks are still reachable in loss record 172 of 241 >==18631== at 0x4A05174: calloc (vg_replace_malloc.c:397) >==18631== by 0x322240E3E3: _dbus_connection_new_for_transport (dbus-connection.c:1205) >==18631== by 0x32224101A2: _dbus_connection_open_internal (dbus-connection.c:1721) >==18631== by 0x322240B357: internal_bus_get (dbus-bus.c:432) >==18631== by 0x3225009AE6: dbus_g_bus_get (dbus-gmain.c:754) >==18631== by 0x3225851427: tp_get_bus (dbus.c:115) >==18631== by 0x323041069C: empathy_mission_control_new (empathy-utils.c:332) >==18631== by 0x40D007: main (empathy.c:449) >==18631== >==18631== >==18631== 1,068 bytes in 52 blocks are still reachable in loss record 173 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321B054D27: _XlcCreateDefaultCharSet (lcCharSet.c:190) >==18631== by 0x321B054A62: _XlcAddCT (lcCT.c:473) >==18631== by 0x321B054AD7: _XlcInitCTInfo (lcCT.c:1276) >==18631== by 0x321B05B036: initialize (lcPublic.c:214) >==18631== by 0x321B05A622: initialize (lcGeneric.c:1018) >==18631== by 0x321B05ADF5: _XlcCreateLC (lcPubWrap.c:92) >==18631== by 0x321B07CE6F: _XlcUtf8Loader (lcUTF8Load.c:49) >==18631== by 0x321B061B12: _XOpenLC (lcWrap.c:296) >==18631== by 0x321B061C07: _XlcCurrentLC (lcWrap.c:357) >==18631== by 0x321B061FF8: XSupportsLocale (lcWrap.c:101) >==18631== by 0x3221068C59: _gdk_x11_initialize_locale (gdkim-x11.c:64) >==18631== >==18631== >==18631== 1,088 bytes in 188 blocks are still reachable in loss record 174 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x32184C3198: calc_eclosure_iter (regex_internal.c:959) >==18631== by 0x32184C619B: re_compile_internal (regcomp.c:1606) >==18631== by 0x32184C705A: regcomp (regcomp.c:480) >==18631== by 0x3230410B49: empathy_regex_match (empathy-utils.c:116) >==18631== by 0x3230025634: empathy_theme_append_text (empathy-theme.c:269) >==18631== by 0x32300284D2: theme_irc_append_message (empathy-theme-irc.c:237) >==18631== by 0x323001F0C3: empathy_chat_view_append_message (empathy-chat-view.c:812) >==18631== by 0x323001B7AE: chat_constructed (empathy-chat.c:1056) >==18631== by 0x321A011DB2: g_object_newv (gobject.c:1223) >==18631== by 0x321A01218A: g_object_new_valist (gobject.c:1309) >==18631== by 0x321A0123DB: g_object_new (gobject.c:1050) >==18631== >==18631== >==18631== 1,152 bytes in 9 blocks are still reachable in loss record 175 of 241 >==18631== at 0x4A05174: calloc (vg_replace_malloc.c:397) >==18631== by 0x321B02EB16: XInitExtension (InitExt.c:54) >==18631== by 0x321B09DC83: XkbUseExtension (XKBUse.c:731) >==18631== by 0x321B034CB6: XOpenDisplay (OpenDis.c:747) >==18631== by 0x322104B58B: gdk_display_open (gdkdisplay-x11.c:157) >==18631== by 0x322101BAC7: gdk_display_open_default_libgtk_only (gdk.c:291) >==18631== by 0x3220968984: post_parse_hook (gtkmain.c:734) >==18631== by 0x3219C46487: g_option_context_parse (goption.c:1796) >==18631== by 0x3220968B68: gtk_init_with_args (gtkmain.c:839) >==18631== by 0x40CEB3: main (empathy.c:395) >==18631== >==18631== >==18631== 1,192 bytes in 1 blocks are still reachable in loss record 176 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321D8072F0: XRenderQueryFormats (Xrender.c:461) >==18631== by 0x321D807B3C: XRenderQueryVersion (Xrender.c:332) >==18631== by 0x321FC047C6: _XcursorGetDisplayInfo (in /usr/lib64/libXcursor.so.1.0.2) >==18631== by 0x321FC049D8: XcursorGetTheme (in /usr/lib64/libXcursor.so.1.0.2) >==18631== by 0x322104AB6E: gdk_x11_display_set_cursor_theme (gdkcursor-x11.c:492) >==18631== by 0x32209F53E0: settings_update_cursor_theme (gtksettings.c:2008) >==18631== by 0x32209F2B4B: gtk_settings_get_for_screen (gtksettings.c:1009) >==18631== by 0x32209F2B9A: gtk_settings_get_default (gtksettings.c:1034) >==18631== by 0xA622E49: gtk_module_init (in /usr/lib64/gtk-2.0/modules/libcanberra-gtk-module.so) >==18631== by 0x322098C4F8: default_display_notify_cb (gtkmodules.c:417) >==18631== by 0x321A00B7FC: g_closure_invoke (gclosure.c:767) >==18631== >==18631== >==18631== 1,272 bytes in 11 blocks are still reachable in loss record 177 of 241 >==18631== at 0x4A05174: calloc (vg_replace_malloc.c:397) >==18631== by 0x3217C1047D: _dl_check_map_versions (dl-version.c:299) >==18631== by 0x3217C13638: dl_open_worker (dl-open.c:336) >==18631== by 0x3217C0E745: _dl_catch_error (dl-error.c:178) >==18631== by 0x3217C12C1A: _dl_open (dl-open.c:596) >==18631== by 0x3218800F8A: dlopen_doit (dlopen.c:66) >==18631== by 0x3217C0E745: _dl_catch_error (dl-error.c:178) >==18631== by 0x32188012FB: _dlerror_run (dlerror.c:164) >==18631== by 0x3218800EF0: dlopen@@GLIBC_2.2.5 (dlopen.c:87) >==18631== by 0x321B80190A: g_module_open (gmodule-dl.c:99) >==18631== by 0x322098BFEE: find_module (gtkmodules.c:239) >==18631== by 0x322098C0CA: load_module (gtkmodules.c:279) >==18631== >==18631== >==18631== 1,308 bytes in 24 blocks are still reachable in loss record 178 of 241 >==18631== at 0x4A05174: calloc (vg_replace_malloc.c:397) >==18631== by 0x321B09853C: _XkbReadGetMapReply (XKBGetMap.c:72) >==18631== by 0x321B098A90: _XkbHandleGetMapReply (XKBGetMap.c:526) >==18631== by 0x321B0994FA: XkbGetUpdatedMap (XKBGetMap.c:543) >==18631== by 0x321B0995F5: XkbGetMap (XKBGetMap.c:561) >==18631== by 0x322106C24B: get_xkb (gdkkeys-x11.c:256) >==18631== by 0x322106CFCC: update_direction (gdkkeys-x11.c:663) >==18631== by 0x322106D227: gdk_keymap_get_direction (gdkkeys-x11.c:743) >==18631== by 0x3220A5EA61: gtk_text_view_check_keymap_direction (gtktextview.c:6195) >==18631== by 0x3220A5ECB3: gtk_text_view_ensure_layout (gtktextview.c:6263) >==18631== by 0x3220A558CD: gtk_text_view_update_layout_width (gtktextview.c:1965) >==18631== by 0x3220A606F6: gtk_text_view_value_changed (gtktextview.c:7087) >==18631== >==18631== >==18631== 1,312 bytes in 1 blocks are still reachable in loss record 179 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321CC1599B: FcObjectInsert (fcname.c:127) >==18631== by 0x321CC15E63: FcObjectFindByName (fcname.c:179) >==18631== by 0x321CC15EAD: FcObjectFromName (fcname.c:323) >==18631== by 0x321CC18504: FcPatternAdd (fcpat.c:552) >==18631== by 0x321CC18657: FcPatternBuild (fcpat.c:971) >==18631== by 0x3221C0A391: pango_fc_font_map_load_fontset (pangofc-fontmap.c:825) >==18631== by 0x3221C0AC24: pango_fc_font_map_load_font (pangofc-fontmap.c:1152) >==18631== by 0x321E01EEE0: pango_layout_get_empty_extents_at_index (pango-layout.c:4358) >==18631== by 0x321E01F317: pango_layout_line_get_extents (pango-layout.c:4398) >==18631== by 0x321E01F41E: get_line_extents_layout_coords (pango-layout.c:2366) >==18631== by 0x321E0227CD: pango_layout_get_extents_internal (pango-layout.c:2477) >==18631== >==18631== >==18631== 1,340 bytes in 40 blocks are still reachable in loss record 180 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321B02EFA3: _XUpdateAtomCache (IntAtom.c:153) >==18631== by 0x321B02F5C9: XInternAtom (IntAtom.c:186) >==18631== by 0x3221071E21: gdk_x11_atom_to_xatom_for_display (gdkproperty-x11.c:206) >==18631== by 0x3221073EEE: check_is_composited (gdkscreen-x11.c:579) >==18631== by 0x3221074B0B: _gdk_x11_screen_new (gdkscreen-x11.c:914) >==18631== by 0x322104B6D8: gdk_display_open (gdkdisplay-x11.c:190) >==18631== by 0x322101BAC7: gdk_display_open_default_libgtk_only (gdk.c:291) >==18631== by 0x3220968984: post_parse_hook (gtkmain.c:734) >==18631== by 0x3219C46487: g_option_context_parse (goption.c:1796) >==18631== by 0x3220968B68: gtk_init_with_args (gtkmain.c:839) >==18631== by 0x40CEB3: main (empathy.c:395) >==18631== >==18631== >==18631== 1,368 bytes in 9 blocks are still reachable in loss record 181 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x32224175A6: dbus_message_new_empty_header (dbus-message.c:962) >==18631== by 0x322241A9E6: dbus_message_new_signal (dbus-message.c:1165) >==18631== by 0x322240E495: _dbus_connection_new_for_transport (dbus-connection.c:1229) >==18631== by 0x32224101A2: _dbus_connection_open_internal (dbus-connection.c:1721) >==18631== by 0x322240B357: internal_bus_get (dbus-bus.c:432) >==18631== by 0x3225009AE6: dbus_g_bus_get (dbus-gmain.c:754) >==18631== by 0x3225851427: tp_get_bus (dbus.c:115) >==18631== by 0x323041069C: empathy_mission_control_new (empathy-utils.c:332) >==18631== by 0x40D007: main (empathy.c:449) >==18631== >==18631== >==18631== 1,440 bytes in 20 blocks are still reachable in loss record 182 of 241 >==18631== at 0x4A05174: calloc (vg_replace_malloc.c:397) >==18631== by 0x32184BD315: parse_bracket_exp (regcomp.c:2994) >==18631== by 0x32184C482A: parse_expression (regcomp.c:2198) >==18631== by 0x32184C5062: parse_reg_exp (regcomp.c:2131) >==18631== by 0x32184C4DE0: parse_expression (regcomp.c:2390) >==18631== by 0x32184C5062: parse_reg_exp (regcomp.c:2131) >==18631== by 0x32184C5955: re_compile_internal (regcomp.c:2052) >==18631== by 0x32184C705A: regcomp (regcomp.c:480) >==18631== by 0x3230410B49: empathy_regex_match (empathy-utils.c:116) >==18631== by 0x3230025634: empathy_theme_append_text (empathy-theme.c:269) >==18631== by 0x32300284D2: theme_irc_append_message (empathy-theme-irc.c:237) >==18631== by 0x323001F0C3: empathy_chat_view_append_message (empathy-chat-view.c:812) >==18631== >==18631== >==18631== 1,512 bytes in 27 blocks are still reachable in loss record 183 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x3222429ECA: _dbus_pthread_mutex_new (dbus-sysdeps-pthread.c:76) >==18631== by 0x3222421579: dbus_threads_init (dbus-threads.c:449) >==18631== by 0xD7DE8E5: (within /usr/lib64/gio/modules/libgvfsdbus.so) >==18631== by 0x321A02DD57: g_type_create_instance (gtype.c:1674) >==18631== by 0x321A0110AA: g_object_constructor (gobject.c:1328) >==18631== by 0x321A01171F: g_object_newv (gobject.c:1205) >==18631== by 0x321A012296: g_object_new_valist (gobject.c:1268) >==18631== by 0x321A0123DB: g_object_new (gobject.c:1050) >==18631== by 0x321D43E38E: get_default_vfs (gvfs.c:209) >==18631== by 0x3219C5F4A3: g_once_impl (gthread.c:190) >==18631== by 0x321D41EB6D: g_file_new_for_path (gfile.c:4834) >==18631== >==18631== >==18631== 1,584 bytes in 18 blocks are still reachable in loss record 184 of 241 >==18631== at 0x4A05174: calloc (vg_replace_malloc.c:397) >==18631== by 0x32184BB4DD: create_cd_newstate (regex_internal.c:1653) >==18631== by 0x32184C6651: re_compile_internal (regex_internal.c:1530) >==18631== by 0x32184C705A: regcomp (regcomp.c:480) >==18631== by 0x3230410B49: empathy_regex_match (empathy-utils.c:116) >==18631== by 0x3230025634: empathy_theme_append_text (empathy-theme.c:269) >==18631== by 0x32300284D2: theme_irc_append_message (empathy-theme-irc.c:237) >==18631== by 0x323001F0C3: empathy_chat_view_append_message (empathy-chat-view.c:812) >==18631== by 0x323001B7AE: chat_constructed (empathy-chat.c:1056) >==18631== by 0x321A011DB2: g_object_newv (gobject.c:1223) >==18631== by 0x321A01218A: g_object_new_valist (gobject.c:1309) >==18631== by 0x321A0123DB: g_object_new (gobject.c:1050) >==18631== >==18631== >==18631== 1,608 bytes in 67 blocks are still reachable in loss record 185 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321B04A6AA: PutEntry (Xrm.c:951) >==18631== by 0x321B04B2B4: GetDatabase (Xrm.c:1519) >==18631== by 0x321B04B857: XrmGetStringDatabase (Xrm.c:1567) >==18631== by 0x321B0282A3: InitDefaults (GetDflt.c:173) >==18631== by 0x321B0284B7: XGetDefault (GetDflt.c:245) >==18631== by 0x321FC048A2: _XcursorGetDisplayInfo (in /usr/lib64/libXcursor.so.1.0.2) >==18631== by 0x321FC049D8: XcursorGetTheme (in /usr/lib64/libXcursor.so.1.0.2) >==18631== by 0x322104AB6E: gdk_x11_display_set_cursor_theme (gdkcursor-x11.c:492) >==18631== by 0x32209F53E0: settings_update_cursor_theme (gtksettings.c:2008) >==18631== by 0x32209F2B4B: gtk_settings_get_for_screen (gtksettings.c:1009) >==18631== by 0x32209F2B9A: gtk_settings_get_default (gtksettings.c:1034) >==18631== >==18631== >==18631== 1,640 bytes in 41 blocks are still reachable in loss record 186 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321B0563E7: store_to_database (lcDB.c:596) >==18631== by 0x321B05676C: f_newline (lcDB.c:694) >==18631== by 0x321B056D07: _XlcCreateLocaleDataBase (lcDB.c:1133) >==18631== by 0x321B05B1FE: initialize (lcPublic.c:116) >==18631== by 0x321B05A622: initialize (lcGeneric.c:1018) >==18631== by 0x321B05ADF5: _XlcCreateLC (lcPubWrap.c:92) >==18631== by 0x321B07CE6F: _XlcUtf8Loader (lcUTF8Load.c:49) >==18631== by 0x321B061B12: _XOpenLC (lcWrap.c:296) >==18631== by 0x321B061C07: _XlcCurrentLC (lcWrap.c:357) >==18631== by 0x321B061FF8: XSupportsLocale (lcWrap.c:101) >==18631== by 0x3221068C59: _gdk_x11_initialize_locale (gdkim-x11.c:64) >==18631== >==18631== >==18631== 1,708 bytes in 4 blocks are still reachable in loss record 187 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x32184C5E92: re_compile_internal (regcomp.c:1097) >==18631== by 0x32184C705A: regcomp (regcomp.c:480) >==18631== by 0x3230410B49: empathy_regex_match (empathy-utils.c:116) >==18631== by 0x3230025634: empathy_theme_append_text (empathy-theme.c:269) >==18631== by 0x32300284D2: theme_irc_append_message (empathy-theme-irc.c:237) >==18631== by 0x323001F0C3: empathy_chat_view_append_message (empathy-chat-view.c:812) >==18631== by 0x323001B7AE: chat_constructed (empathy-chat.c:1056) >==18631== by 0x321A011DB2: g_object_newv (gobject.c:1223) >==18631== by 0x321A01218A: g_object_new_valist (gobject.c:1309) >==18631== by 0x321A0123DB: g_object_new (gobject.c:1050) >==18631== by 0x40CBA5: dispatch_channel_cb (empathy.c:96) >==18631== >==18631== >==18631== 1,728 bytes in 27 blocks are still reachable in loss record 188 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321B055311: _XlcSetConverter (lcConv.c:106) >==18631== by 0x321B054B27: _XlcInitCTInfo (lcCT.c:1287) >==18631== by 0x321B05B036: initialize (lcPublic.c:214) >==18631== by 0x321B05A622: initialize (lcGeneric.c:1018) >==18631== by 0x321B05ADF5: _XlcCreateLC (lcPubWrap.c:92) >==18631== by 0x321B07CE6F: _XlcUtf8Loader (lcUTF8Load.c:49) >==18631== by 0x321B061B12: _XOpenLC (lcWrap.c:296) >==18631== by 0x321B061C07: _XlcCurrentLC (lcWrap.c:357) >==18631== by 0x321B061FF8: XSupportsLocale (lcWrap.c:101) >==18631== by 0x3221068C59: _gdk_x11_initialize_locale (gdkim-x11.c:64) >==18631== by 0x322106EE14: _gdk_windowing_init (gdkmain-x11.c:99) >==18631== >==18631== >==18631== 1,824 bytes in 4 blocks are still reachable in loss record 189 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x3217C0CF68: _dl_map_object_deps (dl-deps.c:507) >==18631== by 0x3217C13394: dl_open_worker (dl-open.c:330) >==18631== by 0x3217C0E745: _dl_catch_error (dl-error.c:178) >==18631== by 0x3217C12C1A: _dl_open (dl-open.c:596) >==18631== by 0x3218800F8A: dlopen_doit (dlopen.c:66) >==18631== by 0x3217C0E745: _dl_catch_error (dl-error.c:178) >==18631== by 0x32188012FB: _dlerror_run (dlerror.c:164) >==18631== by 0x3218800EF0: dlopen@@GLIBC_2.2.5 (dlopen.c:87) >==18631== by 0x321B80190A: g_module_open (gmodule-dl.c:99) >==18631== by 0x322098BFEE: find_module (gtkmodules.c:239) >==18631== by 0x322098C0CA: load_module (gtkmodules.c:279) >==18631== >==18631== >==18631== 1,872 bytes in 78 blocks are still reachable in loss record 190 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321CC16ECA: FcPatternCreate (fcpat.c:37) >==18631== by 0x321CC14A0D: FcFontRenderPrepare (fcmatch.c:426) >==18631== by 0x3221C0A55B: pango_fc_font_map_load_fontset (pangofc-fontmap.c:1093) >==18631== by 0x3221C0AC24: pango_fc_font_map_load_font (pangofc-fontmap.c:1152) >==18631== by 0x321E01EEE0: pango_layout_get_empty_extents_at_index (pango-layout.c:4358) >==18631== by 0x321E01F317: pango_layout_line_get_extents (pango-layout.c:4398) >==18631== by 0x321E01F41E: get_line_extents_layout_coords (pango-layout.c:2366) >==18631== by 0x321E0227CD: pango_layout_get_extents_internal (pango-layout.c:2477) >==18631== by 0x3220A47BBB: gtk_text_layout_get_line_display (gtktextlayout.c:2440) >==18631== by 0x3220A454B0: gtk_text_layout_real_wrap (gtktextlayout.c:1150) >==18631== by 0x3220A4463E: gtk_text_layout_wrap (gtktextlayout.c:696) >==18631== >==18631== >==18631== 2,048 bytes in 1 blocks are still reachable in loss record 191 of 241 >==18631== at 0x4A05174: calloc (vg_replace_malloc.c:397) >==18631== by 0x321B0987BF: _XkbReadGetMapReply (XKBGetMap.c:161) >==18631== by 0x321B098A90: _XkbHandleGetMapReply (XKBGetMap.c:526) >==18631== by 0x321B0994FA: XkbGetUpdatedMap (XKBGetMap.c:543) >==18631== by 0x321B0995F5: XkbGetMap (XKBGetMap.c:561) >==18631== by 0x322106C24B: get_xkb (gdkkeys-x11.c:256) >==18631== by 0x322106CFCC: update_direction (gdkkeys-x11.c:663) >==18631== by 0x322106D227: gdk_keymap_get_direction (gdkkeys-x11.c:743) >==18631== by 0x3220A5EA61: gtk_text_view_check_keymap_direction (gtktextview.c:6195) >==18631== by 0x3220A5ECB3: gtk_text_view_ensure_layout (gtktextview.c:6263) >==18631== by 0x3220A558CD: gtk_text_view_update_layout_width (gtktextview.c:1965) >==18631== by 0x3220A606F6: gtk_text_view_value_changed (gtktextview.c:7087) >==18631== >==18631== >==18631== 2,048 bytes in 1 blocks are still reachable in loss record 192 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321B056DCE: _XlcCreateLocaleDataBase (lcDB.c:170) >==18631== by 0x321B05B1FE: initialize (lcPublic.c:116) >==18631== by 0x321B05A622: initialize (lcGeneric.c:1018) >==18631== by 0x321B05ADF5: _XlcCreateLC (lcPubWrap.c:92) >==18631== by 0x321B07CE6F: _XlcUtf8Loader (lcUTF8Load.c:49) >==18631== by 0x321B061B12: _XOpenLC (lcWrap.c:296) >==18631== by 0x321B061C07: _XlcCurrentLC (lcWrap.c:357) >==18631== by 0x321B061FF8: XSupportsLocale (lcWrap.c:101) >==18631== by 0x3221068C59: _gdk_x11_initialize_locale (gdkim-x11.c:64) >==18631== by 0x322106EE14: _gdk_windowing_init (gdkmain-x11.c:99) >==18631== by 0x322101B8AB: gdk_pre_parse_libgtk_only (gdk.c:188) >==18631== >==18631== >==18631== 2,064 bytes in 1 blocks are still reachable in loss record 193 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321DC20B19: _cairo_scaled_font_map_lock (cairo-scaled-font.c:318) >==18631== by 0x321DC210B0: cairo_scaled_font_create (cairo-scaled-font.c:760) >==18631== by 0x321F804DBD: _pango_cairo_font_private_get_scaled_font (pangocairo-font.c:103) >==18631== by 0x321F804FE0: _pango_cairo_font_get_metrics (pangocairo-font.c:239) >==18631== by 0x321E01EF00: pango_layout_get_empty_extents_at_index (pango-layout.c:4363) >==18631== by 0x321E01F317: pango_layout_line_get_extents (pango-layout.c:4398) >==18631== by 0x321E01F41E: get_line_extents_layout_coords (pango-layout.c:2366) >==18631== by 0x321E0227CD: pango_layout_get_extents_internal (pango-layout.c:2477) >==18631== by 0x3220A47BBB: gtk_text_layout_get_line_display (gtktextlayout.c:2440) >==18631== by 0x3220A454B0: gtk_text_layout_real_wrap (gtktextlayout.c:1150) >==18631== by 0x3220A4463E: gtk_text_layout_wrap (gtktextlayout.c:696) >==18631== >==18631== >==18631== 2,328 bytes in 85 blocks are still reachable in loss record 194 of 241 >==18631== at 0x4A074D1: realloc (vg_replace_malloc.c:429) >==18631== by 0x32184C62E9: re_compile_internal (regex_internal.c:1329) >==18631== by 0x32184C705A: regcomp (regcomp.c:480) >==18631== by 0x3230410B49: empathy_regex_match (empathy-utils.c:116) >==18631== by 0x3230025634: empathy_theme_append_text (empathy-theme.c:269) >==18631== by 0x32300284D2: theme_irc_append_message (empathy-theme-irc.c:237) >==18631== by 0x323001F0C3: empathy_chat_view_append_message (empathy-chat-view.c:812) >==18631== by 0x323001B7AE: chat_constructed (empathy-chat.c:1056) >==18631== by 0x321A011DB2: g_object_newv (gobject.c:1223) >==18631== by 0x321A01218A: g_object_new_valist (gobject.c:1309) >==18631== by 0x321A0123DB: g_object_new (gobject.c:1050) >==18631== by 0x40CBA5: dispatch_channel_cb (empathy.c:96) >==18631== >==18631== >==18631== 2,496 bytes in 78 blocks are indirectly lost in loss record 195 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321CC1258A: FcLangSetCreate (fclang.c:243) >==18631== by 0x321CC1269D: FcLangSetCopy (fclang.c:266) >==18631== by 0x321CC1800C: FcValueSave (fcpat.c:116) >==18631== by 0x321CC1813F: FcPatternObjectAddWithBinding (fcpat.c:493) >==18631== by 0x321CC14AAA: FcFontRenderPrepare (fcmatch.c:444) >==18631== by 0x3221C0A55B: pango_fc_font_map_load_fontset (pangofc-fontmap.c:1093) >==18631== by 0x3221C0AC24: pango_fc_font_map_load_font (pangofc-fontmap.c:1152) >==18631== by 0x321E01EEE0: pango_layout_get_empty_extents_at_index (pango-layout.c:4358) >==18631== by 0x321E01F317: pango_layout_line_get_extents (pango-layout.c:4398) >==18631== by 0x321E01F41E: get_line_extents_layout_coords (pango-layout.c:2366) >==18631== by 0x321E0227CD: pango_layout_get_extents_internal (pango-layout.c:2477) >==18631== >==18631== >==18631== 2,525 bytes in 48 blocks are still reachable in loss record 196 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321B0547E9: _XlcAddCT (lcCT.c:481) >==18631== by 0x321B054AD7: _XlcInitCTInfo (lcCT.c:1276) >==18631== by 0x321B05B036: initialize (lcPublic.c:214) >==18631== by 0x321B05A622: initialize (lcGeneric.c:1018) >==18631== by 0x321B05ADF5: _XlcCreateLC (lcPubWrap.c:92) >==18631== by 0x321B07CE6F: _XlcUtf8Loader (lcUTF8Load.c:49) >==18631== by 0x321B061B12: _XOpenLC (lcWrap.c:296) >==18631== by 0x321B061C07: _XlcCurrentLC (lcWrap.c:357) >==18631== by 0x321B061FF8: XSupportsLocale (lcWrap.c:101) >==18631== by 0x3221068C59: _gdk_x11_initialize_locale (gdkim-x11.c:64) >==18631== by 0x322106EE14: _gdk_windowing_init (gdkmain-x11.c:99) >==18631== >==18631== >==18631== 2,616 bytes in 1 blocks are still reachable in loss record 197 of 241 >==18631== at 0x4A05174: calloc (vg_replace_malloc.c:397) >==18631== by 0x321B0343A0: XOpenDisplay (OpenDis.c:157) >==18631== by 0x322104B58B: gdk_display_open (gdkdisplay-x11.c:157) >==18631== by 0x322101BAC7: gdk_display_open_default_libgtk_only (gdk.c:291) >==18631== by 0x3220968984: post_parse_hook (gtkmain.c:734) >==18631== by 0x3219C46487: g_option_context_parse (goption.c:1796) >==18631== by 0x3220968B68: gtk_init_with_args (gtkmain.c:839) >==18631== by 0x40CEB3: main (empathy.c:395) >==18631== >==18631== >==18631== 2,632 bytes in 40 blocks are still reachable in loss record 198 of 241 >==18631== at 0x4A074D1: realloc (vg_replace_malloc.c:429) >==18631== by 0x32184B5570: re_node_set_merge (regex_internal.c:1190) >==18631== by 0x32184C323C: calc_eclosure_iter (regcomp.c:1672) >==18631== by 0x32184C331C: calc_eclosure_iter (regcomp.c:1665) >==18631== by 0x32184C619B: re_compile_internal (regcomp.c:1606) >==18631== by 0x32184C705A: regcomp (regcomp.c:480) >==18631== by 0x3230410B49: empathy_regex_match (empathy-utils.c:116) >==18631== by 0x3230025634: empathy_theme_append_text (empathy-theme.c:269) >==18631== by 0x32300284D2: theme_irc_append_message (empathy-theme-irc.c:237) >==18631== by 0x323001F0C3: empathy_chat_view_append_message (empathy-chat-view.c:812) >==18631== by 0x323001B7AE: chat_constructed (empathy-chat.c:1056) >==18631== by 0x321A011DB2: g_object_newv (gobject.c:1223) >==18631== >==18631== >==18631== 2,832 bytes in 49 blocks are possibly lost in loss record 199 of 241 >==18631== at 0x4A05174: calloc (vg_replace_malloc.c:397) >==18631== by 0x3219C3FF99: g_malloc0 (gmem.c:151) >==18631== by 0x321A025FC4: type_node_any_new_W (gtype.c:395) >==18631== by 0x321A026039: type_node_fundamental_new_W (gtype.c:500) >==18631== by 0x321A0286C2: g_type_init_with_debug_flags (gtype.c:4032) >==18631== by 0x322101B8A6: gdk_pre_parse_libgtk_only (gdk.c:184) >==18631== by 0x322096872B: do_pre_parse_initialization (gtkmain.c:617) >==18631== by 0x322096893E: pre_parse_hook (gtkmain.c:716) >==18631== by 0x3219C45FC7: g_option_context_parse (goption.c:1572) >==18631== by 0x3220968B68: gtk_init_with_args (gtkmain.c:839) >==18631== by 0x40CEB3: main (empathy.c:395) >==18631== >==18631== >==18631== 3,220 bytes in 161 blocks are still reachable in loss record 200 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321DC10F72: cairo_font_options_copy (cairo-font-options.c:123) >==18631== by 0x322103A426: gdk_screen_set_font_options (gdkscreen.c:421) >==18631== by 0x32209F5602: settings_update_font_options (gtksettings.c:2081) >==18631== by 0x32209F2B5D: gtk_settings_get_for_screen (gtksettings.c:1011) >==18631== by 0x32209F2B9A: gtk_settings_get_default (gtksettings.c:1034) >==18631== by 0xA622E49: gtk_module_init (in /usr/lib64/gtk-2.0/modules/libcanberra-gtk-module.so) >==18631== by 0x322098C4F8: default_display_notify_cb (gtkmodules.c:417) >==18631== by 0x321A00B7FC: g_closure_invoke (gclosure.c:767) >==18631== by 0x321A0225AF: signal_emit_unlocked_R (gsignal.c:3244) >==18631== by 0x321A023CA8: g_signal_emit_valist (gsignal.c:2977) >==18631== by 0x321A024212: g_signal_emit (gsignal.c:3034) >==18631== >==18631== >==18631== 3,584 bytes in 1 blocks are still reachable in loss record 201 of 241 >==18631== at 0x4A074D1: realloc (vg_replace_malloc.c:429) >==18631== by 0x321CC112FC: FcFontSetAdd (fcfs.c:69) >==18631== by 0x321CC09DCE: FcConfigAddCache (fccfg.c:267) >==18631== by 0x321CC09EE0: FcConfigAddDirList (fccfg.c:306) >==18631== by 0x321CC0A18A: FcConfigBuildFonts (fccfg.c:336) >==18631== by 0x321CC117AA: FcInitLoadConfigAndFonts (fcinit.c:106) >==18631== by 0x321CC11884: FcInit (fcinit.c:124) >==18631== by 0x321CC09351: FcConfigGetCurrent (fccfg.c:363) >==18631== by 0x321CC09B0C: FcConfigSubstituteWithPat (fccfg.c:1308) >==18631== by 0x321F80883F: pango_cairo_fc_font_map_context_substitute (pangocairo-fcfontmap.c:87) >==18631== by 0x3221C0A45E: pango_fc_font_map_load_fontset (pangofc-fontmap.c:1069) >==18631== by 0x3221C0AC24: pango_fc_font_map_load_font (pangofc-fontmap.c:1152) >==18631== >==18631== >==18631== 3,648 bytes in 4 blocks are still reachable in loss record 202 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x32184C61FF: re_compile_internal (regcomp.c:1141) >==18631== by 0x32184C705A: regcomp (regcomp.c:480) >==18631== by 0x3230410B49: empathy_regex_match (empathy-utils.c:116) >==18631== by 0x3230025634: empathy_theme_append_text (empathy-theme.c:269) >==18631== by 0x32300284D2: theme_irc_append_message (empathy-theme-irc.c:237) >==18631== by 0x323001F0C3: empathy_chat_view_append_message (empathy-chat-view.c:812) >==18631== by 0x323001B7AE: chat_constructed (empathy-chat.c:1056) >==18631== by 0x321A011DB2: g_object_newv (gobject.c:1223) >==18631== by 0x321A01218A: g_object_new_valist (gobject.c:1309) >==18631== by 0x321A0123DB: g_object_new (gobject.c:1050) >==18631== by 0x40CBA5: dispatch_channel_cb (empathy.c:96) >==18631== >==18631== >==18631== 3,712 bytes in 29 blocks are still reachable in loss record 203 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321DC21929: _cairo_scaled_glyph_lookup (cairo-scaled-font.c:2257) >==18631== by 0x321DC22E14: cairo_scaled_font_glyph_extents (cairo-scaled-font.c:1204) >==18631== by 0x321F8058EC: _pango_cairo_font_private_get_glyph_extents (pangocairo-font.c:677) >==18631== by 0x3221C0D647: pango_ot_buffer_output (pango-ot-buffer.c:376) >==18631== by 0x3221C2585A: basic_engine_shape (basic-fc.c:213) >==18631== by 0x321E02C1A9: pango_shape (shape.c:55) >==18631== by 0x321E01F9F3: shape_run (pango-layout.c:3103) >==18631== by 0x321E02033D: process_item (pango-layout.c:3213) >==18631== by 0x321E021785: pango_layout_check_lines (pango-layout.c:3506) >==18631== by 0x321E02269C: pango_layout_get_extents_internal (pango-layout.c:2419) >==18631== by 0x3221C0719E: pango_fc_font_create_metrics_for_context (pangofc-font.c:493) >==18631== >==18631== >==18631== 3,744 bytes in 52 blocks are still reachable in loss record 204 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321B054CD3: _XlcCreateDefaultCharSet (lcCharSet.c:181) >==18631== by 0x321B054A62: _XlcAddCT (lcCT.c:473) >==18631== by 0x321B054AD7: _XlcInitCTInfo (lcCT.c:1276) >==18631== by 0x321B05B036: initialize (lcPublic.c:214) >==18631== by 0x321B05A622: initialize (lcGeneric.c:1018) >==18631== by 0x321B05ADF5: _XlcCreateLC (lcPubWrap.c:92) >==18631== by 0x321B07CE6F: _XlcUtf8Loader (lcUTF8Load.c:49) >==18631== by 0x321B061B12: _XOpenLC (lcWrap.c:296) >==18631== by 0x321B061C07: _XlcCurrentLC (lcWrap.c:357) >==18631== by 0x321B061FF8: XSupportsLocale (lcWrap.c:101) >==18631== by 0x3221068C59: _gdk_x11_initialize_locale (gdkim-x11.c:64) >==18631== >==18631== >==18631== 3,816 bytes in 159 blocks are still reachable in loss record 205 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321CC081AA: FcConfigAddEdit (fccfg.c:588) >==18631== by 0x321CC1D571: FcEndElement (fcxml.c:1884) >==18631== by 0x321C00AC22: doContent (xmlparse.c:2449) >==18631== by 0x321C00BB53: contentProcessor (xmlparse.c:2023) >==18631== by 0x321C00CB55: doProlog (xmlparse.c:3905) >==18631== by 0x321C00DDBA: prologProcessor (xmlparse.c:3635) >==18631== by 0x321C003FA0: XML_ParseBuffer (xmlparse.c:1573) >==18631== by 0x321CC1BDA8: FcConfigParseAndLoad (fcxml.c:2552) >==18631== by 0x321CC116B6: FcInitLoadConfig (fcinit.c:67) >==18631== by 0x321CC11795: FcInitLoadConfigAndFonts (fcinit.c:101) >==18631== by 0x321CC11884: FcInit (fcinit.c:124) >==18631== >==18631== >==18631== 4,096 bytes in 1 blocks are still reachable in loss record 206 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321B039B77: _XrmInternalStringToQuark (Quarks.c:215) >==18631== by 0x321B054C08: _XlcGetCharSet (lcCharSet.c:54) >==18631== by 0x321B0547B8: _XlcAddCT (lcCT.c:467) >==18631== by 0x321B054AD7: _XlcInitCTInfo (lcCT.c:1276) >==18631== by 0x321B05B036: initialize (lcPublic.c:214) >==18631== by 0x321B05A622: initialize (lcGeneric.c:1018) >==18631== by 0x321B05ADF5: _XlcCreateLC (lcPubWrap.c:92) >==18631== by 0x321B07CE6F: _XlcUtf8Loader (lcUTF8Load.c:49) >==18631== by 0x321B061B12: _XOpenLC (lcWrap.c:296) >==18631== by 0x321B061C07: _XlcCurrentLC (lcWrap.c:357) >==18631== by 0x321B061FF8: XSupportsLocale (lcWrap.c:101) >==18631== >==18631== >==18631== 4,160 bytes in 26 blocks are still reachable in loss record 207 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321B0211FB: XCreateGC (CrGC.c:77) >==18631== by 0x321B034DD4: XOpenDisplay (OpenDis.c:662) >==18631== by 0x322104B58B: gdk_display_open (gdkdisplay-x11.c:157) >==18631== by 0x322101BAC7: gdk_display_open_default_libgtk_only (gdk.c:291) >==18631== by 0x3220968984: post_parse_hook (gtkmain.c:734) >==18631== by 0x3219C46487: g_option_context_parse (goption.c:1796) >==18631== by 0x3220968B68: gtk_init_with_args (gtkmain.c:839) >==18631== by 0x40CEB3: main (empathy.c:395) >==18631== >==18631== >==18631== 4,726 bytes in 198 blocks are still reachable in loss record 208 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321B04A5AA: PutEntry (Xrm.c:965) >==18631== by 0x321B04B2B4: GetDatabase (Xrm.c:1519) >==18631== by 0x321B04B857: XrmGetStringDatabase (Xrm.c:1567) >==18631== by 0x321B0282A3: InitDefaults (GetDflt.c:173) >==18631== by 0x321B0284B7: XGetDefault (GetDflt.c:245) >==18631== by 0x321FC048A2: _XcursorGetDisplayInfo (in /usr/lib64/libXcursor.so.1.0.2) >==18631== by 0x321FC049D8: XcursorGetTheme (in /usr/lib64/libXcursor.so.1.0.2) >==18631== by 0x322104AB6E: gdk_x11_display_set_cursor_theme (gdkcursor-x11.c:492) >==18631== by 0x32209F53E0: settings_update_cursor_theme (gtksettings.c:2008) >==18631== by 0x32209F2B4B: gtk_settings_get_for_screen (gtksettings.c:1009) >==18631== by 0x32209F2B9A: gtk_settings_get_default (gtksettings.c:1034) >==18631== >==18631== >==18631== 5,280 bytes in 165 blocks are still reachable in loss record 209 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321CC1B169: FcEditCreate (fcxml.c:682) >==18631== by 0x321CC1C53B: FcParseEdit (fcxml.c:1821) >==18631== by 0x321CC1CE24: FcEndElement (fcxml.c:2198) >==18631== by 0x321C00AC22: doContent (xmlparse.c:2449) >==18631== by 0x321C00BB53: contentProcessor (xmlparse.c:2023) >==18631== by 0x321C00CB55: doProlog (xmlparse.c:3905) >==18631== by 0x321C00DDBA: prologProcessor (xmlparse.c:3635) >==18631== by 0x321C003FA0: XML_ParseBuffer (xmlparse.c:1573) >==18631== by 0x321CC1BDA8: FcConfigParseAndLoad (fcxml.c:2552) >==18631== by 0x321CC116B6: FcInitLoadConfig (fcinit.c:67) >==18631== by 0x321CC11795: FcInitLoadConfigAndFonts (fcinit.c:101) >==18631== >==18631== >==18631== 5,556 bytes in 9 blocks are still reachable in loss record 210 of 241 >==18631== at 0x4A05174: calloc (vg_replace_malloc.c:397) >==18631== by 0x3222427A78: _dbus_mem_pool_alloc (dbus-mempool.c:299) >==18631== by 0x3222426348: alloc_link (dbus-list.c:70) >==18631== by 0x322242639B: _dbus_list_prepend (dbus-list.c:273) >==18631== by 0x3222426408: _dbus_list_append (dbus-list.c:249) >==18631== by 0x32224071EA: dbus_parse_address (dbus-address.c:403) >==18631== by 0x322241013E: _dbus_connection_open_internal (dbus-connection.c:1765) >==18631== by 0x322240B357: internal_bus_get (dbus-bus.c:432) >==18631== by 0x3225009AE6: dbus_g_bus_get (dbus-gmain.c:754) >==18631== by 0x3225851427: tp_get_bus (dbus.c:115) >==18631== by 0x323041069C: empathy_mission_control_new (empathy-utils.c:332) >==18631== by 0x40D007: main (empathy.c:449) >==18631== >==18631== >==18631== 5,792 bytes in 181 blocks are still reachable in loss record 211 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321CC1B51D: FcTestCreate (fcxml.c:655) >==18631== by 0x321CC1DA27: FcEndElement (fcxml.c:1763) >==18631== by 0x321C00AC22: doContent (xmlparse.c:2449) >==18631== by 0x321C00BB53: contentProcessor (xmlparse.c:2023) >==18631== by 0x321C00CB55: doProlog (xmlparse.c:3905) >==18631== by 0x321C00DDBA: prologProcessor (xmlparse.c:3635) >==18631== by 0x321C003FA0: XML_ParseBuffer (xmlparse.c:1573) >==18631== by 0x321CC1BDA8: FcConfigParseAndLoad (fcxml.c:2552) >==18631== by 0x321CC116B6: FcInitLoadConfig (fcinit.c:67) >==18631== by 0x321CC11795: FcInitLoadConfigAndFonts (fcinit.c:101) >==18631== by 0x321CC11884: FcInit (fcinit.c:124) >==18631== >==18631== >==18631== 6,144 bytes in 1 blocks are still reachable in loss record 212 of 241 >==18631== at 0x4A05174: calloc (vg_replace_malloc.c:397) >==18631== by 0x321B098A16: _XkbReadGetMapReply (XKBGetMap.c:168) >==18631== by 0x321B098A90: _XkbHandleGetMapReply (XKBGetMap.c:526) >==18631== by 0x321B0994FA: XkbGetUpdatedMap (XKBGetMap.c:543) >==18631== by 0x321B0995F5: XkbGetMap (XKBGetMap.c:561) >==18631== by 0x322106C24B: get_xkb (gdkkeys-x11.c:256) >==18631== by 0x322106CFCC: update_direction (gdkkeys-x11.c:663) >==18631== by 0x322106D227: gdk_keymap_get_direction (gdkkeys-x11.c:743) >==18631== by 0x3220A5EA61: gtk_text_view_check_keymap_direction (gtktextview.c:6195) >==18631== by 0x3220A5ECB3: gtk_text_view_ensure_layout (gtktextview.c:6263) >==18631== by 0x3220A558CD: gtk_text_view_update_layout_width (gtktextview.c:1965) >==18631== by 0x3220A606F6: gtk_text_view_value_changed (gtktextview.c:7087) >==18631== >==18631== >==18631== 6,477 bytes in 1 blocks are still reachable in loss record 213 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321B034F6B: XOpenDisplay (OpenDis.c:717) >==18631== by 0x322104B58B: gdk_display_open (gdkdisplay-x11.c:157) >==18631== by 0x322101BAC7: gdk_display_open_default_libgtk_only (gdk.c:291) >==18631== by 0x3220968984: post_parse_hook (gtkmain.c:734) >==18631== by 0x3219C46487: g_option_context_parse (goption.c:1796) >==18631== by 0x3220968B68: gtk_init_with_args (gtkmain.c:839) >==18631== by 0x40CEB3: main (empathy.c:395) >==18631== >==18631== >==18631== 6,832 bytes in 4 blocks are still reachable in loss record 214 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x32184C55D4: re_compile_internal (regcomp.c:826) >==18631== by 0x32184C705A: regcomp (regcomp.c:480) >==18631== by 0x3230410B49: empathy_regex_match (empathy-utils.c:116) >==18631== by 0x3230025634: empathy_theme_append_text (empathy-theme.c:269) >==18631== by 0x32300284D2: theme_irc_append_message (empathy-theme-irc.c:237) >==18631== by 0x323001F0C3: empathy_chat_view_append_message (empathy-chat-view.c:812) >==18631== by 0x323001B7AE: chat_constructed (empathy-chat.c:1056) >==18631== by 0x321A011DB2: g_object_newv (gobject.c:1223) >==18631== by 0x321A01218A: g_object_new_valist (gobject.c:1309) >==18631== by 0x321A0123DB: g_object_new (gobject.c:1050) >==18631== by 0x40CBA5: dispatch_channel_cb (empathy.c:96) >==18631== >==18631== >==18631== 6,832 bytes in 4 blocks are still reachable in loss record 215 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x32184C5EC5: re_compile_internal (regcomp.c:1100) >==18631== by 0x32184C705A: regcomp (regcomp.c:480) >==18631== by 0x3230410B49: empathy_regex_match (empathy-utils.c:116) >==18631== by 0x3230025634: empathy_theme_append_text (empathy-theme.c:269) >==18631== by 0x32300284D2: theme_irc_append_message (empathy-theme-irc.c:237) >==18631== by 0x323001F0C3: empathy_chat_view_append_message (empathy-chat-view.c:812) >==18631== by 0x323001B7AE: chat_constructed (empathy-chat.c:1056) >==18631== by 0x321A011DB2: g_object_newv (gobject.c:1223) >==18631== by 0x321A01218A: g_object_new_valist (gobject.c:1309) >==18631== by 0x321A0123DB: g_object_new (gobject.c:1050) >==18631== by 0x40CBA5: dispatch_channel_cb (empathy.c:96) >==18631== >==18631== >==18631== 6,832 bytes in 4 blocks are still reachable in loss record 216 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x32184C5EB4: re_compile_internal (regcomp.c:1099) >==18631== by 0x32184C705A: regcomp (regcomp.c:480) >==18631== by 0x3230410B49: empathy_regex_match (empathy-utils.c:116) >==18631== by 0x3230025634: empathy_theme_append_text (empathy-theme.c:269) >==18631== by 0x32300284D2: theme_irc_append_message (empathy-theme-irc.c:237) >==18631== by 0x323001F0C3: empathy_chat_view_append_message (empathy-chat-view.c:812) >==18631== by 0x323001B7AE: chat_constructed (empathy-chat.c:1056) >==18631== by 0x321A011DB2: g_object_newv (gobject.c:1223) >==18631== by 0x321A01218A: g_object_new_valist (gobject.c:1309) >==18631== by 0x321A0123DB: g_object_new (gobject.c:1050) >==18631== by 0x40CBA5: dispatch_channel_cb (empathy.c:96) >==18631== >==18631== >==18631== 7,008 bytes in 292 blocks are still reachable in loss record 217 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321CC1B379: FcExprCreateOp (fcxml.c:186) >==18631== by 0x321CC1C883: FcParseAlias (fcxml.c:1402) >==18631== by 0x321CC1D60C: FcEndElement (fcxml.c:2171) >==18631== by 0x321C00AC22: doContent (xmlparse.c:2449) >==18631== by 0x321C00BB53: contentProcessor (xmlparse.c:2023) >==18631== by 0x321C00CB55: doProlog (xmlparse.c:3905) >==18631== by 0x321C00DDBA: prologProcessor (xmlparse.c:3635) >==18631== by 0x321C003FA0: XML_ParseBuffer (xmlparse.c:1573) >==18631== by 0x321CC1BDA8: FcConfigParseAndLoad (fcxml.c:2552) >==18631== by 0x321CC1C08D: FcConfigParseAndLoad (fcxml.c:2438) >==18631== by 0x321CC1D4D4: FcEndElement (fcxml.c:1648) >==18631== >==18631== >==18631== 7,916 bytes in 607 blocks are still reachable in loss record 218 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321CC1A333: FcStrCopy (fcstr.c:42) >==18631== by 0x321CC15E51: FcObjectFindByName (fcname.c:174) >==18631== by 0x321CC15EAD: FcObjectFromName (fcname.c:323) >==18631== by 0x321CC17073: FcPatternGetString (fcpat.c:833) >==18631== by 0x3221C086CC: pango_fc_font_description_from_pattern (pangofc-fontmap.c:1623) >==18631== by 0x3221C07FC8: pango_fc_font_set_property (pangofc-font.c:218) >==18631== by 0x321A011157: g_object_constructor (gobject.c:938) >==18631== by 0x321A01171F: g_object_newv (gobject.c:1205) >==18631== by 0x321A01218A: g_object_new_valist (gobject.c:1309) >==18631== by 0x321A0123DB: g_object_new (gobject.c:1050) >==18631== by 0x321F8081A3: _pango_cairo_fc_font_new (pangocairo-fcfont.c:227) >==18631== >==18631== >==18631== 8,680 bytes in 1 blocks are still reachable in loss record 219 of 241 >==18631== at 0x4A05174: calloc (vg_replace_malloc.c:397) >==18631== by 0x321AC08DCE: xcb_connect_to_fd (xcb_conn.c:224) >==18631== by 0x321AC0B5A6: xcb_connect (xcb_util.c:288) >==18631== by 0x321B04C821: _XConnectXCB (xcb_disp.c:87) >==18631== by 0x321B0343CC: XOpenDisplay (OpenDis.c:168) >==18631== by 0x322104B58B: gdk_display_open (gdkdisplay-x11.c:157) >==18631== by 0x322101BAC7: gdk_display_open_default_libgtk_only (gdk.c:291) >==18631== by 0x3220968984: post_parse_hook (gtkmain.c:734) >==18631== by 0x3219C46487: g_option_context_parse (goption.c:1796) >==18631== by 0x3220968B68: gtk_init_with_args (gtkmain.c:839) >==18631== by 0x40CEB3: main (empathy.c:395) >==18631== >==18631== >==18631== 8,736 bytes in 42 blocks are still reachable in loss record 220 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321B045659: _XEnq (XlibInt.c:2255) >==18631== by 0x321B04D025: process_responses (xcb_io.c:126) >==18631== by 0x321B04D2F9: _XReply (xcb_io.c:370) >==18631== by 0x321B02F571: XInternAtom (IntAtom.c:184) >==18631== by 0x3221071E21: gdk_x11_atom_to_xatom_for_display (gdkproperty-x11.c:206) >==18631== by 0x3221072436: gdk_x11_get_xatom_by_name_for_display (gdkproperty-x11.c:456) >==18631== by 0x322107AB09: setup_toplevel_window (gdkwindow-x11.c:646) >==18631== by 0x322107B7C1: _gdk_window_new (gdkwindow-x11.c:932) >==18631== by 0x322103AECB: gdk_window_new (gdkwindow.c:374) >==18631== by 0x322104B7EE: gdk_display_open (gdkdisplay-x11.c:211) >==18631== by 0x322101BAC7: gdk_display_open_default_libgtk_only (gdk.c:291) >==18631== >==18631== >==18631== 10,240 bytes in 4 blocks are still reachable in loss record 221 of 241 >==18631== at 0x4A05174: calloc (vg_replace_malloc.c:397) >==18631== by 0x32184C5605: re_compile_internal (regcomp.c:833) >==18631== by 0x32184C705A: regcomp (regcomp.c:480) >==18631== by 0x3230410B49: empathy_regex_match (empathy-utils.c:116) >==18631== by 0x3230025634: empathy_theme_append_text (empathy-theme.c:269) >==18631== by 0x32300284D2: theme_irc_append_message (empathy-theme-irc.c:237) >==18631== by 0x323001F0C3: empathy_chat_view_append_message (empathy-chat-view.c:812) >==18631== by 0x323001B7AE: chat_constructed (empathy-chat.c:1056) >==18631== by 0x321A011DB2: g_object_newv (gobject.c:1223) >==18631== by 0x321A01218A: g_object_new_valist (gobject.c:1309) >==18631== by 0x321A0123DB: g_object_new (gobject.c:1050) >==18631== by 0x40CBA5: dispatch_channel_cb (empathy.c:96) >==18631== >==18631== >==18631== 11,230 bytes in 300 blocks are still reachable in loss record 222 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321CC16FD9: FcStrStaticName (fcpat.c:1031) >==18631== by 0x321CC181F9: FcPatternObjectAddWithBinding (fcpat.c:488) >==18631== by 0x321CC14AAA: FcFontRenderPrepare (fcmatch.c:444) >==18631== by 0x3221C0A55B: pango_fc_font_map_load_fontset (pangofc-fontmap.c:1093) >==18631== by 0x3221C0AC24: pango_fc_font_map_load_font (pangofc-fontmap.c:1152) >==18631== by 0x321E01EEE0: pango_layout_get_empty_extents_at_index (pango-layout.c:4358) >==18631== by 0x321E01F317: pango_layout_line_get_extents (pango-layout.c:4398) >==18631== by 0x321E01F41E: get_line_extents_layout_coords (pango-layout.c:2366) >==18631== by 0x321E0227CD: pango_layout_get_extents_internal (pango-layout.c:2477) >==18631== by 0x3220A47BBB: gtk_text_layout_get_line_display (gtktextlayout.c:2440) >==18631== by 0x3220A454B0: gtk_text_layout_real_wrap (gtktextlayout.c:1150) >==18631== >==18631== >==18631== 11,528 bytes in 11 blocks are still reachable in loss record 223 of 241 >==18631== at 0x4A074D1: realloc (vg_replace_malloc.c:429) >==18631== by 0x321C412220: ft_mem_qrealloc (ftutil.c:154) >==18631== by 0x321C412ABA: ft_mem_realloc (ftutil.c:101) >==18631== by 0x321C413131: FT_CMap_New (ftobjs.c:2820) >==18631== by 0x321C448BC5: tt_face_build_cmaps (ttcmap.c:3082) >==18631== by 0x321C448F3B: sfnt_load_face (sfobjs.c:837) >==18631== by 0x321C4218B8: tt_face_init (ttobjs.c:217) >==18631== by 0x321C41275F: open_face (ftobjs.c:1072) >==18631== by 0x321C414BA5: FT_Open_Face (ftobjs.c:1794) >==18631== by 0x321C415901: FT_New_Face (ftobjs.c:1133) >==18631== by 0x321DC5875B: _cairo_ft_unscaled_font_lock_face (cairo-ft-font.c:598) >==18631== by 0x321DC59FAA: _cairo_ft_scaled_font_create (cairo-ft-font.c:1777) >==18631== >==18631== >==18631== 13,067 bytes in 11 blocks are still reachable in loss record 224 of 241 >==18631== at 0x4A05174: calloc (vg_replace_malloc.c:397) >==18631== by 0x3217C0AFC5: _dl_new_object (dl-object.c:52) >==18631== by 0x3217C078BF: _dl_map_object_from_fd (dl-load.c:973) >==18631== by 0x3217C08BEA: _dl_map_object (dl-load.c:2239) >==18631== by 0x3217C13334: dl_open_worker (dl-open.c:293) >==18631== by 0x3217C0E745: _dl_catch_error (dl-error.c:178) >==18631== by 0x3217C12C1A: _dl_open (dl-open.c:596) >==18631== by 0x3218800F8A: dlopen_doit (dlopen.c:66) >==18631== by 0x3217C0E745: _dl_catch_error (dl-error.c:178) >==18631== by 0x32188012FB: _dlerror_run (dlerror.c:164) >==18631== by 0x3218800EF0: dlopen@@GLIBC_2.2.5 (dlopen.c:87) >==18631== by 0x321B80190A: g_module_open (gmodule-dl.c:99) >==18631== >==18631== >==18631== 13,752 bytes in 573 blocks are still reachable in loss record 225 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321CC1B6EA: FcExprCreateString (fcxml.c:103) >==18631== by 0x321CC1C1EA: FcPopExpr (fcxml.c:1516) >==18631== by 0x321CC1C382: FcPopBinary (fcxml.c:1574) >==18631== by 0x321CC1DA06: FcEndElement (fcxml.c:1757) >==18631== by 0x321C00AC22: doContent (xmlparse.c:2449) >==18631== by 0x321C00BB53: contentProcessor (xmlparse.c:2023) >==18631== by 0x321C00CB55: doProlog (xmlparse.c:3905) >==18631== by 0x321C00DDBA: prologProcessor (xmlparse.c:3635) >==18631== by 0x321C003FA0: XML_ParseBuffer (xmlparse.c:1573) >==18631== by 0x321CC1BDA8: FcConfigParseAndLoad (fcxml.c:2552) >==18631== by 0x321CC116B6: FcInitLoadConfig (fcinit.c:67) >==18631== >==18631== >==18631== 14,336 bytes in 7 blocks are still reachable in loss record 226 of 241 >==18631== at 0x4A05174: calloc (vg_replace_malloc.c:397) >==18631== by 0x32184C0185: build_trtable (regexec.c:3430) >==18631== by 0x32184CA8D1: re_search_internal (regexec.c:2288) >==18631== by 0x32184CD14D: regexec@@GLIBC_2.3.4 (regexec.c:251) >==18631== by 0x3230410BFF: empathy_regex_match (empathy-utils.c:161) >==18631== by 0x3230025634: empathy_theme_append_text (empathy-theme.c:269) >==18631== by 0x32300284D2: theme_irc_append_message (empathy-theme-irc.c:237) >==18631== by 0x323001F0C3: empathy_chat_view_append_message (empathy-chat-view.c:812) >==18631== by 0x323001B7AE: chat_constructed (empathy-chat.c:1056) >==18631== by 0x321A011DB2: g_object_newv (gobject.c:1223) >==18631== by 0x321A01218A: g_object_new_valist (gobject.c:1309) >==18631== by 0x321A0123DB: g_object_new (gobject.c:1050) >==18631== >==18631== >==18631== 16,352 bytes in 2 blocks are still reachable in loss record 227 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321B039944: permalloc (Quarks.c:125) >==18631== by 0x321B039D6B: _XrmInternalStringToQuark (Quarks.c:207) >==18631== by 0x321B054C08: _XlcGetCharSet (lcCharSet.c:54) >==18631== by 0x321B0547B8: _XlcAddCT (lcCT.c:467) >==18631== by 0x321B054AD7: _XlcInitCTInfo (lcCT.c:1276) >==18631== by 0x321B05B036: initialize (lcPublic.c:214) >==18631== by 0x321B05A622: initialize (lcGeneric.c:1018) >==18631== by 0x321B05ADF5: _XlcCreateLC (lcPubWrap.c:92) >==18631== by 0x321B07CE6F: _XlcUtf8Loader (lcUTF8Load.c:49) >==18631== by 0x321B061B12: _XOpenLC (lcWrap.c:296) >==18631== by 0x321B061C07: _XlcCurrentLC (lcWrap.c:357) >==18631== >==18631== >==18631== 16,384 bytes in 1 blocks are still reachable in loss record 228 of 241 >==18631== at 0x4A05174: calloc (vg_replace_malloc.c:397) >==18631== by 0x321B034703: XOpenDisplay (OpenDis.c:289) >==18631== by 0x322104B58B: gdk_display_open (gdkdisplay-x11.c:157) >==18631== by 0x322101BAC7: gdk_display_open_default_libgtk_only (gdk.c:291) >==18631== by 0x3220968984: post_parse_hook (gtkmain.c:734) >==18631== by 0x3219C46487: g_option_context_parse (goption.c:1796) >==18631== by 0x3220968B68: gtk_init_with_args (gtkmain.c:839) >==18631== by 0x40CEB3: main (empathy.c:395) >==18631== >==18631== >==18631== 22,934 bytes in 37 blocks are still reachable in loss record 229 of 241 >==18631== at 0x4A074D1: realloc (vg_replace_malloc.c:429) >==18631== by 0x322242839B: set_length (dbus-string.c:364) >==18631== by 0x3222428DC6: append (dbus-string.c:1020) >==18631== by 0x3222409804: _dbus_auth_new (dbus-auth.c:361) >==18631== by 0x32224098B9: _dbus_auth_client_new (dbus-auth.c:2206) >==18631== by 0x32224228F4: _dbus_transport_init_base (dbus-transport.c:111) >==18631== by 0x3222422A12: _dbus_transport_new_for_socket (dbus-transport-socket.c:1183) >==18631== by 0x3222423C19: _dbus_transport_new_for_domain_socket (dbus-transport-unix.c:93) >==18631== by 0x3222423D69: _dbus_transport_open_platform_specific (dbus-transport-unix.c:161) >==18631== by 0x3222422496: _dbus_transport_open (dbus-transport.c:376) >==18631== by 0x322241018E: _dbus_connection_open_internal (dbus-connection.c:1713) >==18631== by 0x322240B357: internal_bus_get (dbus-bus.c:432) >==18631== >==18631== >==18631== 23,532 bytes in 1,135 blocks are still reachable in loss record 230 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x4A07527: realloc (vg_replace_malloc.c:429) >==18631== by 0x3219C3FF1D: g_realloc (gmem.c:170) >==18631== by 0x321A0295C7: type_add_flags_W (gtype.c:3442) >==18631== by 0x321A029AE2: g_type_register_static (gtype.c:2479) >==18631== by 0x321A00C33A: g_enum_register_static (genums.c:208) >==18631== by 0x321E02C418: pango_script_get_type (pango-enum-types.c:408) >==18631== by 0x321E015BB4: pango_find_map (modules.c:366) >==18631== by 0x321E018DAA: itemize_state_process_run (pango-context.c:1217) >==18631== by 0x321E0194C7: pango_itemize_with_base_dir (pango-context.c:1466) >==18631== by 0x321E02140E: pango_layout_check_lines (pango-layout.c:3798) >==18631== by 0x321E02269C: pango_layout_get_extents_internal (pango-layout.c:2419) >==18631== >==18631== >==18631== 72,339 bytes in 108 blocks are still reachable in loss record 231 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321C4107CF: ft_mem_qalloc (ftutil.c:76) >==18631== by 0x321C412112: ft_mem_alloc (ftutil.c:55) >==18631== by 0x321C41433D: FT_Add_Module (ftobjs.c:3687) >==18631== by 0x321C40C93B: FT_Add_Default_Modules (ftinit.c:92) >==18631== by 0x321C40C9A6: FT_Init_FreeType (ftinit.c:135) >==18631== by 0x321DC5794E: _cairo_ft_unscaled_font_map_lock (cairo-ft-font.c:220) >==18631== by 0x321DC57AC9: _cairo_ft_unscaled_font_create_internal (cairo-ft-font.c:442) >==18631== by 0x321DC57DC9: _cairo_ft_unscaled_font_create_for_pattern (cairo-ft-font.c:506) >==18631== by 0x321DC585AA: cairo_ft_font_face_create_for_pattern (cairo-ft-font.c:2825) >==18631== by 0x321F804DA1: _pango_cairo_font_private_get_scaled_font (pangocairo-font.c:99) >==18631== by 0x321F804FE0: _pango_cairo_font_get_metrics (pangocairo-font.c:239) >==18631== >==18631== >==18631== 74,688 bytes in 2,334 blocks are indirectly lost in loss record 232 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321CC180EC: FcPatternObjectAddWithBinding (fcpat.c:479) >==18631== by 0x321CC14AAA: FcFontRenderPrepare (fcmatch.c:444) >==18631== by 0x3221C0A55B: pango_fc_font_map_load_fontset (pangofc-fontmap.c:1093) >==18631== by 0x3221C0AC24: pango_fc_font_map_load_font (pangofc-fontmap.c:1152) >==18631== by 0x321E01EEE0: pango_layout_get_empty_extents_at_index (pango-layout.c:4358) >==18631== by 0x321E01F317: pango_layout_line_get_extents (pango-layout.c:4398) >==18631== by 0x321E01F41E: get_line_extents_layout_coords (pango-layout.c:2366) >==18631== by 0x321E0227CD: pango_layout_get_extents_internal (pango-layout.c:2477) >==18631== by 0x3220A47BBB: gtk_text_layout_get_line_display (gtktextlayout.c:2440) >==18631== by 0x3220A454B0: gtk_text_layout_real_wrap (gtktextlayout.c:1150) >==18631== by 0x3220A4463E: gtk_text_layout_wrap (gtktextlayout.c:696) >==18631== >==18631== >==18631== 118,656 (41,472 direct, 77,184 indirect) bytes in 78 blocks are definitely lost in loss record 233 of 241 >==18631== at 0x4A074D1: realloc (vg_replace_malloc.c:429) >==18631== by 0x321CC1777B: FcPatternObjectInsertElt (fcpat.c:358) >==18631== by 0x321CC1823C: FcPatternObjectAddWithBinding (fcpat.c:515) >==18631== by 0x321CC14AAA: FcFontRenderPrepare (fcmatch.c:444) >==18631== by 0x3221C0A55B: pango_fc_font_map_load_fontset (pangofc-fontmap.c:1093) >==18631== by 0x3221C0AC24: pango_fc_font_map_load_font (pangofc-fontmap.c:1152) >==18631== by 0x321E01EEE0: pango_layout_get_empty_extents_at_index (pango-layout.c:4358) >==18631== by 0x321E01F317: pango_layout_line_get_extents (pango-layout.c:4398) >==18631== by 0x321E01F41E: get_line_extents_layout_coords (pango-layout.c:2366) >==18631== by 0x321E0227CD: pango_layout_get_extents_internal (pango-layout.c:2477) >==18631== by 0x3220A47BBB: gtk_text_layout_get_line_display (gtktextlayout.c:2440) >==18631== by 0x3220A454B0: gtk_text_layout_real_wrap (gtktextlayout.c:1150) >==18631== >==18631== >==18631== 64,512 bytes in 17 blocks are still reachable in loss record 234 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x321E405DAB: gdk_pixbuf_new (gdk-pixbuf.c:269) >==18631== by 0x32300332F7: empathy_pixbuf_from_avatar_scaled (empathy-ui-utils.c:444) >==18631== by 0x323002AE1D: contact_list_store_contact_update (empathy-contact-list-store.c:1047) >==18631== by 0x323002B484: contact_list_store_add_contact (empathy-contact-list-store.c:896) >==18631== by 0x323002B9E4: contact_list_store_iface_setup (empathy-contact-list-store.c:184) >==18631== by 0x3219C378C1: g_main_context_dispatch (gmain.c:2072) >==18631== by 0x3219C3B05C: g_main_context_iterate (gmain.c:2705) >==18631== by 0x3219C3B58C: g_main_loop_run (gmain.c:2928) >==18631== by 0x3220968E54: gtk_main (gtkmain.c:1172) >==18631== by 0x40D171: main (empathy.c:504) >==18631== >==18631== >==18631== 203,678 bytes in 18 blocks are still reachable in loss record 235 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x3219C2931B: g_file_get_contents (gfileutils.c:638) >==18631== by 0x32304146A1: empathy_contact_load_avatar_cache (empathy-contact.c:852) >==18631== by 0x3230418037: tp_contact_factory_avatar_maybe_update (empathy-tp-contact-factory.c:381) >==18631== by 0x3230418078: tp_contact_factory_avatar_tokens_foreach (empathy-tp-contact-factory.c:404) >==18631== by 0x3219C298AC: g_hash_table_foreach (ghash.c:1076) >==18631== by 0x3230418AFB: tp_contact_factory_get_known_avatar_tokens_cb (empathy-tp-contact-factory.c:426) >==18631== by 0x32258482F1: _tp_cli_connection_interface_avatars_invoke_callback_get_known_avatar_tokens (tp-cli-connection-body.h:5404) >==18631== by 0x32258728F6: tp_proxy_pending_call_idle_invoke (proxy-methods.c:153) >==18631== by 0x3219C378C1: g_main_context_dispatch (gmain.c:2072) >==18631== by 0x3219C3B05C: g_main_context_iterate (gmain.c:2705) >==18631== by 0x3219C3B58C: g_main_loop_run (gmain.c:2928) >==18631== >==18631== >==18631== 207,584 bytes in 178 blocks are possibly lost in loss record 236 of 241 >==18631== at 0x4A04FC0: memalign (vg_replace_malloc.c:460) >==18631== by 0x4A0507A: posix_memalign (vg_replace_malloc.c:569) >==18631== by 0x3219C54CC0: slab_allocator_alloc_chunk (gslice.c:1136) >==18631== by 0x3219C55E56: g_slice_alloc (gslice.c:661) >==18631== by 0x321A01FBB9: g_signal_connect_data (gsignal.c:558) >==18631== by 0x322098C7E8: _gtk_modules_init (gtkmodules.c:507) >==18631== by 0x3220968904: do_post_parse_initialization (gtkmain.c:699) >==18631== by 0x3220968975: post_parse_hook (gtkmain.c:730) >==18631== by 0x3219C46487: g_option_context_parse (goption.c:1796) >==18631== by 0x3220968B68: gtk_init_with_args (gtkmain.c:839) >==18631== by 0x40CEB3: main (empathy.c:395) >==18631== >==18631== >==18631== 248,144 bytes in 2,870 blocks are still reachable in loss record 237 of 241 >==18631== at 0x4A074D1: realloc (vg_replace_malloc.c:429) >==18631== by 0x3219C3FF1D: g_realloc (gmem.c:170) >==18631== by 0x321A025E63: type_node_any_new_W (gtype.c:456) >==18631== by 0x321A029AD4: g_type_register_static (gtype.c:2478) >==18631== by 0x321A012FD3: g_param_type_register_static (gparam.c:1396) >==18631== by 0x321A017A61: g_param_spec_types_init (gparamspecs.c:1507) >==18631== by 0x321A028754: g_type_init_with_debug_flags (gtype.c:4067) >==18631== by 0x322101B8A6: gdk_pre_parse_libgtk_only (gdk.c:184) >==18631== by 0x322096872B: do_pre_parse_initialization (gtkmain.c:617) >==18631== by 0x322096893E: pre_parse_hook (gtkmain.c:716) >==18631== by 0x3219C45FC7: g_option_context_parse (goption.c:1572) >==18631== by 0x3220968B68: gtk_init_with_args (gtkmain.c:839) >==18631== >==18631== >==18631== 301,284 bytes in 8,628 blocks are still reachable in loss record 238 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x3219C3FFF2: g_malloc (gmem.c:131) >==18631== by 0x3219C57E4D: g_strdup (gstrfuncs.c:92) >==18631== by 0x3219C6A389: g_set_prgname (gutils.c:1941) >==18631== by 0x3219C46875: g_option_context_parse (goption.c:1557) >==18631== by 0x3220968B68: gtk_init_with_args (gtkmain.c:839) >==18631== by 0x40CEB3: main (empathy.c:395) >==18631== >==18631== >==18631== 320,316 bytes in 3,904 blocks are still reachable in loss record 239 of 241 >==18631== at 0x4A05174: calloc (vg_replace_malloc.c:397) >==18631== by 0x3219C3FF99: g_malloc0 (gmem.c:151) >==18631== by 0x3219C54FC3: g_slice_init_nomessage (gslice.c:329) >==18631== by 0x3219C55CCC: g_slice_alloc (gslice.c:359) >==18631== by 0x3219C56B7D: g_slist_prepend (gslist.c:160) >==18631== by 0x3219C61478: g_once_init_enter_impl (gthread.c:212) >==18631== by 0x3219C5700B: _g_dgettext_should_translate (gthread.h:342) >==18631== by 0x3219C5714D: g_dgettext (gstrfuncs.c:3062) >==18631== by 0x3220968A3A: gtk_get_option_group (gtkmain.c:777) >==18631== by 0x3220968B1D: gtk_init_with_args (gtkmain.c:832) >==18631== by 0x40CEB3: main (empathy.c:395) >==18631== >==18631== >==18631== 617,376 bytes in 1,110 blocks are still reachable in loss record 240 of 241 >==18631== at 0x4A04FC0: memalign (vg_replace_malloc.c:460) >==18631== by 0x4A0507A: posix_memalign (vg_replace_malloc.c:569) >==18631== by 0x3219C54CC0: slab_allocator_alloc_chunk (gslice.c:1136) >==18631== by 0x3219C55E56: g_slice_alloc (gslice.c:661) >==18631== by 0x3219C56B7D: g_slist_prepend (gslist.c:160) >==18631== by 0x3219C61478: g_once_init_enter_impl (gthread.c:212) >==18631== by 0x3219C5700B: _g_dgettext_should_translate (gthread.h:342) >==18631== by 0x3219C5714D: g_dgettext (gstrfuncs.c:3062) >==18631== by 0x3220968A3A: gtk_get_option_group (gtkmain.c:777) >==18631== by 0x3220968B1D: gtk_init_with_args (gtkmain.c:832) >==18631== by 0x40CEB3: main (empathy.c:395) >==18631== >==18631== >==18631== 1,827,706 bytes in 1,536 blocks are still reachable in loss record 241 of 241 >==18631== at 0x4A0739E: malloc (vg_replace_malloc.c:207) >==18631== by 0x3221C11159: _hb_alloc (harfbuzz-impl.c:41) >==18631== by 0x3221C20631: _HB_GPOS_Load_SubTable (harfbuzz-gpos.c:1283) >==18631== by 0x3221C20F99: _HB_OPEN_Load_LookupList (harfbuzz-open.c:458) >==18631== by 0x3221C212FF: HB_Load_GPOS_Table (harfbuzz-gpos.c:141) >==18631== by 0x3221C0E0AE: pango_ot_info_get_gpos (pango-ot-info.c:352) >==18631== by 0x3221C0E1EC: get_tables (pango-ot-info.c:385) >==18631== by 0x3221C0EB11: pango_ot_info_find_script (pango-ot-info.c:433) >==18631== by 0x3221C0F6D5: pango_ot_ruleset_new_for (pango-ot-ruleset.c:253) >==18631== by 0x3221C0F745: pango_ot_ruleset_new_from_description (pango-ot-ruleset.c:299) >==18631== by 0x3221C0F94A: pango_ot_ruleset_get_for_description (pango-ot-ruleset.c:149) >==18631== by 0x3221C2582E: basic_engine_shape (basic-fc.c:209) >==18631== >==18631== LEAK SUMMARY: >==18631== definitely lost: 41,491 bytes in 97 blocks. >==18631== indirectly lost: 77,184 bytes in 2,412 blocks. >==18631== possibly lost: 211,604 bytes in 251 blocks. >==18631== still reachable: 4,006,760 bytes in 24,159 blocks. >==18631== suppressed: 0 bytes in 0 blocks.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 460319
: 315106