* Thomas Glanzmann <sithglan@xxxxxxxxxxxxxxxxxxxx>: [2005-05-12 10:22:27 +0200] > ... running valgrind on it could track it down (this only works > on x86 systems): > > valgrind --tool=memcheck --run-libc-freeres=no --num-callers=10 > --show-reachable=yes --leak-check=yes --error-limit=no > --log-file=/tmp/valgrind /path/to/mutt I'm attaching two valgrind logs with mutt_sort_threads references involved in memory leaks (I'm not an expert on valgrind but it seems that it could be a bug in *alloc() libc routines). > You also could keep a core file around for future reference: > > In gdb: > generate-core-file I'm trying this right now. I'll report when it crashes again. -- Alex Muntada <alexm@xxxxxxxxx> http://alexm.org/
==22056== Memcheck, a memory error detector for x86-linux. ==22056== Copyright (C) 2002-2004, and GNU GPL'd, by Julian Seward et al. ==22056== Using valgrind-2.2.0, a program supervision framework for x86-linux. ==22056== Copyright (C) 2000-2004, and GNU GPL'd, by Julian Seward et al. ==22056== ==22056== My PID = 22056, parent PID = 20654. Prog and args are: ==22056== Soft/linux/mutt-20050413/bin/mutt ==22056== For more details, rerun with: -v ==22056== ==22056== Source and destination overlap in strncpy(0x52BFCEE0, 0x52BFCEE9, 128) ==22056== at 0x1B9019B6: strncpy (mac_replace_strmem.c:113) ==22056== by 0x80D7FD1: imap_parse_path (util.c:141) ==22056== by 0x80D7CD9: imap_expand_path (util.c:57) ==22056== by 0x80BAB66: _mutt_expand_path (muttlib.c:482) ==22056== by 0x80BA4C9: mutt_expand_path (muttlib.c:326) ==22056== by 0x80544D8: mutt_parse_mailboxes (buffy.c:197) ==22056== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==22056== by 0x8072F43: source_rc (init.c:1636) ==22056== by 0x807316D: parse_source (init.c:1686) ==22056== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==29859== ==29859== Conditional jump or move depends on uninitialised value(s) ==29859== at 0x420291F2: sigaction (in /lib/i686/libc-2.2.5.so) ==29859== by 0x80B1E3D: send_msg (sendlib.c:1927) ==29859== by 0x80B2395: mutt_invoke_sendmail (sendlib.c:2053) ==29859== by 0x80ABEE3: send_message (send.c:993) ==29859== by 0x80AD728: ci_send_message (send.c:1676) ==29859== by 0x806992E: mutt_index_menu (curs_main.c:1850) ==29859== by 0x8082148: main (main.c:934) ==29859== ==29859== Syscall param sigaction(act) contains uninitialised or unaddressable byte(s) ==29859== at 0x4202922D: sigaction (in /lib/i686/libc-2.2.5.so) ==29859== by 0x80B1E3D: send_msg (sendlib.c:1927) ==29859== by 0x80B2395: mutt_invoke_sendmail (sendlib.c:2053) ==29859== by 0x80ABEE3: send_message (send.c:993) ==29859== by 0x80AD728: ci_send_message (send.c:1676) ==29859== by 0x806992E: mutt_index_menu (curs_main.c:1850) ==29859== by 0x8082148: main (main.c:934) ==29859== Address 0x52BFCA90 is on thread 1's stack ==29859== ==29859== ERROR SUMMARY: 11 errors from 3 contexts (suppressed: 46 from 2) ==29859== malloc/free: in use at exit: 403469 bytes in 12283 blocks. ==29859== malloc/free: 27961 allocs, 15678 frees, 1830385 bytes allocated. ==29859== For counts of detected errors, rerun with: -v ==29859== searching for pointers to 12283 not-freed blocks. ==29859== checked 4999080 bytes. ==29859== ==29859== ==29859== 6 bytes in 1 blocks are still reachable in loss record 1 of 73 ==29859== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==29859== by 0x42080AA1: strndup (in /lib/i686/libc-2.2.5.so) ==29859== by 0x42021522: _nl_find_locale (in /lib/i686/libc-2.2.5.so) ==29859== by 0x42020B1B: setlocale (in /lib/i686/libc-2.2.5.so) ==29859== by 0x808120D: main (main.c:534) ==29859== ==29859== ==29859== 8 bytes in 1 blocks are still reachable in loss record 2 of 73 ==29859== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==29859== by 0x420F54C4: nss_parse_file (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420F4D4C: __nss_database_lookup (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420F6CA5: __nss_passwd_lookup (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420B43C0: getpwuid_r@@GLIBC_2.1.2 (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420B3D3A: getpwuid (in /lib/i686/libc-2.2.5.so) ==29859== by 0x8074554: mutt_init (init.c:2154) ==29859== by 0x8081622: main (main.c:677) ==29859== ==29859== ==29859== 12 bytes in 1 blocks are still reachable in loss record 3 of 73 ==29859== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==29859== by 0x1B8EE2CD: _dl_map_object_deps_internal (in /lib/ld-2.2.5.so) ==29859== by 0x421123CB: dl_open_worker (in /lib/i686/libc-2.2.5.so) ==29859== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==29859== by 0x42112900: _dl_open (in /lib/i686/libc-2.2.5.so) ==29859== by 0x42113630: do_dlopen (in /lib/i686/libc-2.2.5.so) ==29859== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==29859== by 0x421134DB: __libc_dlopen (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420F52E6: __nss_lookup_function (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420F5C70: __nss_next (in /lib/i686/libc-2.2.5.so) ==29859== ==29859== ==29859== 12 bytes in 1 blocks are still reachable in loss record 4 of 73 ==29859== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==29859== by 0x1B9321CC: _nc_add_to_try (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B93809C: _nc_init_keytry (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B938E71: _nc_keypad (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B938BD7: keypad (in /usr/lib/libncurses.so.5.2) ==29859== by 0x80810DE: start_curses (main.c:486) ==29859== by 0x8081607: main (main.c:674) ==29859== ==29859== ==29859== 21 bytes in 1 blocks are still reachable in loss record 5 of 73 ==29859== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==29859== by 0x1BA43F78: set_binding_values (../../gettext-runtime/intl/bindtextdom.c:225) ==29859== by 0x1BA4424D: libintl_bindtextdomain (../../gettext-runtime/intl/bindtextdom.c:346) ==29859== by 0x8081221: main (main.c:535) ==29859== ==29859== ==29859== 24 bytes in 2 blocks are still reachable in loss record 6 of 73 ==29859== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==29859== by 0x420F5B5B: nss_new_service (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420F543A: __nss_lookup_function (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420F5BB5: __nss_lookup (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420F6C7E: __nss_passwd_lookup (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420B43C0: getpwuid_r@@GLIBC_2.1.2 (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420B3D3A: getpwuid (in /lib/i686/libc-2.2.5.so) ==29859== by 0x8074554: mutt_init (init.c:2154) ==29859== by 0x8081622: main (main.c:677) ==29859== ==29859== ==29859== 24 bytes in 1 blocks are still reachable in loss record 7 of 73 ==29859== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==29859== by 0x421156EA: __register_frame (in /lib/i686/libc-2.2.5.so) ==29859== by 0x42017409: __libc_global_ctors (in /lib/i686/libc-2.2.5.so) ==29859== by 0x42017489: _init (in /lib/i686/libc-2.2.5.so) ==29859== by 0x1B8EF701: _dl_init_internal (in /lib/ld-2.2.5.so) ==29859== by 0x1B8E4B8C: (within /lib/ld-2.2.5.so) ==29859== ==29859== ==29859== 25 bytes in 2 blocks are still reachable in loss record 8 of 73 ==29859== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==29859== by 0x420A930B: __tzstring (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420AA9DF: __tzfile_read (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420A9453: tzset_internal (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420AA0D2: __tz_convert (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420A6107: gmtime (in /lib/i686/libc-2.2.5.so) ==29859== by 0x807B258: hdr_format_str (hdrline.c:400) ==29859== by 0x80BC1C1: mutt_FormatString (muttlib.c:1077) ==29859== by 0x807C5B4: _mutt_make_string (hdrline.c:717) ==29859== by 0x8063AB9: index_make_entry (curs_main.c:169) ==29859== ==29859== ==29859== 28 bytes in 1 blocks are still reachable in loss record 9 of 73 ==29859== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==29859== by 0x1B8E9EA0: _dl_map_object_internal (in /lib/ld-2.2.5.so) ==29859== by 0x42112327: dl_open_worker (in /lib/i686/libc-2.2.5.so) ==29859== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==29859== by 0x42112900: _dl_open (in /lib/i686/libc-2.2.5.so) ==29859== by 0x42113630: do_dlopen (in /lib/i686/libc-2.2.5.so) ==29859== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==29859== by 0x421134DB: __libc_dlopen (in /lib/i686/libc-2.2.5.so) ==29859== by 0x4202037B: __gconv_find_shlib (in /lib/i686/libc-2.2.5.so) ==29859== by 0x4201FD24: find_module (in /lib/i686/libc-2.2.5.so) ==29859== ==29859== ==29859== 28 bytes in 1 blocks are still reachable in loss record 10 of 73 ==29859== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==29859== by 0x1B93E89F: read_termtype (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B93EF5C: _nc_read_file_entry (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B93EFDD: _nc_read_tic_entry (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B93F05E: _nc_read_terminfo_dirs (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B93F194: _nc_read_entry (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B939380: grab_entry (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B939517: setupterm (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B927347: newterm (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==29859== ==29859== ==29859== 30 bytes in 1 blocks are still reachable in loss record 11 of 73 ==29859== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==29859== by 0x1B937FD3: _nc_home_terminfo (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B93F128: _nc_read_entry (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B939380: grab_entry (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B939517: setupterm (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B927347: newterm (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==29859== by 0x808109B: start_curses (main.c:476) ==29859== by 0x8081607: main (main.c:674) ==29859== ==29859== ==29859== 32 bytes in 4 blocks are still reachable in loss record 12 of 73 ==29859== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==29859== by 0x420F4F1A: __nss_lookup_function (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420F5BB5: __nss_lookup (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420F6C7E: __nss_passwd_lookup (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420B43C0: getpwuid_r@@GLIBC_2.1.2 (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420B3D3A: getpwuid (in /lib/i686/libc-2.2.5.so) ==29859== by 0x8074554: mutt_init (init.c:2154) ==29859== by 0x8081622: main (main.c:677) ==29859== ==29859== ==29859== 44 bytes in 1 blocks are still reachable in loss record 13 of 73 ==29859== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==29859== by 0x1B93E90B: read_termtype (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B93EF5C: _nc_read_file_entry (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B93EFDD: _nc_read_tic_entry (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B93F05E: _nc_read_terminfo_dirs (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B93F194: _nc_read_entry (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B939380: grab_entry (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B939517: setupterm (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B927347: newterm (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==29859== ==29859== ==29859== 48 bytes in 1 blocks are still reachable in loss record 14 of 73 ==29859== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==29859== by 0x1B920E34: start_color (in /usr/lib/libncurses.so.5.2) ==29859== by 0x8054F7A: ci_start_color (color.c:153) ==29859== by 0x80810C9: start_curses (main.c:485) ==29859== by 0x8081607: main (main.c:674) ==29859== ==29859== ==29859== 52 bytes in 1 blocks are still reachable in loss record 15 of 73 ==29859== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==29859== by 0x42020429: __gconv_find_shlib (in /lib/i686/libc-2.2.5.so) ==29859== by 0x4201FD24: find_module (in /lib/i686/libc-2.2.5.so) ==29859== by 0x4201FF9E: __gconv_lookup_cache (in /lib/i686/libc-2.2.5.so) ==29859== by 0x42019588: __gconv_find_transform (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420A57D8: __wcsmbs_load_conv (in /lib/i686/libc-2.2.5.so) ==29859== by 0x4208746C: btowc (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420CC14F: byte_regex_compile (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420D0D6C: regcomp (in /lib/i686/libc-2.2.5.so) ==29859== by 0x8055952: add_pattern (color.c:536) ==29859== ==29859== ==29859== 52 bytes in 2 blocks are still reachable in loss record 16 of 73 ==29859== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==29859== by 0x420261AF: _nl_make_l10nflist (in /lib/i686/libc-2.2.5.so) ==29859== by 0x42021674: _nl_find_locale (in /lib/i686/libc-2.2.5.so) ==29859== by 0x42020B1B: setlocale (in /lib/i686/libc-2.2.5.so) ==29859== by 0x808120D: main (main.c:534) ==29859== ==29859== ==29859== 59 bytes in 2 blocks are still reachable in loss record 17 of 73 ==29859== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==29859== by 0x42025FB6: _nl_make_l10nflist (in /lib/i686/libc-2.2.5.so) ==29859== by 0x42021674: _nl_find_locale (in /lib/i686/libc-2.2.5.so) ==29859== by 0x42020B1B: setlocale (in /lib/i686/libc-2.2.5.so) ==29859== by 0x808120D: main (main.c:534) ==29859== ==29859== ==29859== 64 bytes in 3 blocks are still reachable in loss record 18 of 73 ==29859== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==29859== by 0x1B8EA077: _dl_map_object_internal (in /lib/ld-2.2.5.so) ==29859== by 0x42112327: dl_open_worker (in /lib/i686/libc-2.2.5.so) ==29859== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==29859== by 0x42112900: _dl_open (in /lib/i686/libc-2.2.5.so) ==29859== by 0x42113630: do_dlopen (in /lib/i686/libc-2.2.5.so) ==29859== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==29859== by 0x421134DB: __libc_dlopen (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420F52E6: __nss_lookup_function (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420F5BB5: __nss_lookup (in /lib/i686/libc-2.2.5.so) ==29859== ==29859== ==29859== 78 bytes in 1 blocks are still reachable in loss record 19 of 73 ==29859== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==29859== by 0x1B93E982: read_termtype (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B93EF5C: _nc_read_file_entry (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B93EFDD: _nc_read_tic_entry (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B93F05E: _nc_read_terminfo_dirs (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B93F194: _nc_read_entry (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B939380: grab_entry (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B939517: setupterm (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B927347: newterm (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==29859== ==29859== ==29859== 80 bytes in 5 blocks are still reachable in loss record 20 of 73 ==29859== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==29859== by 0x420E5C7C: tsearch (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420F4EDC: __nss_lookup_function (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420F5BB5: __nss_lookup (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420F6C7E: __nss_passwd_lookup (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420B43C0: getpwuid_r@@GLIBC_2.1.2 (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420B3D3A: getpwuid (in /lib/i686/libc-2.2.5.so) ==29859== by 0x8074554: mutt_init (init.c:2154) ==29859== by 0x8081622: main (main.c:677) ==29859== ==29859== ==29859== 84 bytes in 3 blocks are still reachable in loss record 21 of 73 ==29859== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==29859== by 0x1BC80C29: __res_nsend (in /lib/libresolv-2.2.5.so) ==29859== by 0x1BC7FB41: __res_nquery (in /lib/libresolv-2.2.5.so) ==29859== by 0x1BC800DA: __res_nquerydomain (in /lib/libresolv-2.2.5.so) ==29859== by 0x1BC7FF06: __res_nsearch (in /lib/libresolv-2.2.5.so) ==29859== by 0x1BC75061: _nss_dns_gethostbyname2_r (in /lib/libnss_dns-2.2.5.so) ==29859== by 0x420F8335: gethostbyname2_r@@GLIBC_2.1.2 (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420D35CD: gaih_inet (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420D3D8A: getaddrinfo (in /lib/i686/libc-2.2.5.so) ==29859== by 0x80CD715: raw_socket_open (mutt_socket.c:436) ==29859== ==29859== ==29859== 84 bytes in 3 blocks are definitely lost in loss record 22 of 73 ==29859== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==29859== by 0x1BC80C29: __res_nsend (in /lib/libresolv-2.2.5.so) ==29859== by 0x1BC7FB41: __res_nquery (in /lib/libresolv-2.2.5.so) ==29859== by 0x1BC800DA: __res_nquerydomain (in /lib/libresolv-2.2.5.so) ==29859== by 0x1BC7FF06: __res_nsearch (in /lib/libresolv-2.2.5.so) ==29859== by 0x1BC75061: _nss_dns_gethostbyname2_r (in /lib/libnss_dns-2.2.5.so) ==29859== by 0x420F8335: gethostbyname2_r@@GLIBC_2.1.2 (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420D370D: gaih_inet (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420D3D8A: getaddrinfo (in /lib/i686/libc-2.2.5.so) ==29859== by 0x80CD715: raw_socket_open (mutt_socket.c:436) ==29859== ==29859== ==29859== 88 bytes in 6 blocks are still reachable in loss record 23 of 73 ==29859== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==29859== by 0x42080A3B: strdup (in /lib/i686/libc-2.2.5.so) ==29859== by 0x1BA440F6: set_binding_values (../../gettext-runtime/intl/bindtextdom.c:248) ==29859== by 0x1BA4424D: libintl_bindtextdomain (../../gettext-runtime/intl/bindtextdom.c:346) ==29859== by 0x8081221: main (main.c:535) ==29859== ==29859== ==29859== 92 bytes in 3 blocks are still reachable in loss record 24 of 73 ==29859== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==29859== by 0x1B8EE37D: _dl_map_object_deps_internal (in /lib/ld-2.2.5.so) ==29859== by 0x421123CB: dl_open_worker (in /lib/i686/libc-2.2.5.so) ==29859== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==29859== by 0x42112900: _dl_open (in /lib/i686/libc-2.2.5.so) ==29859== by 0x42113630: do_dlopen (in /lib/i686/libc-2.2.5.so) ==29859== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==29859== by 0x421134DB: __libc_dlopen (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420F52E6: __nss_lookup_function (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420F5BB5: __nss_lookup (in /lib/i686/libc-2.2.5.so) ==29859== ==29859== ==29859== 92 bytes in 4 blocks are still reachable in loss record 25 of 73 ==29859== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==29859== by 0x1B8ECBAB: _dl_new_object (in /lib/ld-2.2.5.so) ==29859== by 0x1B8E89EE: _dl_map_object_from_fd (in /lib/ld-2.2.5.so) ==29859== by 0x1B8E9DB6: _dl_map_object_internal (in /lib/ld-2.2.5.so) ==29859== by 0x42112327: dl_open_worker (in /lib/i686/libc-2.2.5.so) ==29859== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==29859== by 0x42112900: _dl_open (in /lib/i686/libc-2.2.5.so) ==29859== by 0x42113630: do_dlopen (in /lib/i686/libc-2.2.5.so) ==29859== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==29859== by 0x421134DB: __libc_dlopen (in /lib/i686/libc-2.2.5.so) ==29859== ==29859== ==29859== 96 bytes in 1 blocks are still reachable in loss record 26 of 73 ==29859== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==29859== by 0x1B91EAA6: _nc_hash_map (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B91E16E: _nc_scroll_optimize (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B92D3B9: doupdate (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B9287FA: wrefresh (in /usr/lib/libncurses.so.5.2) ==29859== by 0x8061FDB: mutt_refresh (curs_lib.c:62) ==29859== by 0x8062A93: mutt_curses_message (curs_lib.c:339) ==29859== by 0x80CD6F5: raw_socket_open (mutt_socket.c:433) ==29859== by 0x80CCEF8: mutt_socket_open (mutt_socket.c:59) ==29859== by 0x80D2FE4: imap_open_connection (imap.c:413) ==29859== ==29859== ==29859== 96 bytes in 1 blocks are still reachable in loss record 27 of 73 ==29859== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==29859== by 0x1B91EA7D: _nc_hash_map (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B91E16E: _nc_scroll_optimize (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B92D3B9: doupdate (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B9287FA: wrefresh (in /usr/lib/libncurses.so.5.2) ==29859== by 0x8061FDB: mutt_refresh (curs_lib.c:62) ==29859== by 0x8062A93: mutt_curses_message (curs_lib.c:339) ==29859== by 0x80CD6F5: raw_socket_open (mutt_socket.c:433) ==29859== by 0x80CCEF8: mutt_socket_open (mutt_socket.c:59) ==29859== by 0x80D2FE4: imap_open_connection (imap.c:413) ==29859== ==29859== ==29859== 102 bytes in 14 blocks are definitely lost in loss record 28 of 73 ==29859== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==29859== by 0x80B8997: safe_malloc (lib.c:84) ==29859== by 0x80B8B12: safe_strdup (lib.c:155) ==29859== by 0x80D8A50: imap_munge_mbox_name (util.c:496) ==29859== by 0x80D4AF4: imap_mailbox_check (imap.c:1231) ==29859== by 0x80549B0: mutt_buffy_check (buffy.c:404) ==29859== by 0x80647E7: mutt_index_menu (curs_main.c:524) ==29859== by 0x8082148: main (main.c:934) ==29859== ==29859== ==29859== 128 bytes in 2 blocks are still reachable in loss record 29 of 73 ==29859== at 0x1B902A2F: realloc (vg_replace_malloc.c:197) ==29859== by 0x420CA4BD: byte_regex_compile (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420D0D6C: regcomp (in /lib/i686/libc-2.2.5.so) ==29859== by 0x80BCBDE: mutt_compile_regexp (muttlib.c:1435) ==29859== by 0x806FEB7: add_to_rx_list (init.c:335) ==29859== by 0x8070B9F: parse_subscribe (init.c:766) ==29859== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==29859== by 0x8072F43: source_rc (init.c:1636) ==29859== by 0x807316D: parse_source (init.c:1686) ==29859== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==29859== ==29859== ==29859== 128 bytes in 2 blocks are still reachable in loss record 30 of 73 ==29859== at 0x1B902A2F: realloc (vg_replace_malloc.c:197) ==29859== by 0x420CA77F: byte_regex_compile (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420D0D6C: regcomp (in /lib/i686/libc-2.2.5.so) ==29859== by 0x80BCBDE: mutt_compile_regexp (muttlib.c:1435) ==29859== by 0x806FEB7: add_to_rx_list (init.c:335) ==29859== by 0x8070B9F: parse_subscribe (init.c:766) ==29859== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==29859== by 0x8072F43: source_rc (init.c:1636) ==29859== by 0x807316D: parse_source (init.c:1686) ==29859== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==29859== ==29859== ==29859== 128 bytes in 2 blocks are still reachable in loss record 31 of 73 ==29859== at 0x1B902A2F: realloc (vg_replace_malloc.c:197) ==29859== by 0x420CA39D: byte_regex_compile (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420D0D6C: regcomp (in /lib/i686/libc-2.2.5.so) ==29859== by 0x80BCBDE: mutt_compile_regexp (muttlib.c:1435) ==29859== by 0x806FEB7: add_to_rx_list (init.c:335) ==29859== by 0x8070B9F: parse_subscribe (init.c:766) ==29859== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==29859== by 0x8072F43: source_rc (init.c:1636) ==29859== by 0x807316D: parse_source (init.c:1686) ==29859== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==29859== ==29859== ==29859== 128 bytes in 1 blocks are still reachable in loss record 32 of 73 ==29859== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==29859== by 0x1B920DA8: start_color (in /usr/lib/libncurses.so.5.2) ==29859== by 0x8054F7A: ci_start_color (color.c:153) ==29859== by 0x80810C9: start_curses (main.c:485) ==29859== by 0x8081607: main (main.c:674) ==29859== ==29859== ==29859== 165 bytes in 1 blocks are still reachable in loss record 33 of 73 ==29859== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==29859== by 0x420209BF: setlocale (in /lib/i686/libc-2.2.5.so) ==29859== by 0x8081241: main (main.c:539) ==29859== ==29859== ==29859== 168 bytes in 2 blocks are still reachable in loss record 34 of 73 ==29859== at 0x1B902A2F: realloc (vg_replace_malloc.c:197) ==29859== by 0x1B937DDB: _nc_doalloc (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B93A39D: really_get_space (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B93B1BD: tparm (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B925B66: _nc_mvcur_init (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B927627: newterm (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==29859== by 0x808109B: start_curses (main.c:476) ==29859== by 0x8081607: main (main.c:674) ==29859== ==29859== ==29859== 168 bytes in 1 blocks are still reachable in loss record 35 of 73 ==29859== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==29859== by 0x1B9394BF: setupterm (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B927347: newterm (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==29859== by 0x808109B: start_curses (main.c:476) ==29859== by 0x8081607: main (main.c:674) ==29859== ==29859== ==29859== 171 bytes in 11 blocks are still reachable in loss record 36 of 73 ==29859== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==29859== by 0x420F5A97: nss_getline (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420F5543: nss_parse_file (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420F4D4C: __nss_database_lookup (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420F6CA5: __nss_passwd_lookup (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420B43C0: getpwuid_r@@GLIBC_2.1.2 (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420B3D3A: getpwuid (in /lib/i686/libc-2.2.5.so) ==29859== by 0x8074554: mutt_init (init.c:2154) ==29859== by 0x8081622: main (main.c:677) ==29859== ==29859== ==29859== 224 bytes in 2 blocks are still reachable in loss record 37 of 73 ==29859== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==29859== by 0x4201FF29: __gconv_lookup_cache (in /lib/i686/libc-2.2.5.so) ==29859== by 0x42019588: __gconv_find_transform (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420A57D8: __wcsmbs_load_conv (in /lib/i686/libc-2.2.5.so) ==29859== by 0x4208746C: btowc (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420CC14F: byte_regex_compile (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420D0D6C: regcomp (in /lib/i686/libc-2.2.5.so) ==29859== by 0x8055952: add_pattern (color.c:536) ==29859== by 0x8056235: _mutt_parse_color (color.c:734) ==29859== by 0x8056468: mutt_parse_color (color.c:786) ==29859== ==29859== ==29859== 256 bytes in 3 blocks are still reachable in loss record 38 of 73 ==29859== at 0x1B902A2F: realloc (vg_replace_malloc.c:197) ==29859== by 0x420C9FDD: byte_regex_compile (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420D0D6C: regcomp (in /lib/i686/libc-2.2.5.so) ==29859== by 0x8055952: add_pattern (color.c:536) ==29859== by 0x8056235: _mutt_parse_color (color.c:734) ==29859== by 0x8056468: mutt_parse_color (color.c:786) ==29859== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==29859== by 0x8072F43: source_rc (init.c:1636) ==29859== by 0x807316D: parse_source (init.c:1686) ==29859== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==29859== ==29859== ==29859== 300 bytes in 25 blocks are still reachable in loss record 39 of 73 ==29859== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==29859== by 0x1B93222B: _nc_add_to_try (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B93809C: _nc_init_keytry (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B938E71: _nc_keypad (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B938BD7: keypad (in /usr/lib/libncurses.so.5.2) ==29859== by 0x80810DE: start_curses (main.c:486) ==29859== by 0x8081607: main (main.c:674) ==29859== ==29859== ==29859== 304 bytes in 19 blocks are still reachable in loss record 40 of 73 ==29859== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==29859== by 0x80A55B0: rfc822_parse_adrlist (rfc822.c:433) ==29859== by 0x8098510: mutt_parse_rfc822_line (parse.c:1202) ==29859== by 0x8098A54: mutt_read_rfc822_header (parse.c:1393) ==29859== by 0x80D5C10: imap_read_headers (message.c:274) ==29859== by 0x80D392A: imap_open_mailbox (imap.c:724) ==29859== by 0x808CC1F: mx_open_mailbox (mx.c:698) ==29859== by 0x808212C: main (main.c:931) ==29859== ==29859== ==29859== 304 bytes in 19 blocks are still reachable in loss record 41 of 73 ==29859== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==29859== by 0x80A5403: rfc822_parse_adrlist (rfc822.c:394) ==29859== by 0x8098510: mutt_parse_rfc822_line (parse.c:1202) ==29859== by 0x8098A54: mutt_read_rfc822_header (parse.c:1393) ==29859== by 0x80D5C10: imap_read_headers (message.c:274) ==29859== by 0x80D392A: imap_open_mailbox (imap.c:724) ==29859== by 0x808CC1F: mx_open_mailbox (mx.c:698) ==29859== by 0x808212C: main (main.c:931) ==29859== ==29859== ==29859== 360 bytes in 3 blocks are still reachable in loss record 42 of 73 ==29859== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==29859== by 0x1B927ADC: _nc_makenew (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B927832: newwin (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B929970: _nc_setupscreen (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B92745B: newterm (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==29859== by 0x808109B: start_curses (main.c:476) ==29859== by 0x8081607: main (main.c:674) ==29859== ==29859== ==29859== 380 bytes in 1 blocks are still reachable in loss record 43 of 73 ==29859== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==29859== by 0x4202190B: _nl_load_locale (in /lib/i686/libc-2.2.5.so) ==29859== by 0x4202162E: _nl_find_locale (in /lib/i686/libc-2.2.5.so) ==29859== by 0x42020B1B: setlocale (in /lib/i686/libc-2.2.5.so) ==29859== by 0x808120D: main (main.c:534) ==29859== ==29859== ==29859== 454 bytes in 12 blocks are still reachable in loss record 44 of 73 ==29859== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==29859== by 0x420F5624: nss_parse_service_list (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420F5ABB: nss_getline (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420F5543: nss_parse_file (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420F4D4C: __nss_database_lookup (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420F6CA5: __nss_passwd_lookup (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420B43C0: getpwuid_r@@GLIBC_2.1.2 (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420B3D3A: getpwuid (in /lib/i686/libc-2.2.5.so) ==29859== by 0x8074554: mutt_init (init.c:2154) ==29859== by 0x8081622: main (main.c:677) ==29859== ==29859== ==29859== 456 bytes in 38 blocks are still reachable in loss record 45 of 73 ==29859== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==29859== by 0x1B9321AB: _nc_add_to_try (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B93809C: _nc_init_keytry (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B938E71: _nc_keypad (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B938BD7: keypad (in /usr/lib/libncurses.so.5.2) ==29859== by 0x80810DE: start_curses (main.c:486) ==29859== by 0x8081607: main (main.c:674) ==29859== ==29859== ==29859== 496 bytes in 4 blocks are still reachable in loss record 46 of 73 ==29859== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==29859== by 0x1B8F06EB: _dl_check_map_versions_internal (in /lib/ld-2.2.5.so) ==29859== by 0x421126EF: dl_open_worker (in /lib/i686/libc-2.2.5.so) ==29859== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==29859== by 0x42112900: _dl_open (in /lib/i686/libc-2.2.5.so) ==29859== by 0x42113630: do_dlopen (in /lib/i686/libc-2.2.5.so) ==29859== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==29859== by 0x421134DB: __libc_dlopen (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420F52E6: __nss_lookup_function (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420F5BB5: __nss_lookup (in /lib/i686/libc-2.2.5.so) ==29859== ==29859== ==29859== 716 bytes in 1 blocks are still reachable in loss record 47 of 73 ==29859== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==29859== by 0x420AA595: __tzfile_read (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420A9453: tzset_internal (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420AA0D2: __tz_convert (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420A6107: gmtime (in /lib/i686/libc-2.2.5.so) ==29859== by 0x807B258: hdr_format_str (hdrline.c:400) ==29859== by 0x80BC1C1: mutt_FormatString (muttlib.c:1077) ==29859== by 0x807C5B4: _mutt_make_string (hdrline.c:717) ==29859== by 0x8063AB9: index_make_entry (curs_main.c:169) ==29859== by 0x80855AE: menu_make_entry (menu.c:154) ==29859== ==29859== ==29859== 800 bytes in 1 blocks are still reachable in loss record 48 of 73 ==29859== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==29859== by 0x1B9029B6: realloc (vg_replace_malloc.c:189) ==29859== by 0x42025D19: extend_alias_table (in /lib/i686/libc-2.2.5.so) ==29859== by 0x42025A91: read_alias_file (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420257C3: _nl_expand_alias (in /lib/i686/libc-2.2.5.so) ==29859== by 0x4202123B: _nl_find_locale (in /lib/i686/libc-2.2.5.so) ==29859== by 0x42020B1B: setlocale (in /lib/i686/libc-2.2.5.so) ==29859== by 0x808120D: main (main.c:534) ==29859== ==29859== ==29859== 864 bytes in 3 blocks are still reachable in loss record 49 of 73 ==29859== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==29859== by 0x1B927B00: _nc_makenew (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B927832: newwin (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B929970: _nc_setupscreen (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B92745B: newterm (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==29859== by 0x808109B: start_curses (main.c:476) ==29859== by 0x8081607: main (main.c:674) ==29859== ==29859== ==29859== 951 bytes in 1 blocks are still reachable in loss record 50 of 73 ==29859== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==29859== by 0x1B93E81C: read_termtype (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B93EF5C: _nc_read_file_entry (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B93EFDD: _nc_read_tic_entry (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B93F05E: _nc_read_terminfo_dirs (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B93F194: _nc_read_entry (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B939380: grab_entry (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B939517: setupterm (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B927347: newterm (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==29859== ==29859== ==29859== 1000 bytes in 1 blocks are still reachable in loss record 51 of 73 ==29859== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==29859== by 0x1B91E950: _nc_hash_map (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B91E16E: _nc_scroll_optimize (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B92D3B9: doupdate (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B9287FA: wrefresh (in /usr/lib/libncurses.so.5.2) ==29859== by 0x8061FDB: mutt_refresh (curs_lib.c:62) ==29859== by 0x8062A93: mutt_curses_message (curs_lib.c:339) ==29859== by 0x80CD6F5: raw_socket_open (mutt_socket.c:433) ==29859== by 0x80CCEF8: mutt_socket_open (mutt_socket.c:59) ==29859== by 0x80D2FE4: imap_open_connection (imap.c:413) ==29859== ==29859== ==29859== 1024 bytes in 1 blocks are still reachable in loss record 52 of 73 ==29859== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==29859== by 0x420FA077: getservbyname (in /lib/i686/libc-2.2.5.so) ==29859== by 0x80D7D83: imap_parse_path (util.c:84) ==29859== by 0x80D7CD9: imap_expand_path (util.c:57) ==29859== by 0x80BAB66: _mutt_expand_path (muttlib.c:482) ==29859== by 0x80BA4C9: mutt_expand_path (muttlib.c:326) ==29859== by 0x80544D8: mutt_parse_mailboxes (buffy.c:197) ==29859== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==29859== by 0x8072F43: source_rc (init.c:1636) ==29859== by 0x807316D: parse_source (init.c:1686) ==29859== ==29859== ==29859== 1024 bytes in 1 blocks are still reachable in loss record 53 of 73 ==29859== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==29859== by 0x420B3E07: getpwuid (in /lib/i686/libc-2.2.5.so) ==29859== by 0x8074554: mutt_init (init.c:2154) ==29859== by 0x8081622: main (main.c:677) ==29859== ==29859== ==29859== 1088 bytes in 12 blocks are still reachable in loss record 54 of 73 ==29859== at 0x1B902A2F: realloc (vg_replace_malloc.c:197) ==29859== by 0x420CB29D: byte_regex_compile (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420D0D6C: regcomp (in /lib/i686/libc-2.2.5.so) ==29859== by 0x80717D8: mutt_restore_default (init.c:1131) ==29859== by 0x8074AEC: mutt_init (init.c:2276) ==29859== by 0x8081622: main (main.c:677) ==29859== ==29859== ==29859== 1460 bytes in 1 blocks are still reachable in loss record 55 of 73 ==29859== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==29859== by 0x1B929749: _nc_setupscreen (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B92745B: newterm (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==29859== by 0x808109B: start_curses (main.c:476) ==29859== by 0x8081607: main (main.c:674) ==29859== ==29859== ==29859== 1536 bytes in 2 blocks are still reachable in loss record 56 of 73 ==29859== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==29859== by 0x80B8A3B: safe_realloc (lib.c:113) ==29859== by 0x80D1995: imap_cmd_step (command.c:112) ==29859== by 0x80D3009: imap_open_connection (imap.c:418) ==29859== by 0x80D2F73: imap_conn_find (imap.c:388) ==29859== by 0x80D3424: imap_open_mailbox (imap.c:564) ==29859== by 0x808CC1F: mx_open_mailbox (mx.c:698) ==29859== by 0x808212C: main (main.c:931) ==29859== ==29859== ==29859== 1656 bytes in 1 blocks are still reachable in loss record 57 of 73 ==29859== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==29859== by 0x1B93E9E7: read_termtype (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B93EF5C: _nc_read_file_entry (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B93EFDD: _nc_read_tic_entry (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B93F05E: _nc_read_terminfo_dirs (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B93F194: _nc_read_entry (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B939380: grab_entry (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B939517: setupterm (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B927347: newterm (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==29859== ==29859== ==29859== 1728 bytes in 27 blocks are still reachable in loss record 58 of 73 ==29859== at 0x1B902A2F: realloc (vg_replace_malloc.c:197) ==29859== by 0x420CA0BD: byte_regex_compile (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420D0D6C: regcomp (in /lib/i686/libc-2.2.5.so) ==29859== by 0x80991BC: eat_regexp (pattern.c:248) ==29859== by 0x809A411: mutt_pattern_comp (pattern.c:811) ==29859== by 0x8055889: add_pattern (color.c:527) ==29859== by 0x8056284: _mutt_parse_color (color.c:737) ==29859== by 0x8056468: mutt_parse_color (color.c:786) ==29859== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==29859== by 0x8072F43: source_rc (init.c:1636) ==29859== ==29859== ==29859== 2041 bytes in 2 blocks are still reachable in loss record 59 of 73 ==29859== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==29859== by 0x1B937E08: _nc_doalloc (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B91E150: _nc_scroll_optimize (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B92D3B9: doupdate (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B9287FA: wrefresh (in /usr/lib/libncurses.so.5.2) ==29859== by 0x8061FDB: mutt_refresh (curs_lib.c:62) ==29859== by 0x8062A93: mutt_curses_message (curs_lib.c:339) ==29859== by 0x80CD6F5: raw_socket_open (mutt_socket.c:433) ==29859== by 0x80CCEF8: mutt_socket_open (mutt_socket.c:59) ==29859== by 0x80D2FE4: imap_open_connection (imap.c:413) ==29859== ==29859== ==29859== 2048 bytes in 1 blocks are still reachable in loss record 60 of 73 ==29859== at 0x1B902A2F: realloc (vg_replace_malloc.c:197) ==29859== by 0x42025B1A: read_alias_file (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420257C3: _nl_expand_alias (in /lib/i686/libc-2.2.5.so) ==29859== by 0x4202123B: _nl_find_locale (in /lib/i686/libc-2.2.5.so) ==29859== by 0x42020B1B: setlocale (in /lib/i686/libc-2.2.5.so) ==29859== by 0x808120D: main (main.c:534) ==29859== ==29859== ==29859== 2064 bytes in 1 blocks are still reachable in loss record 61 of 73 ==29859== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==29859== by 0x1B93F22E: _nc_set_buffer (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B92977B: _nc_setupscreen (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B92745B: newterm (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==29859== by 0x808109B: start_curses (main.c:476) ==29859== by 0x8081607: main (main.c:674) ==29859== ==29859== ==29859== 2221 bytes in 4 blocks are still reachable in loss record 62 of 73 ==29859== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==29859== by 0x1B8EC98B: _dl_new_object (in /lib/ld-2.2.5.so) ==29859== by 0x1B8E89EE: _dl_map_object_from_fd (in /lib/ld-2.2.5.so) ==29859== by 0x1B8E9DB6: _dl_map_object_internal (in /lib/ld-2.2.5.so) ==29859== by 0x42112327: dl_open_worker (in /lib/i686/libc-2.2.5.so) ==29859== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==29859== by 0x42112900: _dl_open (in /lib/i686/libc-2.2.5.so) ==29859== by 0x42113630: do_dlopen (in /lib/i686/libc-2.2.5.so) ==29859== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==29859== by 0x421134DB: __libc_dlopen (in /lib/i686/libc-2.2.5.so) ==29859== ==29859== ==29859== 2912 bytes in 91 blocks are still reachable in loss record 63 of 73 ==29859== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==29859== by 0x420CD829: byte_regex_compile (in /lib/i686/libc-2.2.5.so) ==29859== by 0x420D0D6C: regcomp (in /lib/i686/libc-2.2.5.so) ==29859== by 0x80722E3: parse_set (init.c:1367) ==29859== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==29859== by 0x8072F43: source_rc (init.c:1636) ==29859== by 0x807316D: parse_source (init.c:1686) ==29859== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==29859== by 0x8072F43: source_rc (init.c:1636) ==29859== by 0x8074F8A: mutt_init (init.c:2364) ==29859== ==29859== ==29859== 4224 bytes in 2 blocks are still reachable in loss record 64 of 73 ==29859== at 0x1B902A2F: realloc (vg_replace_malloc.c:197) ==29859== by 0x1B9A3060: CRYPTO_realloc (in /lib/libcrypto.so.0.9.6b) ==29859== by 0x1B9DA664: expand (in /lib/libcrypto.so.0.9.6b) ==29859== by 0x1B9DA3F6: lh_insert (in /lib/libcrypto.so.0.9.6b) ==29859== by 0x1B9DC476: ERR_load_strings (in /lib/libcrypto.so.0.9.6b) ==29859== by 0x1B9C7548: ERR_load_DSO_strings (in /lib/libcrypto.so.0.9.6b) ==29859== by 0x1B9DD249: ERR_load_crypto_strings (in /lib/libcrypto.so.0.9.6b) ==29859== by 0x1B96C39A: SSL_load_error_strings (in /lib/libssl.so.0.9.6b) ==29859== by 0x80CDF06: ssl_init (mutt_ssl.c:183) ==29859== by 0x80CE062: ssl_socket_setup (mutt_ssl.c:234) ==29859== ==29859== ==29859== 8288 bytes in 518 blocks are still reachable in loss record 65 of 73 ==29859== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==29859== by 0x80A5118: add_addrspec (rfc822.c:323) ==29859== by 0x80A58CD: rfc822_parse_adrlist (rfc822.c:494) ==29859== by 0x8098C1F: mutt_parse_adrlist (parse.c:1451) ==29859== by 0x8070F78: parse_alias (init.c:885) ==29859== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==29859== by 0x8072F43: source_rc (init.c:1636) ==29859== by 0x807316D: parse_source (init.c:1686) ==29859== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==29859== by 0x8072F43: source_rc (init.c:1636) ==29859== ==29859== ==29859== 9152 bytes in 572 blocks are still reachable in loss record 66 of 73 ==29859== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==29859== by 0x80A5670: rfc822_parse_adrlist (rfc822.c:449) ==29859== by 0x8098C40: mutt_parse_adrlist (parse.c:1456) ==29859== by 0x8070F78: parse_alias (init.c:885) ==29859== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==29859== by 0x8072F43: source_rc (init.c:1636) ==29859== by 0x807316D: parse_source (init.c:1686) ==29859== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==29859== by 0x8072F43: source_rc (init.c:1636) ==29859== by 0x8074F8A: mutt_init (init.c:2364) ==29859== ==29859== ==29859== 14572 bytes in 426 blocks are still reachable in loss record 67 of 73 ==29859== at 0x1B902A2F: realloc (vg_replace_malloc.c:197) ==29859== by 0x80B8A2B: safe_realloc (lib.c:109) ==29859== by 0x80BE441: mutt_addrlist_to_idna (mutt_idna.c:167) ==29859== by 0x8070FA9: parse_alias (init.c:890) ==29859== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==29859== by 0x8072F43: source_rc (init.c:1636) ==29859== by 0x807316D: parse_source (init.c:1686) ==29859== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==29859== by 0x8072F43: source_rc (init.c:1636) ==29859== by 0x8074F8A: mutt_init (init.c:2364) ==29859== ==29859== ==29859== 19132 bytes in 1565 blocks are still reachable in loss record 68 of 73 ==29859== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==29859== by 0x1B9A2FDC: CRYPTO_malloc (in /lib/libcrypto.so.0.9.6b) ==29859== by 0x1B9C8CD6: ENGINE_new (in /lib/libcrypto.so.0.9.6b) ==29859== by 0x1B9CD678: ENGINE_ubsec (in /lib/libcrypto.so.0.9.6b) ==29859== by 0x1B9C87E8: engine_internal_check (in /lib/libcrypto.so.0.9.6b) ==29859== by 0x1B9C887F: ENGINE_get_first (in /lib/libcrypto.so.0.9.6b) ==29859== by 0x1B9C7C4A: engine_def_check (in /lib/libcrypto.so.0.9.6b) ==29859== by 0x1B9C810D: engine_get_default_type (in /lib/libcrypto.so.0.9.6b) ==29859== by 0x1B9C821C: ENGINE_get_default_RAND (in /lib/libcrypto.so.0.9.6b) ==29859== by 0x1B9DBB60: RAND_get_rand_method (in /lib/libcrypto.so.0.9.6b) ==29859== ==29859== ==29859== 23040 bytes in 72 blocks are still reachable in loss record 69 of 73 ==29859== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==29859== by 0x1B92787A: newwin (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B929970: _nc_setupscreen (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B92745B: newterm (in /usr/lib/libncurses.so.5.2) ==29859== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==29859== by 0x808109B: start_curses (main.c:476) ==29859== by 0x8081607: main (main.c:674) ==29859== ==29859== ==29859== 34048 bytes in 133 blocks are still reachable in loss record 70 of 73 ==29859== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==29859== by 0x420D0C2F: regcomp (in /lib/i686/libc-2.2.5.so) ==29859== by 0x80717D8: mutt_restore_default (init.c:1131) ==29859== by 0x8074AEC: mutt_init (init.c:2276) ==29859== by 0x8081622: main (main.c:677) ==29859== ==29859== ==29859== 35584 bytes in 139 blocks are still reachable in loss record 71 of 73 ==29859== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==29859== by 0x420D0C10: regcomp (in /lib/i686/libc-2.2.5.so) ==29859== by 0x80717D8: mutt_restore_default (init.c:1131) ==29859== by 0x8074AEC: mutt_init (init.c:2276) ==29859== by 0x8081622: main (main.c:677) ==29859== ==29859== ==29859== 103397 bytes in 5551 blocks are still reachable in loss record 72 of 73 ==29859== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==29859== by 0x80B8997: safe_malloc (lib.c:84) ==29859== by 0x807ECAB: allocKeys (keymap.c:100) ==29859== by 0x807EFFA: km_bind (keymap.c:200) ==29859== by 0x807F19B: km_bindkey (keymap.c:256) ==29859== by 0x807F8D8: create_bindings (keymap.c:482) ==29859== by 0x807FB73: km_init (keymap.c:552) ==29859== by 0x8081091: start_curses (main.c:465) ==29859== by 0x8081607: main (main.c:674) ==29859== ==29859== ==29859== 120720 bytes in 2938 blocks are still reachable in loss record 73 of 73 ==29859== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==29859== by 0x80B8935: safe_calloc (lib.c:69) ==29859== by 0x807EC8E: allocKeys (keymap.c:98) ==29859== by 0x807EFFA: km_bind (keymap.c:200) ==29859== by 0x807F19B: km_bindkey (keymap.c:256) ==29859== by 0x807F8D8: create_bindings (keymap.c:482) ==29859== by 0x807FB73: km_init (keymap.c:552) ==29859== by 0x8081091: start_curses (main.c:465) ==29859== by 0x8081607: main (main.c:674) ==29859== ==29859== LEAK SUMMARY: ==29859== definitely lost: 186 bytes in 17 blocks. ==29859== possibly lost: 0 bytes in 0 blocks. ==29859== still reachable: 403283 bytes in 12266 blocks. ==29859== suppressed: 0 bytes in 0 blocks. ==31954== ==31954== Conditional jump or move depends on uninitialised value(s) ==31954== at 0x420291F2: sigaction (in /lib/i686/libc-2.2.5.so) ==31954== by 0x80B1E3D: send_msg (sendlib.c:1927) ==31954== by 0x80B2395: mutt_invoke_sendmail (sendlib.c:2053) ==31954== by 0x80ABEE3: send_message (send.c:993) ==31954== by 0x80AD728: ci_send_message (send.c:1676) ==31954== by 0x806992E: mutt_index_menu (curs_main.c:1850) ==31954== by 0x8082148: main (main.c:934) ==31954== ==31954== Syscall param sigaction(act) contains uninitialised or unaddressable byte(s) ==31954== at 0x4202922D: sigaction (in /lib/i686/libc-2.2.5.so) ==31954== by 0x80B1E3D: send_msg (sendlib.c:1927) ==31954== by 0x80B2395: mutt_invoke_sendmail (sendlib.c:2053) ==31954== by 0x80ABEE3: send_message (send.c:993) ==31954== by 0x80AD728: ci_send_message (send.c:1676) ==31954== by 0x806992E: mutt_index_menu (curs_main.c:1850) ==31954== by 0x8082148: main (main.c:934) ==31954== Address 0x52BFCA90 is on thread 1's stack ==31954== ==31954== ERROR SUMMARY: 11 errors from 3 contexts (suppressed: 46 from 2) ==31954== malloc/free: in use at exit: 406250 bytes in 12430 blocks. ==31954== malloc/free: 71696 allocs, 59266 frees, 3822925 bytes allocated. ==31954== For counts of detected errors, rerun with: -v ==31954== searching for pointers to 12430 not-freed blocks. ==31954== checked 5001688 bytes. ==31954== ==31954== ==31954== 6 bytes in 1 blocks are still reachable in loss record 1 of 74 ==31954== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==31954== by 0x42080AA1: strndup (in /lib/i686/libc-2.2.5.so) ==31954== by 0x42021522: _nl_find_locale (in /lib/i686/libc-2.2.5.so) ==31954== by 0x42020B1B: setlocale (in /lib/i686/libc-2.2.5.so) ==31954== by 0x808120D: main (main.c:534) ==31954== ==31954== ==31954== 8 bytes in 1 blocks are still reachable in loss record 2 of 74 ==31954== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==31954== by 0x420F54C4: nss_parse_file (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420F4D4C: __nss_database_lookup (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420F6CA5: __nss_passwd_lookup (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420B43C0: getpwuid_r@@GLIBC_2.1.2 (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420B3D3A: getpwuid (in /lib/i686/libc-2.2.5.so) ==31954== by 0x8074554: mutt_init (init.c:2154) ==31954== by 0x8081622: main (main.c:677) ==31954== ==31954== ==31954== 12 bytes in 1 blocks are still reachable in loss record 3 of 74 ==31954== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==31954== by 0x1B8EE2CD: _dl_map_object_deps_internal (in /lib/ld-2.2.5.so) ==31954== by 0x421123CB: dl_open_worker (in /lib/i686/libc-2.2.5.so) ==31954== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==31954== by 0x42112900: _dl_open (in /lib/i686/libc-2.2.5.so) ==31954== by 0x42113630: do_dlopen (in /lib/i686/libc-2.2.5.so) ==31954== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==31954== by 0x421134DB: __libc_dlopen (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420F52E6: __nss_lookup_function (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420F5C70: __nss_next (in /lib/i686/libc-2.2.5.so) ==31954== ==31954== ==31954== 12 bytes in 1 blocks are still reachable in loss record 4 of 74 ==31954== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==31954== by 0x1B9321CC: _nc_add_to_try (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B93809C: _nc_init_keytry (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B938E71: _nc_keypad (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B938BD7: keypad (in /usr/lib/libncurses.so.5.2) ==31954== by 0x80810DE: start_curses (main.c:486) ==31954== by 0x8081607: main (main.c:674) ==31954== ==31954== ==31954== 21 bytes in 1 blocks are still reachable in loss record 5 of 74 ==31954== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==31954== by 0x1BA43F78: set_binding_values (../../gettext-runtime/intl/bindtextdom.c:225) ==31954== by 0x1BA4424D: libintl_bindtextdomain (../../gettext-runtime/intl/bindtextdom.c:346) ==31954== by 0x8081221: main (main.c:535) ==31954== ==31954== ==31954== 24 bytes in 2 blocks are still reachable in loss record 6 of 74 ==31954== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==31954== by 0x420F5B5B: nss_new_service (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420F543A: __nss_lookup_function (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420F5BB5: __nss_lookup (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420F6C7E: __nss_passwd_lookup (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420B43C0: getpwuid_r@@GLIBC_2.1.2 (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420B3D3A: getpwuid (in /lib/i686/libc-2.2.5.so) ==31954== by 0x8074554: mutt_init (init.c:2154) ==31954== by 0x8081622: main (main.c:677) ==31954== ==31954== ==31954== 24 bytes in 1 blocks are still reachable in loss record 7 of 74 ==31954== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==31954== by 0x421156EA: __register_frame (in /lib/i686/libc-2.2.5.so) ==31954== by 0x42017409: __libc_global_ctors (in /lib/i686/libc-2.2.5.so) ==31954== by 0x42017489: _init (in /lib/i686/libc-2.2.5.so) ==31954== by 0x1B8EF701: _dl_init_internal (in /lib/ld-2.2.5.so) ==31954== by 0x1B8E4B8C: (within /lib/ld-2.2.5.so) ==31954== ==31954== ==31954== 25 bytes in 2 blocks are still reachable in loss record 8 of 74 ==31954== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==31954== by 0x420A930B: __tzstring (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420AA9DF: __tzfile_read (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420A9453: tzset_internal (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420AA0D2: __tz_convert (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420A6107: gmtime (in /lib/i686/libc-2.2.5.so) ==31954== by 0x807B258: hdr_format_str (hdrline.c:400) ==31954== by 0x80BC1C1: mutt_FormatString (muttlib.c:1077) ==31954== by 0x807C5B4: _mutt_make_string (hdrline.c:717) ==31954== by 0x8063AB9: index_make_entry (curs_main.c:169) ==31954== ==31954== ==31954== 28 bytes in 1 blocks are still reachable in loss record 9 of 74 ==31954== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==31954== by 0x1B8E9EA0: _dl_map_object_internal (in /lib/ld-2.2.5.so) ==31954== by 0x42112327: dl_open_worker (in /lib/i686/libc-2.2.5.so) ==31954== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==31954== by 0x42112900: _dl_open (in /lib/i686/libc-2.2.5.so) ==31954== by 0x42113630: do_dlopen (in /lib/i686/libc-2.2.5.so) ==31954== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==31954== by 0x421134DB: __libc_dlopen (in /lib/i686/libc-2.2.5.so) ==31954== by 0x4202037B: __gconv_find_shlib (in /lib/i686/libc-2.2.5.so) ==31954== by 0x4201FD24: find_module (in /lib/i686/libc-2.2.5.so) ==31954== ==31954== ==31954== 28 bytes in 1 blocks are still reachable in loss record 10 of 74 ==31954== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==31954== by 0x1B93E89F: read_termtype (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B93EF5C: _nc_read_file_entry (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B93EFDD: _nc_read_tic_entry (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B93F05E: _nc_read_terminfo_dirs (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B93F194: _nc_read_entry (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B939380: grab_entry (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B939517: setupterm (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B927347: newterm (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==31954== ==31954== ==31954== 30 bytes in 1 blocks are still reachable in loss record 11 of 74 ==31954== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==31954== by 0x1B937FD3: _nc_home_terminfo (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B93F128: _nc_read_entry (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B939380: grab_entry (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B939517: setupterm (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B927347: newterm (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==31954== by 0x808109B: start_curses (main.c:476) ==31954== by 0x8081607: main (main.c:674) ==31954== ==31954== ==31954== 32 bytes in 2 blocks are still reachable in loss record 12 of 74 ==31954== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==31954== by 0x80A5F65: rfc822_cpy_adr_real (rfc822.c:747) ==31954== by 0x80A5FED: rfc822_cpy_adr (rfc822.c:771) ==31954== by 0x80A6067: rfc822_append (rfc822.c:788) ==31954== by 0x80ABA5A: mutt_set_followup_to (send.c:854) ==31954== by 0x80B2729: mutt_prepare_envelope (sendlib.c:2164) ==31954== by 0x80AD45A: ci_send_message (send.c:1563) ==31954== by 0x806992E: mutt_index_menu (curs_main.c:1850) ==31954== by 0x8082148: main (main.c:934) ==31954== ==31954== ==31954== 32 bytes in 4 blocks are still reachable in loss record 13 of 74 ==31954== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==31954== by 0x420F4F1A: __nss_lookup_function (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420F5BB5: __nss_lookup (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420F6C7E: __nss_passwd_lookup (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420B43C0: getpwuid_r@@GLIBC_2.1.2 (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420B3D3A: getpwuid (in /lib/i686/libc-2.2.5.so) ==31954== by 0x8074554: mutt_init (init.c:2154) ==31954== by 0x8081622: main (main.c:677) ==31954== ==31954== ==31954== 44 bytes in 1 blocks are still reachable in loss record 14 of 74 ==31954== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==31954== by 0x1B93E90B: read_termtype (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B93EF5C: _nc_read_file_entry (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B93EFDD: _nc_read_tic_entry (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B93F05E: _nc_read_terminfo_dirs (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B93F194: _nc_read_entry (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B939380: grab_entry (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B939517: setupterm (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B927347: newterm (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==31954== ==31954== ==31954== 48 bytes in 1 blocks are still reachable in loss record 15 of 74 ==31954== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==31954== by 0x1B920E34: start_color (in /usr/lib/libncurses.so.5.2) ==31954== by 0x8054F7A: ci_start_color (color.c:153) ==31954== by 0x80810C9: start_curses (main.c:485) ==31954== by 0x8081607: main (main.c:674) ==31954== ==31954== ==31954== 52 bytes in 1 blocks are still reachable in loss record 16 of 74 ==31954== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==31954== by 0x42020429: __gconv_find_shlib (in /lib/i686/libc-2.2.5.so) ==31954== by 0x4201FD24: find_module (in /lib/i686/libc-2.2.5.so) ==31954== by 0x4201FF9E: __gconv_lookup_cache (in /lib/i686/libc-2.2.5.so) ==31954== by 0x42019588: __gconv_find_transform (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420A57D8: __wcsmbs_load_conv (in /lib/i686/libc-2.2.5.so) ==31954== by 0x4208746C: btowc (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420CC14F: byte_regex_compile (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420D0D6C: regcomp (in /lib/i686/libc-2.2.5.so) ==31954== by 0x8055952: add_pattern (color.c:536) ==31954== ==31954== ==31954== 52 bytes in 2 blocks are still reachable in loss record 17 of 74 ==31954== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==31954== by 0x420261AF: _nl_make_l10nflist (in /lib/i686/libc-2.2.5.so) ==31954== by 0x42021674: _nl_find_locale (in /lib/i686/libc-2.2.5.so) ==31954== by 0x42020B1B: setlocale (in /lib/i686/libc-2.2.5.so) ==31954== by 0x808120D: main (main.c:534) ==31954== ==31954== ==31954== 59 bytes in 2 blocks are still reachable in loss record 18 of 74 ==31954== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==31954== by 0x42025FB6: _nl_make_l10nflist (in /lib/i686/libc-2.2.5.so) ==31954== by 0x42021674: _nl_find_locale (in /lib/i686/libc-2.2.5.so) ==31954== by 0x42020B1B: setlocale (in /lib/i686/libc-2.2.5.so) ==31954== by 0x808120D: main (main.c:534) ==31954== ==31954== ==31954== 64 bytes in 3 blocks are still reachable in loss record 19 of 74 ==31954== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==31954== by 0x1B8EA077: _dl_map_object_internal (in /lib/ld-2.2.5.so) ==31954== by 0x42112327: dl_open_worker (in /lib/i686/libc-2.2.5.so) ==31954== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==31954== by 0x42112900: _dl_open (in /lib/i686/libc-2.2.5.so) ==31954== by 0x42113630: do_dlopen (in /lib/i686/libc-2.2.5.so) ==31954== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==31954== by 0x421134DB: __libc_dlopen (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420F52E6: __nss_lookup_function (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420F5BB5: __nss_lookup (in /lib/i686/libc-2.2.5.so) ==31954== ==31954== ==31954== 78 bytes in 1 blocks are still reachable in loss record 20 of 74 ==31954== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==31954== by 0x1B93E982: read_termtype (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B93EF5C: _nc_read_file_entry (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B93EFDD: _nc_read_tic_entry (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B93F05E: _nc_read_terminfo_dirs (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B93F194: _nc_read_entry (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B939380: grab_entry (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B939517: setupterm (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B927347: newterm (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==31954== ==31954== ==31954== 80 bytes in 5 blocks are still reachable in loss record 21 of 74 ==31954== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==31954== by 0x420E5C7C: tsearch (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420F4EDC: __nss_lookup_function (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420F5BB5: __nss_lookup (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420F6C7E: __nss_passwd_lookup (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420B43C0: getpwuid_r@@GLIBC_2.1.2 (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420B3D3A: getpwuid (in /lib/i686/libc-2.2.5.so) ==31954== by 0x8074554: mutt_init (init.c:2154) ==31954== by 0x8081622: main (main.c:677) ==31954== ==31954== ==31954== 84 bytes in 3 blocks are still reachable in loss record 22 of 74 ==31954== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==31954== by 0x1BC80C29: __res_nsend (in /lib/libresolv-2.2.5.so) ==31954== by 0x1BC7FB41: __res_nquery (in /lib/libresolv-2.2.5.so) ==31954== by 0x1BC800DA: __res_nquerydomain (in /lib/libresolv-2.2.5.so) ==31954== by 0x1BC7FF06: __res_nsearch (in /lib/libresolv-2.2.5.so) ==31954== by 0x1BC75061: _nss_dns_gethostbyname2_r (in /lib/libnss_dns-2.2.5.so) ==31954== by 0x420F8335: gethostbyname2_r@@GLIBC_2.1.2 (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420D35CD: gaih_inet (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420D3D8A: getaddrinfo (in /lib/i686/libc-2.2.5.so) ==31954== by 0x80CD715: raw_socket_open (mutt_socket.c:436) ==31954== ==31954== ==31954== 84 bytes in 3 blocks are definitely lost in loss record 23 of 74 ==31954== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==31954== by 0x1BC80C29: __res_nsend (in /lib/libresolv-2.2.5.so) ==31954== by 0x1BC7FB41: __res_nquery (in /lib/libresolv-2.2.5.so) ==31954== by 0x1BC800DA: __res_nquerydomain (in /lib/libresolv-2.2.5.so) ==31954== by 0x1BC7FF06: __res_nsearch (in /lib/libresolv-2.2.5.so) ==31954== by 0x1BC75061: _nss_dns_gethostbyname2_r (in /lib/libnss_dns-2.2.5.so) ==31954== by 0x420F8335: gethostbyname2_r@@GLIBC_2.1.2 (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420D370D: gaih_inet (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420D3D8A: getaddrinfo (in /lib/i686/libc-2.2.5.so) ==31954== by 0x80CD715: raw_socket_open (mutt_socket.c:436) ==31954== ==31954== ==31954== 88 bytes in 6 blocks are still reachable in loss record 24 of 74 ==31954== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==31954== by 0x42080A3B: strdup (in /lib/i686/libc-2.2.5.so) ==31954== by 0x1BA440F6: set_binding_values (../../gettext-runtime/intl/bindtextdom.c:248) ==31954== by 0x1BA4424D: libintl_bindtextdomain (../../gettext-runtime/intl/bindtextdom.c:346) ==31954== by 0x8081221: main (main.c:535) ==31954== ==31954== ==31954== 92 bytes in 3 blocks are still reachable in loss record 25 of 74 ==31954== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==31954== by 0x1B8EE37D: _dl_map_object_deps_internal (in /lib/ld-2.2.5.so) ==31954== by 0x421123CB: dl_open_worker (in /lib/i686/libc-2.2.5.so) ==31954== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==31954== by 0x42112900: _dl_open (in /lib/i686/libc-2.2.5.so) ==31954== by 0x42113630: do_dlopen (in /lib/i686/libc-2.2.5.so) ==31954== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==31954== by 0x421134DB: __libc_dlopen (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420F52E6: __nss_lookup_function (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420F5BB5: __nss_lookup (in /lib/i686/libc-2.2.5.so) ==31954== ==31954== ==31954== 92 bytes in 4 blocks are still reachable in loss record 26 of 74 ==31954== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==31954== by 0x1B8ECBAB: _dl_new_object (in /lib/ld-2.2.5.so) ==31954== by 0x1B8E89EE: _dl_map_object_from_fd (in /lib/ld-2.2.5.so) ==31954== by 0x1B8E9DB6: _dl_map_object_internal (in /lib/ld-2.2.5.so) ==31954== by 0x42112327: dl_open_worker (in /lib/i686/libc-2.2.5.so) ==31954== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==31954== by 0x42112900: _dl_open (in /lib/i686/libc-2.2.5.so) ==31954== by 0x42113630: do_dlopen (in /lib/i686/libc-2.2.5.so) ==31954== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==31954== by 0x421134DB: __libc_dlopen (in /lib/i686/libc-2.2.5.so) ==31954== ==31954== ==31954== 96 bytes in 1 blocks are still reachable in loss record 27 of 74 ==31954== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==31954== by 0x1B91EAA6: _nc_hash_map (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B91E16E: _nc_scroll_optimize (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B92D3B9: doupdate (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B9287FA: wrefresh (in /usr/lib/libncurses.so.5.2) ==31954== by 0x8061FDB: mutt_refresh (curs_lib.c:62) ==31954== by 0x8062A93: mutt_curses_message (curs_lib.c:339) ==31954== by 0x80CD6F5: raw_socket_open (mutt_socket.c:433) ==31954== by 0x80CCEF8: mutt_socket_open (mutt_socket.c:59) ==31954== by 0x80D2FE4: imap_open_connection (imap.c:413) ==31954== ==31954== ==31954== 96 bytes in 1 blocks are still reachable in loss record 28 of 74 ==31954== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==31954== by 0x1B91EA7D: _nc_hash_map (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B91E16E: _nc_scroll_optimize (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B92D3B9: doupdate (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B9287FA: wrefresh (in /usr/lib/libncurses.so.5.2) ==31954== by 0x8061FDB: mutt_refresh (curs_lib.c:62) ==31954== by 0x8062A93: mutt_curses_message (curs_lib.c:339) ==31954== by 0x80CD6F5: raw_socket_open (mutt_socket.c:433) ==31954== by 0x80CCEF8: mutt_socket_open (mutt_socket.c:59) ==31954== by 0x80D2FE4: imap_open_connection (imap.c:413) ==31954== ==31954== ==31954== 128 bytes in 2 blocks are still reachable in loss record 29 of 74 ==31954== at 0x1B902A2F: realloc (vg_replace_malloc.c:197) ==31954== by 0x420CA4BD: byte_regex_compile (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420D0D6C: regcomp (in /lib/i686/libc-2.2.5.so) ==31954== by 0x80BCBDE: mutt_compile_regexp (muttlib.c:1435) ==31954== by 0x806FEB7: add_to_rx_list (init.c:335) ==31954== by 0x8070B9F: parse_subscribe (init.c:766) ==31954== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==31954== by 0x8072F43: source_rc (init.c:1636) ==31954== by 0x807316D: parse_source (init.c:1686) ==31954== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==31954== ==31954== ==31954== 128 bytes in 2 blocks are still reachable in loss record 30 of 74 ==31954== at 0x1B902A2F: realloc (vg_replace_malloc.c:197) ==31954== by 0x420CA77F: byte_regex_compile (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420D0D6C: regcomp (in /lib/i686/libc-2.2.5.so) ==31954== by 0x80BCBDE: mutt_compile_regexp (muttlib.c:1435) ==31954== by 0x806FEB7: add_to_rx_list (init.c:335) ==31954== by 0x8070B9F: parse_subscribe (init.c:766) ==31954== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==31954== by 0x8072F43: source_rc (init.c:1636) ==31954== by 0x807316D: parse_source (init.c:1686) ==31954== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==31954== ==31954== ==31954== 128 bytes in 2 blocks are still reachable in loss record 31 of 74 ==31954== at 0x1B902A2F: realloc (vg_replace_malloc.c:197) ==31954== by 0x420CA39D: byte_regex_compile (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420D0D6C: regcomp (in /lib/i686/libc-2.2.5.so) ==31954== by 0x80BCBDE: mutt_compile_regexp (muttlib.c:1435) ==31954== by 0x806FEB7: add_to_rx_list (init.c:335) ==31954== by 0x8070B9F: parse_subscribe (init.c:766) ==31954== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==31954== by 0x8072F43: source_rc (init.c:1636) ==31954== by 0x807316D: parse_source (init.c:1686) ==31954== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==31954== ==31954== ==31954== 128 bytes in 1 blocks are still reachable in loss record 32 of 74 ==31954== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==31954== by 0x1B920DA8: start_color (in /usr/lib/libncurses.so.5.2) ==31954== by 0x8054F7A: ci_start_color (color.c:153) ==31954== by 0x80810C9: start_curses (main.c:485) ==31954== by 0x8081607: main (main.c:674) ==31954== ==31954== ==31954== 165 bytes in 1 blocks are still reachable in loss record 33 of 74 ==31954== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==31954== by 0x420209BF: setlocale (in /lib/i686/libc-2.2.5.so) ==31954== by 0x8081241: main (main.c:539) ==31954== ==31954== ==31954== 168 bytes in 2 blocks are still reachable in loss record 34 of 74 ==31954== at 0x1B902A2F: realloc (vg_replace_malloc.c:197) ==31954== by 0x1B937DDB: _nc_doalloc (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B93A39D: really_get_space (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B93B1BD: tparm (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B925B66: _nc_mvcur_init (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B927627: newterm (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==31954== by 0x808109B: start_curses (main.c:476) ==31954== by 0x8081607: main (main.c:674) ==31954== ==31954== ==31954== 168 bytes in 1 blocks are still reachable in loss record 35 of 74 ==31954== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==31954== by 0x1B9394BF: setupterm (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B927347: newterm (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==31954== by 0x808109B: start_curses (main.c:476) ==31954== by 0x8081607: main (main.c:674) ==31954== ==31954== ==31954== 171 bytes in 11 blocks are still reachable in loss record 36 of 74 ==31954== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==31954== by 0x420F5A97: nss_getline (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420F5543: nss_parse_file (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420F4D4C: __nss_database_lookup (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420F6CA5: __nss_passwd_lookup (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420B43C0: getpwuid_r@@GLIBC_2.1.2 (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420B3D3A: getpwuid (in /lib/i686/libc-2.2.5.so) ==31954== by 0x8074554: mutt_init (init.c:2154) ==31954== by 0x8081622: main (main.c:677) ==31954== ==31954== ==31954== 224 bytes in 2 blocks are still reachable in loss record 37 of 74 ==31954== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==31954== by 0x4201FF29: __gconv_lookup_cache (in /lib/i686/libc-2.2.5.so) ==31954== by 0x42019588: __gconv_find_transform (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420A57D8: __wcsmbs_load_conv (in /lib/i686/libc-2.2.5.so) ==31954== by 0x4208746C: btowc (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420CC14F: byte_regex_compile (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420D0D6C: regcomp (in /lib/i686/libc-2.2.5.so) ==31954== by 0x8055952: add_pattern (color.c:536) ==31954== by 0x8056235: _mutt_parse_color (color.c:734) ==31954== by 0x8056468: mutt_parse_color (color.c:786) ==31954== ==31954== ==31954== 256 bytes in 3 blocks are still reachable in loss record 38 of 74 ==31954== at 0x1B902A2F: realloc (vg_replace_malloc.c:197) ==31954== by 0x420C9FDD: byte_regex_compile (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420D0D6C: regcomp (in /lib/i686/libc-2.2.5.so) ==31954== by 0x8055952: add_pattern (color.c:536) ==31954== by 0x8056235: _mutt_parse_color (color.c:734) ==31954== by 0x8056468: mutt_parse_color (color.c:786) ==31954== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==31954== by 0x8072F43: source_rc (init.c:1636) ==31954== by 0x807316D: parse_source (init.c:1686) ==31954== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==31954== ==31954== ==31954== 300 bytes in 25 blocks are still reachable in loss record 39 of 74 ==31954== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==31954== by 0x1B93222B: _nc_add_to_try (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B93809C: _nc_init_keytry (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B938E71: _nc_keypad (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B938BD7: keypad (in /usr/lib/libncurses.so.5.2) ==31954== by 0x80810DE: start_curses (main.c:486) ==31954== by 0x8081607: main (main.c:674) ==31954== ==31954== ==31954== 304 bytes in 19 blocks are still reachable in loss record 40 of 74 ==31954== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==31954== by 0x80A55B0: rfc822_parse_adrlist (rfc822.c:433) ==31954== by 0x8098510: mutt_parse_rfc822_line (parse.c:1202) ==31954== by 0x8098A54: mutt_read_rfc822_header (parse.c:1393) ==31954== by 0x80D5C10: imap_read_headers (message.c:274) ==31954== by 0x80D392A: imap_open_mailbox (imap.c:724) ==31954== by 0x808CC1F: mx_open_mailbox (mx.c:698) ==31954== by 0x808212C: main (main.c:931) ==31954== ==31954== ==31954== 304 bytes in 19 blocks are still reachable in loss record 41 of 74 ==31954== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==31954== by 0x80A5403: rfc822_parse_adrlist (rfc822.c:394) ==31954== by 0x8098510: mutt_parse_rfc822_line (parse.c:1202) ==31954== by 0x8098A54: mutt_read_rfc822_header (parse.c:1393) ==31954== by 0x80D5C10: imap_read_headers (message.c:274) ==31954== by 0x80D392A: imap_open_mailbox (imap.c:724) ==31954== by 0x808CC1F: mx_open_mailbox (mx.c:698) ==31954== by 0x808212C: main (main.c:931) ==31954== ==31954== ==31954== 360 bytes in 3 blocks are still reachable in loss record 42 of 74 ==31954== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==31954== by 0x1B927ADC: _nc_makenew (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B927832: newwin (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B929970: _nc_setupscreen (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B92745B: newterm (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==31954== by 0x808109B: start_curses (main.c:476) ==31954== by 0x8081607: main (main.c:674) ==31954== ==31954== ==31954== 366 bytes in 55 blocks are definitely lost in loss record 43 of 74 ==31954== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==31954== by 0x80B8997: safe_malloc (lib.c:84) ==31954== by 0x80B8B12: safe_strdup (lib.c:155) ==31954== by 0x80D8A50: imap_munge_mbox_name (util.c:496) ==31954== by 0x80D4AF4: imap_mailbox_check (imap.c:1231) ==31954== by 0x80549B0: mutt_buffy_check (buffy.c:404) ==31954== by 0x80647E7: mutt_index_menu (curs_main.c:524) ==31954== by 0x8082148: main (main.c:934) ==31954== ==31954== ==31954== 380 bytes in 1 blocks are still reachable in loss record 44 of 74 ==31954== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==31954== by 0x4202190B: _nl_load_locale (in /lib/i686/libc-2.2.5.so) ==31954== by 0x4202162E: _nl_find_locale (in /lib/i686/libc-2.2.5.so) ==31954== by 0x42020B1B: setlocale (in /lib/i686/libc-2.2.5.so) ==31954== by 0x808120D: main (main.c:534) ==31954== ==31954== ==31954== 454 bytes in 12 blocks are still reachable in loss record 45 of 74 ==31954== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==31954== by 0x420F5624: nss_parse_service_list (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420F5ABB: nss_getline (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420F5543: nss_parse_file (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420F4D4C: __nss_database_lookup (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420F6CA5: __nss_passwd_lookup (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420B43C0: getpwuid_r@@GLIBC_2.1.2 (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420B3D3A: getpwuid (in /lib/i686/libc-2.2.5.so) ==31954== by 0x8074554: mutt_init (init.c:2154) ==31954== by 0x8081622: main (main.c:677) ==31954== ==31954== ==31954== 456 bytes in 38 blocks are still reachable in loss record 46 of 74 ==31954== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==31954== by 0x1B9321AB: _nc_add_to_try (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B93809C: _nc_init_keytry (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B938E71: _nc_keypad (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B938BD7: keypad (in /usr/lib/libncurses.so.5.2) ==31954== by 0x80810DE: start_curses (main.c:486) ==31954== by 0x8081607: main (main.c:674) ==31954== ==31954== ==31954== 496 bytes in 4 blocks are still reachable in loss record 47 of 74 ==31954== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==31954== by 0x1B8F06EB: _dl_check_map_versions_internal (in /lib/ld-2.2.5.so) ==31954== by 0x421126EF: dl_open_worker (in /lib/i686/libc-2.2.5.so) ==31954== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==31954== by 0x42112900: _dl_open (in /lib/i686/libc-2.2.5.so) ==31954== by 0x42113630: do_dlopen (in /lib/i686/libc-2.2.5.so) ==31954== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==31954== by 0x421134DB: __libc_dlopen (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420F52E6: __nss_lookup_function (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420F5BB5: __nss_lookup (in /lib/i686/libc-2.2.5.so) ==31954== ==31954== ==31954== 716 bytes in 1 blocks are still reachable in loss record 48 of 74 ==31954== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==31954== by 0x420AA595: __tzfile_read (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420A9453: tzset_internal (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420AA0D2: __tz_convert (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420A6107: gmtime (in /lib/i686/libc-2.2.5.so) ==31954== by 0x807B258: hdr_format_str (hdrline.c:400) ==31954== by 0x80BC1C1: mutt_FormatString (muttlib.c:1077) ==31954== by 0x807C5B4: _mutt_make_string (hdrline.c:717) ==31954== by 0x8063AB9: index_make_entry (curs_main.c:169) ==31954== by 0x80855AE: menu_make_entry (menu.c:154) ==31954== ==31954== ==31954== 800 bytes in 1 blocks are still reachable in loss record 49 of 74 ==31954== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==31954== by 0x1B9029B6: realloc (vg_replace_malloc.c:189) ==31954== by 0x42025D19: extend_alias_table (in /lib/i686/libc-2.2.5.so) ==31954== by 0x42025A91: read_alias_file (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420257C3: _nl_expand_alias (in /lib/i686/libc-2.2.5.so) ==31954== by 0x4202123B: _nl_find_locale (in /lib/i686/libc-2.2.5.so) ==31954== by 0x42020B1B: setlocale (in /lib/i686/libc-2.2.5.so) ==31954== by 0x808120D: main (main.c:534) ==31954== ==31954== ==31954== 864 bytes in 3 blocks are still reachable in loss record 50 of 74 ==31954== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==31954== by 0x1B927B00: _nc_makenew (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B927832: newwin (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B929970: _nc_setupscreen (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B92745B: newterm (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==31954== by 0x808109B: start_curses (main.c:476) ==31954== by 0x8081607: main (main.c:674) ==31954== ==31954== ==31954== 951 bytes in 1 blocks are still reachable in loss record 51 of 74 ==31954== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==31954== by 0x1B93E81C: read_termtype (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B93EF5C: _nc_read_file_entry (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B93EFDD: _nc_read_tic_entry (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B93F05E: _nc_read_terminfo_dirs (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B93F194: _nc_read_entry (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B939380: grab_entry (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B939517: setupterm (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B927347: newterm (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==31954== ==31954== ==31954== 1000 bytes in 1 blocks are still reachable in loss record 52 of 74 ==31954== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==31954== by 0x1B91E950: _nc_hash_map (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B91E16E: _nc_scroll_optimize (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B92D3B9: doupdate (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B9287FA: wrefresh (in /usr/lib/libncurses.so.5.2) ==31954== by 0x8061FDB: mutt_refresh (curs_lib.c:62) ==31954== by 0x8062A93: mutt_curses_message (curs_lib.c:339) ==31954== by 0x80CD6F5: raw_socket_open (mutt_socket.c:433) ==31954== by 0x80CCEF8: mutt_socket_open (mutt_socket.c:59) ==31954== by 0x80D2FE4: imap_open_connection (imap.c:413) ==31954== ==31954== ==31954== 1024 bytes in 1 blocks are still reachable in loss record 53 of 74 ==31954== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==31954== by 0x420FA077: getservbyname (in /lib/i686/libc-2.2.5.so) ==31954== by 0x80D7D83: imap_parse_path (util.c:84) ==31954== by 0x80D7CD9: imap_expand_path (util.c:57) ==31954== by 0x80BAB66: _mutt_expand_path (muttlib.c:482) ==31954== by 0x80BA4C9: mutt_expand_path (muttlib.c:326) ==31954== by 0x80544D8: mutt_parse_mailboxes (buffy.c:197) ==31954== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==31954== by 0x8072F43: source_rc (init.c:1636) ==31954== by 0x807316D: parse_source (init.c:1686) ==31954== ==31954== ==31954== 1024 bytes in 1 blocks are still reachable in loss record 54 of 74 ==31954== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==31954== by 0x420B3E07: getpwuid (in /lib/i686/libc-2.2.5.so) ==31954== by 0x8074554: mutt_init (init.c:2154) ==31954== by 0x8081622: main (main.c:677) ==31954== ==31954== ==31954== 1088 bytes in 12 blocks are still reachable in loss record 55 of 74 ==31954== at 0x1B902A2F: realloc (vg_replace_malloc.c:197) ==31954== by 0x420CB29D: byte_regex_compile (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420D0D6C: regcomp (in /lib/i686/libc-2.2.5.so) ==31954== by 0x80717D8: mutt_restore_default (init.c:1131) ==31954== by 0x8074AEC: mutt_init (init.c:2276) ==31954== by 0x8081622: main (main.c:677) ==31954== ==31954== ==31954== 1460 bytes in 1 blocks are still reachable in loss record 56 of 74 ==31954== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==31954== by 0x1B929749: _nc_setupscreen (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B92745B: newterm (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==31954== by 0x808109B: start_curses (main.c:476) ==31954== by 0x8081607: main (main.c:674) ==31954== ==31954== ==31954== 1536 bytes in 2 blocks are still reachable in loss record 57 of 74 ==31954== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==31954== by 0x80B8A3B: safe_realloc (lib.c:113) ==31954== by 0x80D1995: imap_cmd_step (command.c:112) ==31954== by 0x80D3009: imap_open_connection (imap.c:418) ==31954== by 0x80D2F73: imap_conn_find (imap.c:388) ==31954== by 0x80D3424: imap_open_mailbox (imap.c:564) ==31954== by 0x808CC1F: mx_open_mailbox (mx.c:698) ==31954== by 0x808212C: main (main.c:931) ==31954== ==31954== ==31954== 1656 bytes in 1 blocks are still reachable in loss record 58 of 74 ==31954== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==31954== by 0x1B93E9E7: read_termtype (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B93EF5C: _nc_read_file_entry (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B93EFDD: _nc_read_tic_entry (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B93F05E: _nc_read_terminfo_dirs (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B93F194: _nc_read_entry (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B939380: grab_entry (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B939517: setupterm (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B927347: newterm (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==31954== ==31954== ==31954== 1728 bytes in 27 blocks are still reachable in loss record 59 of 74 ==31954== at 0x1B902A2F: realloc (vg_replace_malloc.c:197) ==31954== by 0x420CA0BD: byte_regex_compile (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420D0D6C: regcomp (in /lib/i686/libc-2.2.5.so) ==31954== by 0x80991BC: eat_regexp (pattern.c:248) ==31954== by 0x809A411: mutt_pattern_comp (pattern.c:811) ==31954== by 0x8055889: add_pattern (color.c:527) ==31954== by 0x8056284: _mutt_parse_color (color.c:737) ==31954== by 0x8056468: mutt_parse_color (color.c:786) ==31954== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==31954== by 0x8072F43: source_rc (init.c:1636) ==31954== ==31954== ==31954== 2041 bytes in 2 blocks are still reachable in loss record 60 of 74 ==31954== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==31954== by 0x1B937E08: _nc_doalloc (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B91E150: _nc_scroll_optimize (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B92D3B9: doupdate (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B9287FA: wrefresh (in /usr/lib/libncurses.so.5.2) ==31954== by 0x8061FDB: mutt_refresh (curs_lib.c:62) ==31954== by 0x8062A93: mutt_curses_message (curs_lib.c:339) ==31954== by 0x80CD6F5: raw_socket_open (mutt_socket.c:433) ==31954== by 0x80CCEF8: mutt_socket_open (mutt_socket.c:59) ==31954== by 0x80D2FE4: imap_open_connection (imap.c:413) ==31954== ==31954== ==31954== 2048 bytes in 1 blocks are still reachable in loss record 61 of 74 ==31954== at 0x1B902A2F: realloc (vg_replace_malloc.c:197) ==31954== by 0x42025B1A: read_alias_file (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420257C3: _nl_expand_alias (in /lib/i686/libc-2.2.5.so) ==31954== by 0x4202123B: _nl_find_locale (in /lib/i686/libc-2.2.5.so) ==31954== by 0x42020B1B: setlocale (in /lib/i686/libc-2.2.5.so) ==31954== by 0x808120D: main (main.c:534) ==31954== ==31954== ==31954== 2064 bytes in 1 blocks are still reachable in loss record 62 of 74 ==31954== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==31954== by 0x1B93F22E: _nc_set_buffer (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B92977B: _nc_setupscreen (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B92745B: newterm (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==31954== by 0x808109B: start_curses (main.c:476) ==31954== by 0x8081607: main (main.c:674) ==31954== ==31954== ==31954== 2221 bytes in 4 blocks are still reachable in loss record 63 of 74 ==31954== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==31954== by 0x1B8EC98B: _dl_new_object (in /lib/ld-2.2.5.so) ==31954== by 0x1B8E89EE: _dl_map_object_from_fd (in /lib/ld-2.2.5.so) ==31954== by 0x1B8E9DB6: _dl_map_object_internal (in /lib/ld-2.2.5.so) ==31954== by 0x42112327: dl_open_worker (in /lib/i686/libc-2.2.5.so) ==31954== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==31954== by 0x42112900: _dl_open (in /lib/i686/libc-2.2.5.so) ==31954== by 0x42113630: do_dlopen (in /lib/i686/libc-2.2.5.so) ==31954== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==31954== by 0x421134DB: __libc_dlopen (in /lib/i686/libc-2.2.5.so) ==31954== ==31954== ==31954== 2912 bytes in 91 blocks are still reachable in loss record 64 of 74 ==31954== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==31954== by 0x420CD829: byte_regex_compile (in /lib/i686/libc-2.2.5.so) ==31954== by 0x420D0D6C: regcomp (in /lib/i686/libc-2.2.5.so) ==31954== by 0x80722E3: parse_set (init.c:1367) ==31954== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==31954== by 0x8072F43: source_rc (init.c:1636) ==31954== by 0x807316D: parse_source (init.c:1686) ==31954== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==31954== by 0x8072F43: source_rc (init.c:1636) ==31954== by 0x8074F8A: mutt_init (init.c:2364) ==31954== ==31954== ==31954== 4224 bytes in 2 blocks are still reachable in loss record 65 of 74 ==31954== at 0x1B902A2F: realloc (vg_replace_malloc.c:197) ==31954== by 0x1B9A3060: CRYPTO_realloc (in /lib/libcrypto.so.0.9.6b) ==31954== by 0x1B9DA664: expand (in /lib/libcrypto.so.0.9.6b) ==31954== by 0x1B9DA3F6: lh_insert (in /lib/libcrypto.so.0.9.6b) ==31954== by 0x1B9DC476: ERR_load_strings (in /lib/libcrypto.so.0.9.6b) ==31954== by 0x1B9C7548: ERR_load_DSO_strings (in /lib/libcrypto.so.0.9.6b) ==31954== by 0x1B9DD249: ERR_load_crypto_strings (in /lib/libcrypto.so.0.9.6b) ==31954== by 0x1B96C39A: SSL_load_error_strings (in /lib/libssl.so.0.9.6b) ==31954== by 0x80CDF06: ssl_init (mutt_ssl.c:183) ==31954== by 0x80CE062: ssl_socket_setup (mutt_ssl.c:234) ==31954== ==31954== ==31954== 8304 bytes in 519 blocks are still reachable in loss record 66 of 74 ==31954== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==31954== by 0x80A5118: add_addrspec (rfc822.c:323) ==31954== by 0x80A58CD: rfc822_parse_adrlist (rfc822.c:494) ==31954== by 0x8098C1F: mutt_parse_adrlist (parse.c:1451) ==31954== by 0x8070F78: parse_alias (init.c:885) ==31954== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==31954== by 0x8072F43: source_rc (init.c:1636) ==31954== by 0x807316D: parse_source (init.c:1686) ==31954== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==31954== by 0x8072F43: source_rc (init.c:1636) ==31954== ==31954== ==31954== 9248 bytes in 578 blocks are still reachable in loss record 67 of 74 ==31954== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==31954== by 0x80A5670: rfc822_parse_adrlist (rfc822.c:449) ==31954== by 0x8098C40: mutt_parse_adrlist (parse.c:1456) ==31954== by 0x8070F78: parse_alias (init.c:885) ==31954== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==31954== by 0x8072F43: source_rc (init.c:1636) ==31954== by 0x807316D: parse_source (init.c:1686) ==31954== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==31954== by 0x8072F43: source_rc (init.c:1636) ==31954== by 0x8074F8A: mutt_init (init.c:2364) ==31954== ==31954== ==31954== 17467 bytes in 428 blocks are still reachable in loss record 68 of 74 ==31954== at 0x1B902A2F: realloc (vg_replace_malloc.c:197) ==31954== by 0x80B8A2B: safe_realloc (lib.c:109) ==31954== by 0x80BE441: mutt_addrlist_to_idna (mutt_idna.c:167) ==31954== by 0x8070FA9: parse_alias (init.c:890) ==31954== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==31954== by 0x8072F43: source_rc (init.c:1636) ==31954== by 0x807316D: parse_source (init.c:1686) ==31954== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==31954== by 0x8072F43: source_rc (init.c:1636) ==31954== by 0x8074F8A: mutt_init (init.c:2364) ==31954== ==31954== ==31954== 19132 bytes in 1565 blocks are still reachable in loss record 69 of 74 ==31954== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==31954== by 0x1B9A2FDC: CRYPTO_malloc (in /lib/libcrypto.so.0.9.6b) ==31954== by 0x1B9C8CD6: ENGINE_new (in /lib/libcrypto.so.0.9.6b) ==31954== by 0x1B9CD678: ENGINE_ubsec (in /lib/libcrypto.so.0.9.6b) ==31954== by 0x1B9C87E8: engine_internal_check (in /lib/libcrypto.so.0.9.6b) ==31954== by 0x1B9C887F: ENGINE_get_first (in /lib/libcrypto.so.0.9.6b) ==31954== by 0x1B9C7C4A: engine_def_check (in /lib/libcrypto.so.0.9.6b) ==31954== by 0x1B9C810D: engine_get_default_type (in /lib/libcrypto.so.0.9.6b) ==31954== by 0x1B9C821C: ENGINE_get_default_RAND (in /lib/libcrypto.so.0.9.6b) ==31954== by 0x1B9DBB60: RAND_get_rand_method (in /lib/libcrypto.so.0.9.6b) ==31954== ==31954== ==31954== 23040 bytes in 72 blocks are still reachable in loss record 70 of 74 ==31954== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==31954== by 0x1B92787A: newwin (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B929970: _nc_setupscreen (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B92745B: newterm (in /usr/lib/libncurses.so.5.2) ==31954== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==31954== by 0x808109B: start_curses (main.c:476) ==31954== by 0x8081607: main (main.c:674) ==31954== ==31954== ==31954== 34048 bytes in 133 blocks are still reachable in loss record 71 of 74 ==31954== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==31954== by 0x420D0C2F: regcomp (in /lib/i686/libc-2.2.5.so) ==31954== by 0x80717D8: mutt_restore_default (init.c:1131) ==31954== by 0x8074AEC: mutt_init (init.c:2276) ==31954== by 0x8081622: main (main.c:677) ==31954== ==31954== ==31954== 35584 bytes in 139 blocks are still reachable in loss record 72 of 74 ==31954== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==31954== by 0x420D0C10: regcomp (in /lib/i686/libc-2.2.5.so) ==31954== by 0x80717D8: mutt_restore_default (init.c:1131) ==31954== by 0x8074AEC: mutt_init (init.c:2276) ==31954== by 0x8081622: main (main.c:677) ==31954== ==31954== ==31954== 105055 bytes in 5633 blocks are still reachable in loss record 73 of 74 ==31954== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==31954== by 0x80B8997: safe_malloc (lib.c:84) ==31954== by 0x80B5FCE: mutt_draw_tree (thread.c:268) ==31954== by 0x80B6BEF: mutt_sort_threads (thread.c:969) ==31954== by 0x80B4554: mutt_sort_headers (sort.c:291) ==31954== by 0x80D2BD6: imap_expunge_mailbox (imap.c:257) ==31954== by 0x80D1DCF: imap_cmd_finish (command.c:271) ==31954== by 0x80D1AE9: imap_cmd_step (command.c:157) ==31954== by 0x80D1C7F: imap_exec (command.c:210) ==31954== by 0x80D4776: imap_sync_mailbox (imap.c:1099) ==31954== ==31954== ==31954== 118540 bytes in 2951 blocks are still reachable in loss record 74 of 74 ==31954== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==31954== by 0x80B8935: safe_calloc (lib.c:69) ==31954== by 0x807EC8E: allocKeys (keymap.c:98) ==31954== by 0x807EFFA: km_bind (keymap.c:200) ==31954== by 0x807F19B: km_bindkey (keymap.c:256) ==31954== by 0x807F8D8: create_bindings (keymap.c:482) ==31954== by 0x807FB73: km_init (keymap.c:552) ==31954== by 0x8081091: start_curses (main.c:465) ==31954== by 0x8081607: main (main.c:674) ==31954== ==31954== LEAK SUMMARY: ==31954== definitely lost: 450 bytes in 58 blocks. ==31954== possibly lost: 0 bytes in 0 blocks. ==31954== still reachable: 405800 bytes in 12372 blocks. ==31954== suppressed: 0 bytes in 0 blocks. ==22056== ==22056== ERROR SUMMARY: 9 errors from 1 contexts (suppressed: 46 from 2) ==22056== malloc/free: in use at exit: 173065 bytes in 3769 blocks. ==22056== malloc/free: 114339 allocs, 110570 frees, 6350326 bytes allocated. ==22056== For counts of detected errors, rerun with: -v ==22056== searching for pointers to 3769 not-freed blocks. ==22056== checked 4773812 bytes. ==22056== ==22056== ==22056== 6 bytes in 1 blocks are still reachable in loss record 1 of 70 ==22056== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==22056== by 0x42080AA1: strndup (in /lib/i686/libc-2.2.5.so) ==22056== by 0x42021522: _nl_find_locale (in /lib/i686/libc-2.2.5.so) ==22056== by 0x42020B1B: setlocale (in /lib/i686/libc-2.2.5.so) ==22056== by 0x808120D: main (main.c:534) ==22056== ==22056== ==22056== 8 bytes in 1 blocks are still reachable in loss record 2 of 70 ==22056== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==22056== by 0x420F54C4: nss_parse_file (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420F4D4C: __nss_database_lookup (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420F6CA5: __nss_passwd_lookup (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420B43C0: getpwuid_r@@GLIBC_2.1.2 (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420B3D3A: getpwuid (in /lib/i686/libc-2.2.5.so) ==22056== by 0x8074554: mutt_init (init.c:2154) ==22056== by 0x8081622: main (main.c:677) ==22056== ==22056== ==22056== 12 bytes in 1 blocks are still reachable in loss record 3 of 70 ==22056== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==22056== by 0x1B8EE2CD: _dl_map_object_deps_internal (in /lib/ld-2.2.5.so) ==22056== by 0x421123CB: dl_open_worker (in /lib/i686/libc-2.2.5.so) ==22056== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==22056== by 0x42112900: _dl_open (in /lib/i686/libc-2.2.5.so) ==22056== by 0x42113630: do_dlopen (in /lib/i686/libc-2.2.5.so) ==22056== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==22056== by 0x421134DB: __libc_dlopen (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420F52E6: __nss_lookup_function (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420F5C70: __nss_next (in /lib/i686/libc-2.2.5.so) ==22056== ==22056== ==22056== 12 bytes in 1 blocks are still reachable in loss record 4 of 70 ==22056== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==22056== by 0x1B9321CC: _nc_add_to_try (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B93809C: _nc_init_keytry (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B938E71: _nc_keypad (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B938BD7: keypad (in /usr/lib/libncurses.so.5.2) ==22056== by 0x80810DE: start_curses (main.c:486) ==22056== by 0x8081607: main (main.c:674) ==22056== ==22056== ==22056== 21 bytes in 1 blocks are still reachable in loss record 5 of 70 ==22056== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==22056== by 0x1BA43F78: set_binding_values (../../gettext-runtime/intl/bindtextdom.c:225) ==22056== by 0x1BA4424D: libintl_bindtextdomain (../../gettext-runtime/intl/bindtextdom.c:346) ==22056== by 0x8081221: main (main.c:535) ==22056== ==22056== ==22056== 24 bytes in 2 blocks are still reachable in loss record 6 of 70 ==22056== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==22056== by 0x420F5B5B: nss_new_service (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420F543A: __nss_lookup_function (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420F5BB5: __nss_lookup (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420F6C7E: __nss_passwd_lookup (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420B43C0: getpwuid_r@@GLIBC_2.1.2 (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420B3D3A: getpwuid (in /lib/i686/libc-2.2.5.so) ==22056== by 0x8074554: mutt_init (init.c:2154) ==22056== by 0x8081622: main (main.c:677) ==22056== ==22056== ==22056== 25 bytes in 2 blocks are still reachable in loss record 7 of 70 ==22056== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==22056== by 0x420A930B: __tzstring (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420AA9DF: __tzfile_read (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420A9453: tzset_internal (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420AA0D2: __tz_convert (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420A6107: gmtime (in /lib/i686/libc-2.2.5.so) ==22056== by 0x807B258: hdr_format_str (hdrline.c:400) ==22056== by 0x80BC1C1: mutt_FormatString (muttlib.c:1077) ==22056== by 0x807C5B4: _mutt_make_string (hdrline.c:717) ==22056== by 0x8063AB9: index_make_entry (curs_main.c:169) ==22056== ==22056== ==22056== 28 bytes in 1 blocks are still reachable in loss record 8 of 70 ==22056== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==22056== by 0x1B8E9EA0: _dl_map_object_internal (in /lib/ld-2.2.5.so) ==22056== by 0x42112327: dl_open_worker (in /lib/i686/libc-2.2.5.so) ==22056== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==22056== by 0x42112900: _dl_open (in /lib/i686/libc-2.2.5.so) ==22056== by 0x42113630: do_dlopen (in /lib/i686/libc-2.2.5.so) ==22056== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==22056== by 0x421134DB: __libc_dlopen (in /lib/i686/libc-2.2.5.so) ==22056== by 0x4202037B: __gconv_find_shlib (in /lib/i686/libc-2.2.5.so) ==22056== by 0x4201FD24: find_module (in /lib/i686/libc-2.2.5.so) ==22056== ==22056== ==22056== 28 bytes in 1 blocks are still reachable in loss record 9 of 70 ==22056== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==22056== by 0x1B93E89F: read_termtype (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B93EF5C: _nc_read_file_entry (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B93EFDD: _nc_read_tic_entry (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B93F05E: _nc_read_terminfo_dirs (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B93F194: _nc_read_entry (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B939380: grab_entry (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B939517: setupterm (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B927347: newterm (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==22056== ==22056== ==22056== 30 bytes in 1 blocks are still reachable in loss record 10 of 70 ==22056== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==22056== by 0x1B937FD3: _nc_home_terminfo (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B93F128: _nc_read_entry (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B939380: grab_entry (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B939517: setupterm (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B927347: newterm (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==22056== by 0x808109B: start_curses (main.c:476) ==22056== by 0x8081607: main (main.c:674) ==22056== ==22056== ==22056== 32 bytes in 4 blocks are still reachable in loss record 11 of 70 ==22056== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==22056== by 0x420F4F1A: __nss_lookup_function (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420F5BB5: __nss_lookup (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420F6C7E: __nss_passwd_lookup (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420B43C0: getpwuid_r@@GLIBC_2.1.2 (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420B3D3A: getpwuid (in /lib/i686/libc-2.2.5.so) ==22056== by 0x8074554: mutt_init (init.c:2154) ==22056== by 0x8081622: main (main.c:677) ==22056== ==22056== ==22056== 44 bytes in 1 blocks are still reachable in loss record 12 of 70 ==22056== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==22056== by 0x1B93E90B: read_termtype (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B93EF5C: _nc_read_file_entry (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B93EFDD: _nc_read_tic_entry (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B93F05E: _nc_read_terminfo_dirs (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B93F194: _nc_read_entry (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B939380: grab_entry (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B939517: setupterm (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B927347: newterm (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==22056== ==22056== ==22056== 48 bytes in 1 blocks are still reachable in loss record 13 of 70 ==22056== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==22056== by 0x1B920E34: start_color (in /usr/lib/libncurses.so.5.2) ==22056== by 0x8054F7A: ci_start_color (color.c:153) ==22056== by 0x80810C9: start_curses (main.c:485) ==22056== by 0x8081607: main (main.c:674) ==22056== ==22056== ==22056== 52 bytes in 1 blocks are still reachable in loss record 14 of 70 ==22056== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==22056== by 0x42020429: __gconv_find_shlib (in /lib/i686/libc-2.2.5.so) ==22056== by 0x4201FD24: find_module (in /lib/i686/libc-2.2.5.so) ==22056== by 0x4201FF9E: __gconv_lookup_cache (in /lib/i686/libc-2.2.5.so) ==22056== by 0x42019588: __gconv_find_transform (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420A57D8: __wcsmbs_load_conv (in /lib/i686/libc-2.2.5.so) ==22056== by 0x4208746C: btowc (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420CC14F: byte_regex_compile (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420D0D6C: regcomp (in /lib/i686/libc-2.2.5.so) ==22056== by 0x8055952: add_pattern (color.c:536) ==22056== ==22056== ==22056== 52 bytes in 2 blocks are still reachable in loss record 15 of 70 ==22056== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==22056== by 0x420261AF: _nl_make_l10nflist (in /lib/i686/libc-2.2.5.so) ==22056== by 0x42021674: _nl_find_locale (in /lib/i686/libc-2.2.5.so) ==22056== by 0x42020B1B: setlocale (in /lib/i686/libc-2.2.5.so) ==22056== by 0x808120D: main (main.c:534) ==22056== ==22056== ==22056== 59 bytes in 2 blocks are still reachable in loss record 16 of 70 ==22056== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==22056== by 0x42025FB6: _nl_make_l10nflist (in /lib/i686/libc-2.2.5.so) ==22056== by 0x42021674: _nl_find_locale (in /lib/i686/libc-2.2.5.so) ==22056== by 0x42020B1B: setlocale (in /lib/i686/libc-2.2.5.so) ==22056== by 0x808120D: main (main.c:534) ==22056== ==22056== ==22056== 64 bytes in 3 blocks are still reachable in loss record 17 of 70 ==22056== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==22056== by 0x1B8EA077: _dl_map_object_internal (in /lib/ld-2.2.5.so) ==22056== by 0x42112327: dl_open_worker (in /lib/i686/libc-2.2.5.so) ==22056== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==22056== by 0x42112900: _dl_open (in /lib/i686/libc-2.2.5.so) ==22056== by 0x42113630: do_dlopen (in /lib/i686/libc-2.2.5.so) ==22056== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==22056== by 0x421134DB: __libc_dlopen (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420F52E6: __nss_lookup_function (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420F5BB5: __nss_lookup (in /lib/i686/libc-2.2.5.so) ==22056== ==22056== ==22056== 78 bytes in 1 blocks are still reachable in loss record 18 of 70 ==22056== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==22056== by 0x1B93E982: read_termtype (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B93EF5C: _nc_read_file_entry (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B93EFDD: _nc_read_tic_entry (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B93F05E: _nc_read_terminfo_dirs (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B93F194: _nc_read_entry (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B939380: grab_entry (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B939517: setupterm (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B927347: newterm (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==22056== ==22056== ==22056== 80 bytes in 5 blocks are still reachable in loss record 19 of 70 ==22056== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==22056== by 0x80A5118: add_addrspec (rfc822.c:323) ==22056== by 0x80A58CD: rfc822_parse_adrlist (rfc822.c:494) ==22056== by 0x8098C1F: mutt_parse_adrlist (parse.c:1451) ==22056== by 0x8070F78: parse_alias (init.c:885) ==22056== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==22056== by 0x8072F43: source_rc (init.c:1636) ==22056== by 0x807316D: parse_source (init.c:1686) ==22056== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==22056== by 0x8072F43: source_rc (init.c:1636) ==22056== ==22056== ==22056== 80 bytes in 5 blocks are still reachable in loss record 20 of 70 ==22056== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==22056== by 0x420E5C7C: tsearch (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420F4EDC: __nss_lookup_function (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420F5BB5: __nss_lookup (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420F6C7E: __nss_passwd_lookup (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420B43C0: getpwuid_r@@GLIBC_2.1.2 (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420B3D3A: getpwuid (in /lib/i686/libc-2.2.5.so) ==22056== by 0x8074554: mutt_init (init.c:2154) ==22056== by 0x8081622: main (main.c:677) ==22056== ==22056== ==22056== 84 bytes in 3 blocks are still reachable in loss record 21 of 70 ==22056== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==22056== by 0x1BC80C29: __res_nsend (in /lib/libresolv-2.2.5.so) ==22056== by 0x1BC7FB41: __res_nquery (in /lib/libresolv-2.2.5.so) ==22056== by 0x1BC800DA: __res_nquerydomain (in /lib/libresolv-2.2.5.so) ==22056== by 0x1BC7FF06: __res_nsearch (in /lib/libresolv-2.2.5.so) ==22056== by 0x1BC75061: _nss_dns_gethostbyname2_r (in /lib/libnss_dns-2.2.5.so) ==22056== by 0x420F8335: gethostbyname2_r@@GLIBC_2.1.2 (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420D35CD: gaih_inet (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420D3D8A: getaddrinfo (in /lib/i686/libc-2.2.5.so) ==22056== by 0x80CD715: raw_socket_open (mutt_socket.c:436) ==22056== ==22056== ==22056== 84 bytes in 3 blocks are definitely lost in loss record 22 of 70 ==22056== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==22056== by 0x1BC80C29: __res_nsend (in /lib/libresolv-2.2.5.so) ==22056== by 0x1BC7FB41: __res_nquery (in /lib/libresolv-2.2.5.so) ==22056== by 0x1BC800DA: __res_nquerydomain (in /lib/libresolv-2.2.5.so) ==22056== by 0x1BC7FF06: __res_nsearch (in /lib/libresolv-2.2.5.so) ==22056== by 0x1BC75061: _nss_dns_gethostbyname2_r (in /lib/libnss_dns-2.2.5.so) ==22056== by 0x420F8335: gethostbyname2_r@@GLIBC_2.1.2 (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420D370D: gaih_inet (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420D3D8A: getaddrinfo (in /lib/i686/libc-2.2.5.so) ==22056== by 0x80CD715: raw_socket_open (mutt_socket.c:436) ==22056== ==22056== ==22056== 88 bytes in 6 blocks are still reachable in loss record 23 of 70 ==22056== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==22056== by 0x42080A3B: strdup (in /lib/i686/libc-2.2.5.so) ==22056== by 0x1BA440F6: set_binding_values (../../gettext-runtime/intl/bindtextdom.c:248) ==22056== by 0x1BA4424D: libintl_bindtextdomain (../../gettext-runtime/intl/bindtextdom.c:346) ==22056== by 0x8081221: main (main.c:535) ==22056== ==22056== ==22056== 92 bytes in 3 blocks are still reachable in loss record 24 of 70 ==22056== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==22056== by 0x1B8EE37D: _dl_map_object_deps_internal (in /lib/ld-2.2.5.so) ==22056== by 0x421123CB: dl_open_worker (in /lib/i686/libc-2.2.5.so) ==22056== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==22056== by 0x42112900: _dl_open (in /lib/i686/libc-2.2.5.so) ==22056== by 0x42113630: do_dlopen (in /lib/i686/libc-2.2.5.so) ==22056== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==22056== by 0x421134DB: __libc_dlopen (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420F52E6: __nss_lookup_function (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420F5BB5: __nss_lookup (in /lib/i686/libc-2.2.5.so) ==22056== ==22056== ==22056== 92 bytes in 4 blocks are still reachable in loss record 25 of 70 ==22056== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==22056== by 0x1B8ECBAB: _dl_new_object (in /lib/ld-2.2.5.so) ==22056== by 0x1B8E89EE: _dl_map_object_from_fd (in /lib/ld-2.2.5.so) ==22056== by 0x1B8E9DB6: _dl_map_object_internal (in /lib/ld-2.2.5.so) ==22056== by 0x42112327: dl_open_worker (in /lib/i686/libc-2.2.5.so) ==22056== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==22056== by 0x42112900: _dl_open (in /lib/i686/libc-2.2.5.so) ==22056== by 0x42113630: do_dlopen (in /lib/i686/libc-2.2.5.so) ==22056== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==22056== by 0x421134DB: __libc_dlopen (in /lib/i686/libc-2.2.5.so) ==22056== ==22056== ==22056== 96 bytes in 1 blocks are still reachable in loss record 26 of 70 ==22056== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==22056== by 0x1B91EAA6: _nc_hash_map (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B91E16E: _nc_scroll_optimize (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B92D3B9: doupdate (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B9287FA: wrefresh (in /usr/lib/libncurses.so.5.2) ==22056== by 0x8061FDB: mutt_refresh (curs_lib.c:62) ==22056== by 0x8062A93: mutt_curses_message (curs_lib.c:339) ==22056== by 0x80CD6F5: raw_socket_open (mutt_socket.c:433) ==22056== by 0x80CCEF8: mutt_socket_open (mutt_socket.c:59) ==22056== by 0x80D2FE4: imap_open_connection (imap.c:413) ==22056== ==22056== ==22056== 96 bytes in 1 blocks are still reachable in loss record 27 of 70 ==22056== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==22056== by 0x1B91EA7D: _nc_hash_map (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B91E16E: _nc_scroll_optimize (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B92D3B9: doupdate (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B9287FA: wrefresh (in /usr/lib/libncurses.so.5.2) ==22056== by 0x8061FDB: mutt_refresh (curs_lib.c:62) ==22056== by 0x8062A93: mutt_curses_message (curs_lib.c:339) ==22056== by 0x80CD6F5: raw_socket_open (mutt_socket.c:433) ==22056== by 0x80CCEF8: mutt_socket_open (mutt_socket.c:59) ==22056== by 0x80D2FE4: imap_open_connection (imap.c:413) ==22056== ==22056== ==22056== 128 bytes in 2 blocks are still reachable in loss record 28 of 70 ==22056== at 0x1B902A2F: realloc (vg_replace_malloc.c:197) ==22056== by 0x420CA4BD: byte_regex_compile (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420D0D6C: regcomp (in /lib/i686/libc-2.2.5.so) ==22056== by 0x80BCBDE: mutt_compile_regexp (muttlib.c:1435) ==22056== by 0x806FEB7: add_to_rx_list (init.c:335) ==22056== by 0x8070B9F: parse_subscribe (init.c:766) ==22056== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==22056== by 0x8072F43: source_rc (init.c:1636) ==22056== by 0x807316D: parse_source (init.c:1686) ==22056== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==22056== ==22056== ==22056== 128 bytes in 2 blocks are still reachable in loss record 29 of 70 ==22056== at 0x1B902A2F: realloc (vg_replace_malloc.c:197) ==22056== by 0x420CA77F: byte_regex_compile (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420D0D6C: regcomp (in /lib/i686/libc-2.2.5.so) ==22056== by 0x80BCBDE: mutt_compile_regexp (muttlib.c:1435) ==22056== by 0x806FEB7: add_to_rx_list (init.c:335) ==22056== by 0x8070B9F: parse_subscribe (init.c:766) ==22056== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==22056== by 0x8072F43: source_rc (init.c:1636) ==22056== by 0x807316D: parse_source (init.c:1686) ==22056== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==22056== ==22056== ==22056== 128 bytes in 2 blocks are still reachable in loss record 30 of 70 ==22056== at 0x1B902A2F: realloc (vg_replace_malloc.c:197) ==22056== by 0x420CA39D: byte_regex_compile (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420D0D6C: regcomp (in /lib/i686/libc-2.2.5.so) ==22056== by 0x80BCBDE: mutt_compile_regexp (muttlib.c:1435) ==22056== by 0x806FEB7: add_to_rx_list (init.c:335) ==22056== by 0x8070B9F: parse_subscribe (init.c:766) ==22056== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==22056== by 0x8072F43: source_rc (init.c:1636) ==22056== by 0x807316D: parse_source (init.c:1686) ==22056== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==22056== ==22056== ==22056== 128 bytes in 1 blocks are still reachable in loss record 31 of 70 ==22056== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==22056== by 0x1B920DA8: start_color (in /usr/lib/libncurses.so.5.2) ==22056== by 0x8054F7A: ci_start_color (color.c:153) ==22056== by 0x80810C9: start_curses (main.c:485) ==22056== by 0x8081607: main (main.c:674) ==22056== ==22056== ==22056== 165 bytes in 1 blocks are still reachable in loss record 32 of 70 ==22056== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==22056== by 0x420209BF: setlocale (in /lib/i686/libc-2.2.5.so) ==22056== by 0x8081241: main (main.c:539) ==22056== ==22056== ==22056== 168 bytes in 2 blocks are still reachable in loss record 33 of 70 ==22056== at 0x1B902A2F: realloc (vg_replace_malloc.c:197) ==22056== by 0x1B937DDB: _nc_doalloc (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B93A39D: really_get_space (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B93B1BD: tparm (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B925B66: _nc_mvcur_init (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B927627: newterm (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==22056== by 0x808109B: start_curses (main.c:476) ==22056== by 0x8081607: main (main.c:674) ==22056== ==22056== ==22056== 168 bytes in 1 blocks are still reachable in loss record 34 of 70 ==22056== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==22056== by 0x1B9394BF: setupterm (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B927347: newterm (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==22056== by 0x808109B: start_curses (main.c:476) ==22056== by 0x8081607: main (main.c:674) ==22056== ==22056== ==22056== 171 bytes in 11 blocks are still reachable in loss record 35 of 70 ==22056== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==22056== by 0x420F5A97: nss_getline (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420F5543: nss_parse_file (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420F4D4C: __nss_database_lookup (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420F6CA5: __nss_passwd_lookup (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420B43C0: getpwuid_r@@GLIBC_2.1.2 (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420B3D3A: getpwuid (in /lib/i686/libc-2.2.5.so) ==22056== by 0x8074554: mutt_init (init.c:2154) ==22056== by 0x8081622: main (main.c:677) ==22056== ==22056== ==22056== 224 bytes in 2 blocks are still reachable in loss record 36 of 70 ==22056== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==22056== by 0x4201FF29: __gconv_lookup_cache (in /lib/i686/libc-2.2.5.so) ==22056== by 0x42019588: __gconv_find_transform (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420A57D8: __wcsmbs_load_conv (in /lib/i686/libc-2.2.5.so) ==22056== by 0x4208746C: btowc (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420CC14F: byte_regex_compile (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420D0D6C: regcomp (in /lib/i686/libc-2.2.5.so) ==22056== by 0x8055952: add_pattern (color.c:536) ==22056== by 0x8056235: _mutt_parse_color (color.c:734) ==22056== by 0x8056468: mutt_parse_color (color.c:786) ==22056== ==22056== ==22056== 256 bytes in 3 blocks are still reachable in loss record 37 of 70 ==22056== at 0x1B902A2F: realloc (vg_replace_malloc.c:197) ==22056== by 0x420C9FDD: byte_regex_compile (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420D0D6C: regcomp (in /lib/i686/libc-2.2.5.so) ==22056== by 0x8055952: add_pattern (color.c:536) ==22056== by 0x8056235: _mutt_parse_color (color.c:734) ==22056== by 0x8056468: mutt_parse_color (color.c:786) ==22056== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==22056== by 0x8072F43: source_rc (init.c:1636) ==22056== by 0x807316D: parse_source (init.c:1686) ==22056== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==22056== ==22056== ==22056== 300 bytes in 25 blocks are still reachable in loss record 38 of 70 ==22056== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==22056== by 0x1B93222B: _nc_add_to_try (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B93809C: _nc_init_keytry (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B938E71: _nc_keypad (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B938BD7: keypad (in /usr/lib/libncurses.so.5.2) ==22056== by 0x80810DE: start_curses (main.c:486) ==22056== by 0x8081607: main (main.c:674) ==22056== ==22056== ==22056== 360 bytes in 3 blocks are still reachable in loss record 39 of 70 ==22056== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==22056== by 0x1B927ADC: _nc_makenew (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B927832: newwin (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B929970: _nc_setupscreen (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B92745B: newterm (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==22056== by 0x808109B: start_curses (main.c:476) ==22056== by 0x8081607: main (main.c:674) ==22056== ==22056== ==22056== 380 bytes in 1 blocks are still reachable in loss record 40 of 70 ==22056== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==22056== by 0x4202190B: _nl_load_locale (in /lib/i686/libc-2.2.5.so) ==22056== by 0x4202162E: _nl_find_locale (in /lib/i686/libc-2.2.5.so) ==22056== by 0x42020B1B: setlocale (in /lib/i686/libc-2.2.5.so) ==22056== by 0x808120D: main (main.c:534) ==22056== ==22056== ==22056== 402 bytes in 61 blocks are definitely lost in loss record 41 of 70 ==22056== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==22056== by 0x80B8997: safe_malloc (lib.c:84) ==22056== by 0x80B8B12: safe_strdup (lib.c:155) ==22056== by 0x80D8A50: imap_munge_mbox_name (util.c:496) ==22056== by 0x80D4AF4: imap_mailbox_check (imap.c:1231) ==22056== by 0x80549B0: mutt_buffy_check (buffy.c:404) ==22056== by 0x80647E7: mutt_index_menu (curs_main.c:524) ==22056== by 0x8082148: main (main.c:934) ==22056== ==22056== ==22056== 454 bytes in 12 blocks are still reachable in loss record 42 of 70 ==22056== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==22056== by 0x420F5624: nss_parse_service_list (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420F5ABB: nss_getline (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420F5543: nss_parse_file (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420F4D4C: __nss_database_lookup (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420F6CA5: __nss_passwd_lookup (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420B43C0: getpwuid_r@@GLIBC_2.1.2 (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420B3D3A: getpwuid (in /lib/i686/libc-2.2.5.so) ==22056== by 0x8074554: mutt_init (init.c:2154) ==22056== by 0x8081622: main (main.c:677) ==22056== ==22056== ==22056== 456 bytes in 38 blocks are still reachable in loss record 43 of 70 ==22056== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==22056== by 0x1B9321AB: _nc_add_to_try (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B93809C: _nc_init_keytry (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B938E71: _nc_keypad (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B938BD7: keypad (in /usr/lib/libncurses.so.5.2) ==22056== by 0x80810DE: start_curses (main.c:486) ==22056== by 0x8081607: main (main.c:674) ==22056== ==22056== ==22056== 496 bytes in 4 blocks are still reachable in loss record 44 of 70 ==22056== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==22056== by 0x1B8F06EB: _dl_check_map_versions_internal (in /lib/ld-2.2.5.so) ==22056== by 0x421126EF: dl_open_worker (in /lib/i686/libc-2.2.5.so) ==22056== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==22056== by 0x42112900: _dl_open (in /lib/i686/libc-2.2.5.so) ==22056== by 0x42113630: do_dlopen (in /lib/i686/libc-2.2.5.so) ==22056== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==22056== by 0x421134DB: __libc_dlopen (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420F52E6: __nss_lookup_function (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420F5BB5: __nss_lookup (in /lib/i686/libc-2.2.5.so) ==22056== ==22056== ==22056== 544 bytes in 34 blocks are still reachable in loss record 45 of 70 ==22056== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==22056== by 0x80A5670: rfc822_parse_adrlist (rfc822.c:449) ==22056== by 0x8098C40: mutt_parse_adrlist (parse.c:1456) ==22056== by 0x8070F78: parse_alias (init.c:885) ==22056== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==22056== by 0x8072F43: source_rc (init.c:1636) ==22056== by 0x807316D: parse_source (init.c:1686) ==22056== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==22056== by 0x8072F43: source_rc (init.c:1636) ==22056== by 0x8074F8A: mutt_init (init.c:2364) ==22056== ==22056== ==22056== 716 bytes in 1 blocks are still reachable in loss record 46 of 70 ==22056== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==22056== by 0x420AA595: __tzfile_read (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420A9453: tzset_internal (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420AA0D2: __tz_convert (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420A6107: gmtime (in /lib/i686/libc-2.2.5.so) ==22056== by 0x807B258: hdr_format_str (hdrline.c:400) ==22056== by 0x80BC1C1: mutt_FormatString (muttlib.c:1077) ==22056== by 0x807C5B4: _mutt_make_string (hdrline.c:717) ==22056== by 0x8063AB9: index_make_entry (curs_main.c:169) ==22056== by 0x80855AE: menu_make_entry (menu.c:154) ==22056== ==22056== ==22056== 800 bytes in 1 blocks are still reachable in loss record 47 of 70 ==22056== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==22056== by 0x1B9029B6: realloc (vg_replace_malloc.c:189) ==22056== by 0x42025D19: extend_alias_table (in /lib/i686/libc-2.2.5.so) ==22056== by 0x42025A91: read_alias_file (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420257C3: _nl_expand_alias (in /lib/i686/libc-2.2.5.so) ==22056== by 0x4202123B: _nl_find_locale (in /lib/i686/libc-2.2.5.so) ==22056== by 0x42020B1B: setlocale (in /lib/i686/libc-2.2.5.so) ==22056== by 0x808120D: main (main.c:534) ==22056== ==22056== ==22056== 811 bytes in 39 blocks are still reachable in loss record 48 of 70 ==22056== at 0x1B902A2F: realloc (vg_replace_malloc.c:197) ==22056== by 0x80B8A2B: safe_realloc (lib.c:109) ==22056== by 0x80BE441: mutt_addrlist_to_idna (mutt_idna.c:167) ==22056== by 0x8070FA9: parse_alias (init.c:890) ==22056== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==22056== by 0x8072F43: source_rc (init.c:1636) ==22056== by 0x807316D: parse_source (init.c:1686) ==22056== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==22056== by 0x8072F43: source_rc (init.c:1636) ==22056== by 0x8074F8A: mutt_init (init.c:2364) ==22056== ==22056== ==22056== 864 bytes in 3 blocks are still reachable in loss record 49 of 70 ==22056== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==22056== by 0x1B927B00: _nc_makenew (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B927832: newwin (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B929970: _nc_setupscreen (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B92745B: newterm (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==22056== by 0x808109B: start_curses (main.c:476) ==22056== by 0x8081607: main (main.c:674) ==22056== ==22056== ==22056== 951 bytes in 1 blocks are still reachable in loss record 50 of 70 ==22056== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==22056== by 0x1B93E81C: read_termtype (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B93EF5C: _nc_read_file_entry (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B93EFDD: _nc_read_tic_entry (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B93F05E: _nc_read_terminfo_dirs (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B93F194: _nc_read_entry (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B939380: grab_entry (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B939517: setupterm (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B927347: newterm (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==22056== ==22056== ==22056== 1000 bytes in 1 blocks are still reachable in loss record 51 of 70 ==22056== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==22056== by 0x1B91E950: _nc_hash_map (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B91E16E: _nc_scroll_optimize (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B92D3B9: doupdate (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B9287FA: wrefresh (in /usr/lib/libncurses.so.5.2) ==22056== by 0x8061FDB: mutt_refresh (curs_lib.c:62) ==22056== by 0x8062A93: mutt_curses_message (curs_lib.c:339) ==22056== by 0x80CD6F5: raw_socket_open (mutt_socket.c:433) ==22056== by 0x80CCEF8: mutt_socket_open (mutt_socket.c:59) ==22056== by 0x80D2FE4: imap_open_connection (imap.c:413) ==22056== ==22056== ==22056== 1024 bytes in 1 blocks are still reachable in loss record 52 of 70 ==22056== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==22056== by 0x80B8A3B: safe_realloc (lib.c:113) ==22056== by 0x80630AF: mutt_ungetch (curs_lib.c:488) ==22056== by 0x807F4AF: retry_generic (keymap.c:353) ==22056== by 0x807F778: km_dokey (keymap.c:447) ==22056== by 0x8064B12: mutt_index_menu (curs_main.c:583) ==22056== by 0x8082148: main (main.c:934) ==22056== ==22056== ==22056== 1024 bytes in 1 blocks are still reachable in loss record 53 of 70 ==22056== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==22056== by 0x420FA077: getservbyname (in /lib/i686/libc-2.2.5.so) ==22056== by 0x80D7D83: imap_parse_path (util.c:84) ==22056== by 0x80D7CD9: imap_expand_path (util.c:57) ==22056== by 0x80BAB66: _mutt_expand_path (muttlib.c:482) ==22056== by 0x80BA4C9: mutt_expand_path (muttlib.c:326) ==22056== by 0x80544D8: mutt_parse_mailboxes (buffy.c:197) ==22056== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==22056== by 0x8072F43: source_rc (init.c:1636) ==22056== by 0x807316D: parse_source (init.c:1686) ==22056== ==22056== ==22056== 1024 bytes in 1 blocks are still reachable in loss record 54 of 70 ==22056== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==22056== by 0x420B3E07: getpwuid (in /lib/i686/libc-2.2.5.so) ==22056== by 0x8074554: mutt_init (init.c:2154) ==22056== by 0x8081622: main (main.c:677) ==22056== ==22056== ==22056== 1088 bytes in 12 blocks are still reachable in loss record 55 of 70 ==22056== at 0x1B902A2F: realloc (vg_replace_malloc.c:197) ==22056== by 0x420CB29D: byte_regex_compile (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420D0D6C: regcomp (in /lib/i686/libc-2.2.5.so) ==22056== by 0x80717D8: mutt_restore_default (init.c:1131) ==22056== by 0x8074AEC: mutt_init (init.c:2276) ==22056== by 0x8081622: main (main.c:677) ==22056== ==22056== ==22056== 1460 bytes in 1 blocks are still reachable in loss record 56 of 70 ==22056== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==22056== by 0x1B929749: _nc_setupscreen (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B92745B: newterm (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==22056== by 0x808109B: start_curses (main.c:476) ==22056== by 0x8081607: main (main.c:674) ==22056== ==22056== ==22056== 1656 bytes in 1 blocks are still reachable in loss record 57 of 70 ==22056== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==22056== by 0x1B93E9E7: read_termtype (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B93EF5C: _nc_read_file_entry (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B93EFDD: _nc_read_tic_entry (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B93F05E: _nc_read_terminfo_dirs (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B93F194: _nc_read_entry (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B939380: grab_entry (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B939517: setupterm (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B927347: newterm (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==22056== ==22056== ==22056== 1728 bytes in 27 blocks are still reachable in loss record 58 of 70 ==22056== at 0x1B902A2F: realloc (vg_replace_malloc.c:197) ==22056== by 0x420CA0BD: byte_regex_compile (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420D0D6C: regcomp (in /lib/i686/libc-2.2.5.so) ==22056== by 0x80991BC: eat_regexp (pattern.c:248) ==22056== by 0x809A411: mutt_pattern_comp (pattern.c:811) ==22056== by 0x8055889: add_pattern (color.c:527) ==22056== by 0x8056284: _mutt_parse_color (color.c:737) ==22056== by 0x8056468: mutt_parse_color (color.c:786) ==22056== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==22056== by 0x8072F43: source_rc (init.c:1636) ==22056== ==22056== ==22056== 2041 bytes in 2 blocks are still reachable in loss record 59 of 70 ==22056== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==22056== by 0x1B937E08: _nc_doalloc (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B91E150: _nc_scroll_optimize (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B92D3B9: doupdate (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B9287FA: wrefresh (in /usr/lib/libncurses.so.5.2) ==22056== by 0x8061FDB: mutt_refresh (curs_lib.c:62) ==22056== by 0x8062A93: mutt_curses_message (curs_lib.c:339) ==22056== by 0x80CD6F5: raw_socket_open (mutt_socket.c:433) ==22056== by 0x80CCEF8: mutt_socket_open (mutt_socket.c:59) ==22056== by 0x80D2FE4: imap_open_connection (imap.c:413) ==22056== ==22056== ==22056== 2048 bytes in 1 blocks are still reachable in loss record 60 of 70 ==22056== at 0x1B902A2F: realloc (vg_replace_malloc.c:197) ==22056== by 0x42025B1A: read_alias_file (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420257C3: _nl_expand_alias (in /lib/i686/libc-2.2.5.so) ==22056== by 0x4202123B: _nl_find_locale (in /lib/i686/libc-2.2.5.so) ==22056== by 0x42020B1B: setlocale (in /lib/i686/libc-2.2.5.so) ==22056== by 0x808120D: main (main.c:534) ==22056== ==22056== ==22056== 2064 bytes in 1 blocks are still reachable in loss record 61 of 70 ==22056== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==22056== by 0x1B93F22E: _nc_set_buffer (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B92977B: _nc_setupscreen (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B92745B: newterm (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==22056== by 0x808109B: start_curses (main.c:476) ==22056== by 0x8081607: main (main.c:674) ==22056== ==22056== ==22056== 2221 bytes in 4 blocks are still reachable in loss record 62 of 70 ==22056== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==22056== by 0x1B8EC98B: _dl_new_object (in /lib/ld-2.2.5.so) ==22056== by 0x1B8E89EE: _dl_map_object_from_fd (in /lib/ld-2.2.5.so) ==22056== by 0x1B8E9DB6: _dl_map_object_internal (in /lib/ld-2.2.5.so) ==22056== by 0x42112327: dl_open_worker (in /lib/i686/libc-2.2.5.so) ==22056== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==22056== by 0x42112900: _dl_open (in /lib/i686/libc-2.2.5.so) ==22056== by 0x42113630: do_dlopen (in /lib/i686/libc-2.2.5.so) ==22056== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==22056== by 0x421134DB: __libc_dlopen (in /lib/i686/libc-2.2.5.so) ==22056== ==22056== ==22056== 2912 bytes in 91 blocks are still reachable in loss record 63 of 70 ==22056== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==22056== by 0x420CD829: byte_regex_compile (in /lib/i686/libc-2.2.5.so) ==22056== by 0x420D0D6C: regcomp (in /lib/i686/libc-2.2.5.so) ==22056== by 0x80722E3: parse_set (init.c:1367) ==22056== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==22056== by 0x8072F43: source_rc (init.c:1636) ==22056== by 0x807316D: parse_source (init.c:1686) ==22056== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==22056== by 0x8072F43: source_rc (init.c:1636) ==22056== by 0x8074F8A: mutt_init (init.c:2364) ==22056== ==22056== ==22056== 4224 bytes in 2 blocks are still reachable in loss record 64 of 70 ==22056== at 0x1B902A2F: realloc (vg_replace_malloc.c:197) ==22056== by 0x1B9A3060: CRYPTO_realloc (in /lib/libcrypto.so.0.9.6b) ==22056== by 0x1B9DA664: expand (in /lib/libcrypto.so.0.9.6b) ==22056== by 0x1B9DA3F6: lh_insert (in /lib/libcrypto.so.0.9.6b) ==22056== by 0x1B9DC476: ERR_load_strings (in /lib/libcrypto.so.0.9.6b) ==22056== by 0x1B9C7548: ERR_load_DSO_strings (in /lib/libcrypto.so.0.9.6b) ==22056== by 0x1B9DD249: ERR_load_crypto_strings (in /lib/libcrypto.so.0.9.6b) ==22056== by 0x1B96C39A: SSL_load_error_strings (in /lib/libssl.so.0.9.6b) ==22056== by 0x80CDF06: ssl_init (mutt_ssl.c:183) ==22056== by 0x80CE062: ssl_socket_setup (mutt_ssl.c:234) ==22056== ==22056== ==22056== 9106 bytes in 683 blocks are still reachable in loss record 65 of 70 ==22056== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==22056== by 0x80B8997: safe_malloc (lib.c:84) ==22056== by 0x807ECAB: allocKeys (keymap.c:100) ==22056== by 0x807EFFA: km_bind (keymap.c:200) ==22056== by 0x807F19B: km_bindkey (keymap.c:256) ==22056== by 0x807F8D8: create_bindings (keymap.c:482) ==22056== by 0x807FB73: km_init (keymap.c:552) ==22056== by 0x8081091: start_curses (main.c:465) ==22056== by 0x8081607: main (main.c:674) ==22056== ==22056== ==22056== 16028 bytes in 723 blocks are still reachable in loss record 66 of 70 ==22056== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==22056== by 0x80B8935: safe_calloc (lib.c:69) ==22056== by 0x807EC8E: allocKeys (keymap.c:98) ==22056== by 0x807EFFA: km_bind (keymap.c:200) ==22056== by 0x807F19B: km_bindkey (keymap.c:256) ==22056== by 0x807F8D8: create_bindings (keymap.c:482) ==22056== by 0x807FB73: km_init (keymap.c:552) ==22056== by 0x8081091: start_curses (main.c:465) ==22056== by 0x8081607: main (main.c:674) ==22056== ==22056== ==22056== 19132 bytes in 1565 blocks are still reachable in loss record 67 of 70 ==22056== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==22056== by 0x1B9A2FDC: CRYPTO_malloc (in /lib/libcrypto.so.0.9.6b) ==22056== by 0x1B9C8CD6: ENGINE_new (in /lib/libcrypto.so.0.9.6b) ==22056== by 0x1B9CD678: ENGINE_ubsec (in /lib/libcrypto.so.0.9.6b) ==22056== by 0x1B9C87E8: engine_internal_check (in /lib/libcrypto.so.0.9.6b) ==22056== by 0x1B9C887F: ENGINE_get_first (in /lib/libcrypto.so.0.9.6b) ==22056== by 0x1B9C7C4A: engine_def_check (in /lib/libcrypto.so.0.9.6b) ==22056== by 0x1B9C810D: engine_get_default_type (in /lib/libcrypto.so.0.9.6b) ==22056== by 0x1B9C821C: ENGINE_get_default_RAND (in /lib/libcrypto.so.0.9.6b) ==22056== by 0x1B9DBB60: RAND_get_rand_method (in /lib/libcrypto.so.0.9.6b) ==22056== ==22056== ==22056== 23040 bytes in 72 blocks are still reachable in loss record 68 of 70 ==22056== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==22056== by 0x1B92787A: newwin (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B929970: _nc_setupscreen (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B92745B: newterm (in /usr/lib/libncurses.so.5.2) ==22056== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==22056== by 0x808109B: start_curses (main.c:476) ==22056== by 0x8081607: main (main.c:674) ==22056== ==22056== ==22056== 34048 bytes in 133 blocks are still reachable in loss record 69 of 70 ==22056== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==22056== by 0x420D0C2F: regcomp (in /lib/i686/libc-2.2.5.so) ==22056== by 0x80717D8: mutt_restore_default (init.c:1131) ==22056== by 0x8074AEC: mutt_init (init.c:2276) ==22056== by 0x8081622: main (main.c:677) ==22056== ==22056== ==22056== 35584 bytes in 139 blocks are still reachable in loss record 70 of 70 ==22056== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==22056== by 0x420D0C10: regcomp (in /lib/i686/libc-2.2.5.so) ==22056== by 0x80717D8: mutt_restore_default (init.c:1131) ==22056== by 0x8074AEC: mutt_init (init.c:2276) ==22056== by 0x8081622: main (main.c:677) ==22056== ==22056== LEAK SUMMARY: ==22056== definitely lost: 486 bytes in 64 blocks. ==22056== possibly lost: 0 bytes in 0 blocks. ==22056== still reachable: 172579 bytes in 3705 blocks. ==22056== suppressed: 0 bytes in 0 blocks.
==30662== Memcheck, a memory error detector for x86-linux. ==30662== Copyright (C) 2002-2004, and GNU GPL'd, by Julian Seward et al. ==30662== Using valgrind-2.2.0, a program supervision framework for x86-linux. ==30662== Copyright (C) 2000-2004, and GNU GPL'd, by Julian Seward et al. ==30662== ==30662== My PID = 30662, parent PID = 30401. Prog and args are: ==30662== Soft/linux/mutt-20050413/bin/mutt ==30662== For more details, rerun with: -v ==30662== ==30662== Source and destination overlap in strncpy(0x52BFCF10, 0x52BFCF19, 128) ==30662== at 0x1B9019B6: strncpy (mac_replace_strmem.c:113) ==30662== by 0x80D7FD1: imap_parse_path (util.c:141) ==30662== by 0x80D7CD9: imap_expand_path (util.c:57) ==30662== by 0x80BAB66: _mutt_expand_path (muttlib.c:482) ==30662== by 0x80BA4C9: mutt_expand_path (muttlib.c:326) ==30662== by 0x80544D8: mutt_parse_mailboxes (buffy.c:197) ==30662== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==30662== by 0x8072F43: source_rc (init.c:1636) ==30662== by 0x807316D: parse_source (init.c:1686) ==30662== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==30662== ==30662== Invalid read of size 1 ==30662== at 0x1B901A63: strcmp (mac_replace_strmem.c:250) ==30662== by 0x80B9870: mutt_strcmp (lib.c:637) ==30662== by 0x807A474: hash_find_hash (hash.c:108) ==30662== by 0x80B6EE0: mutt_sort_threads (thread.c:786) ==30662== by 0x80B4554: mutt_sort_headers (sort.c:291) ==30662== by 0x80640B6: update_index (curs_main.c:317) ==30662== by 0x8064711: mutt_index_menu (curs_main.c:492) ==30662== by 0x8082148: main (main.c:934) ==30662== Address 0x1BD5D308 is 0 bytes inside a block of size 43 free'd ==30662== at 0x1B902490: free (vg_replace_malloc.c:153) ==30662== by 0x80B8A9D: safe_free (lib.c:131) ==30662== by 0x80BB189: mutt_free_envelope (muttlib.c:656) ==30662== by 0x80D6362: imap_fetch_message (message.c:472) ==30662== by 0x808E67C: mx_open_message (mx.c:1417) ==30662== by 0x80616F1: mutt_copy_message (copy.c:677) ==30662== by 0x8059161: mutt_display_message (commands.c:146) ==30662== by 0x806666B: mutt_index_menu (curs_main.c:1144) ==30662== by 0x8082148: main (main.c:934) ==615== ==615== Conditional jump or move depends on uninitialised value(s) ==615== at 0x420291F2: sigaction (in /lib/i686/libc-2.2.5.so) ==615== by 0x80B1E3D: send_msg (sendlib.c:1927) ==615== by 0x80B2395: mutt_invoke_sendmail (sendlib.c:2053) ==615== by 0x80ABEE3: send_message (send.c:993) ==615== by 0x80AD728: ci_send_message (send.c:1676) ==615== by 0x8069716: mutt_index_menu (curs_main.c:1834) ==615== by 0x8082148: main (main.c:934) ==615== ==615== Syscall param sigaction(act) contains uninitialised or unaddressable byte(s) ==615== at 0x4202922D: sigaction (in /lib/i686/libc-2.2.5.so) ==615== by 0x80B1E3D: send_msg (sendlib.c:1927) ==615== by 0x80B2395: mutt_invoke_sendmail (sendlib.c:2053) ==615== by 0x80ABEE3: send_message (send.c:993) ==615== by 0x80AD728: ci_send_message (send.c:1676) ==615== by 0x8069716: mutt_index_menu (curs_main.c:1834) ==615== by 0x8082148: main (main.c:934) ==615== Address 0x52BFCAC0 is on thread 1's stack ==615== ==615== ERROR SUMMARY: 13 errors from 4 contexts (suppressed: 46 from 2) ==615== malloc/free: in use at exit: 434186 bytes in 13331 blocks. ==615== malloc/free: 71541 allocs, 58210 frees, 3856293 bytes allocated. ==615== For counts of detected errors, rerun with: -v ==615== searching for pointers to 13331 not-freed blocks. ==615== checked 5027972 bytes. ==615== ==615== ==615== 6 bytes in 1 blocks are still reachable in loss record 1 of 74 ==615== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==615== by 0x42080AA1: strndup (in /lib/i686/libc-2.2.5.so) ==615== by 0x42021522: _nl_find_locale (in /lib/i686/libc-2.2.5.so) ==615== by 0x42020B1B: setlocale (in /lib/i686/libc-2.2.5.so) ==615== by 0x808120D: main (main.c:534) ==615== ==615== ==615== 8 bytes in 1 blocks are still reachable in loss record 2 of 74 ==615== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==615== by 0x420F54C4: nss_parse_file (in /lib/i686/libc-2.2.5.so) ==615== by 0x420F4D4C: __nss_database_lookup (in /lib/i686/libc-2.2.5.so) ==615== by 0x420F6CA5: __nss_passwd_lookup (in /lib/i686/libc-2.2.5.so) ==615== by 0x420B43C0: getpwuid_r@@GLIBC_2.1.2 (in /lib/i686/libc-2.2.5.so) ==615== by 0x420B3D3A: getpwuid (in /lib/i686/libc-2.2.5.so) ==615== by 0x8074554: mutt_init (init.c:2154) ==615== by 0x8081622: main (main.c:677) ==615== ==615== ==615== 12 bytes in 1 blocks are still reachable in loss record 3 of 74 ==615== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==615== by 0x1B8EE2CD: _dl_map_object_deps_internal (in /lib/ld-2.2.5.so) ==615== by 0x421123CB: dl_open_worker (in /lib/i686/libc-2.2.5.so) ==615== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==615== by 0x42112900: _dl_open (in /lib/i686/libc-2.2.5.so) ==615== by 0x42113630: do_dlopen (in /lib/i686/libc-2.2.5.so) ==615== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==615== by 0x421134DB: __libc_dlopen (in /lib/i686/libc-2.2.5.so) ==615== by 0x420F52E6: __nss_lookup_function (in /lib/i686/libc-2.2.5.so) ==615== by 0x420F5C70: __nss_next (in /lib/i686/libc-2.2.5.so) ==615== ==615== ==615== 12 bytes in 1 blocks are still reachable in loss record 4 of 74 ==615== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==615== by 0x1B9321CC: _nc_add_to_try (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B93809C: _nc_init_keytry (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B938E71: _nc_keypad (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B938BD7: keypad (in /usr/lib/libncurses.so.5.2) ==615== by 0x80810DE: start_curses (main.c:486) ==615== by 0x8081607: main (main.c:674) ==615== ==615== ==615== 16 bytes in 1 blocks are still reachable in loss record 5 of 74 ==615== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==615== by 0x80A5F65: rfc822_cpy_adr_real (rfc822.c:747) ==615== by 0x80A5FED: rfc822_cpy_adr (rfc822.c:771) ==615== by 0x80A6067: rfc822_append (rfc822.c:788) ==615== by 0x80ABA5A: mutt_set_followup_to (send.c:854) ==615== by 0x80B2729: mutt_prepare_envelope (sendlib.c:2164) ==615== by 0x80AD45A: ci_send_message (send.c:1563) ==615== by 0x8069716: mutt_index_menu (curs_main.c:1834) ==615== by 0x8082148: main (main.c:934) ==615== ==615== ==615== 21 bytes in 1 blocks are still reachable in loss record 6 of 74 ==615== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==615== by 0x1BA43F78: set_binding_values (../../gettext-runtime/intl/bindtextdom.c:225) ==615== by 0x1BA4424D: libintl_bindtextdomain (../../gettext-runtime/intl/bindtextdom.c:346) ==615== by 0x8081221: main (main.c:535) ==615== ==615== ==615== 24 bytes in 2 blocks are still reachable in loss record 7 of 74 ==615== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==615== by 0x420F5B5B: nss_new_service (in /lib/i686/libc-2.2.5.so) ==615== by 0x420F543A: __nss_lookup_function (in /lib/i686/libc-2.2.5.so) ==615== by 0x420F5BB5: __nss_lookup (in /lib/i686/libc-2.2.5.so) ==615== by 0x420F6C7E: __nss_passwd_lookup (in /lib/i686/libc-2.2.5.so) ==615== by 0x420B43C0: getpwuid_r@@GLIBC_2.1.2 (in /lib/i686/libc-2.2.5.so) ==615== by 0x420B3D3A: getpwuid (in /lib/i686/libc-2.2.5.so) ==615== by 0x8074554: mutt_init (init.c:2154) ==615== by 0x8081622: main (main.c:677) ==615== ==615== ==615== 24 bytes in 1 blocks are still reachable in loss record 8 of 74 ==615== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==615== by 0x421156EA: __register_frame (in /lib/i686/libc-2.2.5.so) ==615== by 0x42017409: __libc_global_ctors (in /lib/i686/libc-2.2.5.so) ==615== by 0x42017489: _init (in /lib/i686/libc-2.2.5.so) ==615== by 0x1B8EF701: _dl_init_internal (in /lib/ld-2.2.5.so) ==615== by 0x1B8E4B8C: (within /lib/ld-2.2.5.so) ==615== ==615== ==615== 25 bytes in 2 blocks are still reachable in loss record 9 of 74 ==615== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==615== by 0x420A930B: __tzstring (in /lib/i686/libc-2.2.5.so) ==615== by 0x420AA9DF: __tzfile_read (in /lib/i686/libc-2.2.5.so) ==615== by 0x420A9453: tzset_internal (in /lib/i686/libc-2.2.5.so) ==615== by 0x420AA0D2: __tz_convert (in /lib/i686/libc-2.2.5.so) ==615== by 0x420A6107: gmtime (in /lib/i686/libc-2.2.5.so) ==615== by 0x807B258: hdr_format_str (hdrline.c:400) ==615== by 0x80BC1C1: mutt_FormatString (muttlib.c:1077) ==615== by 0x807C5B4: _mutt_make_string (hdrline.c:717) ==615== by 0x8063AB9: index_make_entry (curs_main.c:169) ==615== ==615== ==615== 28 bytes in 1 blocks are still reachable in loss record 10 of 74 ==615== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==615== by 0x1B8E9EA0: _dl_map_object_internal (in /lib/ld-2.2.5.so) ==615== by 0x42112327: dl_open_worker (in /lib/i686/libc-2.2.5.so) ==615== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==615== by 0x42112900: _dl_open (in /lib/i686/libc-2.2.5.so) ==615== by 0x42113630: do_dlopen (in /lib/i686/libc-2.2.5.so) ==615== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==615== by 0x421134DB: __libc_dlopen (in /lib/i686/libc-2.2.5.so) ==615== by 0x4202037B: __gconv_find_shlib (in /lib/i686/libc-2.2.5.so) ==615== by 0x4201FD24: find_module (in /lib/i686/libc-2.2.5.so) ==615== ==615== ==615== 28 bytes in 1 blocks are still reachable in loss record 11 of 74 ==615== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==615== by 0x1B93E89F: read_termtype (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B93EF5C: _nc_read_file_entry (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B93EFDD: _nc_read_tic_entry (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B93F05E: _nc_read_terminfo_dirs (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B93F194: _nc_read_entry (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B939380: grab_entry (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B939517: setupterm (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B927347: newterm (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==615== ==615== ==615== 30 bytes in 1 blocks are still reachable in loss record 12 of 74 ==615== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==615== by 0x1B937FD3: _nc_home_terminfo (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B93F128: _nc_read_entry (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B939380: grab_entry (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B939517: setupterm (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B927347: newterm (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==615== by 0x808109B: start_curses (main.c:476) ==615== by 0x8081607: main (main.c:674) ==615== ==615== ==615== 40 bytes in 5 blocks are still reachable in loss record 13 of 74 ==615== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==615== by 0x420F4F1A: __nss_lookup_function (in /lib/i686/libc-2.2.5.so) ==615== by 0x420F5BB5: __nss_lookup (in /lib/i686/libc-2.2.5.so) ==615== by 0x420F6C7E: __nss_passwd_lookup (in /lib/i686/libc-2.2.5.so) ==615== by 0x420B43C0: getpwuid_r@@GLIBC_2.1.2 (in /lib/i686/libc-2.2.5.so) ==615== by 0x420B3D3A: getpwuid (in /lib/i686/libc-2.2.5.so) ==615== by 0x8074554: mutt_init (init.c:2154) ==615== by 0x8081622: main (main.c:677) ==615== ==615== ==615== 44 bytes in 1 blocks are still reachable in loss record 14 of 74 ==615== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==615== by 0x1B93E90B: read_termtype (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B93EF5C: _nc_read_file_entry (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B93EFDD: _nc_read_tic_entry (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B93F05E: _nc_read_terminfo_dirs (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B93F194: _nc_read_entry (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B939380: grab_entry (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B939517: setupterm (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B927347: newterm (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==615== ==615== ==615== 48 bytes in 1 blocks are still reachable in loss record 15 of 74 ==615== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==615== by 0x1B920E34: start_color (in /usr/lib/libncurses.so.5.2) ==615== by 0x8054F7A: ci_start_color (color.c:153) ==615== by 0x80810C9: start_curses (main.c:485) ==615== by 0x8081607: main (main.c:674) ==615== ==615== ==615== 52 bytes in 1 blocks are still reachable in loss record 16 of 74 ==615== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==615== by 0x42020429: __gconv_find_shlib (in /lib/i686/libc-2.2.5.so) ==615== by 0x4201FD24: find_module (in /lib/i686/libc-2.2.5.so) ==615== by 0x4201FF9E: __gconv_lookup_cache (in /lib/i686/libc-2.2.5.so) ==615== by 0x42019588: __gconv_find_transform (in /lib/i686/libc-2.2.5.so) ==615== by 0x420A57D8: __wcsmbs_load_conv (in /lib/i686/libc-2.2.5.so) ==615== by 0x4208746C: btowc (in /lib/i686/libc-2.2.5.so) ==615== by 0x420CC14F: byte_regex_compile (in /lib/i686/libc-2.2.5.so) ==615== by 0x420D0D6C: regcomp (in /lib/i686/libc-2.2.5.so) ==615== by 0x8055952: add_pattern (color.c:536) ==615== ==615== ==615== 52 bytes in 2 blocks are still reachable in loss record 17 of 74 ==615== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==615== by 0x420261AF: _nl_make_l10nflist (in /lib/i686/libc-2.2.5.so) ==615== by 0x42021674: _nl_find_locale (in /lib/i686/libc-2.2.5.so) ==615== by 0x42020B1B: setlocale (in /lib/i686/libc-2.2.5.so) ==615== by 0x808120D: main (main.c:534) ==615== ==615== ==615== 59 bytes in 2 blocks are still reachable in loss record 18 of 74 ==615== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==615== by 0x42025FB6: _nl_make_l10nflist (in /lib/i686/libc-2.2.5.so) ==615== by 0x42021674: _nl_find_locale (in /lib/i686/libc-2.2.5.so) ==615== by 0x42020B1B: setlocale (in /lib/i686/libc-2.2.5.so) ==615== by 0x808120D: main (main.c:534) ==615== ==615== ==615== 64 bytes in 3 blocks are still reachable in loss record 19 of 74 ==615== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==615== by 0x1B8EA077: _dl_map_object_internal (in /lib/ld-2.2.5.so) ==615== by 0x42112327: dl_open_worker (in /lib/i686/libc-2.2.5.so) ==615== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==615== by 0x42112900: _dl_open (in /lib/i686/libc-2.2.5.so) ==615== by 0x42113630: do_dlopen (in /lib/i686/libc-2.2.5.so) ==615== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==615== by 0x421134DB: __libc_dlopen (in /lib/i686/libc-2.2.5.so) ==615== by 0x420F52E6: __nss_lookup_function (in /lib/i686/libc-2.2.5.so) ==615== by 0x420F5BB5: __nss_lookup (in /lib/i686/libc-2.2.5.so) ==615== ==615== ==615== 78 bytes in 1 blocks are still reachable in loss record 20 of 74 ==615== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==615== by 0x1B93E982: read_termtype (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B93EF5C: _nc_read_file_entry (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B93EFDD: _nc_read_tic_entry (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B93F05E: _nc_read_terminfo_dirs (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B93F194: _nc_read_entry (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B939380: grab_entry (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B939517: setupterm (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B927347: newterm (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==615== ==615== ==615== 84 bytes in 3 blocks are still reachable in loss record 21 of 74 ==615== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==615== by 0x1BC80C29: __res_nsend (in /lib/libresolv-2.2.5.so) ==615== by 0x1BC7FB41: __res_nquery (in /lib/libresolv-2.2.5.so) ==615== by 0x1BC800DA: __res_nquerydomain (in /lib/libresolv-2.2.5.so) ==615== by 0x1BC7FF06: __res_nsearch (in /lib/libresolv-2.2.5.so) ==615== by 0x1BC75061: _nss_dns_gethostbyname2_r (in /lib/libnss_dns-2.2.5.so) ==615== by 0x420F8335: gethostbyname2_r@@GLIBC_2.1.2 (in /lib/i686/libc-2.2.5.so) ==615== by 0x420D35CD: gaih_inet (in /lib/i686/libc-2.2.5.so) ==615== by 0x420D3D8A: getaddrinfo (in /lib/i686/libc-2.2.5.so) ==615== by 0x80CD715: raw_socket_open (mutt_socket.c:436) ==615== ==615== ==615== 84 bytes in 3 blocks are definitely lost in loss record 22 of 74 ==615== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==615== by 0x1BC80C29: __res_nsend (in /lib/libresolv-2.2.5.so) ==615== by 0x1BC7FB41: __res_nquery (in /lib/libresolv-2.2.5.so) ==615== by 0x1BC800DA: __res_nquerydomain (in /lib/libresolv-2.2.5.so) ==615== by 0x1BC7FF06: __res_nsearch (in /lib/libresolv-2.2.5.so) ==615== by 0x1BC75061: _nss_dns_gethostbyname2_r (in /lib/libnss_dns-2.2.5.so) ==615== by 0x420F8335: gethostbyname2_r@@GLIBC_2.1.2 (in /lib/i686/libc-2.2.5.so) ==615== by 0x420D370D: gaih_inet (in /lib/i686/libc-2.2.5.so) ==615== by 0x420D3D8A: getaddrinfo (in /lib/i686/libc-2.2.5.so) ==615== by 0x80CD715: raw_socket_open (mutt_socket.c:436) ==615== ==615== ==615== 88 bytes in 6 blocks are still reachable in loss record 23 of 74 ==615== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==615== by 0x42080A3B: strdup (in /lib/i686/libc-2.2.5.so) ==615== by 0x1BA440F6: set_binding_values (../../gettext-runtime/intl/bindtextdom.c:248) ==615== by 0x1BA4424D: libintl_bindtextdomain (../../gettext-runtime/intl/bindtextdom.c:346) ==615== by 0x8081221: main (main.c:535) ==615== ==615== ==615== 92 bytes in 3 blocks are still reachable in loss record 24 of 74 ==615== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==615== by 0x1B8EE37D: _dl_map_object_deps_internal (in /lib/ld-2.2.5.so) ==615== by 0x421123CB: dl_open_worker (in /lib/i686/libc-2.2.5.so) ==615== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==615== by 0x42112900: _dl_open (in /lib/i686/libc-2.2.5.so) ==615== by 0x42113630: do_dlopen (in /lib/i686/libc-2.2.5.so) ==615== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==615== by 0x421134DB: __libc_dlopen (in /lib/i686/libc-2.2.5.so) ==615== by 0x420F52E6: __nss_lookup_function (in /lib/i686/libc-2.2.5.so) ==615== by 0x420F5BB5: __nss_lookup (in /lib/i686/libc-2.2.5.so) ==615== ==615== ==615== 92 bytes in 4 blocks are still reachable in loss record 25 of 74 ==615== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==615== by 0x1B8ECBAB: _dl_new_object (in /lib/ld-2.2.5.so) ==615== by 0x1B8E89EE: _dl_map_object_from_fd (in /lib/ld-2.2.5.so) ==615== by 0x1B8E9DB6: _dl_map_object_internal (in /lib/ld-2.2.5.so) ==615== by 0x42112327: dl_open_worker (in /lib/i686/libc-2.2.5.so) ==615== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==615== by 0x42112900: _dl_open (in /lib/i686/libc-2.2.5.so) ==615== by 0x42113630: do_dlopen (in /lib/i686/libc-2.2.5.so) ==615== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==615== by 0x421134DB: __libc_dlopen (in /lib/i686/libc-2.2.5.so) ==615== ==615== ==615== 96 bytes in 1 blocks are still reachable in loss record 26 of 74 ==615== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==615== by 0x1B91EAA6: _nc_hash_map (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B91E16E: _nc_scroll_optimize (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B92D3B9: doupdate (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B9287FA: wrefresh (in /usr/lib/libncurses.so.5.2) ==615== by 0x8061FDB: mutt_refresh (curs_lib.c:62) ==615== by 0x8062A93: mutt_curses_message (curs_lib.c:339) ==615== by 0x80CD6F5: raw_socket_open (mutt_socket.c:433) ==615== by 0x80CCEF8: mutt_socket_open (mutt_socket.c:59) ==615== by 0x80D2FE4: imap_open_connection (imap.c:413) ==615== ==615== ==615== 96 bytes in 1 blocks are still reachable in loss record 27 of 74 ==615== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==615== by 0x1B91EA7D: _nc_hash_map (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B91E16E: _nc_scroll_optimize (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B92D3B9: doupdate (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B9287FA: wrefresh (in /usr/lib/libncurses.so.5.2) ==615== by 0x8061FDB: mutt_refresh (curs_lib.c:62) ==615== by 0x8062A93: mutt_curses_message (curs_lib.c:339) ==615== by 0x80CD6F5: raw_socket_open (mutt_socket.c:433) ==615== by 0x80CCEF8: mutt_socket_open (mutt_socket.c:59) ==615== by 0x80D2FE4: imap_open_connection (imap.c:413) ==615== ==615== ==615== 96 bytes in 6 blocks are still reachable in loss record 28 of 74 ==615== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==615== by 0x420E5C7C: tsearch (in /lib/i686/libc-2.2.5.so) ==615== by 0x420F4EDC: __nss_lookup_function (in /lib/i686/libc-2.2.5.so) ==615== by 0x420F5BB5: __nss_lookup (in /lib/i686/libc-2.2.5.so) ==615== by 0x420F6C7E: __nss_passwd_lookup (in /lib/i686/libc-2.2.5.so) ==615== by 0x420B43C0: getpwuid_r@@GLIBC_2.1.2 (in /lib/i686/libc-2.2.5.so) ==615== by 0x420B3D3A: getpwuid (in /lib/i686/libc-2.2.5.so) ==615== by 0x8074554: mutt_init (init.c:2154) ==615== by 0x8081622: main (main.c:677) ==615== ==615== ==615== 128 bytes in 2 blocks are still reachable in loss record 29 of 74 ==615== at 0x1B902A2F: realloc (vg_replace_malloc.c:197) ==615== by 0x420CA4BD: byte_regex_compile (in /lib/i686/libc-2.2.5.so) ==615== by 0x420D0D6C: regcomp (in /lib/i686/libc-2.2.5.so) ==615== by 0x80BCBDE: mutt_compile_regexp (muttlib.c:1435) ==615== by 0x806FEB7: add_to_rx_list (init.c:335) ==615== by 0x8070B9F: parse_subscribe (init.c:766) ==615== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==615== by 0x8072F43: source_rc (init.c:1636) ==615== by 0x807316D: parse_source (init.c:1686) ==615== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==615== ==615== ==615== 128 bytes in 2 blocks are still reachable in loss record 30 of 74 ==615== at 0x1B902A2F: realloc (vg_replace_malloc.c:197) ==615== by 0x420CA77F: byte_regex_compile (in /lib/i686/libc-2.2.5.so) ==615== by 0x420D0D6C: regcomp (in /lib/i686/libc-2.2.5.so) ==615== by 0x80BCBDE: mutt_compile_regexp (muttlib.c:1435) ==615== by 0x806FEB7: add_to_rx_list (init.c:335) ==615== by 0x8070B9F: parse_subscribe (init.c:766) ==615== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==615== by 0x8072F43: source_rc (init.c:1636) ==615== by 0x807316D: parse_source (init.c:1686) ==615== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==615== ==615== ==615== 128 bytes in 2 blocks are still reachable in loss record 31 of 74 ==615== at 0x1B902A2F: realloc (vg_replace_malloc.c:197) ==615== by 0x420CA39D: byte_regex_compile (in /lib/i686/libc-2.2.5.so) ==615== by 0x420D0D6C: regcomp (in /lib/i686/libc-2.2.5.so) ==615== by 0x80BCBDE: mutt_compile_regexp (muttlib.c:1435) ==615== by 0x806FEB7: add_to_rx_list (init.c:335) ==615== by 0x8070B9F: parse_subscribe (init.c:766) ==615== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==615== by 0x8072F43: source_rc (init.c:1636) ==615== by 0x807316D: parse_source (init.c:1686) ==615== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==615== ==615== ==615== 128 bytes in 1 blocks are still reachable in loss record 32 of 74 ==615== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==615== by 0x1B920DA8: start_color (in /usr/lib/libncurses.so.5.2) ==615== by 0x8054F7A: ci_start_color (color.c:153) ==615== by 0x80810C9: start_curses (main.c:485) ==615== by 0x8081607: main (main.c:674) ==615== ==615== ==615== 168 bytes in 2 blocks are still reachable in loss record 33 of 74 ==615== at 0x1B902A2F: realloc (vg_replace_malloc.c:197) ==615== by 0x1B937DDB: _nc_doalloc (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B93A39D: really_get_space (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B93B1BD: tparm (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B925B66: _nc_mvcur_init (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B927627: newterm (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==615== by 0x808109B: start_curses (main.c:476) ==615== by 0x8081607: main (main.c:674) ==615== ==615== ==615== 168 bytes in 1 blocks are still reachable in loss record 34 of 74 ==615== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==615== by 0x1B9394BF: setupterm (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B927347: newterm (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==615== by 0x808109B: start_curses (main.c:476) ==615== by 0x8081607: main (main.c:674) ==615== ==615== ==615== 171 bytes in 11 blocks are still reachable in loss record 35 of 74 ==615== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==615== by 0x420F5A97: nss_getline (in /lib/i686/libc-2.2.5.so) ==615== by 0x420F5543: nss_parse_file (in /lib/i686/libc-2.2.5.so) ==615== by 0x420F4D4C: __nss_database_lookup (in /lib/i686/libc-2.2.5.so) ==615== by 0x420F6CA5: __nss_passwd_lookup (in /lib/i686/libc-2.2.5.so) ==615== by 0x420B43C0: getpwuid_r@@GLIBC_2.1.2 (in /lib/i686/libc-2.2.5.so) ==615== by 0x420B3D3A: getpwuid (in /lib/i686/libc-2.2.5.so) ==615== by 0x8074554: mutt_init (init.c:2154) ==615== by 0x8081622: main (main.c:677) ==615== ==615== ==615== 183 bytes in 27 blocks are definitely lost in loss record 36 of 74 ==615== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==615== by 0x80B8997: safe_malloc (lib.c:84) ==615== by 0x80B8B12: safe_strdup (lib.c:155) ==615== by 0x80D8A50: imap_munge_mbox_name (util.c:496) ==615== by 0x80D4AF4: imap_mailbox_check (imap.c:1231) ==615== by 0x80549B0: mutt_buffy_check (buffy.c:404) ==615== by 0x80647E7: mutt_index_menu (curs_main.c:524) ==615== by 0x8082148: main (main.c:934) ==615== ==615== ==615== 224 bytes in 2 blocks are still reachable in loss record 37 of 74 ==615== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==615== by 0x4201FF29: __gconv_lookup_cache (in /lib/i686/libc-2.2.5.so) ==615== by 0x42019588: __gconv_find_transform (in /lib/i686/libc-2.2.5.so) ==615== by 0x420A57D8: __wcsmbs_load_conv (in /lib/i686/libc-2.2.5.so) ==615== by 0x4208746C: btowc (in /lib/i686/libc-2.2.5.so) ==615== by 0x420CC14F: byte_regex_compile (in /lib/i686/libc-2.2.5.so) ==615== by 0x420D0D6C: regcomp (in /lib/i686/libc-2.2.5.so) ==615== by 0x8055952: add_pattern (color.c:536) ==615== by 0x8056235: _mutt_parse_color (color.c:734) ==615== by 0x8056468: mutt_parse_color (color.c:786) ==615== ==615== ==615== 256 bytes in 3 blocks are still reachable in loss record 38 of 74 ==615== at 0x1B902A2F: realloc (vg_replace_malloc.c:197) ==615== by 0x420C9FDD: byte_regex_compile (in /lib/i686/libc-2.2.5.so) ==615== by 0x420D0D6C: regcomp (in /lib/i686/libc-2.2.5.so) ==615== by 0x8055952: add_pattern (color.c:536) ==615== by 0x8056235: _mutt_parse_color (color.c:734) ==615== by 0x8056468: mutt_parse_color (color.c:786) ==615== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==615== by 0x8072F43: source_rc (init.c:1636) ==615== by 0x807316D: parse_source (init.c:1686) ==615== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==615== ==615== ==615== 300 bytes in 25 blocks are still reachable in loss record 39 of 74 ==615== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==615== by 0x1B93222B: _nc_add_to_try (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B93809C: _nc_init_keytry (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B938E71: _nc_keypad (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B938BD7: keypad (in /usr/lib/libncurses.so.5.2) ==615== by 0x80810DE: start_curses (main.c:486) ==615== by 0x8081607: main (main.c:674) ==615== ==615== ==615== 336 bytes in 21 blocks are still reachable in loss record 40 of 74 ==615== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==615== by 0x80A55B0: rfc822_parse_adrlist (rfc822.c:433) ==615== by 0x8098510: mutt_parse_rfc822_line (parse.c:1202) ==615== by 0x8098A54: mutt_read_rfc822_header (parse.c:1393) ==615== by 0x80D5C10: imap_read_headers (message.c:274) ==615== by 0x80D392A: imap_open_mailbox (imap.c:724) ==615== by 0x808CC1F: mx_open_mailbox (mx.c:698) ==615== by 0x808212C: main (main.c:931) ==615== ==615== ==615== 336 bytes in 21 blocks are still reachable in loss record 41 of 74 ==615== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==615== by 0x80A5403: rfc822_parse_adrlist (rfc822.c:394) ==615== by 0x8098510: mutt_parse_rfc822_line (parse.c:1202) ==615== by 0x8098A54: mutt_read_rfc822_header (parse.c:1393) ==615== by 0x80D5C10: imap_read_headers (message.c:274) ==615== by 0x80D392A: imap_open_mailbox (imap.c:724) ==615== by 0x808CC1F: mx_open_mailbox (mx.c:698) ==615== by 0x808212C: main (main.c:931) ==615== ==615== ==615== 360 bytes in 3 blocks are still reachable in loss record 42 of 74 ==615== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==615== by 0x1B927ADC: _nc_makenew (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B927832: newwin (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B929970: _nc_setupscreen (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B92745B: newterm (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==615== by 0x808109B: start_curses (main.c:476) ==615== by 0x8081607: main (main.c:674) ==615== ==615== ==615== 380 bytes in 1 blocks are still reachable in loss record 43 of 74 ==615== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==615== by 0x4202190B: _nl_load_locale (in /lib/i686/libc-2.2.5.so) ==615== by 0x4202162E: _nl_find_locale (in /lib/i686/libc-2.2.5.so) ==615== by 0x42020B1B: setlocale (in /lib/i686/libc-2.2.5.so) ==615== by 0x808120D: main (main.c:534) ==615== ==615== ==615== 454 bytes in 12 blocks are still reachable in loss record 44 of 74 ==615== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==615== by 0x420F5624: nss_parse_service_list (in /lib/i686/libc-2.2.5.so) ==615== by 0x420F5ABB: nss_getline (in /lib/i686/libc-2.2.5.so) ==615== by 0x420F5543: nss_parse_file (in /lib/i686/libc-2.2.5.so) ==615== by 0x420F4D4C: __nss_database_lookup (in /lib/i686/libc-2.2.5.so) ==615== by 0x420F6CA5: __nss_passwd_lookup (in /lib/i686/libc-2.2.5.so) ==615== by 0x420B43C0: getpwuid_r@@GLIBC_2.1.2 (in /lib/i686/libc-2.2.5.so) ==615== by 0x420B3D3A: getpwuid (in /lib/i686/libc-2.2.5.so) ==615== by 0x8074554: mutt_init (init.c:2154) ==615== by 0x8081622: main (main.c:677) ==615== ==615== ==615== 456 bytes in 38 blocks are still reachable in loss record 45 of 74 ==615== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==615== by 0x1B9321AB: _nc_add_to_try (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B93809C: _nc_init_keytry (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B938E71: _nc_keypad (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B938BD7: keypad (in /usr/lib/libncurses.so.5.2) ==615== by 0x80810DE: start_curses (main.c:486) ==615== by 0x8081607: main (main.c:674) ==615== ==615== ==615== 496 bytes in 4 blocks are still reachable in loss record 46 of 74 ==615== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==615== by 0x1B8F06EB: _dl_check_map_versions_internal (in /lib/ld-2.2.5.so) ==615== by 0x421126EF: dl_open_worker (in /lib/i686/libc-2.2.5.so) ==615== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==615== by 0x42112900: _dl_open (in /lib/i686/libc-2.2.5.so) ==615== by 0x42113630: do_dlopen (in /lib/i686/libc-2.2.5.so) ==615== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==615== by 0x421134DB: __libc_dlopen (in /lib/i686/libc-2.2.5.so) ==615== by 0x420F52E6: __nss_lookup_function (in /lib/i686/libc-2.2.5.so) ==615== by 0x420F5BB5: __nss_lookup (in /lib/i686/libc-2.2.5.so) ==615== ==615== ==615== 716 bytes in 1 blocks are still reachable in loss record 47 of 74 ==615== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==615== by 0x420AA595: __tzfile_read (in /lib/i686/libc-2.2.5.so) ==615== by 0x420A9453: tzset_internal (in /lib/i686/libc-2.2.5.so) ==615== by 0x420AA0D2: __tz_convert (in /lib/i686/libc-2.2.5.so) ==615== by 0x420A6107: gmtime (in /lib/i686/libc-2.2.5.so) ==615== by 0x807B258: hdr_format_str (hdrline.c:400) ==615== by 0x80BC1C1: mutt_FormatString (muttlib.c:1077) ==615== by 0x807C5B4: _mutt_make_string (hdrline.c:717) ==615== by 0x8063AB9: index_make_entry (curs_main.c:169) ==615== by 0x80855AE: menu_make_entry (menu.c:154) ==615== ==615== ==615== 800 bytes in 1 blocks are still reachable in loss record 48 of 74 ==615== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==615== by 0x1B9029B6: realloc (vg_replace_malloc.c:189) ==615== by 0x42025D19: extend_alias_table (in /lib/i686/libc-2.2.5.so) ==615== by 0x42025A91: read_alias_file (in /lib/i686/libc-2.2.5.so) ==615== by 0x420257C3: _nl_expand_alias (in /lib/i686/libc-2.2.5.so) ==615== by 0x4202123B: _nl_find_locale (in /lib/i686/libc-2.2.5.so) ==615== by 0x42020B1B: setlocale (in /lib/i686/libc-2.2.5.so) ==615== by 0x808120D: main (main.c:534) ==615== ==615== ==615== 864 bytes in 3 blocks are still reachable in loss record 49 of 74 ==615== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==615== by 0x1B927B00: _nc_makenew (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B927832: newwin (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B929970: _nc_setupscreen (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B92745B: newterm (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==615== by 0x808109B: start_curses (main.c:476) ==615== by 0x8081607: main (main.c:674) ==615== ==615== ==615== 951 bytes in 1 blocks are still reachable in loss record 50 of 74 ==615== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==615== by 0x1B93E81C: read_termtype (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B93EF5C: _nc_read_file_entry (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B93EFDD: _nc_read_tic_entry (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B93F05E: _nc_read_terminfo_dirs (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B93F194: _nc_read_entry (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B939380: grab_entry (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B939517: setupterm (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B927347: newterm (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==615== ==615== ==615== 1000 bytes in 1 blocks are still reachable in loss record 51 of 74 ==615== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==615== by 0x1B91E950: _nc_hash_map (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B91E16E: _nc_scroll_optimize (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B92D3B9: doupdate (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B9287FA: wrefresh (in /usr/lib/libncurses.so.5.2) ==615== by 0x8061FDB: mutt_refresh (curs_lib.c:62) ==615== by 0x8062A93: mutt_curses_message (curs_lib.c:339) ==615== by 0x80CD6F5: raw_socket_open (mutt_socket.c:433) ==615== by 0x80CCEF8: mutt_socket_open (mutt_socket.c:59) ==615== by 0x80D2FE4: imap_open_connection (imap.c:413) ==615== ==615== ==615== 1024 bytes in 1 blocks are still reachable in loss record 52 of 74 ==615== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==615== by 0x420B3C87: getpwnam (in /lib/i686/libc-2.2.5.so) ==615== by 0x804CB5A: mutt_expand_aliases_r (alias.c:90) ==615== by 0x804CC30: mutt_expand_aliases (alias.c:131) ==615== by 0x80AA127: edit_address (send.c:203) ==615== by 0x80AA1DE: edit_envelope (send.c:221) ==615== by 0x80AC5AA: ci_send_message (send.c:1199) ==615== by 0x8069716: mutt_index_menu (curs_main.c:1834) ==615== by 0x8082148: main (main.c:934) ==615== ==615== ==615== 1024 bytes in 1 blocks are still reachable in loss record 53 of 74 ==615== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==615== by 0x420FA077: getservbyname (in /lib/i686/libc-2.2.5.so) ==615== by 0x80D7D83: imap_parse_path (util.c:84) ==615== by 0x80D7CD9: imap_expand_path (util.c:57) ==615== by 0x80BAB66: _mutt_expand_path (muttlib.c:482) ==615== by 0x80BA4C9: mutt_expand_path (muttlib.c:326) ==615== by 0x80544D8: mutt_parse_mailboxes (buffy.c:197) ==615== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==615== by 0x8072F43: source_rc (init.c:1636) ==615== by 0x807316D: parse_source (init.c:1686) ==615== ==615== ==615== 1024 bytes in 1 blocks are still reachable in loss record 54 of 74 ==615== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==615== by 0x420B3E07: getpwuid (in /lib/i686/libc-2.2.5.so) ==615== by 0x8074554: mutt_init (init.c:2154) ==615== by 0x8081622: main (main.c:677) ==615== ==615== ==615== 1088 bytes in 12 blocks are still reachable in loss record 55 of 74 ==615== at 0x1B902A2F: realloc (vg_replace_malloc.c:197) ==615== by 0x420CB29D: byte_regex_compile (in /lib/i686/libc-2.2.5.so) ==615== by 0x420D0D6C: regcomp (in /lib/i686/libc-2.2.5.so) ==615== by 0x80717D8: mutt_restore_default (init.c:1131) ==615== by 0x8074AEC: mutt_init (init.c:2276) ==615== by 0x8081622: main (main.c:677) ==615== ==615== ==615== 1460 bytes in 1 blocks are still reachable in loss record 56 of 74 ==615== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==615== by 0x1B929749: _nc_setupscreen (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B92745B: newterm (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==615== by 0x808109B: start_curses (main.c:476) ==615== by 0x8081607: main (main.c:674) ==615== ==615== ==615== 1536 bytes in 2 blocks are still reachable in loss record 57 of 74 ==615== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==615== by 0x80B8A3B: safe_realloc (lib.c:113) ==615== by 0x80630AF: mutt_ungetch (curs_lib.c:488) ==615== by 0x807F4AF: retry_generic (keymap.c:353) ==615== by 0x807F778: km_dokey (keymap.c:447) ==615== by 0x8064B12: mutt_index_menu (curs_main.c:583) ==615== by 0x8082148: main (main.c:934) ==615== ==615== ==615== 1656 bytes in 1 blocks are still reachable in loss record 58 of 74 ==615== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==615== by 0x1B93E9E7: read_termtype (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B93EF5C: _nc_read_file_entry (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B93EFDD: _nc_read_tic_entry (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B93F05E: _nc_read_terminfo_dirs (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B93F194: _nc_read_entry (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B939380: grab_entry (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B939517: setupterm (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B927347: newterm (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==615== ==615== ==615== 1728 bytes in 27 blocks are still reachable in loss record 59 of 74 ==615== at 0x1B902A2F: realloc (vg_replace_malloc.c:197) ==615== by 0x420CA0BD: byte_regex_compile (in /lib/i686/libc-2.2.5.so) ==615== by 0x420D0D6C: regcomp (in /lib/i686/libc-2.2.5.so) ==615== by 0x80991BC: eat_regexp (pattern.c:248) ==615== by 0x809A411: mutt_pattern_comp (pattern.c:811) ==615== by 0x8055889: add_pattern (color.c:527) ==615== by 0x8056284: _mutt_parse_color (color.c:737) ==615== by 0x8056468: mutt_parse_color (color.c:786) ==615== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==615== by 0x8072F43: source_rc (init.c:1636) ==615== ==615== ==615== 2041 bytes in 2 blocks are still reachable in loss record 60 of 74 ==615== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==615== by 0x1B937E08: _nc_doalloc (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B92C2B6: _nc_printf_string (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B928684: vwprintw (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B92857B: printw (in /usr/lib/libncurses.so.5.2) ==615== by 0x8092D75: mutt_pager (pager.c:1729) ==615== by 0x805944F: mutt_display_message (commands.c:211) ==615== by 0x806666B: mutt_index_menu (curs_main.c:1144) ==615== by 0x8082148: main (main.c:934) ==615== ==615== ==615== 2048 bytes in 1 blocks are still reachable in loss record 61 of 74 ==615== at 0x1B902A2F: realloc (vg_replace_malloc.c:197) ==615== by 0x42025B1A: read_alias_file (in /lib/i686/libc-2.2.5.so) ==615== by 0x420257C3: _nl_expand_alias (in /lib/i686/libc-2.2.5.so) ==615== by 0x4202123B: _nl_find_locale (in /lib/i686/libc-2.2.5.so) ==615== by 0x42020B1B: setlocale (in /lib/i686/libc-2.2.5.so) ==615== by 0x808120D: main (main.c:534) ==615== ==615== ==615== 2064 bytes in 1 blocks are still reachable in loss record 62 of 74 ==615== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==615== by 0x1B93F22E: _nc_set_buffer (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B92977B: _nc_setupscreen (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B92745B: newterm (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==615== by 0x808109B: start_curses (main.c:476) ==615== by 0x8081607: main (main.c:674) ==615== ==615== ==615== 2221 bytes in 4 blocks are still reachable in loss record 63 of 74 ==615== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==615== by 0x1B8EC98B: _dl_new_object (in /lib/ld-2.2.5.so) ==615== by 0x1B8E89EE: _dl_map_object_from_fd (in /lib/ld-2.2.5.so) ==615== by 0x1B8E9DB6: _dl_map_object_internal (in /lib/ld-2.2.5.so) ==615== by 0x42112327: dl_open_worker (in /lib/i686/libc-2.2.5.so) ==615== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==615== by 0x42112900: _dl_open (in /lib/i686/libc-2.2.5.so) ==615== by 0x42113630: do_dlopen (in /lib/i686/libc-2.2.5.so) ==615== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==615== by 0x421134DB: __libc_dlopen (in /lib/i686/libc-2.2.5.so) ==615== ==615== ==615== 2912 bytes in 91 blocks are still reachable in loss record 64 of 74 ==615== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==615== by 0x420CD829: byte_regex_compile (in /lib/i686/libc-2.2.5.so) ==615== by 0x420D0D6C: regcomp (in /lib/i686/libc-2.2.5.so) ==615== by 0x80722E3: parse_set (init.c:1367) ==615== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==615== by 0x8072F43: source_rc (init.c:1636) ==615== by 0x807316D: parse_source (init.c:1686) ==615== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==615== by 0x8072F43: source_rc (init.c:1636) ==615== by 0x8074F8A: mutt_init (init.c:2364) ==615== ==615== ==615== 4224 bytes in 2 blocks are still reachable in loss record 65 of 74 ==615== at 0x1B902A2F: realloc (vg_replace_malloc.c:197) ==615== by 0x1B9A3060: CRYPTO_realloc (in /lib/libcrypto.so.0.9.6b) ==615== by 0x1B9DA664: expand (in /lib/libcrypto.so.0.9.6b) ==615== by 0x1B9DA3F6: lh_insert (in /lib/libcrypto.so.0.9.6b) ==615== by 0x1B9DC476: ERR_load_strings (in /lib/libcrypto.so.0.9.6b) ==615== by 0x1B9C7548: ERR_load_DSO_strings (in /lib/libcrypto.so.0.9.6b) ==615== by 0x1B9DD249: ERR_load_crypto_strings (in /lib/libcrypto.so.0.9.6b) ==615== by 0x1B96C39A: SSL_load_error_strings (in /lib/libssl.so.0.9.6b) ==615== by 0x80CDF06: ssl_init (mutt_ssl.c:183) ==615== by 0x80CE062: ssl_socket_setup (mutt_ssl.c:234) ==615== ==615== ==615== 8944 bytes in 559 blocks are still reachable in loss record 66 of 74 ==615== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==615== by 0x80A5118: add_addrspec (rfc822.c:323) ==615== by 0x80A58CD: rfc822_parse_adrlist (rfc822.c:494) ==615== by 0x8098C1F: mutt_parse_adrlist (parse.c:1451) ==615== by 0x8070F78: parse_alias (init.c:885) ==615== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==615== by 0x8072F43: source_rc (init.c:1636) ==615== by 0x807316D: parse_source (init.c:1686) ==615== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==615== by 0x8072F43: source_rc (init.c:1636) ==615== ==615== ==615== 10400 bytes in 650 blocks are still reachable in loss record 67 of 74 ==615== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==615== by 0x80A5670: rfc822_parse_adrlist (rfc822.c:449) ==615== by 0x8098C40: mutt_parse_adrlist (parse.c:1456) ==615== by 0x8070F78: parse_alias (init.c:885) ==615== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==615== by 0x8072F43: source_rc (init.c:1636) ==615== by 0x807316D: parse_source (init.c:1686) ==615== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==615== by 0x8072F43: source_rc (init.c:1636) ==615== by 0x8074F8A: mutt_init (init.c:2364) ==615== ==615== ==615== 19132 bytes in 1565 blocks are still reachable in loss record 68 of 74 ==615== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==615== by 0x1B9A2FDC: CRYPTO_malloc (in /lib/libcrypto.so.0.9.6b) ==615== by 0x1B9C8CD6: ENGINE_new (in /lib/libcrypto.so.0.9.6b) ==615== by 0x1B9CD678: ENGINE_ubsec (in /lib/libcrypto.so.0.9.6b) ==615== by 0x1B9C87E8: engine_internal_check (in /lib/libcrypto.so.0.9.6b) ==615== by 0x1B9C887F: ENGINE_get_first (in /lib/libcrypto.so.0.9.6b) ==615== by 0x1B9C7C4A: engine_def_check (in /lib/libcrypto.so.0.9.6b) ==615== by 0x1B9C810D: engine_get_default_type (in /lib/libcrypto.so.0.9.6b) ==615== by 0x1B9C821C: ENGINE_get_default_RAND (in /lib/libcrypto.so.0.9.6b) ==615== by 0x1B9DBB60: RAND_get_rand_method (in /lib/libcrypto.so.0.9.6b) ==615== ==615== ==615== 20269 bytes in 466 blocks are still reachable in loss record 69 of 74 ==615== at 0x1B902A2F: realloc (vg_replace_malloc.c:197) ==615== by 0x80B8A2B: safe_realloc (lib.c:109) ==615== by 0x80B8C8A: mutt_str_adjust (lib.c:208) ==615== by 0x80A8D27: rfc2047_decode (rfc2047.c:766) ==615== by 0x8098B1A: mutt_read_rfc822_header (parse.c:1418) ==615== by 0x80D6389: imap_fetch_message (message.c:473) ==615== by 0x808E67C: mx_open_message (mx.c:1417) ==615== by 0x80616F1: mutt_copy_message (copy.c:677) ==615== by 0x8059161: mutt_display_message (commands.c:146) ==615== by 0x806666B: mutt_index_menu (curs_main.c:1144) ==615== ==615== ==615== 23040 bytes in 72 blocks are still reachable in loss record 70 of 74 ==615== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==615== by 0x1B92787A: newwin (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B929970: _nc_setupscreen (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B92745B: newterm (in /usr/lib/libncurses.so.5.2) ==615== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==615== by 0x808109B: start_curses (main.c:476) ==615== by 0x8081607: main (main.c:674) ==615== ==615== ==615== 34048 bytes in 133 blocks are still reachable in loss record 71 of 74 ==615== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==615== by 0x420D0C2F: regcomp (in /lib/i686/libc-2.2.5.so) ==615== by 0x80717D8: mutt_restore_default (init.c:1131) ==615== by 0x8074AEC: mutt_init (init.c:2276) ==615== by 0x8081622: main (main.c:677) ==615== ==615== ==615== 35584 bytes in 139 blocks are still reachable in loss record 72 of 74 ==615== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==615== by 0x420D0C10: regcomp (in /lib/i686/libc-2.2.5.so) ==615== by 0x80717D8: mutt_restore_default (init.c:1131) ==615== by 0x8074AEC: mutt_init (init.c:2276) ==615== by 0x8081622: main (main.c:677) ==615== ==615== ==615== 115969 bytes in 6174 blocks are still reachable in loss record 73 of 74 ==615== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==615== by 0x80B8997: safe_malloc (lib.c:84) ==615== by 0x807A329: hash_insert (hash.c:68) ==615== by 0x80B6E6B: mutt_sort_threads (thread.c:835) ==615== by 0x80B4554: mutt_sort_headers (sort.c:291) ==615== by 0x80D2BD6: imap_expunge_mailbox (imap.c:257) ==615== by 0x80D1DCF: imap_cmd_finish (command.c:271) ==615== by 0x80D1AE9: imap_cmd_step (command.c:157) ==615== by 0x80D1C7F: imap_exec (command.c:210) ==615== by 0x80D4776: imap_sync_mailbox (imap.c:1099) ==615== ==615== ==615== 130220 bytes in 3184 blocks are still reachable in loss record 74 of 74 ==615== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==615== by 0x80B8935: safe_calloc (lib.c:69) ==615== by 0x80B6E32: mutt_sort_threads (thread.c:831) ==615== by 0x80B4554: mutt_sort_headers (sort.c:291) ==615== by 0x80D2BD6: imap_expunge_mailbox (imap.c:257) ==615== by 0x80D1DCF: imap_cmd_finish (command.c:271) ==615== by 0x80D1AE9: imap_cmd_step (command.c:157) ==615== by 0x80D1C7F: imap_exec (command.c:210) ==615== by 0x80D4776: imap_sync_mailbox (imap.c:1099) ==615== by 0x808E012: mx_sync_mailbox (mx.c:1177) ==615== ==615== LEAK SUMMARY: ==615== definitely lost: 267 bytes in 30 blocks. ==615== possibly lost: 0 bytes in 0 blocks. ==615== still reachable: 433919 bytes in 13301 blocks. ==615== suppressed: 0 bytes in 0 blocks. ==30662== Warning: invalid file descriptor -1 in syscall close() ==30662== ==30662== ERROR SUMMARY: 11 errors from 2 contexts (suppressed: 46 from 2) ==30662== malloc/free: in use at exit: 173748 bytes in 3766 blocks. ==30662== malloc/free: 122019 allocs, 118253 frees, 6022154 bytes allocated. ==30662== For counts of detected errors, rerun with: -v ==30662== searching for pointers to 3766 not-freed blocks. ==30662== checked 4773544 bytes. ==30662== ==30662== ==30662== 6 bytes in 1 blocks are still reachable in loss record 1 of 70 ==30662== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==30662== by 0x42080AA1: strndup (in /lib/i686/libc-2.2.5.so) ==30662== by 0x42021522: _nl_find_locale (in /lib/i686/libc-2.2.5.so) ==30662== by 0x42020B1B: setlocale (in /lib/i686/libc-2.2.5.so) ==30662== by 0x808120D: main (main.c:534) ==30662== ==30662== ==30662== 8 bytes in 1 blocks are still reachable in loss record 2 of 70 ==30662== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==30662== by 0x420F54C4: nss_parse_file (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420F4D4C: __nss_database_lookup (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420F6CA5: __nss_passwd_lookup (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420B43C0: getpwuid_r@@GLIBC_2.1.2 (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420B3D3A: getpwuid (in /lib/i686/libc-2.2.5.so) ==30662== by 0x8074554: mutt_init (init.c:2154) ==30662== by 0x8081622: main (main.c:677) ==30662== ==30662== ==30662== 12 bytes in 1 blocks are still reachable in loss record 3 of 70 ==30662== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==30662== by 0x1B8EE2CD: _dl_map_object_deps_internal (in /lib/ld-2.2.5.so) ==30662== by 0x421123CB: dl_open_worker (in /lib/i686/libc-2.2.5.so) ==30662== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==30662== by 0x42112900: _dl_open (in /lib/i686/libc-2.2.5.so) ==30662== by 0x42113630: do_dlopen (in /lib/i686/libc-2.2.5.so) ==30662== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==30662== by 0x421134DB: __libc_dlopen (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420F52E6: __nss_lookup_function (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420F5C70: __nss_next (in /lib/i686/libc-2.2.5.so) ==30662== ==30662== ==30662== 12 bytes in 1 blocks are still reachable in loss record 4 of 70 ==30662== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==30662== by 0x1B9321CC: _nc_add_to_try (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B93809C: _nc_init_keytry (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B938E71: _nc_keypad (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B938BD7: keypad (in /usr/lib/libncurses.so.5.2) ==30662== by 0x80810DE: start_curses (main.c:486) ==30662== by 0x8081607: main (main.c:674) ==30662== ==30662== ==30662== 21 bytes in 1 blocks are still reachable in loss record 5 of 70 ==30662== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==30662== by 0x1BA43F78: set_binding_values (../../gettext-runtime/intl/bindtextdom.c:225) ==30662== by 0x1BA4424D: libintl_bindtextdomain (../../gettext-runtime/intl/bindtextdom.c:346) ==30662== by 0x8081221: main (main.c:535) ==30662== ==30662== ==30662== 24 bytes in 2 blocks are still reachable in loss record 6 of 70 ==30662== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==30662== by 0x420F5B5B: nss_new_service (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420F543A: __nss_lookup_function (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420F5BB5: __nss_lookup (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420F6C7E: __nss_passwd_lookup (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420B43C0: getpwuid_r@@GLIBC_2.1.2 (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420B3D3A: getpwuid (in /lib/i686/libc-2.2.5.so) ==30662== by 0x8074554: mutt_init (init.c:2154) ==30662== by 0x8081622: main (main.c:677) ==30662== ==30662== ==30662== 25 bytes in 2 blocks are still reachable in loss record 7 of 70 ==30662== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==30662== by 0x420A930B: __tzstring (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420AA9DF: __tzfile_read (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420A9453: tzset_internal (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420AA0D2: __tz_convert (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420A6107: gmtime (in /lib/i686/libc-2.2.5.so) ==30662== by 0x807B258: hdr_format_str (hdrline.c:400) ==30662== by 0x80BC1C1: mutt_FormatString (muttlib.c:1077) ==30662== by 0x807C5B4: _mutt_make_string (hdrline.c:717) ==30662== by 0x8063AB9: index_make_entry (curs_main.c:169) ==30662== ==30662== ==30662== 28 bytes in 1 blocks are still reachable in loss record 8 of 70 ==30662== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==30662== by 0x1B8E9EA0: _dl_map_object_internal (in /lib/ld-2.2.5.so) ==30662== by 0x42112327: dl_open_worker (in /lib/i686/libc-2.2.5.so) ==30662== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==30662== by 0x42112900: _dl_open (in /lib/i686/libc-2.2.5.so) ==30662== by 0x42113630: do_dlopen (in /lib/i686/libc-2.2.5.so) ==30662== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==30662== by 0x421134DB: __libc_dlopen (in /lib/i686/libc-2.2.5.so) ==30662== by 0x4202037B: __gconv_find_shlib (in /lib/i686/libc-2.2.5.so) ==30662== by 0x4201FD24: find_module (in /lib/i686/libc-2.2.5.so) ==30662== ==30662== ==30662== 28 bytes in 1 blocks are still reachable in loss record 9 of 70 ==30662== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==30662== by 0x1B93E89F: read_termtype (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B93EF5C: _nc_read_file_entry (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B93EFDD: _nc_read_tic_entry (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B93F05E: _nc_read_terminfo_dirs (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B93F194: _nc_read_entry (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B939380: grab_entry (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B939517: setupterm (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B927347: newterm (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==30662== ==30662== ==30662== 30 bytes in 1 blocks are still reachable in loss record 10 of 70 ==30662== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==30662== by 0x1B937FD3: _nc_home_terminfo (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B93F128: _nc_read_entry (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B939380: grab_entry (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B939517: setupterm (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B927347: newterm (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==30662== by 0x808109B: start_curses (main.c:476) ==30662== by 0x8081607: main (main.c:674) ==30662== ==30662== ==30662== 40 bytes in 5 blocks are still reachable in loss record 11 of 70 ==30662== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==30662== by 0x420F4F1A: __nss_lookup_function (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420F5BB5: __nss_lookup (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420F6C7E: __nss_passwd_lookup (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420B43C0: getpwuid_r@@GLIBC_2.1.2 (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420B3D3A: getpwuid (in /lib/i686/libc-2.2.5.so) ==30662== by 0x8074554: mutt_init (init.c:2154) ==30662== by 0x8081622: main (main.c:677) ==30662== ==30662== ==30662== 44 bytes in 1 blocks are still reachable in loss record 12 of 70 ==30662== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==30662== by 0x1B93E90B: read_termtype (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B93EF5C: _nc_read_file_entry (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B93EFDD: _nc_read_tic_entry (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B93F05E: _nc_read_terminfo_dirs (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B93F194: _nc_read_entry (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B939380: grab_entry (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B939517: setupterm (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B927347: newterm (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==30662== ==30662== ==30662== 48 bytes in 1 blocks are still reachable in loss record 13 of 70 ==30662== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==30662== by 0x1B920E34: start_color (in /usr/lib/libncurses.so.5.2) ==30662== by 0x8054F7A: ci_start_color (color.c:153) ==30662== by 0x80810C9: start_curses (main.c:485) ==30662== by 0x8081607: main (main.c:674) ==30662== ==30662== ==30662== 52 bytes in 1 blocks are still reachable in loss record 14 of 70 ==30662== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==30662== by 0x42020429: __gconv_find_shlib (in /lib/i686/libc-2.2.5.so) ==30662== by 0x4201FD24: find_module (in /lib/i686/libc-2.2.5.so) ==30662== by 0x4201FF9E: __gconv_lookup_cache (in /lib/i686/libc-2.2.5.so) ==30662== by 0x42019588: __gconv_find_transform (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420A57D8: __wcsmbs_load_conv (in /lib/i686/libc-2.2.5.so) ==30662== by 0x4208746C: btowc (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420CC14F: byte_regex_compile (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420D0D6C: regcomp (in /lib/i686/libc-2.2.5.so) ==30662== by 0x8055952: add_pattern (color.c:536) ==30662== ==30662== ==30662== 52 bytes in 2 blocks are still reachable in loss record 15 of 70 ==30662== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==30662== by 0x420261AF: _nl_make_l10nflist (in /lib/i686/libc-2.2.5.so) ==30662== by 0x42021674: _nl_find_locale (in /lib/i686/libc-2.2.5.so) ==30662== by 0x42020B1B: setlocale (in /lib/i686/libc-2.2.5.so) ==30662== by 0x808120D: main (main.c:534) ==30662== ==30662== ==30662== 59 bytes in 2 blocks are still reachable in loss record 16 of 70 ==30662== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==30662== by 0x42025FB6: _nl_make_l10nflist (in /lib/i686/libc-2.2.5.so) ==30662== by 0x42021674: _nl_find_locale (in /lib/i686/libc-2.2.5.so) ==30662== by 0x42020B1B: setlocale (in /lib/i686/libc-2.2.5.so) ==30662== by 0x808120D: main (main.c:534) ==30662== ==30662== ==30662== 64 bytes in 3 blocks are still reachable in loss record 17 of 70 ==30662== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==30662== by 0x1B8EA077: _dl_map_object_internal (in /lib/ld-2.2.5.so) ==30662== by 0x42112327: dl_open_worker (in /lib/i686/libc-2.2.5.so) ==30662== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==30662== by 0x42112900: _dl_open (in /lib/i686/libc-2.2.5.so) ==30662== by 0x42113630: do_dlopen (in /lib/i686/libc-2.2.5.so) ==30662== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==30662== by 0x421134DB: __libc_dlopen (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420F52E6: __nss_lookup_function (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420F5BB5: __nss_lookup (in /lib/i686/libc-2.2.5.so) ==30662== ==30662== ==30662== 78 bytes in 1 blocks are still reachable in loss record 18 of 70 ==30662== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==30662== by 0x1B93E982: read_termtype (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B93EF5C: _nc_read_file_entry (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B93EFDD: _nc_read_tic_entry (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B93F05E: _nc_read_terminfo_dirs (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B93F194: _nc_read_entry (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B939380: grab_entry (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B939517: setupterm (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B927347: newterm (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==30662== ==30662== ==30662== 80 bytes in 5 blocks are still reachable in loss record 19 of 70 ==30662== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==30662== by 0x80A5118: add_addrspec (rfc822.c:323) ==30662== by 0x80A58CD: rfc822_parse_adrlist (rfc822.c:494) ==30662== by 0x8098C1F: mutt_parse_adrlist (parse.c:1451) ==30662== by 0x8070F78: parse_alias (init.c:885) ==30662== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==30662== by 0x8072F43: source_rc (init.c:1636) ==30662== by 0x807316D: parse_source (init.c:1686) ==30662== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==30662== by 0x8072F43: source_rc (init.c:1636) ==30662== ==30662== ==30662== 84 bytes in 3 blocks are still reachable in loss record 20 of 70 ==30662== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==30662== by 0x1BC80C29: __res_nsend (in /lib/libresolv-2.2.5.so) ==30662== by 0x1BC7FB41: __res_nquery (in /lib/libresolv-2.2.5.so) ==30662== by 0x1BC800DA: __res_nquerydomain (in /lib/libresolv-2.2.5.so) ==30662== by 0x1BC7FF06: __res_nsearch (in /lib/libresolv-2.2.5.so) ==30662== by 0x1BC75061: _nss_dns_gethostbyname2_r (in /lib/libnss_dns-2.2.5.so) ==30662== by 0x420F8335: gethostbyname2_r@@GLIBC_2.1.2 (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420D35CD: gaih_inet (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420D3D8A: getaddrinfo (in /lib/i686/libc-2.2.5.so) ==30662== by 0x80CD715: raw_socket_open (mutt_socket.c:436) ==30662== ==30662== ==30662== 84 bytes in 3 blocks are definitely lost in loss record 21 of 70 ==30662== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==30662== by 0x1BC80C29: __res_nsend (in /lib/libresolv-2.2.5.so) ==30662== by 0x1BC7FB41: __res_nquery (in /lib/libresolv-2.2.5.so) ==30662== by 0x1BC800DA: __res_nquerydomain (in /lib/libresolv-2.2.5.so) ==30662== by 0x1BC7FF06: __res_nsearch (in /lib/libresolv-2.2.5.so) ==30662== by 0x1BC75061: _nss_dns_gethostbyname2_r (in /lib/libnss_dns-2.2.5.so) ==30662== by 0x420F8335: gethostbyname2_r@@GLIBC_2.1.2 (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420D370D: gaih_inet (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420D3D8A: getaddrinfo (in /lib/i686/libc-2.2.5.so) ==30662== by 0x80CD715: raw_socket_open (mutt_socket.c:436) ==30662== ==30662== ==30662== 88 bytes in 6 blocks are still reachable in loss record 22 of 70 ==30662== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==30662== by 0x42080A3B: strdup (in /lib/i686/libc-2.2.5.so) ==30662== by 0x1BA440F6: set_binding_values (../../gettext-runtime/intl/bindtextdom.c:248) ==30662== by 0x1BA4424D: libintl_bindtextdomain (../../gettext-runtime/intl/bindtextdom.c:346) ==30662== by 0x8081221: main (main.c:535) ==30662== ==30662== ==30662== 92 bytes in 3 blocks are still reachable in loss record 23 of 70 ==30662== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==30662== by 0x1B8EE37D: _dl_map_object_deps_internal (in /lib/ld-2.2.5.so) ==30662== by 0x421123CB: dl_open_worker (in /lib/i686/libc-2.2.5.so) ==30662== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==30662== by 0x42112900: _dl_open (in /lib/i686/libc-2.2.5.so) ==30662== by 0x42113630: do_dlopen (in /lib/i686/libc-2.2.5.so) ==30662== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==30662== by 0x421134DB: __libc_dlopen (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420F52E6: __nss_lookup_function (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420F5BB5: __nss_lookup (in /lib/i686/libc-2.2.5.so) ==30662== ==30662== ==30662== 92 bytes in 4 blocks are still reachable in loss record 24 of 70 ==30662== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==30662== by 0x1B8ECBAB: _dl_new_object (in /lib/ld-2.2.5.so) ==30662== by 0x1B8E89EE: _dl_map_object_from_fd (in /lib/ld-2.2.5.so) ==30662== by 0x1B8E9DB6: _dl_map_object_internal (in /lib/ld-2.2.5.so) ==30662== by 0x42112327: dl_open_worker (in /lib/i686/libc-2.2.5.so) ==30662== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==30662== by 0x42112900: _dl_open (in /lib/i686/libc-2.2.5.so) ==30662== by 0x42113630: do_dlopen (in /lib/i686/libc-2.2.5.so) ==30662== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==30662== by 0x421134DB: __libc_dlopen (in /lib/i686/libc-2.2.5.so) ==30662== ==30662== ==30662== 96 bytes in 1 blocks are still reachable in loss record 25 of 70 ==30662== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==30662== by 0x1B91EAA6: _nc_hash_map (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B91E16E: _nc_scroll_optimize (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B92D3B9: doupdate (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B9287FA: wrefresh (in /usr/lib/libncurses.so.5.2) ==30662== by 0x8061FDB: mutt_refresh (curs_lib.c:62) ==30662== by 0x8062A93: mutt_curses_message (curs_lib.c:339) ==30662== by 0x80CD6F5: raw_socket_open (mutt_socket.c:433) ==30662== by 0x80CCEF8: mutt_socket_open (mutt_socket.c:59) ==30662== by 0x80D2FE4: imap_open_connection (imap.c:413) ==30662== ==30662== ==30662== 96 bytes in 1 blocks are still reachable in loss record 26 of 70 ==30662== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==30662== by 0x1B91EA7D: _nc_hash_map (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B91E16E: _nc_scroll_optimize (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B92D3B9: doupdate (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B9287FA: wrefresh (in /usr/lib/libncurses.so.5.2) ==30662== by 0x8061FDB: mutt_refresh (curs_lib.c:62) ==30662== by 0x8062A93: mutt_curses_message (curs_lib.c:339) ==30662== by 0x80CD6F5: raw_socket_open (mutt_socket.c:433) ==30662== by 0x80CCEF8: mutt_socket_open (mutt_socket.c:59) ==30662== by 0x80D2FE4: imap_open_connection (imap.c:413) ==30662== ==30662== ==30662== 96 bytes in 6 blocks are still reachable in loss record 27 of 70 ==30662== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==30662== by 0x420E5C7C: tsearch (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420F4EDC: __nss_lookup_function (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420F5BB5: __nss_lookup (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420F6C7E: __nss_passwd_lookup (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420B43C0: getpwuid_r@@GLIBC_2.1.2 (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420B3D3A: getpwuid (in /lib/i686/libc-2.2.5.so) ==30662== by 0x8074554: mutt_init (init.c:2154) ==30662== by 0x8081622: main (main.c:677) ==30662== ==30662== ==30662== 128 bytes in 2 blocks are still reachable in loss record 28 of 70 ==30662== at 0x1B902A2F: realloc (vg_replace_malloc.c:197) ==30662== by 0x420CA4BD: byte_regex_compile (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420D0D6C: regcomp (in /lib/i686/libc-2.2.5.so) ==30662== by 0x80BCBDE: mutt_compile_regexp (muttlib.c:1435) ==30662== by 0x806FEB7: add_to_rx_list (init.c:335) ==30662== by 0x8070B9F: parse_subscribe (init.c:766) ==30662== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==30662== by 0x8072F43: source_rc (init.c:1636) ==30662== by 0x807316D: parse_source (init.c:1686) ==30662== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==30662== ==30662== ==30662== 128 bytes in 2 blocks are still reachable in loss record 29 of 70 ==30662== at 0x1B902A2F: realloc (vg_replace_malloc.c:197) ==30662== by 0x420CA77F: byte_regex_compile (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420D0D6C: regcomp (in /lib/i686/libc-2.2.5.so) ==30662== by 0x80BCBDE: mutt_compile_regexp (muttlib.c:1435) ==30662== by 0x806FEB7: add_to_rx_list (init.c:335) ==30662== by 0x8070B9F: parse_subscribe (init.c:766) ==30662== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==30662== by 0x8072F43: source_rc (init.c:1636) ==30662== by 0x807316D: parse_source (init.c:1686) ==30662== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==30662== ==30662== ==30662== 128 bytes in 2 blocks are still reachable in loss record 30 of 70 ==30662== at 0x1B902A2F: realloc (vg_replace_malloc.c:197) ==30662== by 0x420CA39D: byte_regex_compile (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420D0D6C: regcomp (in /lib/i686/libc-2.2.5.so) ==30662== by 0x80BCBDE: mutt_compile_regexp (muttlib.c:1435) ==30662== by 0x806FEB7: add_to_rx_list (init.c:335) ==30662== by 0x8070B9F: parse_subscribe (init.c:766) ==30662== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==30662== by 0x8072F43: source_rc (init.c:1636) ==30662== by 0x807316D: parse_source (init.c:1686) ==30662== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==30662== ==30662== ==30662== 128 bytes in 1 blocks are still reachable in loss record 31 of 70 ==30662== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==30662== by 0x1B920DA8: start_color (in /usr/lib/libncurses.so.5.2) ==30662== by 0x8054F7A: ci_start_color (color.c:153) ==30662== by 0x80810C9: start_curses (main.c:485) ==30662== by 0x8081607: main (main.c:674) ==30662== ==30662== ==30662== 168 bytes in 2 blocks are still reachable in loss record 32 of 70 ==30662== at 0x1B902A2F: realloc (vg_replace_malloc.c:197) ==30662== by 0x1B937DDB: _nc_doalloc (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B93A39D: really_get_space (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B93B1BD: tparm (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B925B66: _nc_mvcur_init (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B927627: newterm (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==30662== by 0x808109B: start_curses (main.c:476) ==30662== by 0x8081607: main (main.c:674) ==30662== ==30662== ==30662== 168 bytes in 1 blocks are still reachable in loss record 33 of 70 ==30662== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==30662== by 0x1B9394BF: setupterm (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B927347: newterm (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==30662== by 0x808109B: start_curses (main.c:476) ==30662== by 0x8081607: main (main.c:674) ==30662== ==30662== ==30662== 171 bytes in 11 blocks are still reachable in loss record 34 of 70 ==30662== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==30662== by 0x420F5A97: nss_getline (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420F5543: nss_parse_file (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420F4D4C: __nss_database_lookup (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420F6CA5: __nss_passwd_lookup (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420B43C0: getpwuid_r@@GLIBC_2.1.2 (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420B3D3A: getpwuid (in /lib/i686/libc-2.2.5.so) ==30662== by 0x8074554: mutt_init (init.c:2154) ==30662== by 0x8081622: main (main.c:677) ==30662== ==30662== ==30662== 224 bytes in 2 blocks are still reachable in loss record 35 of 70 ==30662== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==30662== by 0x4201FF29: __gconv_lookup_cache (in /lib/i686/libc-2.2.5.so) ==30662== by 0x42019588: __gconv_find_transform (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420A57D8: __wcsmbs_load_conv (in /lib/i686/libc-2.2.5.so) ==30662== by 0x4208746C: btowc (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420CC14F: byte_regex_compile (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420D0D6C: regcomp (in /lib/i686/libc-2.2.5.so) ==30662== by 0x8055952: add_pattern (color.c:536) ==30662== by 0x8056235: _mutt_parse_color (color.c:734) ==30662== by 0x8056468: mutt_parse_color (color.c:786) ==30662== ==30662== ==30662== 256 bytes in 3 blocks are still reachable in loss record 36 of 70 ==30662== at 0x1B902A2F: realloc (vg_replace_malloc.c:197) ==30662== by 0x420C9FDD: byte_regex_compile (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420D0D6C: regcomp (in /lib/i686/libc-2.2.5.so) ==30662== by 0x8055952: add_pattern (color.c:536) ==30662== by 0x8056235: _mutt_parse_color (color.c:734) ==30662== by 0x8056468: mutt_parse_color (color.c:786) ==30662== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==30662== by 0x8072F43: source_rc (init.c:1636) ==30662== by 0x807316D: parse_source (init.c:1686) ==30662== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==30662== ==30662== ==30662== 300 bytes in 25 blocks are still reachable in loss record 37 of 70 ==30662== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==30662== by 0x1B93222B: _nc_add_to_try (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B93809C: _nc_init_keytry (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B938E71: _nc_keypad (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B938BD7: keypad (in /usr/lib/libncurses.so.5.2) ==30662== by 0x80810DE: start_curses (main.c:486) ==30662== by 0x8081607: main (main.c:674) ==30662== ==30662== ==30662== 351 bytes in 55 blocks are definitely lost in loss record 38 of 70 ==30662== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==30662== by 0x80B8997: safe_malloc (lib.c:84) ==30662== by 0x80B8B12: safe_strdup (lib.c:155) ==30662== by 0x80D8A50: imap_munge_mbox_name (util.c:496) ==30662== by 0x80D4AF4: imap_mailbox_check (imap.c:1231) ==30662== by 0x80549B0: mutt_buffy_check (buffy.c:404) ==30662== by 0x80647E7: mutt_index_menu (curs_main.c:524) ==30662== by 0x8082148: main (main.c:934) ==30662== ==30662== ==30662== 360 bytes in 3 blocks are still reachable in loss record 39 of 70 ==30662== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==30662== by 0x1B927ADC: _nc_makenew (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B927832: newwin (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B929970: _nc_setupscreen (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B92745B: newterm (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==30662== by 0x808109B: start_curses (main.c:476) ==30662== by 0x8081607: main (main.c:674) ==30662== ==30662== ==30662== 380 bytes in 1 blocks are still reachable in loss record 40 of 70 ==30662== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==30662== by 0x4202190B: _nl_load_locale (in /lib/i686/libc-2.2.5.so) ==30662== by 0x4202162E: _nl_find_locale (in /lib/i686/libc-2.2.5.so) ==30662== by 0x42020B1B: setlocale (in /lib/i686/libc-2.2.5.so) ==30662== by 0x808120D: main (main.c:534) ==30662== ==30662== ==30662== 454 bytes in 12 blocks are still reachable in loss record 41 of 70 ==30662== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==30662== by 0x420F5624: nss_parse_service_list (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420F5ABB: nss_getline (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420F5543: nss_parse_file (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420F4D4C: __nss_database_lookup (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420F6CA5: __nss_passwd_lookup (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420B43C0: getpwuid_r@@GLIBC_2.1.2 (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420B3D3A: getpwuid (in /lib/i686/libc-2.2.5.so) ==30662== by 0x8074554: mutt_init (init.c:2154) ==30662== by 0x8081622: main (main.c:677) ==30662== ==30662== ==30662== 456 bytes in 38 blocks are still reachable in loss record 42 of 70 ==30662== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==30662== by 0x1B9321AB: _nc_add_to_try (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B93809C: _nc_init_keytry (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B938E71: _nc_keypad (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B938BD7: keypad (in /usr/lib/libncurses.so.5.2) ==30662== by 0x80810DE: start_curses (main.c:486) ==30662== by 0x8081607: main (main.c:674) ==30662== ==30662== ==30662== 496 bytes in 4 blocks are still reachable in loss record 43 of 70 ==30662== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==30662== by 0x1B8F06EB: _dl_check_map_versions_internal (in /lib/ld-2.2.5.so) ==30662== by 0x421126EF: dl_open_worker (in /lib/i686/libc-2.2.5.so) ==30662== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==30662== by 0x42112900: _dl_open (in /lib/i686/libc-2.2.5.so) ==30662== by 0x42113630: do_dlopen (in /lib/i686/libc-2.2.5.so) ==30662== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==30662== by 0x421134DB: __libc_dlopen (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420F52E6: __nss_lookup_function (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420F5BB5: __nss_lookup (in /lib/i686/libc-2.2.5.so) ==30662== ==30662== ==30662== 544 bytes in 34 blocks are still reachable in loss record 44 of 70 ==30662== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==30662== by 0x80A5670: rfc822_parse_adrlist (rfc822.c:449) ==30662== by 0x8098C40: mutt_parse_adrlist (parse.c:1456) ==30662== by 0x8070F78: parse_alias (init.c:885) ==30662== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==30662== by 0x8072F43: source_rc (init.c:1636) ==30662== by 0x807316D: parse_source (init.c:1686) ==30662== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==30662== by 0x8072F43: source_rc (init.c:1636) ==30662== by 0x8074F8A: mutt_init (init.c:2364) ==30662== ==30662== ==30662== 716 bytes in 1 blocks are still reachable in loss record 45 of 70 ==30662== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==30662== by 0x420AA595: __tzfile_read (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420A9453: tzset_internal (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420AA0D2: __tz_convert (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420A6107: gmtime (in /lib/i686/libc-2.2.5.so) ==30662== by 0x807B258: hdr_format_str (hdrline.c:400) ==30662== by 0x80BC1C1: mutt_FormatString (muttlib.c:1077) ==30662== by 0x807C5B4: _mutt_make_string (hdrline.c:717) ==30662== by 0x8063AB9: index_make_entry (curs_main.c:169) ==30662== by 0x80855AE: menu_make_entry (menu.c:154) ==30662== ==30662== ==30662== 800 bytes in 1 blocks are still reachable in loss record 46 of 70 ==30662== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==30662== by 0x1B9029B6: realloc (vg_replace_malloc.c:189) ==30662== by 0x42025D19: extend_alias_table (in /lib/i686/libc-2.2.5.so) ==30662== by 0x42025A91: read_alias_file (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420257C3: _nl_expand_alias (in /lib/i686/libc-2.2.5.so) ==30662== by 0x4202123B: _nl_find_locale (in /lib/i686/libc-2.2.5.so) ==30662== by 0x42020B1B: setlocale (in /lib/i686/libc-2.2.5.so) ==30662== by 0x808120D: main (main.c:534) ==30662== ==30662== ==30662== 811 bytes in 39 blocks are still reachable in loss record 47 of 70 ==30662== at 0x1B902A2F: realloc (vg_replace_malloc.c:197) ==30662== by 0x80B8A2B: safe_realloc (lib.c:109) ==30662== by 0x80BE441: mutt_addrlist_to_idna (mutt_idna.c:167) ==30662== by 0x8070FA9: parse_alias (init.c:890) ==30662== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==30662== by 0x8072F43: source_rc (init.c:1636) ==30662== by 0x807316D: parse_source (init.c:1686) ==30662== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==30662== by 0x8072F43: source_rc (init.c:1636) ==30662== by 0x8074F8A: mutt_init (init.c:2364) ==30662== ==30662== ==30662== 864 bytes in 3 blocks are still reachable in loss record 48 of 70 ==30662== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==30662== by 0x1B927B00: _nc_makenew (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B927832: newwin (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B929970: _nc_setupscreen (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B92745B: newterm (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==30662== by 0x808109B: start_curses (main.c:476) ==30662== by 0x8081607: main (main.c:674) ==30662== ==30662== ==30662== 951 bytes in 1 blocks are still reachable in loss record 49 of 70 ==30662== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==30662== by 0x1B93E81C: read_termtype (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B93EF5C: _nc_read_file_entry (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B93EFDD: _nc_read_tic_entry (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B93F05E: _nc_read_terminfo_dirs (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B93F194: _nc_read_entry (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B939380: grab_entry (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B939517: setupterm (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B927347: newterm (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==30662== ==30662== ==30662== 1000 bytes in 1 blocks are still reachable in loss record 50 of 70 ==30662== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==30662== by 0x1B91E950: _nc_hash_map (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B91E16E: _nc_scroll_optimize (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B92D3B9: doupdate (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B9287FA: wrefresh (in /usr/lib/libncurses.so.5.2) ==30662== by 0x8061FDB: mutt_refresh (curs_lib.c:62) ==30662== by 0x8062A93: mutt_curses_message (curs_lib.c:339) ==30662== by 0x80CD6F5: raw_socket_open (mutt_socket.c:433) ==30662== by 0x80CCEF8: mutt_socket_open (mutt_socket.c:59) ==30662== by 0x80D2FE4: imap_open_connection (imap.c:413) ==30662== ==30662== ==30662== 1024 bytes in 1 blocks are still reachable in loss record 51 of 70 ==30662== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==30662== by 0x420B3C87: getpwnam (in /lib/i686/libc-2.2.5.so) ==30662== by 0x804CB5A: mutt_expand_aliases_r (alias.c:90) ==30662== by 0x804CC30: mutt_expand_aliases (alias.c:131) ==30662== by 0x80AA127: edit_address (send.c:203) ==30662== by 0x80AA1DE: edit_envelope (send.c:221) ==30662== by 0x80AC5AA: ci_send_message (send.c:1199) ==30662== by 0x8069716: mutt_index_menu (curs_main.c:1834) ==30662== by 0x8082148: main (main.c:934) ==30662== ==30662== ==30662== 1024 bytes in 1 blocks are still reachable in loss record 52 of 70 ==30662== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==30662== by 0x80B8A3B: safe_realloc (lib.c:113) ==30662== by 0x80630AF: mutt_ungetch (curs_lib.c:488) ==30662== by 0x807F4AF: retry_generic (keymap.c:353) ==30662== by 0x807F778: km_dokey (keymap.c:447) ==30662== by 0x8064B12: mutt_index_menu (curs_main.c:583) ==30662== by 0x8082148: main (main.c:934) ==30662== ==30662== ==30662== 1024 bytes in 1 blocks are still reachable in loss record 53 of 70 ==30662== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==30662== by 0x420FA077: getservbyname (in /lib/i686/libc-2.2.5.so) ==30662== by 0x80D7D83: imap_parse_path (util.c:84) ==30662== by 0x80D7CD9: imap_expand_path (util.c:57) ==30662== by 0x80BAB66: _mutt_expand_path (muttlib.c:482) ==30662== by 0x80BA4C9: mutt_expand_path (muttlib.c:326) ==30662== by 0x80544D8: mutt_parse_mailboxes (buffy.c:197) ==30662== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==30662== by 0x8072F43: source_rc (init.c:1636) ==30662== by 0x807316D: parse_source (init.c:1686) ==30662== ==30662== ==30662== 1024 bytes in 1 blocks are still reachable in loss record 54 of 70 ==30662== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==30662== by 0x420B3E07: getpwuid (in /lib/i686/libc-2.2.5.so) ==30662== by 0x8074554: mutt_init (init.c:2154) ==30662== by 0x8081622: main (main.c:677) ==30662== ==30662== ==30662== 1088 bytes in 12 blocks are still reachable in loss record 55 of 70 ==30662== at 0x1B902A2F: realloc (vg_replace_malloc.c:197) ==30662== by 0x420CB29D: byte_regex_compile (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420D0D6C: regcomp (in /lib/i686/libc-2.2.5.so) ==30662== by 0x80717D8: mutt_restore_default (init.c:1131) ==30662== by 0x8074AEC: mutt_init (init.c:2276) ==30662== by 0x8081622: main (main.c:677) ==30662== ==30662== ==30662== 1460 bytes in 1 blocks are still reachable in loss record 56 of 70 ==30662== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==30662== by 0x1B929749: _nc_setupscreen (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B92745B: newterm (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==30662== by 0x808109B: start_curses (main.c:476) ==30662== by 0x8081607: main (main.c:674) ==30662== ==30662== ==30662== 1656 bytes in 1 blocks are still reachable in loss record 57 of 70 ==30662== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==30662== by 0x1B93E9E7: read_termtype (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B93EF5C: _nc_read_file_entry (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B93EFDD: _nc_read_tic_entry (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B93F05E: _nc_read_terminfo_dirs (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B93F194: _nc_read_entry (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B939380: grab_entry (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B939517: setupterm (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B927347: newterm (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==30662== ==30662== ==30662== 1728 bytes in 27 blocks are still reachable in loss record 58 of 70 ==30662== at 0x1B902A2F: realloc (vg_replace_malloc.c:197) ==30662== by 0x420CA0BD: byte_regex_compile (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420D0D6C: regcomp (in /lib/i686/libc-2.2.5.so) ==30662== by 0x80991BC: eat_regexp (pattern.c:248) ==30662== by 0x809A411: mutt_pattern_comp (pattern.c:811) ==30662== by 0x8055889: add_pattern (color.c:527) ==30662== by 0x8056284: _mutt_parse_color (color.c:737) ==30662== by 0x8056468: mutt_parse_color (color.c:786) ==30662== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==30662== by 0x8072F43: source_rc (init.c:1636) ==30662== ==30662== ==30662== 2041 bytes in 2 blocks are still reachable in loss record 59 of 70 ==30662== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==30662== by 0x1B937E08: _nc_doalloc (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B92C2B6: _nc_printf_string (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B928684: vwprintw (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B92857B: printw (in /usr/lib/libncurses.so.5.2) ==30662== by 0x8092D75: mutt_pager (pager.c:1729) ==30662== by 0x805944F: mutt_display_message (commands.c:211) ==30662== by 0x806666B: mutt_index_menu (curs_main.c:1144) ==30662== by 0x8082148: main (main.c:934) ==30662== ==30662== ==30662== 2048 bytes in 1 blocks are still reachable in loss record 60 of 70 ==30662== at 0x1B902A2F: realloc (vg_replace_malloc.c:197) ==30662== by 0x42025B1A: read_alias_file (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420257C3: _nl_expand_alias (in /lib/i686/libc-2.2.5.so) ==30662== by 0x4202123B: _nl_find_locale (in /lib/i686/libc-2.2.5.so) ==30662== by 0x42020B1B: setlocale (in /lib/i686/libc-2.2.5.so) ==30662== by 0x808120D: main (main.c:534) ==30662== ==30662== ==30662== 2064 bytes in 1 blocks are still reachable in loss record 61 of 70 ==30662== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==30662== by 0x1B93F22E: _nc_set_buffer (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B92977B: _nc_setupscreen (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B92745B: newterm (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==30662== by 0x808109B: start_curses (main.c:476) ==30662== by 0x8081607: main (main.c:674) ==30662== ==30662== ==30662== 2221 bytes in 4 blocks are still reachable in loss record 62 of 70 ==30662== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==30662== by 0x1B8EC98B: _dl_new_object (in /lib/ld-2.2.5.so) ==30662== by 0x1B8E89EE: _dl_map_object_from_fd (in /lib/ld-2.2.5.so) ==30662== by 0x1B8E9DB6: _dl_map_object_internal (in /lib/ld-2.2.5.so) ==30662== by 0x42112327: dl_open_worker (in /lib/i686/libc-2.2.5.so) ==30662== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==30662== by 0x42112900: _dl_open (in /lib/i686/libc-2.2.5.so) ==30662== by 0x42113630: do_dlopen (in /lib/i686/libc-2.2.5.so) ==30662== by 0x1B8EF432: _dl_catch_error_internal (in /lib/ld-2.2.5.so) ==30662== by 0x421134DB: __libc_dlopen (in /lib/i686/libc-2.2.5.so) ==30662== ==30662== ==30662== 2912 bytes in 91 blocks are still reachable in loss record 63 of 70 ==30662== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==30662== by 0x420CD829: byte_regex_compile (in /lib/i686/libc-2.2.5.so) ==30662== by 0x420D0D6C: regcomp (in /lib/i686/libc-2.2.5.so) ==30662== by 0x80722E3: parse_set (init.c:1367) ==30662== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==30662== by 0x8072F43: source_rc (init.c:1636) ==30662== by 0x807316D: parse_source (init.c:1686) ==30662== by 0x807329F: mutt_parse_rc_line (init.c:1725) ==30662== by 0x8072F43: source_rc (init.c:1636) ==30662== by 0x8074F8A: mutt_init (init.c:2364) ==30662== ==30662== ==30662== 4224 bytes in 2 blocks are still reachable in loss record 64 of 70 ==30662== at 0x1B902A2F: realloc (vg_replace_malloc.c:197) ==30662== by 0x1B9A3060: CRYPTO_realloc (in /lib/libcrypto.so.0.9.6b) ==30662== by 0x1B9DA664: expand (in /lib/libcrypto.so.0.9.6b) ==30662== by 0x1B9DA3F6: lh_insert (in /lib/libcrypto.so.0.9.6b) ==30662== by 0x1B9DC476: ERR_load_strings (in /lib/libcrypto.so.0.9.6b) ==30662== by 0x1B9C7548: ERR_load_DSO_strings (in /lib/libcrypto.so.0.9.6b) ==30662== by 0x1B9DD249: ERR_load_crypto_strings (in /lib/libcrypto.so.0.9.6b) ==30662== by 0x1B96C39A: SSL_load_error_strings (in /lib/libssl.so.0.9.6b) ==30662== by 0x80CDF06: ssl_init (mutt_ssl.c:183) ==30662== by 0x80CE062: ssl_socket_setup (mutt_ssl.c:234) ==30662== ==30662== ==30662== 8957 bytes in 684 blocks are still reachable in loss record 65 of 70 ==30662== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==30662== by 0x80B8997: safe_malloc (lib.c:84) ==30662== by 0x807ECAB: allocKeys (keymap.c:100) ==30662== by 0x807EFFA: km_bind (keymap.c:200) ==30662== by 0x807F19B: km_bindkey (keymap.c:256) ==30662== by 0x807F8D8: create_bindings (keymap.c:482) ==30662== by 0x807FB73: km_init (keymap.c:552) ==30662== by 0x8081091: start_curses (main.c:465) ==30662== by 0x8081607: main (main.c:674) ==30662== ==30662== ==30662== 16028 bytes in 723 blocks are still reachable in loss record 66 of 70 ==30662== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==30662== by 0x80B8935: safe_calloc (lib.c:69) ==30662== by 0x807EC8E: allocKeys (keymap.c:98) ==30662== by 0x807EFFA: km_bind (keymap.c:200) ==30662== by 0x807F19B: km_bindkey (keymap.c:256) ==30662== by 0x807F8D8: create_bindings (keymap.c:482) ==30662== by 0x807FB73: km_init (keymap.c:552) ==30662== by 0x8081091: start_curses (main.c:465) ==30662== by 0x8081607: main (main.c:674) ==30662== ==30662== ==30662== 19132 bytes in 1565 blocks are still reachable in loss record 67 of 70 ==30662== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==30662== by 0x1B9A2FDC: CRYPTO_malloc (in /lib/libcrypto.so.0.9.6b) ==30662== by 0x1B9C8CD6: ENGINE_new (in /lib/libcrypto.so.0.9.6b) ==30662== by 0x1B9CD678: ENGINE_ubsec (in /lib/libcrypto.so.0.9.6b) ==30662== by 0x1B9C87E8: engine_internal_check (in /lib/libcrypto.so.0.9.6b) ==30662== by 0x1B9C887F: ENGINE_get_first (in /lib/libcrypto.so.0.9.6b) ==30662== by 0x1B9C7C4A: engine_def_check (in /lib/libcrypto.so.0.9.6b) ==30662== by 0x1B9C810D: engine_get_default_type (in /lib/libcrypto.so.0.9.6b) ==30662== by 0x1B9C821C: ENGINE_get_default_RAND (in /lib/libcrypto.so.0.9.6b) ==30662== by 0x1B9DBB60: RAND_get_rand_method (in /lib/libcrypto.so.0.9.6b) ==30662== ==30662== ==30662== 23040 bytes in 72 blocks are still reachable in loss record 68 of 70 ==30662== at 0x1B902931: calloc (vg_replace_malloc.c:176) ==30662== by 0x1B92787A: newwin (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B929970: _nc_setupscreen (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B92745B: newterm (in /usr/lib/libncurses.so.5.2) ==30662== by 0x1B92479A: initscr (in /usr/lib/libncurses.so.5.2) ==30662== by 0x808109B: start_curses (main.c:476) ==30662== by 0x8081607: main (main.c:674) ==30662== ==30662== ==30662== 34048 bytes in 133 blocks are still reachable in loss record 69 of 70 ==30662== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==30662== by 0x420D0C2F: regcomp (in /lib/i686/libc-2.2.5.so) ==30662== by 0x80717D8: mutt_restore_default (init.c:1131) ==30662== by 0x8074AEC: mutt_init (init.c:2276) ==30662== by 0x8081622: main (main.c:677) ==30662== ==30662== ==30662== 35584 bytes in 139 blocks are still reachable in loss record 70 of 70 ==30662== at 0x1B901F0D: malloc (vg_replace_malloc.c:131) ==30662== by 0x420D0C10: regcomp (in /lib/i686/libc-2.2.5.so) ==30662== by 0x80717D8: mutt_restore_default (init.c:1131) ==30662== by 0x8074AEC: mutt_init (init.c:2276) ==30662== by 0x8081622: main (main.c:677) ==30662== ==30662== LEAK SUMMARY: ==30662== definitely lost: 435 bytes in 58 blocks. ==30662== possibly lost: 0 bytes in 0 blocks. ==30662== still reachable: 173313 bytes in 3708 blocks. ==30662== suppressed: 0 bytes in 0 blocks.
Attachment:
pgpriOgeBA4BE.pgp
Description: PGP signature