View Issue Details

IDProjectCategoryView StatusLast Update
0003101GNUnetGNSpublic2013-12-24 20:54
Reporterhark Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product VersionGit master 
Target Version0.10.0Fixed in Version0.10.0 
Summary0003101: gnunet-gns segmentation fault (svn-r30583)
Descriptiongnunet-gns crashes everytime i try to resolve something
Steps To Reproducegnunet-gns -u something
Additional InformationStarting program: /usr/local/bin/gnunet-gns -u blaat

Program received signal SIGSEGV, Segmentation fault.
message_handler (cls=cls@entry=0x604180, msg=msg@entry=0x7fffffffdc80) at identity_api.c:421
421 GNUNET_CONTAINER_DLL_remove (h->op_head,
#0 message_handler (cls=cls@entry=0x604180, msg=msg@entry=0x7fffffffdc80) at identity_api.c:421
        h = 0x604180
        op = 0x0
        ego = 0x604640
        rcm = <optimized out>
        um = <optimized out>
        sdm = 0x7fffffffdc80
        pub = {
          q_y = "\233\000H\022K\221!\217FQF\352\262vl\223\271Qʔ\266>\350\306\317u\233\270T\272h\002"}
        id = {bits = {142957205, 2874873100, 2650711423, 3602576016, 4206728937, 429865689,
            208919003, 428158663, 1055089791, 724949680, 757307219, 4162903969, 2608642850,
            2206399743, 2080447372, 1466799953}}
        str = 0x7fffffffdca8 "fs-sks"
        size = <optimized out>
        name_len = <optimized out>
        __FUNCTION__ = "message_handler"
#1 0x00007ffff7383d31 in receive_task (cls=0x604560, tc=<optimized out>) at client.c:589
        client = 0x604560
        handler = 0x7ffff75cc9d0 <message_handler>
        cmsg = <optimized out>
        handler_cls = 0x604180
        msize = 47
        mbuf = 0x7fffffffdc80 ""
        msg = 0x7fffffffdc80
        __FUNCTION__ = "receive_task"
#2 0x00007ffff73ac3d1 in run_ready (ws=0x603860, rs=0x6037d0) at scheduler.c:593
        p = <optimized out>
        pos = 0x604930
        tc = {reason = GNUNET_SCHEDULER_REASON_TIMEOUT, read_ready = 0x6037d0,
          write_ready = 0x603860}
#3 GNUNET_SCHEDULER_run (task=task@entry=0x7ffff73a7d30 <program_main>,
    task_cls=task_cls@entry=0x7fffffffde10) at scheduler.c:808
        rs = 0x6037d0
        ws = 0x603860
        timeout = <optimized out>
        ret = <optimized out>
        shc_int = 0x603910
        shc_term = 0x618ce0
        shc_quit = 0x618e40
        shc_hup = 0x618ef0
        shc_pipe = 0x618d90
        last_tr = 18
        busy_wait_warning = 0
        pr = 0x603dc0
        c = 0 '\000'
        __FUNCTION__ = "GNUNET_SCHEDULER_run"
#4 0x00007ffff73a8458 in GNUNET_PROGRAM_run2 (argc=<optimized out>, argv=0x603720,
    binaryName=binaryName@entry=0x401e10 "gnunet-gns",
    binaryHelp=binaryHelp@entry=0x401e1b "GNUnet GNS resolver tool",
    options=options@entry=0x402060, task=task@entry=0x4019c0 <run>, task_cls=task_cls@entry=0x0,
    run_without_scheduler=run_without_scheduler@entry=0) at program.c:281
        cc = {args = 0x603738, cfgfile = 0x603bf0 "~/.gnunet/gnunet.conf", task = 0x4019c0 <run>,
          task_cls = 0x0, cfg = 0x6037b0}
        loglev = 0x0
        logfile = 0x0
        cfg_fn = 0x603a40 "~/.gnunet/gnunet.conf"
        xdg = <optimized out>
        ret = 3
        cnt = <optimized out>
        skew_offset = 0
        skew_variance = 140737353973048
        clock_offset = <optimized out>
        cfg = 0x6037b0
        defoptions = {{shortName = 99 'c', name = 0x7ffff73bc567 "config",
            argumentHelp = 0x7ffff73bc56e "FILENAME",
            description = 0x7ffff73bc630 "use configuration file FILENAME", require_argument = 1,
            processor = 0x401340 <GNUNET_GETOPT_set_string@plt>, scls = 0x7fffffffde18}, {
            shortName = 104 'h', name = 0x7ffff73bc582 "help", argumentHelp = 0x0,
            description = 0x7ffff73bc577 "print this help", require_argument = 0,
            processor = 0x7ffff739f3d0 <GNUNET_GETOPT_format_help_>, scls = 0x401e1b}, {
            shortName = 76 'L', name = 0x7ffff73bc587 "log",
            argumentHelp = 0x7ffff73bc58b "LOGLEVEL",
            description = 0x7ffff73bc650 "configure logging to use LOGLEVEL",
            require_argument = 1, processor = 0x401340 <GNUNET_GETOPT_set_string@plt>,
            scls = 0x7fffffffdde8}, {shortName = 108 'l', name = 0x7ffff73bc594 "logfile",
            argumentHelp = 0x7ffff73b9728 "LOGFILE",
            description = 0x7ffff73bc678 "configure logging to write logs to LOGFILE",
            require_argument = 1, processor = 0x401340 <GNUNET_GETOPT_set_string@plt>,
            scls = 0x7fffffffddf0}, {shortName = 118 'v', name = 0x7ffff73bc59c "version",
            argumentHelp = 0x0, description = 0x7ffff73bc5a4 "print the version number",
            require_argument = 0, processor = 0x7ffff739f3b0 <GNUNET_GETOPT_print_version_>,
            scls = 0x7ffff73bc5bd}}
        allopts = 0x6037d0
        gargs = 0x0
        lpfx = 0x603a60 "\300=`"
        spc = <optimized out>
        __FUNCTION__ = "GNUNET_PROGRAM_run2"
#5 0x00007ffff73a868a in GNUNET_PROGRAM_run (argc=<optimized out>, argv=<optimized out>,
    binaryName=binaryName@entry=0x401e10 "gnunet-gns",
    binaryHelp=binaryHelp@entry=0x401e1b "GNUnet GNS resolver tool",
    options=options@entry=0x402060, task=task@entry=0x4019c0 <run>, task_cls=task_cls@entry=0x0)
    at program.c:317
No locals.
#6 0x00000000004014be in main (argc=3, argv=0x603720) at gnunet-gns.c:450
        options = {{shortName = 117 'u', name = 0x401e34 "lookup", argumentHelp = 0x401e3b "NAME",
            description = 0x401f80 "Lookup a record for the given name", require_argument = 1,
            processor = 0x401340 <GNUNET_GETOPT_set_string@plt>, scls = 0x602840}, {
            shortName = 116 't', name = 0x401e40 "type", argumentHelp = 0x401e45 "TYPE",
            description = 0x401fa8 "Specify the type of the record to lookup",
            require_argument = 1, processor = 0x401340 <GNUNET_GETOPT_set_string@plt>,
            scls = 0x602848}, {shortName = 114 'r', name = 0x401e4a "raw", argumentHelp = 0x0,
            description = 0x401e4e "No unneeded output", require_argument = 0,
            processor = 0x401320 <GNUNET_GETOPT_set_one@plt>, scls = 0x602850}, {
            shortName = 112 'p', name = 0x401e61 "public-key", argumentHelp = 0x401e6c "PKEY",
            description = 0x401fd8 "Specify the public key of the zone to lookup the record in",
            require_argument = 1, processor = 0x401340 <GNUNET_GETOPT_set_string@plt>,
            scls = 0x602858}, {shortName = 122 'z', name = 0x401e71 "zone",
            argumentHelp = 0x401e3b "NAME",
            description = 0x402018 "Specify the name of the ego of the zone to lookup the record in", require_argument = 1, processor = 0x401340 <GNUNET_GETOPT_set_string@plt>, scls = 0x602860}, {
            shortName = 0 '\000', name = 0x0, argumentHelp = 0x0, description = 0x0,
            require_argument = 0, processor = 0, scls = 0x0}}
        ret = 0
A debugging session is active.

    Inferior 1 [process 21031] will be killed.

Quit anyway? (y or n)
TagsNo tags attached.
Attached Files
valgrind-gnunet.txt (50,849 bytes)   
==19296== Memcheck, a memory error detector
==19296== Copyright (C) 2002-2011, and GNU GPL'd, by Julian Seward et al.
==19296== Using Valgrind-3.7.0 and LibVEX; rerun with -h for copyright info
==19296== Command: gnunet-gns -u blaat
==19296== Parent PID: 18972
==19296== 
==19296== Invalid read of size 8
==19296==    at 0x543DFC6: message_handler (identity_api.c:421)
==19296==    by 0x5653D30: receive_task (client.c:589)
==19296==    by 0x567C3D0: GNUNET_SCHEDULER_run (scheduler.c:593)
==19296==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19296==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19296==    by 0x4014BD: main (gnunet-gns.c:450)
==19296==  Address 0x8 is not stack'd, malloc'd or (recently) free'd
==19296== 
==19296== 
==19296== Process terminating with default action of signal 11 (SIGSEGV)
==19296==  Access not within mapped region at address 0x8
==19296==    at 0x543DFC6: message_handler (identity_api.c:421)
==19296==    by 0x5653D30: receive_task (client.c:589)
==19296==    by 0x567C3D0: GNUNET_SCHEDULER_run (scheduler.c:593)
==19296==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19296==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19296==    by 0x4014BD: main (gnunet-gns.c:450)
==19296==  If you believe this happened as a result of a stack
==19296==  overflow in your program's main thread (unlikely but
==19296==  possible), you can try to increase the size of the
==19296==  main thread stack using the --main-stacksize= flag.
==19296==  The main thread stack size used in this run was 8388608.
==19296== 
==19296== HEAP SUMMARY:
==19296==     in use at exit: 32,916 bytes in 1,698 blocks
==19296==   total heap usage: 93,412 allocs, 91,714 frees, 2,867,603 bytes allocated
==19296== 
==19296== 4 bytes in 1 blocks are still reachable in loss record 1 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19296==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19296==    by 0x566DD70: GNUNET_DISK_pipe_from_fd (disk.c:2397)
==19296==    by 0x566E16E: GNUNET_DISK_pipe (disk.c:2283)
==19296==    by 0x567BDEF: GNUNET_SCHEDULER_run (scheduler.c:738)
==19296==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19296==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19296==    by 0x4014BD: main (gnunet-gns.c:450)
==19296== 
==19296== 4 bytes in 1 blocks are still reachable in loss record 2 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19296==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19296==    by 0x566DDCF: GNUNET_DISK_pipe_from_fd (disk.c:2420)
==19296==    by 0x566E16E: GNUNET_DISK_pipe (disk.c:2283)
==19296==    by 0x567BDEF: GNUNET_SCHEDULER_run (scheduler.c:738)
==19296==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19296==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19296==    by 0x4014BD: main (gnunet-gns.c:450)
==19296== 
==19296== 4 bytes in 1 blocks are still reachable in loss record 3 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19296==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19296==    by 0x5655CE4: GNUNET_xstrdup_ (common_allocation.c:253)
==19296==    by 0x56543AF: GNUNET_CLIENT_connect (client.c:422)
==19296==    by 0x4E30A09: reconnect (gns_api.c:196)
==19296==    by 0x4E30B34: GNUNET_GNS_connect (gns_api.c:464)
==19296==    by 0x4019D3: run (gnunet-gns.c:359)
==19296==    by 0x567C3D0: GNUNET_SCHEDULER_run (scheduler.c:593)
==19296==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19296==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19296==    by 0x4014BD: main (gnunet-gns.c:450)
==19296== 
==19296== 6 bytes in 1 blocks are still reachable in loss record 4 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19296==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19296==    by 0x5655CE4: GNUNET_xstrdup_ (common_allocation.c:253)
==19296==    by 0x566F73D: GNUNET_GETOPT_set_string (getopt_helpers.c:230)
==19296==    by 0x566EA27: GNUNET_GETOPT_run (getopt.c:925)
==19296==    by 0x56782A3: GNUNET_PROGRAM_run2 (program.c:239)
==19296==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19296==    by 0x4014BD: main (gnunet-gns.c:450)
==19296== 
==19296== 7 bytes in 2 blocks are still reachable in loss record 5 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19296==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19296==    by 0x5655CE4: GNUNET_xstrdup_ (common_allocation.c:253)
==19296==    by 0x5658812: GNUNET_CONFIGURATION_set_value_string (configuration.c:814)
==19296==    by 0x5658D0C: GNUNET_CONFIGURATION_deserialize (configuration.c:282)
==19296==    by 0x5659075: GNUNET_CONFIGURATION_parse (configuration.c:356)
==19296==    by 0x566C6DE: GNUNET_DISK_directory_scan (disk.c:1223)
==19296==    by 0x565A021: GNUNET_CONFIGURATION_load (configuration.c:1618)
==19296==    by 0x56784E7: GNUNET_PROGRAM_run2 (program.c:256)
==19296==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19296==    by 0x4014BD: main (gnunet-gns.c:450)
==19296== 
==19296== 8 bytes in 1 blocks are still reachable in loss record 6 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x62BC3F4: do_malloc (global.c:875)
==19296==    by 0x62BD288: _gcry_malloc (global.c:897)
==19296==    by 0x62BD5CE: _gcry_xmalloc (global.c:1051)
==19296==    by 0x63470A4: _gcry_mpi_alloc_limb_space (mpiutil.c:123)
==19296==    by 0x634713B: _gcry_mpi_alloc (mpiutil.c:85)
==19296==    by 0x6347A8D: _gcry_mpi_alloc_set_ui (mpiutil.c:533)
==19296==    by 0x6347B59: _gcry_mpi_init (mpiutil.c:63)
==19296==    by 0x62BC36D: global_init (global.c:146)
==19296==    by 0x62BC4BA: _gcry_check_version (global.c:257)
==19296==    by 0x56527DC: GNUNET_CRYPTO_random_init (crypto_random.c:347)
==19296==    by 0x400DF7F: call_init (dl-init.c:85)
==19296== 
==19296== 9 bytes in 1 blocks are still reachable in loss record 7 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19296==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19296==    by 0x5655CE4: GNUNET_xstrdup_ (common_allocation.c:253)
==19296==    by 0x56543AF: GNUNET_CLIENT_connect (client.c:422)
==19296==    by 0x543E835: reconnect (identity_api.c:541)
==19296==    by 0x567C3D0: GNUNET_SCHEDULER_run (scheduler.c:593)
==19296==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19296==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19296==    by 0x4014BD: main (gnunet-gns.c:450)
==19296== 
==19296== 11 bytes in 1 blocks are still reachable in loss record 8 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19296==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19296==    by 0x5655CE4: GNUNET_xstrdup_ (common_allocation.c:253)
==19296==    by 0x5657741: GNUNET_log_setup (common_logging.c:685)
==19296==    by 0x56782BC: GNUNET_PROGRAM_run2 (program.c:241)
==19296==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19296==    by 0x4014BD: main (gnunet-gns.c:450)
==19296== 
==19296== 14 bytes in 1 blocks are still reachable in loss record 9 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19296==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19296==    by 0x5655CE4: GNUNET_xstrdup_ (common_allocation.c:253)
==19296==    by 0x56588D4: GNUNET_CONFIGURATION_set_value_string (configuration.c:829)
==19296==    by 0x565A085: GNUNET_CONFIGURATION_load (configuration.c:1633)
==19296==    by 0x56784E7: GNUNET_PROGRAM_run2 (program.c:256)
==19296==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19296==    by 0x4014BD: main (gnunet-gns.c:450)
==19296== 
==19296== 16 bytes in 1 blocks are still reachable in loss record 10 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19296==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19296==    by 0x5678120: GNUNET_PROGRAM_run2 (program.c:199)
==19296==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19296==    by 0x4014BD: main (gnunet-gns.c:450)
==19296== 
==19296== 16 bytes in 1 blocks are still reachable in loss record 11 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19296==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19296==    by 0x566DD4B: GNUNET_DISK_pipe_from_fd (disk.c:2387)
==19296==    by 0x566E16E: GNUNET_DISK_pipe (disk.c:2283)
==19296==    by 0x567BDEF: GNUNET_SCHEDULER_run (scheduler.c:738)
==19296==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19296==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19296==    by 0x4014BD: main (gnunet-gns.c:450)
==19296== 
==19296== 16 bytes in 2 blocks are still reachable in loss record 12 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x62BC3F4: do_malloc (global.c:875)
==19296==    by 0x62BD288: _gcry_malloc (global.c:897)
==19296==    by 0x62BD5CE: _gcry_xmalloc (global.c:1051)
==19296==    by 0x63470A4: _gcry_mpi_alloc_limb_space (mpiutil.c:123)
==19296==    by 0x634713B: _gcry_mpi_alloc (mpiutil.c:85)
==19296==    by 0x6347A8D: _gcry_mpi_alloc_set_ui (mpiutil.c:533)
==19296==    by 0x6347ACE: _gcry_mpi_init (mpiutil.c:63)
==19296==    by 0x62BC36D: global_init (global.c:146)
==19296==    by 0x62BC4BA: _gcry_check_version (global.c:257)
==19296==    by 0x56527DC: GNUNET_CRYPTO_random_init (crypto_random.c:347)
==19296==    by 0x400DF7F: call_init (dl-init.c:85)
==19296== 
==19296== 17 bytes in 1 blocks are still reachable in loss record 13 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19296==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19296==    by 0x56560CC: GNUNET_asprintf (common_allocation.c:360)
==19296==    by 0x5657710: GNUNET_log_setup (common_logging.c:683)
==19296==    by 0x56782BC: GNUNET_PROGRAM_run2 (program.c:241)
==19296==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19296==    by 0x4014BD: main (gnunet-gns.c:450)
==19296== 
==19296== 22 bytes in 1 blocks are still reachable in loss record 14 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19296==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19296==    by 0x5655CE4: GNUNET_xstrdup_ (common_allocation.c:253)
==19296==    by 0x5678507: GNUNET_PROGRAM_run2 (program.c:235)
==19296==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19296==    by 0x4014BD: main (gnunet-gns.c:450)
==19296== 
==19296== 22 bytes in 1 blocks are still reachable in loss record 15 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19296==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19296==    by 0x5655CE4: GNUNET_xstrdup_ (common_allocation.c:253)
==19296==    by 0x56785C7: GNUNET_PROGRAM_run2 (program.c:253)
==19296==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19296==    by 0x4014BD: main (gnunet-gns.c:450)
==19296== 
==19296== 22 bytes in 1 blocks are still reachable in loss record 16 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19296==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19296==    by 0x5655CE4: GNUNET_xstrdup_ (common_allocation.c:253)
==19296==    by 0x56588EC: GNUNET_CONFIGURATION_set_value_string (configuration.c:830)
==19296==    by 0x565A085: GNUNET_CONFIGURATION_load (configuration.c:1633)
==19296==    by 0x56784E7: GNUNET_PROGRAM_run2 (program.c:256)
==19296==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19296==    by 0x4014BD: main (gnunet-gns.c:450)
==19296== 
==19296== 24 bytes in 1 blocks are still reachable in loss record 17 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x62BC3F4: do_malloc (global.c:875)
==19296==    by 0x62BD288: _gcry_malloc (global.c:897)
==19296==    by 0x62BD5CE: _gcry_xmalloc (global.c:1051)
==19296==    by 0x6347129: _gcry_mpi_alloc (mpiutil.c:84)
==19296==    by 0x6347A8D: _gcry_mpi_alloc_set_ui (mpiutil.c:533)
==19296==    by 0x6347B59: _gcry_mpi_init (mpiutil.c:63)
==19296==    by 0x62BC36D: global_init (global.c:146)
==19296==    by 0x62BC4BA: _gcry_check_version (global.c:257)
==19296==    by 0x56527DC: GNUNET_CRYPTO_random_init (crypto_random.c:347)
==19296==    by 0x400DF7F: call_init (dl-init.c:85)
==19296==    by 0x400E076: _dl_init (dl-init.c:134)
==19296== 
==19296== 24 bytes in 1 blocks are still reachable in loss record 18 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19296==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19296==    by 0x56588BD: GNUNET_CONFIGURATION_set_value_string (configuration.c:828)
==19296==    by 0x565A085: GNUNET_CONFIGURATION_load (configuration.c:1633)
==19296==    by 0x56784E7: GNUNET_PROGRAM_run2 (program.c:256)
==19296==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19296==    by 0x4014BD: main (gnunet-gns.c:450)
==19296== 
==19296== 24 bytes in 1 blocks are still reachable in loss record 19 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19296==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19296==    by 0x56734C5: GNUNET_NETWORK_socket_create (network.c:824)
==19296==    by 0x565B9CC: GNUNET_CONNECTION_create_from_connect_to_unixpath (connection.c:846)
==19296==    by 0x5653B32: try_unixpath (client.c:269)
==19296==    by 0x5654369: GNUNET_CLIENT_connect (client.c:344)
==19296==    by 0x4E30A09: reconnect (gns_api.c:196)
==19296==    by 0x4E30B34: GNUNET_GNS_connect (gns_api.c:464)
==19296==    by 0x4019D3: run (gnunet-gns.c:359)
==19296==    by 0x567C3D0: GNUNET_SCHEDULER_run (scheduler.c:593)
==19296==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19296== 
==19296== 24 bytes in 1 blocks are still reachable in loss record 20 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19296==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19296==    by 0x5661911: GNUNET_CONTAINER_multihashmap_create (container_multihashmap.c:181)
==19296==    by 0x543EB83: GNUNET_IDENTITY_connect (identity_api.c:581)
==19296==    by 0x4019EA: run (gnunet-gns.c:360)
==19296==    by 0x567C3D0: GNUNET_SCHEDULER_run (scheduler.c:593)
==19296==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19296==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19296==    by 0x4014BD: main (gnunet-gns.c:450)
==19296== 
==19296== 24 bytes in 1 blocks are still reachable in loss record 21 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19296==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19296==    by 0x56734C5: GNUNET_NETWORK_socket_create (network.c:824)
==19296==    by 0x565B9CC: GNUNET_CONNECTION_create_from_connect_to_unixpath (connection.c:846)
==19296==    by 0x5653B32: try_unixpath (client.c:269)
==19296==    by 0x5654369: GNUNET_CLIENT_connect (client.c:344)
==19296==    by 0x543E835: reconnect (identity_api.c:541)
==19296==    by 0x567C3D0: GNUNET_SCHEDULER_run (scheduler.c:593)
==19296==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19296==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19296==    by 0x4014BD: main (gnunet-gns.c:450)
==19296== 
==19296== 24 bytes in 3 blocks are still reachable in loss record 22 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x62BC3F4: do_malloc (global.c:875)
==19296==    by 0x62BD288: _gcry_malloc (global.c:897)
==19296==    by 0x62BD5CE: _gcry_xmalloc (global.c:1051)
==19296==    by 0x63470A4: _gcry_mpi_alloc_limb_space (mpiutil.c:123)
==19296==    by 0x634713B: _gcry_mpi_alloc (mpiutil.c:85)
==19296==    by 0x6347A8D: _gcry_mpi_alloc_set_ui (mpiutil.c:533)
==19296==    by 0x6347B09: _gcry_mpi_init (mpiutil.c:63)
==19296==    by 0x62BC36D: global_init (global.c:146)
==19296==    by 0x62BC4BA: _gcry_check_version (global.c:257)
==19296==    by 0x56527DC: GNUNET_CRYPTO_random_init (crypto_random.c:347)
==19296==    by 0x400DF7F: call_init (dl-init.c:85)
==19296== 
==19296== 48 bytes in 2 blocks are still reachable in loss record 23 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x62BC3F4: do_malloc (global.c:875)
==19296==    by 0x62BD288: _gcry_malloc (global.c:897)
==19296==    by 0x62BD5CE: _gcry_xmalloc (global.c:1051)
==19296==    by 0x6347129: _gcry_mpi_alloc (mpiutil.c:84)
==19296==    by 0x6347A8D: _gcry_mpi_alloc_set_ui (mpiutil.c:533)
==19296==    by 0x6347ACE: _gcry_mpi_init (mpiutil.c:63)
==19296==    by 0x62BC36D: global_init (global.c:146)
==19296==    by 0x62BC4BA: _gcry_check_version (global.c:257)
==19296==    by 0x56527DC: GNUNET_CRYPTO_random_init (crypto_random.c:347)
==19296==    by 0x400DF7F: call_init (dl-init.c:85)
==19296==    by 0x400E076: _dl_init (dl-init.c:134)
==19296== 
==19296== 50 bytes in 5 blocks are still reachable in loss record 24 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19296==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19296==    by 0x5655CE4: GNUNET_xstrdup_ (common_allocation.c:253)
==19296==    by 0x543E11D: message_handler (identity_api.c:371)
==19296==    by 0x5653D30: receive_task (client.c:589)
==19296==    by 0x567C3D0: GNUNET_SCHEDULER_run (scheduler.c:593)
==19296==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19296==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19296==    by 0x4014BD: main (gnunet-gns.c:450)
==19296== 
==19296== 52 bytes in 1 blocks are still reachable in loss record 25 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19296==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19296==    by 0x56875CD: GNUNET_STRINGS_get_utf8_args (strings.c:1267)
==19296==    by 0x401471: main (gnunet-gns.c:444)
==19296== 
==19296== 56 (24 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 26 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x62BC3F4: do_malloc (global.c:875)
==19296==    by 0x62BD288: _gcry_malloc (global.c:897)
==19296==    by 0x62BD5CE: _gcry_xmalloc (global.c:1051)
==19296==    by 0x6347129: _gcry_mpi_alloc (mpiutil.c:84)
==19296==    by 0x634762B: _gcry_mpi_copy (mpiutil.c:347)
==19296==    by 0x6348021: ec_p_init (ec.c:379)
==19296==    by 0x63486B3: _gcry_mpi_ec_p_new (ec.c:496)
==19296==    by 0x632EFE2: _gcry_mpi_ec_new (ecc-curves.c:813)
==19296==    by 0x62B9D08: gcry_mpi_ec_new (visibility.c:513)
==19296==    by 0x56655E4: GNUNET_CRYPTO_ecdsa_key_get_public (crypto_ecc.c:316)
==19296==    by 0x401C8E: identity_master_cb (gnunet-gns.c:339)
==19296== 
==19296== 72 bytes in 3 blocks are still reachable in loss record 27 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x62BC3F4: do_malloc (global.c:875)
==19296==    by 0x62BD288: _gcry_malloc (global.c:897)
==19296==    by 0x62BD5CE: _gcry_xmalloc (global.c:1051)
==19296==    by 0x6347129: _gcry_mpi_alloc (mpiutil.c:84)
==19296==    by 0x6347A8D: _gcry_mpi_alloc_set_ui (mpiutil.c:533)
==19296==    by 0x6347B09: _gcry_mpi_init (mpiutil.c:63)
==19296==    by 0x62BC36D: global_init (global.c:146)
==19296==    by 0x62BC4BA: _gcry_check_version (global.c:257)
==19296==    by 0x56527DC: GNUNET_CRYPTO_random_init (crypto_random.c:347)
==19296==    by 0x400DF7F: call_init (dl-init.c:85)
==19296==    by 0x400E076: _dl_init (dl-init.c:134)
==19296== 
==19296== 80 bytes in 1 blocks are still reachable in loss record 28 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19296==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19296==    by 0x4E30B26: GNUNET_GNS_connect (gns_api.c:462)
==19296==    by 0x4019D3: run (gnunet-gns.c:359)
==19296==    by 0x567C3D0: GNUNET_SCHEDULER_run (scheduler.c:593)
==19296==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19296==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19296==    by 0x4014BD: main (gnunet-gns.c:450)
==19296== 
==19296== 80 bytes in 1 blocks are still reachable in loss record 29 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19296==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19296==    by 0x567B630: GNUNET_SCHEDULER_add_delayed_with_priority (scheduler.c:1098)
==19296==    by 0x401A13: run (gnunet-gns.c:367)
==19296==    by 0x567C3D0: GNUNET_SCHEDULER_run (scheduler.c:593)
==19296==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19296==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19296==    by 0x4014BD: main (gnunet-gns.c:450)
==19296== 
==19296== 80 bytes in 1 blocks are still reachable in loss record 30 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19296==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19296==    by 0x567B630: GNUNET_SCHEDULER_add_delayed_with_priority (scheduler.c:1098)
==19296==    by 0x567B7F6: GNUNET_SCHEDULER_add_now (scheduler.c:1198)
==19296==    by 0x5654569: GNUNET_CLIENT_receive (client.c:621)
==19296==    by 0x5654942: receive_helper (client.c:553)
==19296==    by 0x565A5E8: receive_ready (connection.c:1062)
==19296==    by 0x567C3D0: GNUNET_SCHEDULER_run (scheduler.c:593)
==19296==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19296==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19296==    by 0x4014BD: main (gnunet-gns.c:450)
==19296== 
==19296== 80 bytes in 1 blocks are still reachable in loss record 31 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19296==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19296==    by 0x567ADC1: add_without_sets (scheduler.c:1275)
==19296==    by 0x565D696: GNUNET_CONNECTION_receive (connection.c:1095)
==19296==    by 0x4E3085C: transmit_pending (gns_api.c:343)
==19296==    by 0x5653833: client_notify (client.c:1149)
==19296==    by 0x565AAFB: transmit_ready (connection.c:1172)
==19296==    by 0x567C3D0: GNUNET_SCHEDULER_run (scheduler.c:593)
==19296==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19296==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19296==    by 0x4014BD: main (gnunet-gns.c:450)
==19296== 
==19296== 88 bytes in 1 blocks are still reachable in loss record 32 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19296==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19296==    by 0x543EB66: GNUNET_IDENTITY_connect (identity_api.c:577)
==19296==    by 0x4019EA: run (gnunet-gns.c:360)
==19296==    by 0x567C3D0: GNUNET_SCHEDULER_run (scheduler.c:593)
==19296==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19296==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19296==    by 0x4014BD: main (gnunet-gns.c:450)
==19296== 
==19296== 105 bytes in 2 blocks are still reachable in loss record 33 of 66
==19296==    at 0x4C28CCE: realloc (vg_replace_malloc.c:632)
==19296==    by 0x5655B6C: GNUNET_xrealloc_ (common_allocation.c:177)
==19296==    by 0x565ABF4: transmit_ready (connection.c:1300)
==19296==    by 0x567C3D0: GNUNET_SCHEDULER_run (scheduler.c:593)
==19296==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19296==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19296==    by 0x4014BD: main (gnunet-gns.c:450)
==19296== 
==19296== 110 bytes in 1 blocks are still reachable in loss record 34 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19296==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19296==    by 0x565B948: GNUNET_CONNECTION_create_from_connect_to_unixpath (connection.c:832)
==19296==    by 0x5653B32: try_unixpath (client.c:269)
==19296==    by 0x5654369: GNUNET_CLIENT_connect (client.c:344)
==19296==    by 0x4E30A09: reconnect (gns_api.c:196)
==19296==    by 0x4E30B34: GNUNET_GNS_connect (gns_api.c:464)
==19296==    by 0x4019D3: run (gnunet-gns.c:359)
==19296==    by 0x567C3D0: GNUNET_SCHEDULER_run (scheduler.c:593)
==19296==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19296==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19296== 
==19296== 110 bytes in 1 blocks are still reachable in loss record 35 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19296==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19296==    by 0x565B948: GNUNET_CONNECTION_create_from_connect_to_unixpath (connection.c:832)
==19296==    by 0x5653B32: try_unixpath (client.c:269)
==19296==    by 0x5654369: GNUNET_CLIENT_connect (client.c:344)
==19296==    by 0x543E835: reconnect (identity_api.c:541)
==19296==    by 0x567C3D0: GNUNET_SCHEDULER_run (scheduler.c:593)
==19296==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19296==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19296==    by 0x4014BD: main (gnunet-gns.c:450)
==19296== 
==19296== 118 bytes in 8 blocks are still reachable in loss record 36 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19296==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19296==    by 0x5655CE4: GNUNET_xstrdup_ (common_allocation.c:253)
==19296==    by 0x56588D4: GNUNET_CONFIGURATION_set_value_string (configuration.c:829)
==19296==    by 0x5658D0C: GNUNET_CONFIGURATION_deserialize (configuration.c:282)
==19296==    by 0x5659075: GNUNET_CONFIGURATION_parse (configuration.c:356)
==19296==    by 0x565A04C: GNUNET_CONFIGURATION_load (configuration.c:1625)
==19296==    by 0x56784E7: GNUNET_PROGRAM_run2 (program.c:256)
==19296==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19296==    by 0x4014BD: main (gnunet-gns.c:450)
==19296== 
==19296== 120 bytes in 1 blocks are still reachable in loss record 37 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19296==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19296==    by 0x5654387: GNUNET_CLIENT_connect (client.c:418)
==19296==    by 0x4E30A09: reconnect (gns_api.c:196)
==19296==    by 0x4E30B34: GNUNET_GNS_connect (gns_api.c:464)
==19296==    by 0x4019D3: run (gnunet-gns.c:359)
==19296==    by 0x567C3D0: GNUNET_SCHEDULER_run (scheduler.c:593)
==19296==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19296==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19296==    by 0x4014BD: main (gnunet-gns.c:450)
==19296== 
==19296== 120 bytes in 1 blocks are still reachable in loss record 38 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19296==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19296==    by 0x5654387: GNUNET_CLIENT_connect (client.c:418)
==19296==    by 0x543E835: reconnect (identity_api.c:541)
==19296==    by 0x567C3D0: GNUNET_SCHEDULER_run (scheduler.c:593)
==19296==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19296==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19296==    by 0x4014BD: main (gnunet-gns.c:450)
==19296== 
==19296== 120 bytes in 5 blocks are still reachable in loss record 39 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19296==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19296==    by 0x566225D: GNUNET_CONTAINER_multihashmap_put (container_multihashmap.c:719)
==19296==    by 0x543E3B0: message_handler (identity_api.c:353)
==19296==    by 0x5653D30: receive_task (client.c:589)
==19296==    by 0x567C3D0: GNUNET_SCHEDULER_run (scheduler.c:593)
==19296==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19296==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19296==    by 0x4014BD: main (gnunet-gns.c:450)
==19296== 
==19296== 128 bytes in 1 blocks are still reachable in loss record 40 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19296==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19296==    by 0x566192B: GNUNET_CONTAINER_multihashmap_create (container_multihashmap.c:182)
==19296==    by 0x543EB83: GNUNET_IDENTITY_connect (identity_api.c:581)
==19296==    by 0x4019EA: run (gnunet-gns.c:360)
==19296==    by 0x567C3D0: GNUNET_SCHEDULER_run (scheduler.c:593)
==19296==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19296==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19296==    by 0x4014BD: main (gnunet-gns.c:450)
==19296== 
==19296== 136 bytes in 1 blocks are still reachable in loss record 41 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19296==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19296==    by 0x5673B46: GNUNET_NETWORK_fdset_create (network.c:1223)
==19296==    by 0x567BDC9: GNUNET_SCHEDULER_run (scheduler.c:735)
==19296==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19296==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19296==    by 0x4014BD: main (gnunet-gns.c:450)
==19296== 
==19296== 136 bytes in 1 blocks are still reachable in loss record 42 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19296==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19296==    by 0x5673B46: GNUNET_NETWORK_fdset_create (network.c:1223)
==19296==    by 0x567BDD1: GNUNET_SCHEDULER_run (scheduler.c:736)
==19296==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19296==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19296==    by 0x4014BD: main (gnunet-gns.c:450)
==19296== 
==19296== 155 bytes in 3 blocks are still reachable in loss record 43 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19296==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19296==    by 0x5655CE4: GNUNET_xstrdup_ (common_allocation.c:253)
==19296==    by 0x56588EC: GNUNET_CONFIGURATION_set_value_string (configuration.c:830)
==19296==    by 0x5658D0C: GNUNET_CONFIGURATION_deserialize (configuration.c:282)
==19296==    by 0x5659075: GNUNET_CONFIGURATION_parse (configuration.c:356)
==19296==    by 0x565A04C: GNUNET_CONFIGURATION_load (configuration.c:1625)
==19296==    by 0x56784E7: GNUNET_PROGRAM_run2 (program.c:256)
==19296==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19296==    by 0x4014BD: main (gnunet-gns.c:450)
==19296== 
==19296== 160 bytes in 5 blocks are still reachable in loss record 44 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19296==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19296==    by 0x543E317: message_handler (identity_api.c:349)
==19296==    by 0x5653D30: receive_task (client.c:589)
==19296==    by 0x567C3D0: GNUNET_SCHEDULER_run (scheduler.c:593)
==19296==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19296==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19296==    by 0x4014BD: main (gnunet-gns.c:450)
==19296== 
==19296== 166 bytes in 1 blocks are still reachable in loss record 45 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19296==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19296==    by 0x4E30FFB: GNUNET_GNS_lookup (gns_api.c:558)
==19296==    by 0x4017F6: lookup_with_keys (gnunet-gns.c:205)
==19296==    by 0x401C56: identity_shorten_cb (gnunet-gns.c:248)
==19296==    by 0x543E03E: message_handler (identity_api.c:427)
==19296==    by 0x5653D30: receive_task (client.c:589)
==19296==    by 0x567C3D0: GNUNET_SCHEDULER_run (scheduler.c:593)
==19296==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19296==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19296==    by 0x4014BD: main (gnunet-gns.c:450)
==19296== 
==19296== 168 bytes in 1 blocks are still reachable in loss record 46 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19296==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19296==    by 0x5685486: GNUNET_SIGNAL_handler_install (signal.c:57)
==19296==    by 0x567BE33: GNUNET_SCHEDULER_run (scheduler.c:745)
==19296==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19296==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19296==    by 0x4014BD: main (gnunet-gns.c:450)
==19296== 
==19296== 168 bytes in 1 blocks are still reachable in loss record 47 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19296==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19296==    by 0x5685486: GNUNET_SIGNAL_handler_install (signal.c:57)
==19296==    by 0x567BE49: GNUNET_SCHEDULER_run (scheduler.c:746)
==19296==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19296==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19296==    by 0x4014BD: main (gnunet-gns.c:450)
==19296== 
==19296== 168 bytes in 1 blocks are still reachable in loss record 48 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19296==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19296==    by 0x5685486: GNUNET_SIGNAL_handler_install (signal.c:57)
==19296==    by 0x567BE5F: GNUNET_SCHEDULER_run (scheduler.c:751)
==19296==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19296==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19296==    by 0x4014BD: main (gnunet-gns.c:450)
==19296== 
==19296== 168 bytes in 1 blocks are still reachable in loss record 49 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19296==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19296==    by 0x5685486: GNUNET_SIGNAL_handler_install (signal.c:57)
==19296==    by 0x567BE75: GNUNET_SCHEDULER_run (scheduler.c:752)
==19296==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19296==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19296==    by 0x4014BD: main (gnunet-gns.c:450)
==19296== 
==19296== 168 bytes in 1 blocks are still reachable in loss record 50 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19296==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19296==    by 0x5685486: GNUNET_SIGNAL_handler_install (signal.c:57)
==19296==    by 0x567BE8B: GNUNET_SCHEDULER_run (scheduler.c:753)
==19296==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19296==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19296==    by 0x4014BD: main (gnunet-gns.c:450)
==19296== 
==19296== 168 (72 direct, 96 indirect) bytes in 3 blocks are definitely lost in loss record 51 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x62BC3F4: do_malloc (global.c:875)
==19296==    by 0x62BD288: _gcry_malloc (global.c:897)
==19296==    by 0x62BD5CE: _gcry_xmalloc (global.c:1051)
==19296==    by 0x6347129: _gcry_mpi_alloc (mpiutil.c:84)
==19296==    by 0x634762B: _gcry_mpi_copy (mpiutil.c:347)
==19296==    by 0x6348021: ec_p_init (ec.c:379)
==19296==    by 0x63486B3: _gcry_mpi_ec_p_new (ec.c:496)
==19296==    by 0x632EFE2: _gcry_mpi_ec_new (ecc-curves.c:813)
==19296==    by 0x62B9D08: gcry_mpi_ec_new (visibility.c:513)
==19296==    by 0x56655E4: GNUNET_CRYPTO_ecdsa_key_get_public (crypto_ecc.c:316)
==19296==    by 0x543DF93: message_handler (identity_api.c:409)
==19296== 
==19296== 192 bytes in 8 blocks are still reachable in loss record 52 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19296==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19296==    by 0x56588BD: GNUNET_CONFIGURATION_set_value_string (configuration.c:828)
==19296==    by 0x5658D0C: GNUNET_CONFIGURATION_deserialize (configuration.c:282)
==19296==    by 0x5659075: GNUNET_CONFIGURATION_parse (configuration.c:356)
==19296==    by 0x565A04C: GNUNET_CONFIGURATION_load (configuration.c:1625)
==19296==    by 0x56784E7: GNUNET_PROGRAM_run2 (program.c:256)
==19296==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19296==    by 0x4014BD: main (gnunet-gns.c:450)
==19296== 
==19296== 200 bytes in 1 blocks are still reachable in loss record 53 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19296==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19296==    by 0x565B977: GNUNET_CONNECTION_create_from_connect_to_unixpath (connection.c:838)
==19296==    by 0x5653B32: try_unixpath (client.c:269)
==19296==    by 0x5654369: GNUNET_CLIENT_connect (client.c:344)
==19296==    by 0x4E30A09: reconnect (gns_api.c:196)
==19296==    by 0x4E30B34: GNUNET_GNS_connect (gns_api.c:464)
==19296==    by 0x4019D3: run (gnunet-gns.c:359)
==19296==    by 0x567C3D0: GNUNET_SCHEDULER_run (scheduler.c:593)
==19296==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19296==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19296== 
==19296== 200 bytes in 1 blocks are still reachable in loss record 54 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19296==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19296==    by 0x565B977: GNUNET_CONNECTION_create_from_connect_to_unixpath (connection.c:838)
==19296==    by 0x5653B32: try_unixpath (client.c:269)
==19296==    by 0x5654369: GNUNET_CLIENT_connect (client.c:344)
==19296==    by 0x543E835: reconnect (identity_api.c:541)
==19296==    by 0x567C3D0: GNUNET_SCHEDULER_run (scheduler.c:593)
==19296==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19296==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19296==    by 0x4014BD: main (gnunet-gns.c:450)
==19296== 
==19296== 225 bytes in 11 blocks are still reachable in loss record 55 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19296==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19296==    by 0x5655CE4: GNUNET_xstrdup_ (common_allocation.c:253)
==19296==    by 0x5658812: GNUNET_CONFIGURATION_set_value_string (configuration.c:814)
==19296==    by 0x5658D0C: GNUNET_CONFIGURATION_deserialize (configuration.c:282)
==19296==    by 0x5659075: GNUNET_CONFIGURATION_parse (configuration.c:356)
==19296==    by 0x565A04C: GNUNET_CONFIGURATION_load (configuration.c:1625)
==19296==    by 0x56784E7: GNUNET_PROGRAM_run2 (program.c:256)
==19296==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19296==    by 0x4014BD: main (gnunet-gns.c:450)
==19296== 
==19296== 280 (120 direct, 160 indirect) bytes in 5 blocks are definitely lost in loss record 56 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x62BC3F4: do_malloc (global.c:875)
==19296==    by 0x62BD288: _gcry_malloc (global.c:897)
==19296==    by 0x62BD5CE: _gcry_xmalloc (global.c:1051)
==19296==    by 0x6347129: _gcry_mpi_alloc (mpiutil.c:84)
==19296==    by 0x634762B: _gcry_mpi_copy (mpiutil.c:347)
==19296==    by 0x6348021: ec_p_init (ec.c:379)
==19296==    by 0x63486B3: _gcry_mpi_ec_p_new (ec.c:496)
==19296==    by 0x632EFE2: _gcry_mpi_ec_new (ecc-curves.c:813)
==19296==    by 0x62B9D08: gcry_mpi_ec_new (visibility.c:513)
==19296==    by 0x56655E4: GNUNET_CRYPTO_ecdsa_key_get_public (crypto_ecc.c:316)
==19296==    by 0x543DE32: message_handler (identity_api.c:329)
==19296== 
==19296== 288 bytes in 9 blocks are indirectly lost in loss record 57 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x62BC3F4: do_malloc (global.c:875)
==19296==    by 0x62BD288: _gcry_malloc (global.c:897)
==19296==    by 0x62BD5CE: _gcry_xmalloc (global.c:1051)
==19296==    by 0x63470A4: _gcry_mpi_alloc_limb_space (mpiutil.c:123)
==19296==    by 0x634713B: _gcry_mpi_alloc (mpiutil.c:85)
==19296==    by 0x634762B: _gcry_mpi_copy (mpiutil.c:347)
==19296==    by 0x6348021: ec_p_init (ec.c:379)
==19296==    by 0x63486B3: _gcry_mpi_ec_p_new (ec.c:496)
==19296==    by 0x632EFE2: _gcry_mpi_ec_new (ecc-curves.c:813)
==19296==    by 0x62B9D08: gcry_mpi_ec_new (visibility.c:513)
==19296==    by 0x56655E4: GNUNET_CRYPTO_ecdsa_key_get_public (crypto_ecc.c:316)
==19296== 
==19296== 341 bytes in 1 blocks are still reachable in loss record 58 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19296==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19296==    by 0x5655F36: GNUNET_xgrow_ (common_allocation.c:327)
==19296==    by 0x5654982: receive_helper (client.c:538)
==19296==    by 0x565A5E8: receive_ready (connection.c:1062)
==19296==    by 0x567C3D0: GNUNET_SCHEDULER_run (scheduler.c:593)
==19296==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19296==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19296==    by 0x4014BD: main (gnunet-gns.c:450)
==19296== 
==19296== 440 bytes in 5 blocks are still reachable in loss record 59 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19296==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19296==    by 0x543E2FE: message_handler (identity_api.c:348)
==19296==    by 0x5653D30: receive_task (client.c:589)
==19296==    by 0x567C3D0: GNUNET_SCHEDULER_run (scheduler.c:593)
==19296==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19296==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19296==    by 0x4014BD: main (gnunet-gns.c:450)
==19296== 
==19296== 664 bytes in 1 blocks are still reachable in loss record 60 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x62BC3F4: do_malloc (global.c:875)
==19296==    by 0x62BD288: _gcry_malloc (global.c:897)
==19296==    by 0x62BD5CE: _gcry_xmalloc (global.c:1051)
==19296==    by 0x62BD6FE: _gcry_xcalloc (global.c:1113)
==19296==    by 0x633D730: initialize (random-csprng.c:324)
==19296==    by 0x62BCD32: _gcry_vcontrol (global.c:514)
==19296==    by 0x62B975B: gcry_control (visibility.c:79)
==19296==    by 0x5652844: GNUNET_CRYPTO_random_init (crypto_random.c:368)
==19296==    by 0x400DF7F: call_init (dl-init.c:85)
==19296==    by 0x400E076: _dl_init (dl-init.c:134)
==19296==    by 0x4000B29: ??? (in /lib/x86_64-linux-gnu/ld-2.13.so)
==19296== 
==19296== 664 bytes in 1 blocks are still reachable in loss record 61 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x62BC3F4: do_malloc (global.c:875)
==19296==    by 0x62BD288: _gcry_malloc (global.c:897)
==19296==    by 0x62BD5CE: _gcry_xmalloc (global.c:1051)
==19296==    by 0x62BD6FE: _gcry_xcalloc (global.c:1113)
==19296==    by 0x633D7B4: initialize (random-csprng.c:327)
==19296==    by 0x62BCD32: _gcry_vcontrol (global.c:514)
==19296==    by 0x62B975B: gcry_control (visibility.c:79)
==19296==    by 0x5652844: GNUNET_CRYPTO_random_init (crypto_random.c:368)
==19296==    by 0x400DF7F: call_init (dl-init.c:85)
==19296==    by 0x400E076: _dl_init (dl-init.c:134)
==19296==    by 0x4000B29: ??? (in /lib/x86_64-linux-gnu/ld-2.13.so)
==19296== 
==19296== 761 bytes in 69 blocks are still reachable in loss record 62 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19296==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19296==    by 0x5655CE4: GNUNET_xstrdup_ (common_allocation.c:253)
==19296==    by 0x5658934: GNUNET_CONFIGURATION_set_value_string (configuration.c:824)
==19296==    by 0x5658D0C: GNUNET_CONFIGURATION_deserialize (configuration.c:282)
==19296==    by 0x5659075: GNUNET_CONFIGURATION_parse (configuration.c:356)
==19296==    by 0x566C6DE: GNUNET_DISK_directory_scan (disk.c:1223)
==19296==    by 0x565A021: GNUNET_CONFIGURATION_load (configuration.c:1618)
==19296==    by 0x56784E7: GNUNET_PROGRAM_run2 (program.c:256)
==19296==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19296==    by 0x4014BD: main (gnunet-gns.c:450)
==19296== 
==19296== 1,656 bytes in 69 blocks are still reachable in loss record 63 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19296==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19296==    by 0x565891D: GNUNET_CONFIGURATION_set_value_string (configuration.c:823)
==19296==    by 0x5658D0C: GNUNET_CONFIGURATION_deserialize (configuration.c:282)
==19296==    by 0x5659075: GNUNET_CONFIGURATION_parse (configuration.c:356)
==19296==    by 0x566C6DE: GNUNET_DISK_directory_scan (disk.c:1223)
==19296==    by 0x565A021: GNUNET_CONFIGURATION_load (configuration.c:1618)
==19296==    by 0x56784E7: GNUNET_PROGRAM_run2 (program.c:256)
==19296==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19296==    by 0x4014BD: main (gnunet-gns.c:450)
==19296== 
==19296== 5,909 bytes in 481 blocks are still reachable in loss record 64 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19296==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19296==    by 0x5655CE4: GNUNET_xstrdup_ (common_allocation.c:253)
==19296==    by 0x56588D4: GNUNET_CONFIGURATION_set_value_string (configuration.c:829)
==19296==    by 0x5658D0C: GNUNET_CONFIGURATION_deserialize (configuration.c:282)
==19296==    by 0x5659075: GNUNET_CONFIGURATION_parse (configuration.c:356)
==19296==    by 0x566C6DE: GNUNET_DISK_directory_scan (disk.c:1223)
==19296==    by 0x565A021: GNUNET_CONFIGURATION_load (configuration.c:1618)
==19296==    by 0x56784E7: GNUNET_PROGRAM_run2 (program.c:256)
==19296==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19296==    by 0x4014BD: main (gnunet-gns.c:450)
==19296== 
==19296== 6,120 bytes in 473 blocks are still reachable in loss record 65 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19296==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19296==    by 0x5655CE4: GNUNET_xstrdup_ (common_allocation.c:253)
==19296==    by 0x56588EC: GNUNET_CONFIGURATION_set_value_string (configuration.c:830)
==19296==    by 0x5658D0C: GNUNET_CONFIGURATION_deserialize (configuration.c:282)
==19296==    by 0x5659075: GNUNET_CONFIGURATION_parse (configuration.c:356)
==19296==    by 0x566C6DE: GNUNET_DISK_directory_scan (disk.c:1223)
==19296==    by 0x565A021: GNUNET_CONFIGURATION_load (configuration.c:1618)
==19296==    by 0x56784E7: GNUNET_PROGRAM_run2 (program.c:256)
==19296==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19296==    by 0x4014BD: main (gnunet-gns.c:450)
==19296== 
==19296== 11,544 bytes in 481 blocks are still reachable in loss record 66 of 66
==19296==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19296==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19296==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19296==    by 0x56588BD: GNUNET_CONFIGURATION_set_value_string (configuration.c:828)
==19296==    by 0x5658D0C: GNUNET_CONFIGURATION_deserialize (configuration.c:282)
==19296==    by 0x5659075: GNUNET_CONFIGURATION_parse (configuration.c:356)
==19296==    by 0x566C6DE: GNUNET_DISK_directory_scan (disk.c:1223)
==19296==    by 0x565A021: GNUNET_CONFIGURATION_load (configuration.c:1618)
==19296==    by 0x56784E7: GNUNET_PROGRAM_run2 (program.c:256)
==19296==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19296==    by 0x4014BD: main (gnunet-gns.c:450)
==19296== 
==19296== LEAK SUMMARY:
==19296==    definitely lost: 216 bytes in 9 blocks
==19296==    indirectly lost: 288 bytes in 9 blocks
==19296==      possibly lost: 0 bytes in 0 blocks
==19296==    still reachable: 32,412 bytes in 1,680 blocks
==19296==         suppressed: 0 bytes in 0 blocks
==19296== 
==19296== For counts of detected and suppressed errors, rerun with: -v
==19296== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 4 from 4)
valgrind-gnunet.txt (50,849 bytes)   
valgrind-gnunet-v.txt (60,576 bytes)   
==19370== Memcheck, a memory error detector
==19370== Copyright (C) 2002-2011, and GNU GPL'd, by Julian Seward et al.
==19370== Using Valgrind-3.7.0 and LibVEX; rerun with -h for copyright info
==19370== Command: gnunet-gns -u blaat
==19370== Parent PID: 18972
==19370== 
--19370-- 
--19370-- Valgrind options:
--19370--    --suppressions=/usr/lib/valgrind/debian-libc6-dbg.supp
--19370--    --leak-check=full
--19370--    --show-reachable=yes
--19370--    -v
--19370--    --log-file=valgrind-gnunet-v.txt
--19370-- Contents of /proc/version:
--19370--   Linux version 3.2.0-4-amd64 (debian-kernel@lists.debian.org) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 SMP Debian 3.2.46-1
--19370-- Arch and hwcaps: AMD64, amd64-sse3-cx16
--19370-- Page sizes: currently 4096, max supported 4096
--19370-- Valgrind library directory: /usr/lib/valgrind
--19370-- Reading syms from /usr/local/bin/gnunet-gns (0x400000)
--19370-- Reading syms from /lib/x86_64-linux-gnu/ld-2.13.so (0x4000000)
--19370--   Considering /lib/x86_64-linux-gnu/ld-2.13.so ..
--19370--   .. CRC mismatch (computed 96755979 wanted cac73926)
--19370--   Considering /usr/lib/debug/lib/x86_64-linux-gnu/ld-2.13.so ..
--19370--   .. CRC is valid
--19370-- Reading syms from /usr/lib/valgrind/memcheck-amd64-linux (0x38000000)
--19370--   Considering /usr/lib/valgrind/memcheck-amd64-linux ..
--19370--   .. CRC mismatch (computed 917e6694 wanted d604052d)
--19370--   Considering /usr/lib/debug/usr/lib/valgrind/memcheck-amd64-linux ..
--19370--   .. CRC is valid
--19370--    object doesn't have a dynamic symbol table
--19370-- Reading suppressions file: /usr/lib/valgrind/debian-libc6-dbg.supp
--19370-- Reading suppressions file: /usr/lib/valgrind/default.supp
==19370== embedded gdbserver: reading from /tmp/vgdb-pipe-from-vgdb-to-19370-by-hark-on-???
==19370== embedded gdbserver: writing to   /tmp/vgdb-pipe-to-vgdb-from-19370-by-hark-on-???
==19370== embedded gdbserver: shared mem   /tmp/vgdb-pipe-shared-mem-vgdb-19370-by-hark-on-???
==19370== 
==19370== TO CONTROL THIS PROCESS USING vgdb (which you probably
==19370== don't want to do, unless you know exactly what you're doing,
==19370== or are doing some strange experiment):
==19370==   /usr/lib/valgrind/../../bin/vgdb --pid=19370 ...command...
==19370== 
==19370== TO DEBUG THIS PROCESS USING GDB: start GDB like this
==19370==   /path/to/gdb gnunet-gns
==19370== and then give GDB the following command
==19370==   target remote | /usr/lib/valgrind/../../bin/vgdb --pid=19370
==19370== --pid is optional if only one valgrind process is running
==19370== 
--19370-- REDIR: 0x40169d0 (strlen) redirected to 0x38061d67 (vgPlain_amd64_linux_REDIR_FOR_strlen)
--19370-- Reading syms from /usr/lib/valgrind/vgpreload_core-amd64-linux.so (0x4a22000)
--19370--   Considering /usr/lib/valgrind/vgpreload_core-amd64-linux.so ..
--19370--   .. CRC mismatch (computed 2439aefb wanted 12795d6b)
--19370--   Considering /usr/lib/debug/usr/lib/valgrind/vgpreload_core-amd64-linux.so ..
--19370--   .. CRC is valid
--19370-- Reading syms from /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so (0x4c24000)
--19370--   Considering /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so ..
--19370--   .. CRC mismatch (computed 765bf264 wanted b7bd9c2d)
--19370--   Considering /usr/lib/debug/usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so ..
--19370--   .. CRC is valid
--19370-- REDIR: 0x4016840 (index) redirected to 0x4c29180 (index)
--19370-- REDIR: 0x40168c0 (strcmp) redirected to 0x4c2a0a0 (strcmp)
--19370-- Reading syms from /usr/local/lib/libgnunetgns.so.0.0.0 (0x4e2f000)
--19370-- Reading syms from /usr/local/lib/libgnunetgnsrecord.so.0.0.0 (0x5032000)
--19370-- Reading syms from /usr/local/lib/libgnunetnamestore.so.0.0.1 (0x5236000)
--19370-- Reading syms from /usr/local/lib/libgnunetidentity.so.0.0.0 (0x543c000)
--19370-- Reading syms from /usr/local/lib/libgnunetutil.so.9.2.0 (0x5641000)
--19370-- Reading syms from /lib/x86_64-linux-gnu/libm-2.13.so (0x589b000)
--19370--   Considering /lib/x86_64-linux-gnu/libm-2.13.so ..
--19370--   .. CRC mismatch (computed 6432bfb2 wanted afb38428)
--19370--   Considering /usr/lib/debug/lib/x86_64-linux-gnu/libm-2.13.so ..
--19370--   .. CRC is valid
--19370-- Reading syms from /lib/x86_64-linux-gnu/libc-2.13.so (0x5b1d000)
--19370--   Considering /lib/x86_64-linux-gnu/libc-2.13.so ..
--19370--   .. CRC mismatch (computed 94085f59 wanted 21fc4da2)
--19370--   Considering /usr/lib/debug/lib/x86_64-linux-gnu/libc-2.13.so ..
--19370--   .. CRC is valid
--19370-- Reading syms from /usr/local/lib/libgnunetdnsparser.so.0.1.0 (0x5ea7000)
--19370-- Reading syms from /usr/local/lib/libgnunetstatistics.so.0.1.2 (0x60ac000)
--19370-- Reading syms from /usr/local/lib/libgcrypt.so.20.0.0 (0x62b1000)
--19370-- Reading syms from /usr/local/lib/libgpg-error.so.0.10.0 (0x657b000)
--19370-- Reading syms from /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.0 (0x677f000)
--19370--    object doesn't have a symbol table
--19370-- Reading syms from /lib/x86_64-linux-gnu/libz.so.1.2.7 (0x6988000)
--19370--   Considering /lib/x86_64-linux-gnu/libz.so.1.2.7 ..
--19370--   .. CRC mismatch (computed 57f46862 wanted 0646fc34)
--19370--    object doesn't have a symbol table
--19370-- Reading syms from /usr/lib/x86_64-linux-gnu/libunistring.so.0.1.2 (0x6b9f000)
--19370--    object doesn't have a symbol table
--19370-- Reading syms from /usr/lib/x86_64-linux-gnu/libidn.so.11.6.8 (0x6eb6000)
--19370--    object doesn't have a symbol table
--19370-- Reading syms from /lib/x86_64-linux-gnu/libdl-2.13.so (0x70ea000)
--19370--   Considering /lib/x86_64-linux-gnu/libdl-2.13.so ..
--19370--   .. CRC mismatch (computed 9914f48e wanted 4bf1fa82)
--19370--   Considering /usr/lib/debug/lib/x86_64-linux-gnu/libdl-2.13.so ..
--19370--   .. CRC is valid
--19370-- REDIR: 0x5ba1890 (strcasecmp) redirected to 0x4a22750 (_vgnU_ifunc_wrapper)
--19370-- REDIR: 0x5ba3b50 (strncasecmp) redirected to 0x4a22750 (_vgnU_ifunc_wrapper)
--19370-- REDIR: 0x5b9f8f0 (__GI_strrchr) redirected to 0x4c28fa0 (__GI_strrchr)
--19370-- REDIR: 0x5b9de10 (__GI_strlen) redirected to 0x4c29500 (__GI_strlen)
--19370-- REDIR: 0x5b98b20 (malloc) redirected to 0x4c28b80 (malloc)
--19370-- REDIR: 0x5b9c3d0 (__GI_strcmp) redirected to 0x4c2a050 (__GI_strcmp)
--19370-- REDIR: 0x5b9fff0 (memchr) redirected to 0x4c2a140 (memchr)
--19370-- REDIR: 0x5b98a40 (free) redirected to 0x4c27ce0 (free)
--19370-- REDIR: 0x5ba0690 (memset) redirected to 0x4a22750 (_vgnU_ifunc_wrapper)
--19370-- REDIR: 0x5ba06d0 (__GI_memset) redirected to 0x4c2b490 (memset)
--19370-- REDIR: 0xffffffffff600000 (???) redirected to 0x38061d53 (vgPlain_amd64_linux_REDIR_FOR_vgettimeofday)
--19370-- REDIR: 0xffffffffff600400 (???) redirected to 0x38061d5d (vgPlain_amd64_linux_REDIR_FOR_vtime)
--19370-- REDIR: 0x5ba6220 (memcpy) redirected to 0x4a22750 (_vgnU_ifunc_wrapper)
--19370-- REDIR: 0x5c44b30 (__memcpy_ssse3_back) redirected to 0x4c2a620 (memcpy)
--19370-- REDIR: 0x5b9ddd0 (strlen) redirected to 0x4a22750 (_vgnU_ifunc_wrapper)
--19370-- REDIR: 0x5c36860 (__strlen_sse42) redirected to 0x4c294e0 (strlen)
--19370-- REDIR: 0x5b9d820 (strcpy) redirected to 0x4a22750 (_vgnU_ifunc_wrapper)
--19370-- REDIR: 0x5c36ca0 (???) redirected to 0x4c29520 (strcpy)
--19370-- REDIR: 0x5c31950 (__strcasecmp_sse42) redirected to 0x4c29a40 (strcasecmp)
--19370-- REDIR: 0x5ba7640 (strchrnul) redirected to 0x4c2b7d0 (strchrnul)
--19370-- REDIR: 0x5b9e040 (__GI_strncmp) redirected to 0x4c299d0 (__GI_strncmp)
--19370-- REDIR: 0x5b9c2e0 (index) redirected to 0x4a22750 (_vgnU_ifunc_wrapper)
--19370-- REDIR: 0x5c2f020 (__strchr_sse42) redirected to 0x4c29040 (index)
--19370-- REDIR: 0x5ba75f0 (__GI___rawmemchr) redirected to 0x4c2b820 (__GI___rawmemchr)
--19370-- REDIR: 0x5baaf40 (strstr) redirected to 0x4a22750 (_vgnU_ifunc_wrapper)
--19370-- REDIR: 0x5c312d0 (__strstr_sse42) redirected to 0x4c2bbd0 (strstr)
--19370-- REDIR: 0x5b9f8c0 (rindex) redirected to 0x4a22750 (_vgnU_ifunc_wrapper)
--19370-- REDIR: 0x5c31130 (__strrchr_sse42) redirected to 0x4c28f70 (rindex)
--19370-- REDIR: 0x5b9def0 (strnlen) redirected to 0x4c29480 (strnlen)
--19370-- REDIR: 0x5c335f0 (__strncasecmp_sse42) redirected to 0x4c29b20 (strncasecmp)
--19370-- REDIR: 0x5b534d0 (putenv) redirected to 0x4c2be70 (putenv)
--19370-- REDIR: 0x5b9c310 (__GI_strchr) redirected to 0x4c29080 (__GI_strchr)
--19370-- REDIR: 0x5b99b70 (realloc) redirected to 0x4c28c50 (realloc)
--19370-- REDIR: 0x5ba1710 (stpcpy) redirected to 0x4a22750 (_vgnU_ifunc_wrapper)
--19370-- REDIR: 0x5c38640 (???) redirected to 0x4c2b150 (stpcpy)
--19370-- REDIR: 0x5b9c120 (strcat) redirected to 0x4c291c0 (strcat)
--19370-- REDIR: 0x5b9f890 (strncpy) redirected to 0x4a22750 (_vgnU_ifunc_wrapper)
--19370-- REDIR: 0x5c376c0 (???) redirected to 0x4c296c0 (strncpy)
--19370-- REDIR: 0x5ba04a0 (memmove) redirected to 0x4a22750 (_vgnU_ifunc_wrapper)
--19370-- REDIR: 0x5c4a0d0 (__memmove_ssse3_back) redirected to 0x4c2b530 (memmove)
--19370-- REDIR: 0x5ba0070 (bcmp) redirected to 0x4a22750 (_vgnU_ifunc_wrapper)
--19370-- REDIR: 0x5c51290 (__memcmp_sse4_1) redirected to 0x4c2b0b0 (bcmp)
--19370-- REDIR: 0x5b9c390 (strcmp) redirected to 0x4a22750 (_vgnU_ifunc_wrapper)
--19370-- REDIR: 0x5c2f0d0 (__strcmp_sse42) redirected to 0x4c2a000 (strcmp)
==19370== Invalid read of size 8
==19370==    at 0x543DFC6: message_handler (identity_api.c:421)
==19370==    by 0x5653D30: receive_task (client.c:589)
==19370==    by 0x567C3D0: GNUNET_SCHEDULER_run (scheduler.c:593)
==19370==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19370==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19370==    by 0x4014BD: main (gnunet-gns.c:450)
==19370==  Address 0x8 is not stack'd, malloc'd or (recently) free'd
==19370== 
==19370== 
==19370== Process terminating with default action of signal 11 (SIGSEGV)
==19370==  Access not within mapped region at address 0x8
==19370==    at 0x543DFC6: message_handler (identity_api.c:421)
==19370==    by 0x5653D30: receive_task (client.c:589)
==19370==    by 0x567C3D0: GNUNET_SCHEDULER_run (scheduler.c:593)
==19370==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19370==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19370==    by 0x4014BD: main (gnunet-gns.c:450)
==19370==  If you believe this happened as a result of a stack
==19370==  overflow in your program's main thread (unlikely but
==19370==  possible), you can try to increase the size of the
==19370==  main thread stack using the --main-stacksize= flag.
==19370==  The main thread stack size used in this run was 8388608.
==19370== 
==19370== HEAP SUMMARY:
==19370==     in use at exit: 32,916 bytes in 1,698 blocks
==19370==   total heap usage: 93,412 allocs, 91,714 frees, 2,867,603 bytes allocated
==19370== 
==19370== Searching for pointers to 1,698 not-freed blocks
==19370== Checked 244,792 bytes
==19370== 
==19370== 4 bytes in 1 blocks are still reachable in loss record 1 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19370==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19370==    by 0x566DD70: GNUNET_DISK_pipe_from_fd (disk.c:2397)
==19370==    by 0x566E16E: GNUNET_DISK_pipe (disk.c:2283)
==19370==    by 0x567BDEF: GNUNET_SCHEDULER_run (scheduler.c:738)
==19370==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19370==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19370==    by 0x4014BD: main (gnunet-gns.c:450)
==19370== 
==19370== 4 bytes in 1 blocks are still reachable in loss record 2 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19370==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19370==    by 0x566DDCF: GNUNET_DISK_pipe_from_fd (disk.c:2420)
==19370==    by 0x566E16E: GNUNET_DISK_pipe (disk.c:2283)
==19370==    by 0x567BDEF: GNUNET_SCHEDULER_run (scheduler.c:738)
==19370==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19370==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19370==    by 0x4014BD: main (gnunet-gns.c:450)
==19370== 
==19370== 4 bytes in 1 blocks are still reachable in loss record 3 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19370==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19370==    by 0x5655CE4: GNUNET_xstrdup_ (common_allocation.c:253)
==19370==    by 0x56543AF: GNUNET_CLIENT_connect (client.c:422)
==19370==    by 0x4E30A09: reconnect (gns_api.c:196)
==19370==    by 0x4E30B34: GNUNET_GNS_connect (gns_api.c:464)
==19370==    by 0x4019D3: run (gnunet-gns.c:359)
==19370==    by 0x567C3D0: GNUNET_SCHEDULER_run (scheduler.c:593)
==19370==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19370==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19370==    by 0x4014BD: main (gnunet-gns.c:450)
==19370== 
==19370== 6 bytes in 1 blocks are still reachable in loss record 4 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19370==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19370==    by 0x5655CE4: GNUNET_xstrdup_ (common_allocation.c:253)
==19370==    by 0x566F73D: GNUNET_GETOPT_set_string (getopt_helpers.c:230)
==19370==    by 0x566EA27: GNUNET_GETOPT_run (getopt.c:925)
==19370==    by 0x56782A3: GNUNET_PROGRAM_run2 (program.c:239)
==19370==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19370==    by 0x4014BD: main (gnunet-gns.c:450)
==19370== 
==19370== 7 bytes in 2 blocks are still reachable in loss record 5 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19370==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19370==    by 0x5655CE4: GNUNET_xstrdup_ (common_allocation.c:253)
==19370==    by 0x5658812: GNUNET_CONFIGURATION_set_value_string (configuration.c:814)
==19370==    by 0x5658D0C: GNUNET_CONFIGURATION_deserialize (configuration.c:282)
==19370==    by 0x5659075: GNUNET_CONFIGURATION_parse (configuration.c:356)
==19370==    by 0x566C6DE: GNUNET_DISK_directory_scan (disk.c:1223)
==19370==    by 0x565A021: GNUNET_CONFIGURATION_load (configuration.c:1618)
==19370==    by 0x56784E7: GNUNET_PROGRAM_run2 (program.c:256)
==19370==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19370==    by 0x4014BD: main (gnunet-gns.c:450)
==19370== 
==19370== 8 bytes in 1 blocks are still reachable in loss record 6 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x62BC3F4: do_malloc (global.c:875)
==19370==    by 0x62BD288: _gcry_malloc (global.c:897)
==19370==    by 0x62BD5CE: _gcry_xmalloc (global.c:1051)
==19370==    by 0x63470A4: _gcry_mpi_alloc_limb_space (mpiutil.c:123)
==19370==    by 0x634713B: _gcry_mpi_alloc (mpiutil.c:85)
==19370==    by 0x6347A8D: _gcry_mpi_alloc_set_ui (mpiutil.c:533)
==19370==    by 0x6347B59: _gcry_mpi_init (mpiutil.c:63)
==19370==    by 0x62BC36D: global_init (global.c:146)
==19370==    by 0x62BC4BA: _gcry_check_version (global.c:257)
==19370==    by 0x56527DC: GNUNET_CRYPTO_random_init (crypto_random.c:347)
==19370==    by 0x400DF7F: call_init (dl-init.c:85)
==19370== 
==19370== 9 bytes in 1 blocks are still reachable in loss record 7 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19370==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19370==    by 0x5655CE4: GNUNET_xstrdup_ (common_allocation.c:253)
==19370==    by 0x56543AF: GNUNET_CLIENT_connect (client.c:422)
==19370==    by 0x543E835: reconnect (identity_api.c:541)
==19370==    by 0x567C3D0: GNUNET_SCHEDULER_run (scheduler.c:593)
==19370==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19370==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19370==    by 0x4014BD: main (gnunet-gns.c:450)
==19370== 
==19370== 11 bytes in 1 blocks are still reachable in loss record 8 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19370==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19370==    by 0x5655CE4: GNUNET_xstrdup_ (common_allocation.c:253)
==19370==    by 0x5657741: GNUNET_log_setup (common_logging.c:685)
==19370==    by 0x56782BC: GNUNET_PROGRAM_run2 (program.c:241)
==19370==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19370==    by 0x4014BD: main (gnunet-gns.c:450)
==19370== 
==19370== 14 bytes in 1 blocks are still reachable in loss record 9 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19370==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19370==    by 0x5655CE4: GNUNET_xstrdup_ (common_allocation.c:253)
==19370==    by 0x56588D4: GNUNET_CONFIGURATION_set_value_string (configuration.c:829)
==19370==    by 0x565A085: GNUNET_CONFIGURATION_load (configuration.c:1633)
==19370==    by 0x56784E7: GNUNET_PROGRAM_run2 (program.c:256)
==19370==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19370==    by 0x4014BD: main (gnunet-gns.c:450)
==19370== 
==19370== 16 bytes in 1 blocks are still reachable in loss record 10 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19370==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19370==    by 0x5678120: GNUNET_PROGRAM_run2 (program.c:199)
==19370==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19370==    by 0x4014BD: main (gnunet-gns.c:450)
==19370== 
==19370== 16 bytes in 1 blocks are still reachable in loss record 11 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19370==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19370==    by 0x566DD4B: GNUNET_DISK_pipe_from_fd (disk.c:2387)
==19370==    by 0x566E16E: GNUNET_DISK_pipe (disk.c:2283)
==19370==    by 0x567BDEF: GNUNET_SCHEDULER_run (scheduler.c:738)
==19370==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19370==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19370==    by 0x4014BD: main (gnunet-gns.c:450)
==19370== 
==19370== 16 bytes in 2 blocks are still reachable in loss record 12 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x62BC3F4: do_malloc (global.c:875)
==19370==    by 0x62BD288: _gcry_malloc (global.c:897)
==19370==    by 0x62BD5CE: _gcry_xmalloc (global.c:1051)
==19370==    by 0x63470A4: _gcry_mpi_alloc_limb_space (mpiutil.c:123)
==19370==    by 0x634713B: _gcry_mpi_alloc (mpiutil.c:85)
==19370==    by 0x6347A8D: _gcry_mpi_alloc_set_ui (mpiutil.c:533)
==19370==    by 0x6347ACE: _gcry_mpi_init (mpiutil.c:63)
==19370==    by 0x62BC36D: global_init (global.c:146)
==19370==    by 0x62BC4BA: _gcry_check_version (global.c:257)
==19370==    by 0x56527DC: GNUNET_CRYPTO_random_init (crypto_random.c:347)
==19370==    by 0x400DF7F: call_init (dl-init.c:85)
==19370== 
==19370== 17 bytes in 1 blocks are still reachable in loss record 13 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19370==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19370==    by 0x56560CC: GNUNET_asprintf (common_allocation.c:360)
==19370==    by 0x5657710: GNUNET_log_setup (common_logging.c:683)
==19370==    by 0x56782BC: GNUNET_PROGRAM_run2 (program.c:241)
==19370==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19370==    by 0x4014BD: main (gnunet-gns.c:450)
==19370== 
==19370== 22 bytes in 1 blocks are still reachable in loss record 14 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19370==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19370==    by 0x5655CE4: GNUNET_xstrdup_ (common_allocation.c:253)
==19370==    by 0x5678507: GNUNET_PROGRAM_run2 (program.c:235)
==19370==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19370==    by 0x4014BD: main (gnunet-gns.c:450)
==19370== 
==19370== 22 bytes in 1 blocks are still reachable in loss record 15 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19370==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19370==    by 0x5655CE4: GNUNET_xstrdup_ (common_allocation.c:253)
==19370==    by 0x56785C7: GNUNET_PROGRAM_run2 (program.c:253)
==19370==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19370==    by 0x4014BD: main (gnunet-gns.c:450)
==19370== 
==19370== 22 bytes in 1 blocks are still reachable in loss record 16 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19370==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19370==    by 0x5655CE4: GNUNET_xstrdup_ (common_allocation.c:253)
==19370==    by 0x56588EC: GNUNET_CONFIGURATION_set_value_string (configuration.c:830)
==19370==    by 0x565A085: GNUNET_CONFIGURATION_load (configuration.c:1633)
==19370==    by 0x56784E7: GNUNET_PROGRAM_run2 (program.c:256)
==19370==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19370==    by 0x4014BD: main (gnunet-gns.c:450)
==19370== 
==19370== 24 bytes in 1 blocks are still reachable in loss record 17 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x62BC3F4: do_malloc (global.c:875)
==19370==    by 0x62BD288: _gcry_malloc (global.c:897)
==19370==    by 0x62BD5CE: _gcry_xmalloc (global.c:1051)
==19370==    by 0x6347129: _gcry_mpi_alloc (mpiutil.c:84)
==19370==    by 0x6347A8D: _gcry_mpi_alloc_set_ui (mpiutil.c:533)
==19370==    by 0x6347B59: _gcry_mpi_init (mpiutil.c:63)
==19370==    by 0x62BC36D: global_init (global.c:146)
==19370==    by 0x62BC4BA: _gcry_check_version (global.c:257)
==19370==    by 0x56527DC: GNUNET_CRYPTO_random_init (crypto_random.c:347)
==19370==    by 0x400DF7F: call_init (dl-init.c:85)
==19370==    by 0x400E076: _dl_init (dl-init.c:134)
==19370== 
==19370== 24 bytes in 1 blocks are still reachable in loss record 18 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19370==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19370==    by 0x56588BD: GNUNET_CONFIGURATION_set_value_string (configuration.c:828)
==19370==    by 0x565A085: GNUNET_CONFIGURATION_load (configuration.c:1633)
==19370==    by 0x56784E7: GNUNET_PROGRAM_run2 (program.c:256)
==19370==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19370==    by 0x4014BD: main (gnunet-gns.c:450)
==19370== 
==19370== 24 bytes in 1 blocks are still reachable in loss record 19 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19370==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19370==    by 0x56734C5: GNUNET_NETWORK_socket_create (network.c:824)
==19370==    by 0x565B9CC: GNUNET_CONNECTION_create_from_connect_to_unixpath (connection.c:846)
==19370==    by 0x5653B32: try_unixpath (client.c:269)
==19370==    by 0x5654369: GNUNET_CLIENT_connect (client.c:344)
==19370==    by 0x4E30A09: reconnect (gns_api.c:196)
==19370==    by 0x4E30B34: GNUNET_GNS_connect (gns_api.c:464)
==19370==    by 0x4019D3: run (gnunet-gns.c:359)
==19370==    by 0x567C3D0: GNUNET_SCHEDULER_run (scheduler.c:593)
==19370==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19370== 
==19370== 24 bytes in 1 blocks are still reachable in loss record 20 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19370==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19370==    by 0x5661911: GNUNET_CONTAINER_multihashmap_create (container_multihashmap.c:181)
==19370==    by 0x543EB83: GNUNET_IDENTITY_connect (identity_api.c:581)
==19370==    by 0x4019EA: run (gnunet-gns.c:360)
==19370==    by 0x567C3D0: GNUNET_SCHEDULER_run (scheduler.c:593)
==19370==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19370==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19370==    by 0x4014BD: main (gnunet-gns.c:450)
==19370== 
==19370== 24 bytes in 1 blocks are still reachable in loss record 21 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19370==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19370==    by 0x56734C5: GNUNET_NETWORK_socket_create (network.c:824)
==19370==    by 0x565B9CC: GNUNET_CONNECTION_create_from_connect_to_unixpath (connection.c:846)
==19370==    by 0x5653B32: try_unixpath (client.c:269)
==19370==    by 0x5654369: GNUNET_CLIENT_connect (client.c:344)
==19370==    by 0x543E835: reconnect (identity_api.c:541)
==19370==    by 0x567C3D0: GNUNET_SCHEDULER_run (scheduler.c:593)
==19370==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19370==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19370==    by 0x4014BD: main (gnunet-gns.c:450)
==19370== 
==19370== 24 bytes in 3 blocks are still reachable in loss record 22 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x62BC3F4: do_malloc (global.c:875)
==19370==    by 0x62BD288: _gcry_malloc (global.c:897)
==19370==    by 0x62BD5CE: _gcry_xmalloc (global.c:1051)
==19370==    by 0x63470A4: _gcry_mpi_alloc_limb_space (mpiutil.c:123)
==19370==    by 0x634713B: _gcry_mpi_alloc (mpiutil.c:85)
==19370==    by 0x6347A8D: _gcry_mpi_alloc_set_ui (mpiutil.c:533)
==19370==    by 0x6347B09: _gcry_mpi_init (mpiutil.c:63)
==19370==    by 0x62BC36D: global_init (global.c:146)
==19370==    by 0x62BC4BA: _gcry_check_version (global.c:257)
==19370==    by 0x56527DC: GNUNET_CRYPTO_random_init (crypto_random.c:347)
==19370==    by 0x400DF7F: call_init (dl-init.c:85)
==19370== 
==19370== 48 bytes in 2 blocks are still reachable in loss record 23 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x62BC3F4: do_malloc (global.c:875)
==19370==    by 0x62BD288: _gcry_malloc (global.c:897)
==19370==    by 0x62BD5CE: _gcry_xmalloc (global.c:1051)
==19370==    by 0x6347129: _gcry_mpi_alloc (mpiutil.c:84)
==19370==    by 0x6347A8D: _gcry_mpi_alloc_set_ui (mpiutil.c:533)
==19370==    by 0x6347ACE: _gcry_mpi_init (mpiutil.c:63)
==19370==    by 0x62BC36D: global_init (global.c:146)
==19370==    by 0x62BC4BA: _gcry_check_version (global.c:257)
==19370==    by 0x56527DC: GNUNET_CRYPTO_random_init (crypto_random.c:347)
==19370==    by 0x400DF7F: call_init (dl-init.c:85)
==19370==    by 0x400E076: _dl_init (dl-init.c:134)
==19370== 
==19370== 50 bytes in 5 blocks are still reachable in loss record 24 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19370==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19370==    by 0x5655CE4: GNUNET_xstrdup_ (common_allocation.c:253)
==19370==    by 0x543E11D: message_handler (identity_api.c:371)
==19370==    by 0x5653D30: receive_task (client.c:589)
==19370==    by 0x567C3D0: GNUNET_SCHEDULER_run (scheduler.c:593)
==19370==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19370==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19370==    by 0x4014BD: main (gnunet-gns.c:450)
==19370== 
==19370== 52 bytes in 1 blocks are still reachable in loss record 25 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19370==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19370==    by 0x56875CD: GNUNET_STRINGS_get_utf8_args (strings.c:1267)
==19370==    by 0x401471: main (gnunet-gns.c:444)
==19370== 
==19370== 56 (24 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 26 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x62BC3F4: do_malloc (global.c:875)
==19370==    by 0x62BD288: _gcry_malloc (global.c:897)
==19370==    by 0x62BD5CE: _gcry_xmalloc (global.c:1051)
==19370==    by 0x6347129: _gcry_mpi_alloc (mpiutil.c:84)
==19370==    by 0x634762B: _gcry_mpi_copy (mpiutil.c:347)
==19370==    by 0x6348021: ec_p_init (ec.c:379)
==19370==    by 0x63486B3: _gcry_mpi_ec_p_new (ec.c:496)
==19370==    by 0x632EFE2: _gcry_mpi_ec_new (ecc-curves.c:813)
==19370==    by 0x62B9D08: gcry_mpi_ec_new (visibility.c:513)
==19370==    by 0x56655E4: GNUNET_CRYPTO_ecdsa_key_get_public (crypto_ecc.c:316)
==19370==    by 0x401C8E: identity_master_cb (gnunet-gns.c:339)
==19370== 
==19370== 72 bytes in 3 blocks are still reachable in loss record 27 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x62BC3F4: do_malloc (global.c:875)
==19370==    by 0x62BD288: _gcry_malloc (global.c:897)
==19370==    by 0x62BD5CE: _gcry_xmalloc (global.c:1051)
==19370==    by 0x6347129: _gcry_mpi_alloc (mpiutil.c:84)
==19370==    by 0x6347A8D: _gcry_mpi_alloc_set_ui (mpiutil.c:533)
==19370==    by 0x6347B09: _gcry_mpi_init (mpiutil.c:63)
==19370==    by 0x62BC36D: global_init (global.c:146)
==19370==    by 0x62BC4BA: _gcry_check_version (global.c:257)
==19370==    by 0x56527DC: GNUNET_CRYPTO_random_init (crypto_random.c:347)
==19370==    by 0x400DF7F: call_init (dl-init.c:85)
==19370==    by 0x400E076: _dl_init (dl-init.c:134)
==19370== 
==19370== 80 bytes in 1 blocks are still reachable in loss record 28 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19370==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19370==    by 0x4E30B26: GNUNET_GNS_connect (gns_api.c:462)
==19370==    by 0x4019D3: run (gnunet-gns.c:359)
==19370==    by 0x567C3D0: GNUNET_SCHEDULER_run (scheduler.c:593)
==19370==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19370==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19370==    by 0x4014BD: main (gnunet-gns.c:450)
==19370== 
==19370== 80 bytes in 1 blocks are still reachable in loss record 29 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19370==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19370==    by 0x567B630: GNUNET_SCHEDULER_add_delayed_with_priority (scheduler.c:1098)
==19370==    by 0x401A13: run (gnunet-gns.c:367)
==19370==    by 0x567C3D0: GNUNET_SCHEDULER_run (scheduler.c:593)
==19370==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19370==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19370==    by 0x4014BD: main (gnunet-gns.c:450)
==19370== 
==19370== 80 bytes in 1 blocks are still reachable in loss record 30 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19370==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19370==    by 0x567B630: GNUNET_SCHEDULER_add_delayed_with_priority (scheduler.c:1098)
==19370==    by 0x567B7F6: GNUNET_SCHEDULER_add_now (scheduler.c:1198)
==19370==    by 0x5654569: GNUNET_CLIENT_receive (client.c:621)
==19370==    by 0x5654942: receive_helper (client.c:553)
==19370==    by 0x565A5E8: receive_ready (connection.c:1062)
==19370==    by 0x567C3D0: GNUNET_SCHEDULER_run (scheduler.c:593)
==19370==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19370==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19370==    by 0x4014BD: main (gnunet-gns.c:450)
==19370== 
==19370== 80 bytes in 1 blocks are still reachable in loss record 31 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19370==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19370==    by 0x567ADC1: add_without_sets (scheduler.c:1275)
==19370==    by 0x565D696: GNUNET_CONNECTION_receive (connection.c:1095)
==19370==    by 0x4E3085C: transmit_pending (gns_api.c:343)
==19370==    by 0x5653833: client_notify (client.c:1149)
==19370==    by 0x565AAFB: transmit_ready (connection.c:1172)
==19370==    by 0x567C3D0: GNUNET_SCHEDULER_run (scheduler.c:593)
==19370==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19370==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19370==    by 0x4014BD: main (gnunet-gns.c:450)
==19370== 
==19370== 88 bytes in 1 blocks are still reachable in loss record 32 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19370==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19370==    by 0x543EB66: GNUNET_IDENTITY_connect (identity_api.c:577)
==19370==    by 0x4019EA: run (gnunet-gns.c:360)
==19370==    by 0x567C3D0: GNUNET_SCHEDULER_run (scheduler.c:593)
==19370==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19370==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19370==    by 0x4014BD: main (gnunet-gns.c:450)
==19370== 
==19370== 105 bytes in 2 blocks are still reachable in loss record 33 of 66
==19370==    at 0x4C28CCE: realloc (vg_replace_malloc.c:632)
==19370==    by 0x5655B6C: GNUNET_xrealloc_ (common_allocation.c:177)
==19370==    by 0x565ABF4: transmit_ready (connection.c:1300)
==19370==    by 0x567C3D0: GNUNET_SCHEDULER_run (scheduler.c:593)
==19370==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19370==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19370==    by 0x4014BD: main (gnunet-gns.c:450)
==19370== 
==19370== 110 bytes in 1 blocks are still reachable in loss record 34 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19370==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19370==    by 0x565B948: GNUNET_CONNECTION_create_from_connect_to_unixpath (connection.c:832)
==19370==    by 0x5653B32: try_unixpath (client.c:269)
==19370==    by 0x5654369: GNUNET_CLIENT_connect (client.c:344)
==19370==    by 0x4E30A09: reconnect (gns_api.c:196)
==19370==    by 0x4E30B34: GNUNET_GNS_connect (gns_api.c:464)
==19370==    by 0x4019D3: run (gnunet-gns.c:359)
==19370==    by 0x567C3D0: GNUNET_SCHEDULER_run (scheduler.c:593)
==19370==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19370==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19370== 
==19370== 110 bytes in 1 blocks are still reachable in loss record 35 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19370==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19370==    by 0x565B948: GNUNET_CONNECTION_create_from_connect_to_unixpath (connection.c:832)
==19370==    by 0x5653B32: try_unixpath (client.c:269)
==19370==    by 0x5654369: GNUNET_CLIENT_connect (client.c:344)
==19370==    by 0x543E835: reconnect (identity_api.c:541)
==19370==    by 0x567C3D0: GNUNET_SCHEDULER_run (scheduler.c:593)
==19370==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19370==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19370==    by 0x4014BD: main (gnunet-gns.c:450)
==19370== 
==19370== 118 bytes in 8 blocks are still reachable in loss record 36 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19370==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19370==    by 0x5655CE4: GNUNET_xstrdup_ (common_allocation.c:253)
==19370==    by 0x56588D4: GNUNET_CONFIGURATION_set_value_string (configuration.c:829)
==19370==    by 0x5658D0C: GNUNET_CONFIGURATION_deserialize (configuration.c:282)
==19370==    by 0x5659075: GNUNET_CONFIGURATION_parse (configuration.c:356)
==19370==    by 0x565A04C: GNUNET_CONFIGURATION_load (configuration.c:1625)
==19370==    by 0x56784E7: GNUNET_PROGRAM_run2 (program.c:256)
==19370==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19370==    by 0x4014BD: main (gnunet-gns.c:450)
==19370== 
==19370== 120 bytes in 1 blocks are still reachable in loss record 37 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19370==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19370==    by 0x5654387: GNUNET_CLIENT_connect (client.c:418)
==19370==    by 0x4E30A09: reconnect (gns_api.c:196)
==19370==    by 0x4E30B34: GNUNET_GNS_connect (gns_api.c:464)
==19370==    by 0x4019D3: run (gnunet-gns.c:359)
==19370==    by 0x567C3D0: GNUNET_SCHEDULER_run (scheduler.c:593)
==19370==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19370==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19370==    by 0x4014BD: main (gnunet-gns.c:450)
==19370== 
==19370== 120 bytes in 1 blocks are still reachable in loss record 38 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19370==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19370==    by 0x5654387: GNUNET_CLIENT_connect (client.c:418)
==19370==    by 0x543E835: reconnect (identity_api.c:541)
==19370==    by 0x567C3D0: GNUNET_SCHEDULER_run (scheduler.c:593)
==19370==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19370==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19370==    by 0x4014BD: main (gnunet-gns.c:450)
==19370== 
==19370== 120 bytes in 5 blocks are still reachable in loss record 39 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19370==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19370==    by 0x566225D: GNUNET_CONTAINER_multihashmap_put (container_multihashmap.c:719)
==19370==    by 0x543E3B0: message_handler (identity_api.c:353)
==19370==    by 0x5653D30: receive_task (client.c:589)
==19370==    by 0x567C3D0: GNUNET_SCHEDULER_run (scheduler.c:593)
==19370==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19370==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19370==    by 0x4014BD: main (gnunet-gns.c:450)
==19370== 
==19370== 128 bytes in 1 blocks are still reachable in loss record 40 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19370==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19370==    by 0x566192B: GNUNET_CONTAINER_multihashmap_create (container_multihashmap.c:182)
==19370==    by 0x543EB83: GNUNET_IDENTITY_connect (identity_api.c:581)
==19370==    by 0x4019EA: run (gnunet-gns.c:360)
==19370==    by 0x567C3D0: GNUNET_SCHEDULER_run (scheduler.c:593)
==19370==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19370==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19370==    by 0x4014BD: main (gnunet-gns.c:450)
==19370== 
==19370== 136 bytes in 1 blocks are still reachable in loss record 41 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19370==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19370==    by 0x5673B46: GNUNET_NETWORK_fdset_create (network.c:1223)
==19370==    by 0x567BDC9: GNUNET_SCHEDULER_run (scheduler.c:735)
==19370==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19370==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19370==    by 0x4014BD: main (gnunet-gns.c:450)
==19370== 
==19370== 136 bytes in 1 blocks are still reachable in loss record 42 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19370==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19370==    by 0x5673B46: GNUNET_NETWORK_fdset_create (network.c:1223)
==19370==    by 0x567BDD1: GNUNET_SCHEDULER_run (scheduler.c:736)
==19370==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19370==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19370==    by 0x4014BD: main (gnunet-gns.c:450)
==19370== 
==19370== 155 bytes in 3 blocks are still reachable in loss record 43 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19370==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19370==    by 0x5655CE4: GNUNET_xstrdup_ (common_allocation.c:253)
==19370==    by 0x56588EC: GNUNET_CONFIGURATION_set_value_string (configuration.c:830)
==19370==    by 0x5658D0C: GNUNET_CONFIGURATION_deserialize (configuration.c:282)
==19370==    by 0x5659075: GNUNET_CONFIGURATION_parse (configuration.c:356)
==19370==    by 0x565A04C: GNUNET_CONFIGURATION_load (configuration.c:1625)
==19370==    by 0x56784E7: GNUNET_PROGRAM_run2 (program.c:256)
==19370==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19370==    by 0x4014BD: main (gnunet-gns.c:450)
==19370== 
==19370== 160 bytes in 5 blocks are still reachable in loss record 44 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19370==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19370==    by 0x543E317: message_handler (identity_api.c:349)
==19370==    by 0x5653D30: receive_task (client.c:589)
==19370==    by 0x567C3D0: GNUNET_SCHEDULER_run (scheduler.c:593)
==19370==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19370==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19370==    by 0x4014BD: main (gnunet-gns.c:450)
==19370== 
==19370== 166 bytes in 1 blocks are still reachable in loss record 45 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19370==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19370==    by 0x4E30FFB: GNUNET_GNS_lookup (gns_api.c:558)
==19370==    by 0x4017F6: lookup_with_keys (gnunet-gns.c:205)
==19370==    by 0x401C56: identity_shorten_cb (gnunet-gns.c:248)
==19370==    by 0x543E03E: message_handler (identity_api.c:427)
==19370==    by 0x5653D30: receive_task (client.c:589)
==19370==    by 0x567C3D0: GNUNET_SCHEDULER_run (scheduler.c:593)
==19370==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19370==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19370==    by 0x4014BD: main (gnunet-gns.c:450)
==19370== 
==19370== 168 bytes in 1 blocks are still reachable in loss record 46 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19370==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19370==    by 0x5685486: GNUNET_SIGNAL_handler_install (signal.c:57)
==19370==    by 0x567BE33: GNUNET_SCHEDULER_run (scheduler.c:745)
==19370==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19370==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19370==    by 0x4014BD: main (gnunet-gns.c:450)
==19370== 
==19370== 168 bytes in 1 blocks are still reachable in loss record 47 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19370==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19370==    by 0x5685486: GNUNET_SIGNAL_handler_install (signal.c:57)
==19370==    by 0x567BE49: GNUNET_SCHEDULER_run (scheduler.c:746)
==19370==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19370==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19370==    by 0x4014BD: main (gnunet-gns.c:450)
==19370== 
==19370== 168 bytes in 1 blocks are still reachable in loss record 48 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19370==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19370==    by 0x5685486: GNUNET_SIGNAL_handler_install (signal.c:57)
==19370==    by 0x567BE5F: GNUNET_SCHEDULER_run (scheduler.c:751)
==19370==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19370==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19370==    by 0x4014BD: main (gnunet-gns.c:450)
==19370== 
==19370== 168 bytes in 1 blocks are still reachable in loss record 49 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19370==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19370==    by 0x5685486: GNUNET_SIGNAL_handler_install (signal.c:57)
==19370==    by 0x567BE75: GNUNET_SCHEDULER_run (scheduler.c:752)
==19370==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19370==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19370==    by 0x4014BD: main (gnunet-gns.c:450)
==19370== 
==19370== 168 bytes in 1 blocks are still reachable in loss record 50 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19370==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19370==    by 0x5685486: GNUNET_SIGNAL_handler_install (signal.c:57)
==19370==    by 0x567BE8B: GNUNET_SCHEDULER_run (scheduler.c:753)
==19370==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19370==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19370==    by 0x4014BD: main (gnunet-gns.c:450)
==19370== 
==19370== 168 (72 direct, 96 indirect) bytes in 3 blocks are definitely lost in loss record 51 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x62BC3F4: do_malloc (global.c:875)
==19370==    by 0x62BD288: _gcry_malloc (global.c:897)
==19370==    by 0x62BD5CE: _gcry_xmalloc (global.c:1051)
==19370==    by 0x6347129: _gcry_mpi_alloc (mpiutil.c:84)
==19370==    by 0x634762B: _gcry_mpi_copy (mpiutil.c:347)
==19370==    by 0x6348021: ec_p_init (ec.c:379)
==19370==    by 0x63486B3: _gcry_mpi_ec_p_new (ec.c:496)
==19370==    by 0x632EFE2: _gcry_mpi_ec_new (ecc-curves.c:813)
==19370==    by 0x62B9D08: gcry_mpi_ec_new (visibility.c:513)
==19370==    by 0x56655E4: GNUNET_CRYPTO_ecdsa_key_get_public (crypto_ecc.c:316)
==19370==    by 0x543DF93: message_handler (identity_api.c:409)
==19370== 
==19370== 192 bytes in 8 blocks are still reachable in loss record 52 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19370==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19370==    by 0x56588BD: GNUNET_CONFIGURATION_set_value_string (configuration.c:828)
==19370==    by 0x5658D0C: GNUNET_CONFIGURATION_deserialize (configuration.c:282)
==19370==    by 0x5659075: GNUNET_CONFIGURATION_parse (configuration.c:356)
==19370==    by 0x565A04C: GNUNET_CONFIGURATION_load (configuration.c:1625)
==19370==    by 0x56784E7: GNUNET_PROGRAM_run2 (program.c:256)
==19370==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19370==    by 0x4014BD: main (gnunet-gns.c:450)
==19370== 
==19370== 200 bytes in 1 blocks are still reachable in loss record 53 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19370==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19370==    by 0x565B977: GNUNET_CONNECTION_create_from_connect_to_unixpath (connection.c:838)
==19370==    by 0x5653B32: try_unixpath (client.c:269)
==19370==    by 0x5654369: GNUNET_CLIENT_connect (client.c:344)
==19370==    by 0x4E30A09: reconnect (gns_api.c:196)
==19370==    by 0x4E30B34: GNUNET_GNS_connect (gns_api.c:464)
==19370==    by 0x4019D3: run (gnunet-gns.c:359)
==19370==    by 0x567C3D0: GNUNET_SCHEDULER_run (scheduler.c:593)
==19370==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19370==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19370== 
==19370== 200 bytes in 1 blocks are still reachable in loss record 54 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19370==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19370==    by 0x565B977: GNUNET_CONNECTION_create_from_connect_to_unixpath (connection.c:838)
==19370==    by 0x5653B32: try_unixpath (client.c:269)
==19370==    by 0x5654369: GNUNET_CLIENT_connect (client.c:344)
==19370==    by 0x543E835: reconnect (identity_api.c:541)
==19370==    by 0x567C3D0: GNUNET_SCHEDULER_run (scheduler.c:593)
==19370==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19370==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19370==    by 0x4014BD: main (gnunet-gns.c:450)
==19370== 
==19370== 225 bytes in 11 blocks are still reachable in loss record 55 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19370==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19370==    by 0x5655CE4: GNUNET_xstrdup_ (common_allocation.c:253)
==19370==    by 0x5658812: GNUNET_CONFIGURATION_set_value_string (configuration.c:814)
==19370==    by 0x5658D0C: GNUNET_CONFIGURATION_deserialize (configuration.c:282)
==19370==    by 0x5659075: GNUNET_CONFIGURATION_parse (configuration.c:356)
==19370==    by 0x565A04C: GNUNET_CONFIGURATION_load (configuration.c:1625)
==19370==    by 0x56784E7: GNUNET_PROGRAM_run2 (program.c:256)
==19370==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19370==    by 0x4014BD: main (gnunet-gns.c:450)
==19370== 
==19370== 280 (120 direct, 160 indirect) bytes in 5 blocks are definitely lost in loss record 56 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x62BC3F4: do_malloc (global.c:875)
==19370==    by 0x62BD288: _gcry_malloc (global.c:897)
==19370==    by 0x62BD5CE: _gcry_xmalloc (global.c:1051)
==19370==    by 0x6347129: _gcry_mpi_alloc (mpiutil.c:84)
==19370==    by 0x634762B: _gcry_mpi_copy (mpiutil.c:347)
==19370==    by 0x6348021: ec_p_init (ec.c:379)
==19370==    by 0x63486B3: _gcry_mpi_ec_p_new (ec.c:496)
==19370==    by 0x632EFE2: _gcry_mpi_ec_new (ecc-curves.c:813)
==19370==    by 0x62B9D08: gcry_mpi_ec_new (visibility.c:513)
==19370==    by 0x56655E4: GNUNET_CRYPTO_ecdsa_key_get_public (crypto_ecc.c:316)
==19370==    by 0x543DE32: message_handler (identity_api.c:329)
==19370== 
==19370== 288 bytes in 9 blocks are indirectly lost in loss record 57 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x62BC3F4: do_malloc (global.c:875)
==19370==    by 0x62BD288: _gcry_malloc (global.c:897)
==19370==    by 0x62BD5CE: _gcry_xmalloc (global.c:1051)
==19370==    by 0x63470A4: _gcry_mpi_alloc_limb_space (mpiutil.c:123)
==19370==    by 0x634713B: _gcry_mpi_alloc (mpiutil.c:85)
==19370==    by 0x634762B: _gcry_mpi_copy (mpiutil.c:347)
==19370==    by 0x6348021: ec_p_init (ec.c:379)
==19370==    by 0x63486B3: _gcry_mpi_ec_p_new (ec.c:496)
==19370==    by 0x632EFE2: _gcry_mpi_ec_new (ecc-curves.c:813)
==19370==    by 0x62B9D08: gcry_mpi_ec_new (visibility.c:513)
==19370==    by 0x56655E4: GNUNET_CRYPTO_ecdsa_key_get_public (crypto_ecc.c:316)
==19370== 
==19370== 341 bytes in 1 blocks are still reachable in loss record 58 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19370==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19370==    by 0x5655F36: GNUNET_xgrow_ (common_allocation.c:327)
==19370==    by 0x5654982: receive_helper (client.c:538)
==19370==    by 0x565A5E8: receive_ready (connection.c:1062)
==19370==    by 0x567C3D0: GNUNET_SCHEDULER_run (scheduler.c:593)
==19370==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19370==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19370==    by 0x4014BD: main (gnunet-gns.c:450)
==19370== 
==19370== 440 bytes in 5 blocks are still reachable in loss record 59 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19370==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19370==    by 0x543E2FE: message_handler (identity_api.c:348)
==19370==    by 0x5653D30: receive_task (client.c:589)
==19370==    by 0x567C3D0: GNUNET_SCHEDULER_run (scheduler.c:593)
==19370==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19370==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19370==    by 0x4014BD: main (gnunet-gns.c:450)
==19370== 
==19370== 664 bytes in 1 blocks are still reachable in loss record 60 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x62BC3F4: do_malloc (global.c:875)
==19370==    by 0x62BD288: _gcry_malloc (global.c:897)
==19370==    by 0x62BD5CE: _gcry_xmalloc (global.c:1051)
==19370==    by 0x62BD6FE: _gcry_xcalloc (global.c:1113)
==19370==    by 0x633D730: initialize (random-csprng.c:324)
==19370==    by 0x62BCD32: _gcry_vcontrol (global.c:514)
==19370==    by 0x62B975B: gcry_control (visibility.c:79)
==19370==    by 0x5652844: GNUNET_CRYPTO_random_init (crypto_random.c:368)
==19370==    by 0x400DF7F: call_init (dl-init.c:85)
==19370==    by 0x400E076: _dl_init (dl-init.c:134)
==19370==    by 0x4000B29: ??? (in /lib/x86_64-linux-gnu/ld-2.13.so)
==19370== 
==19370== 664 bytes in 1 blocks are still reachable in loss record 61 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x62BC3F4: do_malloc (global.c:875)
==19370==    by 0x62BD288: _gcry_malloc (global.c:897)
==19370==    by 0x62BD5CE: _gcry_xmalloc (global.c:1051)
==19370==    by 0x62BD6FE: _gcry_xcalloc (global.c:1113)
==19370==    by 0x633D7B4: initialize (random-csprng.c:327)
==19370==    by 0x62BCD32: _gcry_vcontrol (global.c:514)
==19370==    by 0x62B975B: gcry_control (visibility.c:79)
==19370==    by 0x5652844: GNUNET_CRYPTO_random_init (crypto_random.c:368)
==19370==    by 0x400DF7F: call_init (dl-init.c:85)
==19370==    by 0x400E076: _dl_init (dl-init.c:134)
==19370==    by 0x4000B29: ??? (in /lib/x86_64-linux-gnu/ld-2.13.so)
==19370== 
==19370== 761 bytes in 69 blocks are still reachable in loss record 62 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19370==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19370==    by 0x5655CE4: GNUNET_xstrdup_ (common_allocation.c:253)
==19370==    by 0x5658934: GNUNET_CONFIGURATION_set_value_string (configuration.c:824)
==19370==    by 0x5658D0C: GNUNET_CONFIGURATION_deserialize (configuration.c:282)
==19370==    by 0x5659075: GNUNET_CONFIGURATION_parse (configuration.c:356)
==19370==    by 0x566C6DE: GNUNET_DISK_directory_scan (disk.c:1223)
==19370==    by 0x565A021: GNUNET_CONFIGURATION_load (configuration.c:1618)
==19370==    by 0x56784E7: GNUNET_PROGRAM_run2 (program.c:256)
==19370==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19370==    by 0x4014BD: main (gnunet-gns.c:450)
==19370== 
==19370== 1,656 bytes in 69 blocks are still reachable in loss record 63 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19370==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19370==    by 0x565891D: GNUNET_CONFIGURATION_set_value_string (configuration.c:823)
==19370==    by 0x5658D0C: GNUNET_CONFIGURATION_deserialize (configuration.c:282)
==19370==    by 0x5659075: GNUNET_CONFIGURATION_parse (configuration.c:356)
==19370==    by 0x566C6DE: GNUNET_DISK_directory_scan (disk.c:1223)
==19370==    by 0x565A021: GNUNET_CONFIGURATION_load (configuration.c:1618)
==19370==    by 0x56784E7: GNUNET_PROGRAM_run2 (program.c:256)
==19370==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19370==    by 0x4014BD: main (gnunet-gns.c:450)
==19370== 
==19370== 5,909 bytes in 481 blocks are still reachable in loss record 64 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19370==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19370==    by 0x5655CE4: GNUNET_xstrdup_ (common_allocation.c:253)
==19370==    by 0x56588D4: GNUNET_CONFIGURATION_set_value_string (configuration.c:829)
==19370==    by 0x5658D0C: GNUNET_CONFIGURATION_deserialize (configuration.c:282)
==19370==    by 0x5659075: GNUNET_CONFIGURATION_parse (configuration.c:356)
==19370==    by 0x566C6DE: GNUNET_DISK_directory_scan (disk.c:1223)
==19370==    by 0x565A021: GNUNET_CONFIGURATION_load (configuration.c:1618)
==19370==    by 0x56784E7: GNUNET_PROGRAM_run2 (program.c:256)
==19370==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19370==    by 0x4014BD: main (gnunet-gns.c:450)
==19370== 
==19370== 6,120 bytes in 473 blocks are still reachable in loss record 65 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19370==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19370==    by 0x5655CE4: GNUNET_xstrdup_ (common_allocation.c:253)
==19370==    by 0x56588EC: GNUNET_CONFIGURATION_set_value_string (configuration.c:830)
==19370==    by 0x5658D0C: GNUNET_CONFIGURATION_deserialize (configuration.c:282)
==19370==    by 0x5659075: GNUNET_CONFIGURATION_parse (configuration.c:356)
==19370==    by 0x566C6DE: GNUNET_DISK_directory_scan (disk.c:1223)
==19370==    by 0x565A021: GNUNET_CONFIGURATION_load (configuration.c:1618)
==19370==    by 0x56784E7: GNUNET_PROGRAM_run2 (program.c:256)
==19370==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19370==    by 0x4014BD: main (gnunet-gns.c:450)
==19370== 
==19370== 11,544 bytes in 481 blocks are still reachable in loss record 66 of 66
==19370==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==19370==    by 0x56559F5: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==19370==    by 0x5655A40: GNUNET_xmalloc_ (common_allocation.c:71)
==19370==    by 0x56588BD: GNUNET_CONFIGURATION_set_value_string (configuration.c:828)
==19370==    by 0x5658D0C: GNUNET_CONFIGURATION_deserialize (configuration.c:282)
==19370==    by 0x5659075: GNUNET_CONFIGURATION_parse (configuration.c:356)
==19370==    by 0x566C6DE: GNUNET_DISK_directory_scan (disk.c:1223)
==19370==    by 0x565A021: GNUNET_CONFIGURATION_load (configuration.c:1618)
==19370==    by 0x56784E7: GNUNET_PROGRAM_run2 (program.c:256)
==19370==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19370==    by 0x4014BD: main (gnunet-gns.c:450)
==19370== 
==19370== LEAK SUMMARY:
==19370==    definitely lost: 216 bytes in 9 blocks
==19370==    indirectly lost: 288 bytes in 9 blocks
==19370==      possibly lost: 0 bytes in 0 blocks
==19370==    still reachable: 32,412 bytes in 1,680 blocks
==19370==         suppressed: 0 bytes in 0 blocks
==19370== 
==19370== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 4 from 4)
==19370== 
==19370== 1 errors in context 1 of 4:
==19370== Invalid read of size 8
==19370==    at 0x543DFC6: message_handler (identity_api.c:421)
==19370==    by 0x5653D30: receive_task (client.c:589)
==19370==    by 0x567C3D0: GNUNET_SCHEDULER_run (scheduler.c:593)
==19370==    by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19370==    by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19370==    by 0x4014BD: main (gnunet-gns.c:450)
==19370==  Address 0x8 is not stack'd, malloc'd or (recently) free'd
==19370== 
--19370-- 
--19370-- used_suppression:      4 dl-hack3-cond-1
==19370== 
==19370== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 4 from 4)
valgrind-gnunet-v.txt (60,576 bytes)   

Relationships

has duplicate 0003102 closedMatthias Wachs gnunet-gns segmentation fault (svn-r30583) 

Activities

Christian Grothoff

2013-11-09 10:51

manager   ~0007614

Can you please send a valgrind report as well? (just run 'valgrind gnunet-gns ARGS')?

hark

2013-11-09 20:21

developer   ~0007615

valgrind gnunet-gns -u blaat
==19015== Memcheck, a memory error detector
==19015== Copyright (C) 2002-2011, and GNU GPL'd, by Julian Seward et al.
==19015== Using Valgrind-3.7.0 and LibVEX; rerun with -h for copyright info
==19015== Command: gnunet-gns -u blaat
==19015==
==19015== Invalid read of size 8
==19015== at 0x543DFC6: message_handler (identity_api.c:421)
==19015== by 0x5653D30: receive_task (client.c:589)
==19015== by 0x567C3D0: GNUNET_SCHEDULER_run (scheduler.c:593)
==19015== by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19015== by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19015== by 0x4014BD: main (gnunet-gns.c:450)
==19015== Address 0x8 is not stack'd, malloc'd or (recently) free'd
==19015==
==19015==
==19015== Process terminating with default action of signal 11 (SIGSEGV)
==19015== Access not within mapped region at address 0x8
==19015== at 0x543DFC6: message_handler (identity_api.c:421)
==19015== by 0x5653D30: receive_task (client.c:589)
==19015== by 0x567C3D0: GNUNET_SCHEDULER_run (scheduler.c:593)
==19015== by 0x5678457: GNUNET_PROGRAM_run2 (program.c:281)
==19015== by 0x5678689: GNUNET_PROGRAM_run (program.c:317)
==19015== by 0x4014BD: main (gnunet-gns.c:450)
==19015== If you believe this happened as a result of a stack
==19015== overflow in your program's main thread (unlikely but
==19015== possible), you can try to increase the size of the
==19015== main thread stack using the --main-stacksize= flag.
==19015== The main thread stack size used in this run was 8388608.
==19015==
==19015== HEAP SUMMARY:
==19015== in use at exit: 32,916 bytes in 1,698 blocks
==19015== total heap usage: 93,412 allocs, 91,714 frees, 2,867,595 bytes allocated
==19015==
==19015== LEAK SUMMARY:
==19015== definitely lost: 216 bytes in 9 blocks
==19015== indirectly lost: 288 bytes in 9 blocks
==19015== possibly lost: 0 bytes in 0 blocks
==19015== still reachable: 32,412 bytes in 1,680 blocks
==19015== suppressed: 0 bytes in 0 blocks
==19015== Rerun with --leak-check=full to see details of leaked memory
==19015==
==19015== For counts of detected and suppressed errors, rerun with: -v
==19015== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 4 from 4)
Segmentation fault

hark

2013-11-09 20:28

developer   ~0007616

The files are:

valgrind --leak-check=full --show-reachable=yes --log-file=valgrind-gnunet.txt gnunet-gns -u blaat

valgrind --leak-check=full --show-reachable=yes -v --log-file=valgrind-gnunet-v.txt gnunet-gns -u blaat

Christian Grothoff

2013-11-09 21:19

manager   ~0007618

Ok, I can trivially fix the crash by adding an extra check for NULL (SVN 30644), but...

The real issue is that the identity service seems to send a SET_DEFAULT message at a time where the client doesn't expect one. gnunet-gns _does_ possibly request a lookup, but I don't see how we'd get a duplicate SET_DEFAULT or what is exactly going on. I'm adding a patch to stop the client from crashing and some log statements. If you could compile with --enable-logging=verbose on configure AND run "export GNUNET_FORCE_LOG="identity;;;;DEBUG/identity-api;;;;DEBUG/" and then reproduce the issue, I might see something (fingers crossed).

hark

2013-11-09 23:32

developer   ~0007620

## output with old services still running
gnunet-gns -u blaa
Nov 09 23:23:34-548294 identity-api-28948 DEBUG Connecting to identity service.
Nov 09 23:23:34-548528 identity-api-28948 DEBUG Sending message of type 624 to identity service
Nov 09 23:23:34-548646 identity-api-28948 DEBUG Sending message of type 627 to identity service
Nov 09 23:23:34-554242 identity-api-28948 DEBUG Received message of type 626 from identity service
Nov 09 23:23:34-565802 identity-api-28948 DEBUG Received message of type 626 from identity service
Nov 09 23:23:34-569312 identity-api-28948 DEBUG Received message of type 626 from identity service
Nov 09 23:23:34-572610 identity-api-28948 DEBUG Received message of type 626 from identity service
Nov 09 23:23:34-577935 identity-api-28948 DEBUG Received message of type 626 from identity service
Nov 09 23:23:34-581690 identity-api-28948 DEBUG Received message of type 626 from identity service
Nov 09 23:23:34-581731 identity-api-28948 DEBUG Received message of type 628 from identity service
Nov 09 23:23:34-591975 identity-api-28948 DEBUG Sending message of type 627 to identity service
Nov 09 23:23:34-592096 identity-api-28948 DEBUG Received message of type 628 from identity service
Nov 09 23:23:37-099668 identity-api-28948 DEBUG Received message of type 628 from identity service
Nov 09 23:23:37-107843 gnunet-gns-28948 ERROR Assertion failed at identity_api.c:423.
Nov 09 23:23:37-107974 identity-api-28948 DEBUG Scheduling task to reconnect to identity service in 0 ms.
Nov 09 23:23:37-108059 identity-api-28948 DEBUG Connecting to identity service.
Nov 09 23:23:37-108247 identity-api-28948 DEBUG Sending message of type 624 to identity service
Nov 09 23:23:37-108376 identity-api-28948 DEBUG Received message of type 626 from identity service
Nov 09 23:23:37-111767 identity-api-28948 DEBUG Received message of type 626 from identity service
Nov 09 23:23:37-115785 identity-api-28948 DEBUG Received message of type 626 from identity service
Nov 09 23:23:37-121105 identity-api-28948 DEBUG Received message of type 626 from identity service
Nov 09 23:23:37-124843 identity-api-28948 DEBUG Received message of type 626 from identity service
Nov 09 23:23:37-128343 identity-api-28948 DEBUG Received message of type 626 from identity service

### output after restarting services
hark@y:~/sandbox$ gnunet-identity -d
Nov 09 23:31:08-768699 identity-api-29352 DEBUG Connecting to identity service.
Nov 09 23:31:08-769715 identity-api-29352 DEBUG Sending message of type 624 to identity service
Nov 09 23:31:08-773154 identity-api-29352 DEBUG Received message of type 626 from identity service
test - 2U5NGKSUGJUGAJAHC6VF76INKH8A5GKLI382FGSOEG5QVEO8DI5G
Nov 09 23:31:08-781647 identity-api-29352 DEBUG Received message of type 626 from identity service
master-zone - 2LDGD66M2TB42U605KTJV1SBUFB7JKQJ0HUAEJQMQP9I9LT0L3L0
Nov 09 23:31:08-793711 identity-api-29352 DEBUG Received message of type 626 from identity service
private-zone - UAUNQ1RPUOHH6CQJGHJQU18261D1TUL663KLA2FJLQD4O2A4FEQ0
Nov 09 23:31:08-800493 identity-api-29352 DEBUG Received message of type 626 from identity service
sks-zone - JC04G4IBI4GOUHIH8RLB4TJCIESL3IKKMOVEHHMFEMDRGL5QD010
Nov 09 23:31:08-807677 identity-api-29352 DEBUG Received message of type 626 from identity service
short-zone - E5TJ6JS6VS4QECMKLO957JSRE3P9CHD4TKLKPMSSDTN1F1HK10F0
Nov 09 23:31:08-814568 identity-api-29352 DEBUG Received message of type 626 from identity service
hark@y:~/sandbox$ gnunet-gns -u bla
Nov 09 23:31:15-740312 identity-api-29361 DEBUG Connecting to identity service.
Nov 09 23:31:15-740723 identity-api-29361 DEBUG Sending message of type 624 to identity service
Nov 09 23:31:15-742257 identity-api-29361 DEBUG Sending message of type 627 to identity service
Nov 09 23:31:15-742859 identity-api-29361 DEBUG Received message of type 626 from identity service
Nov 09 23:31:15-746747 identity-api-29361 DEBUG Received message of type 626 from identity service
Nov 09 23:31:15-750435 identity-api-29361 DEBUG Received message of type 626 from identity service
Nov 09 23:31:15-753984 identity-api-29361 DEBUG Received message of type 626 from identity service
Nov 09 23:31:15-757712 identity-api-29361 DEBUG Received message of type 626 from identity service
Nov 09 23:31:15-768782 identity-api-29361 DEBUG Received message of type 626 from identity service
Nov 09 23:31:15-775675 identity-api-29361 DEBUG Received message of type 625 from identity service
Ego for `gns-master' not found, cannot perform lookup. Did you run gnunet-gns-import.sh?

Christian Grothoff

2013-11-10 15:19

manager   ~0007621

Ok, so here you clearly got the reply twice (627 is the request, 628 the reply):

Nov 09 23:23:34-591975 identity-api-28948 DEBUG Sending message of type 627 to identity service
Nov 09 23:23:34-592096 identity-api-28948 DEBUG Received message of type 628 from identity service
Nov 09 23:23:37-099668 identity-api-28948 DEBUG Received message of type 628 from identity service

What is strange is that this 'disappeared' after restarting the service.
As for 'gns-master' not being found, well, did you run gnunet-gns-import.sh?

I guess I should try this _without_ having run that script...

hark

2013-11-12 19:25

developer   ~0007626

Hi,
i did run the script (multiple times), thats why i also pasted the output of gnunet-identity -d

This is the output of gnunet-gns-import.sh
#############################
hark@y:~/src/crypto/gnunet$ export GNUNET_FORCE_LOG="identity;;;;DEBUG/identity-api;;;;DEBUG/"
hark@y:~/src/crypto/gnunet$ gnunet-gns-import.sh
+ options=
+ getopts c: opt
+ gnunet-identity -C master-zone
Nov 12 19:22:42-307334 identity-api-20342 DEBUG Connecting to identity service.
Nov 12 19:22:42-331696 identity-api-20342 DEBUG Sending message of type 624 to identity service
Nov 12 19:22:42-331750 identity-api-20342 DEBUG Sending message of type 629 to identity service
Nov 12 19:22:42-504113 identity-api-20342 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-507548 identity-api-20342 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-510653 identity-api-20342 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-513995 identity-api-20342 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-517254 identity-api-20342 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-520976 identity-api-20342 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-524693 identity-api-20342 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-524732 gnunet-identity-20342 DEBUG Client aborted active request, NULLing continuation
+ gnunet-identity -C short-zone
Nov 12 19:22:42-545531 identity-api-20343 DEBUG Connecting to identity service.
Nov 12 19:22:42-545904 identity-api-20343 DEBUG Sending message of type 624 to identity service
Nov 12 19:22:42-547538 identity-api-20343 DEBUG Sending message of type 629 to identity service
Nov 12 19:22:42-548042 identity-api-20343 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-551640 identity-api-20343 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-555086 identity-api-20343 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-558643 identity-api-20343 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-562028 identity-api-20343 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-565659 identity-api-20343 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-569180 identity-api-20343 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-569228 gnunet-identity-20343 DEBUG Client aborted active request, NULLing continuation
+ gnunet-identity -C private-zone
Nov 12 19:22:42-588676 identity-api-20344 DEBUG Connecting to identity service.
Nov 12 19:22:42-589070 identity-api-20344 DEBUG Sending message of type 624 to identity service
Nov 12 19:22:42-590762 identity-api-20344 DEBUG Sending message of type 629 to identity service
Nov 12 19:22:42-591302 identity-api-20344 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-594972 identity-api-20344 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-598307 identity-api-20344 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-601788 identity-api-20344 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-605327 identity-api-20344 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-608694 identity-api-20344 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-611866 identity-api-20344 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-611909 gnunet-identity-20344 DEBUG Client aborted active request, NULLing continuation
+ gnunet-identity -C sks-zone
Nov 12 19:22:42-632151 identity-api-20345 DEBUG Connecting to identity service.
Nov 12 19:22:42-632520 identity-api-20345 DEBUG Sending message of type 624 to identity service
Nov 12 19:22:42-634139 identity-api-20345 DEBUG Sending message of type 629 to identity service
Nov 12 19:22:42-634635 identity-api-20345 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-637981 identity-api-20345 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-641116 identity-api-20345 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-644676 identity-api-20345 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-647898 identity-api-20345 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-651229 identity-api-20345 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-654527 identity-api-20345 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-654567 gnunet-identity-20345 DEBUG Client aborted active request, NULLing continuation
+ gnunet-identity -e short-zone -s gns-short
Nov 12 19:22:42-659529 identity-api-20346 DEBUG Connecting to identity service.
Nov 12 19:22:42-659982 identity-api-20346 DEBUG Sending message of type 624 to identity service
Nov 12 19:22:42-661603 identity-api-20346 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-665295 identity-api-20346 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-668429 identity-api-20346 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-671801 identity-api-20346 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-674980 identity-api-20346 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-678576 identity-api-20346 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-681875 identity-api-20346 DEBUG Sending message of type 628 to identity service
Nov 12 19:22:42-682246 identity-api-20346 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-682488 gnunet-identity-20346 DEBUG Client aborted active request, NULLing continuation
+ gnunet-identity -e master-zone -s gns-master
Nov 12 19:22:42-687510 identity-api-20347 DEBUG Connecting to identity service.
Nov 12 19:22:42-687671 identity-api-20347 DEBUG Sending message of type 624 to identity service
Nov 12 19:22:42-727580 identity-api-20347 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-731443 identity-api-20347 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-734684 identity-api-20347 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-738082 identity-api-20347 DEBUG Sending message of type 628 to identity service
Nov 12 19:22:42-738484 identity-api-20347 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-741811 identity-api-20347 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-745166 identity-api-20347 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-748516 identity-api-20347 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-748560 gnunet-identity-20347 DEBUG Client aborted active request, NULLing continuation
+ gnunet-identity -e master-zone -s gns-proxy
Nov 12 19:22:42-753408 identity-api-20348 DEBUG Connecting to identity service.
Nov 12 19:22:42-753576 identity-api-20348 DEBUG Sending message of type 624 to identity service
Nov 12 19:22:42-767539 identity-api-20348 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-771282 identity-api-20348 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-774832 identity-api-20348 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-778419 identity-api-20348 DEBUG Sending message of type 628 to identity service
Nov 12 19:22:42-779164 identity-api-20348 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-782560 identity-api-20348 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-786190 identity-api-20348 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-789629 identity-api-20348 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-789675 gnunet-identity-20348 DEBUG Client aborted active request, NULLing continuation
+ gnunet-identity -e private-zone -s gns-private
Nov 12 19:22:42-794792 identity-api-20349 DEBUG Connecting to identity service.
Nov 12 19:22:42-795128 identity-api-20349 DEBUG Sending message of type 624 to identity service
Nov 12 19:22:42-796252 identity-api-20349 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-799989 identity-api-20349 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-803197 identity-api-20349 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-806560 identity-api-20349 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-809802 identity-api-20349 DEBUG Sending message of type 628 to identity service
Nov 12 19:22:42-810551 identity-api-20349 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-813841 identity-api-20349 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-817145 identity-api-20349 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-817188 gnunet-identity-20349 DEBUG Client aborted active request, NULLing continuation
+ gnunet-identity -e sks-zone -s fs-sks
Nov 12 19:22:42-822351 identity-api-20350 DEBUG Connecting to identity service.
Nov 12 19:22:42-822681 identity-api-20350 DEBUG Sending message of type 624 to identity service
Nov 12 19:22:42-823294 identity-api-20350 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-826724 identity-api-20350 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-829826 identity-api-20350 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-833108 identity-api-20350 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-836280 identity-api-20350 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-839569 identity-api-20350 DEBUG Sending message of type 628 to identity service
Nov 12 19:22:42-840221 identity-api-20350 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-843651 identity-api-20350 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-843693 gnunet-identity-20350 DEBUG Client aborted active request, NULLing continuation
+ gnunet-identity -d
+ grep master-zone
Nov 12 19:22:42-849262 identity-api-20352 DEBUG Connecting to identity service.
Nov 12 19:22:42-849704 identity-api-20352 DEBUG Sending message of type 624 to identity service
Nov 12 19:22:42-851447 identity-api-20352 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-858642 identity-api-20352 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-864786 identity-api-20352 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-871457 identity-api-20352 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-877570 identity-api-20352 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-884470 identity-api-20352 DEBUG Received message of type 626 from identity service
Nov 12 19:22:42-890877 identity-api-20352 DEBUG Received message of type 626 from identity service
+ awk {print $3}
+ MASTER=2LDGD66M2TB42U605KTJV1SBUFB7JKQJ0HUAEJQMQP9I9LT0L3L0
+ + gnunet-identity -d
+ grepawk short-zone {print $3}

Nov 12 19:22:43-030419 identity-api-20356 DEBUG Connecting to identity service.
Nov 12 19:22:43-030784 identity-api-20356 DEBUG Sending message of type 624 to identity service
Nov 12 19:22:43-032400 identity-api-20356 DEBUG Received message of type 626 from identity service
Nov 12 19:22:43-039193 identity-api-20356 DEBUG Received message of type 626 from identity service
Nov 12 19:22:43-045578 identity-api-20356 DEBUG Received message of type 626 from identity service
Nov 12 19:22:43-052403 identity-api-20356 DEBUG Received message of type 626 from identity service
Nov 12 19:22:43-058585 identity-api-20356 DEBUG Received message of type 626 from identity service
Nov 12 19:22:43-065349 identity-api-20356 DEBUG Received message of type 626 from identity service
Nov 12 19:22:43-071759 identity-api-20356 DEBUG Received message of type 626 from identity service
+ SHORT=E5TJ6JS6VS4QECMKLO957JSRE3P9CHD4TKLKPMSSDTN1F1HK10F0
+ gnunet-identity -d
+ grep private-zone
+ awk {print $3}
Nov 12 19:22:43-097187 identity-api-20361 DEBUG Connecting to identity service.
Nov 12 19:22:43-097853 identity-api-20361 DEBUG Sending message of type 624 to identity service
Nov 12 19:22:43-099803 identity-api-20361 DEBUG Received message of type 626 from identity service
Nov 12 19:22:43-106749 identity-api-20361 DEBUG Received message of type 626 from identity service
Nov 12 19:22:43-113069 identity-api-20361 DEBUG Received message of type 626 from identity service
Nov 12 19:22:43-120120 identity-api-20361 DEBUG Received message of type 626 from identity service
Nov 12 19:22:43-126508 identity-api-20361 DEBUG Received message of type 626 from identity service
Nov 12 19:22:43-133312 identity-api-20361 DEBUG Received message of type 626 from identity service
Nov 12 19:22:43-139712 identity-api-20361 DEBUG Received message of type 626 from identity service
+ PRIVATE=UAUNQ1RPUOHH6CQJGHJQU18261D1TUL663KLA2FJLQD4O2A4FEQ0
+ gnunet-namestore -z master-zone -a -e never -n private -p -t PKEY -V UAUNQ1RPUOHH6CQJGHJQU18261D1TUL663KLA2FJLQD4O2A4FEQ0
Nov 12 19:22:43-211687 identity-api-20364 DEBUG Connecting to identity service.
Nov 12 19:22:43-212025 identity-api-20364 DEBUG Sending message of type 624 to identity service
Nov 12 19:22:43-213661 identity-api-20364 DEBUG Received message of type 626 from identity service
Nov 12 19:22:43-217019 identity-api-20364 DEBUG Received message of type 626 from identity service
Nov 12 19:22:43-220204 identity-api-20364 DEBUG Received message of type 626 from identity service
+ gnunet-namestore -z master-zone -a -e never -n short -p -t PKEY -V E5TJ6JS6VS4QECMKLO957JSRE3P9CHD4TKLKPMSSDTN1F1HK10F0
Nov 12 19:22:44-401054 identity-api-20365 DEBUG Connecting to identity service.
Nov 12 19:22:44-401388 identity-api-20365 DEBUG Sending message of type 624 to identity service
Nov 12 19:22:44-402004 identity-api-20365 DEBUG Received message of type 626 from identity service
Nov 12 19:22:44-405553 identity-api-20365 DEBUG Received message of type 626 from identity service
Nov 12 19:22:44-408740 identity-api-20365 DEBUG Received message of type 626 from identity service
+ gnunet-namestore -z master-zone -a -e never -n pin -p -t PKEY -V 72QC35CO20UJN1E91KPJFNT9TG4CLKAPB4VK9S3Q758S9MLBRKOG
Nov 12 19:22:45-002224 identity-api-20366 DEBUG Connecting to identity service.
Nov 12 19:22:45-002560 identity-api-20366 DEBUG Sending message of type 624 to identity service
Nov 12 19:22:45-004233 identity-api-20366 DEBUG Received message of type 626 from identity service
Nov 12 19:22:45-007755 identity-api-20366 DEBUG Received message of type 626 from identity service
Nov 12 19:22:45-011662 identity-api-20366 DEBUG Received message of type 626 from identity service

Christian Grothoff

2013-11-13 08:10

manager   ~0007627

But the above output no longer contains the assertion :-(.

hark

2013-11-13 23:30

developer   ~0007629

I can get the assertion by just starting gnunet-gtk:

gnunet-test@y:~$ gnunet-gtk
Nov 13 23:26:19-042679 identity-api-12669 DEBUG Connecting to identity service.
Nov 13 23:26:19-043439 identity-api-12669 DEBUG Sending message of type 624 to identity service
Nov 13 23:26:19-043838 identity-api-12669 DEBUG Received message of type 626 from identity service
Nov 13 23:26:19-055440 identity-api-12669 DEBUG Received message of type 626 from identity service
Nov 13 23:26:19-059078 identity-api-12671 DEBUG Connecting to identity service.
Nov 13 23:26:19-059326 identity-api-12671 DEBUG Sending message of type 624 to identity service
Nov 13 23:26:19-060731 identity-api-12671 DEBUG Received message of type 626 from identity service
Nov 13 23:26:19-068673 identity-api-12671 DEBUG Received message of type 626 from identity service
Nov 13 23:26:19-075795 identity-api-12671 DEBUG Received message of type 626 from identity service
Nov 13 23:26:19-082434 identity-api-12671 DEBUG Received message of type 626 from identity service
Nov 13 23:26:19-090988 identity-api-12671 DEBUG Received message of type 626 from identity service
Nov 13 23:26:19-093044 identity-api-12669 DEBUG Received message of type 626 from identity service
Nov 13 23:26:19-096517 identity-api-12669 DEBUG Received message of type 626 from identity service
Nov 13 23:26:19-111178 identity-api-12669 DEBUG Received message of type 626 from identity service
Nov 13 23:26:19-274578 identity-api-12670 DEBUG Connecting to identity service.
Nov 13 23:26:19-275981 identity-api-12670 DEBUG Sending message of type 624 to identity service
Nov 13 23:26:19-276267 identity-api-12670 DEBUG Sending message of type 627 to identity service
Nov 13 23:26:19-276489 identity-api-12671 DEBUG Received message of type 628 from identity service
Nov 13 23:26:19-280886 gnunet-identity-gtk-12671 ERROR Assertion failed at identity_api.c:423.
Nov 13 23:26:19-281189 identity-api-12671 DEBUG Scheduling task to reconnect to identity service in 0 ms.
Nov 13 23:26:19-281518 identity-api-12670 DEBUG Received message of type 626 from identity service
Nov 13 23:26:19-286271 identity-api-12670 DEBUG Received message of type 626 from identity service
Nov 13 23:26:19-290597 identity-api-12670 DEBUG Received message of type 626 from identity service
Nov 13 23:26:19-293037 identity-api-12669 DEBUG Received message of type 628 from identity service
Nov 13 23:26:19-296809 gnunet-namestore-gtk-12669 ERROR Assertion failed at identity_api.c:423.
Nov 13 23:26:19-296910 identity-api-12669 DEBUG Scheduling task to reconnect to identity service in 0 ms.
Nov 13 23:26:19-296955 identity-api-12669 DEBUG Connecting to identity service.
Nov 13 23:26:19-297101 identity-api-12669 DEBUG Sending message of type 624 to identity service
Nov 13 23:26:19-297205 identity-api-12669 DEBUG Received message of type 626 from identity service
Nov 13 23:26:19-301093 identity-api-12669 DEBUG Received message of type 626 from identity service
Nov 13 23:26:19-304410 identity-api-12669 DEBUG Received message of type 626 from identity service
Nov 13 23:26:19-307939 identity-api-12669 DEBUG Received message of type 626 from identity service
Nov 13 23:26:19-313611 identity-api-12669 DEBUG Received message of type 626 from identity service
Nov 13 23:26:19-372353 identity-api-12671 DEBUG Connecting to identity service.
Nov 13 23:26:19-388737 identity-api-12671 DEBUG Sending message of type 624 to identity service
Nov 13 23:26:19-389718 identity-api-12671 DEBUG Received message of type 626 from identity service
Nov 13 23:26:19-403075 identity-api-12671 DEBUG Received message of type 626 from identity service
Nov 13 23:26:19-411843 identity-api-12671 DEBUG Received message of type 626 from identity service
Nov 13 23:26:19-416386 identity-api-12671 DEBUG Received message of type 626 from identity service
Nov 13 23:26:19-421132 identity-api-12671 DEBUG Received message of type 626 from identity service
Nov 13 23:26:19-468699 identity-api-12670 DEBUG Received message of type 626 from identity service
Nov 13 23:26:19-480135 identity-api-12670 DEBUG Received message of type 626 from identity service
Nov 13 23:26:19-480288 identity-api-12670 DEBUG Received message of type 628 from identity service

Christian Grothoff

2013-11-14 14:03

manager   ~0007632

Reproduced it finally, fixed in SVN 30691.

Issue History

Date Modified Username Field Change
2013-11-08 22:50 hark New Issue
2013-11-08 22:50 hark Status new => assigned
2013-11-08 22:50 hark Assigned To => Matthias Wachs
2013-11-08 22:54 hark Relationship added has duplicate 0003102
2013-11-09 10:43 Christian Grothoff Assigned To Matthias Wachs => Christian Grothoff
2013-11-09 10:51 Christian Grothoff Note Added: 0007614
2013-11-09 20:21 hark Note Added: 0007615
2013-11-09 20:25 hark File Added: valgrind-gnunet.txt
2013-11-09 20:27 hark File Added: valgrind-gnunet-v.txt
2013-11-09 20:28 hark Note Added: 0007616
2013-11-09 21:19 Christian Grothoff Note Added: 0007618
2013-11-09 21:20 Christian Grothoff Status assigned => feedback
2013-11-09 23:32 hark Note Added: 0007620
2013-11-09 23:32 hark Status feedback => assigned
2013-11-10 15:19 Christian Grothoff Note Added: 0007621
2013-11-12 19:25 hark Note Added: 0007626
2013-11-13 08:10 Christian Grothoff Note Added: 0007627
2013-11-13 23:30 hark Note Added: 0007629
2013-11-14 14:03 Christian Grothoff Note Added: 0007632
2013-11-14 14:03 Christian Grothoff Status assigned => resolved
2013-11-14 14:03 Christian Grothoff Fixed in Version => 0.10.0
2013-11-14 14:03 Christian Grothoff Resolution open => fixed
2013-11-14 14:03 Christian Grothoff Product Version => Git master
2013-11-14 14:03 Christian Grothoff Target Version => 0.10.0
2013-12-24 20:54 Christian Grothoff Status resolved => closed