[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Uncoordinated libdap transition



Alastair,

Please upload packages with SONAME changes to experimental first as documented in the transition documentation:

 https://wiki.debian.org/Teams/ReleaseTeam/Transitions

The upload of libdap (3.18.0-1) to unstable has now triggered an uncoordinated transition.

Fortunately the only reverse dependencies of libdap17v5 are gdal & grads, limiting the impact.

Unfortunately libdap FTBFS on arm*, powerpc, ppc64el & s390x, these build failures need to be fixed before gdal and grads can be binNMUed by the Release Team.

The libdap update also causes the build failures for osmium as part of the ongoing protobuf transition because both versions of libdap are installed. libdap17v5 is pulled in via libgdal20, and libdap23 via libdap-dev causing segfaults (see attached log).

Please fix the libdap build failures on the release architectures ASAP to unblock the rebuild of gdal & grads with the new libdap.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1
Checking t/geometry/test_haversine.cpp...[TEST FAILED]
==========================
==15686== Memcheck, a memory error detector
==15686== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==15686== Using Valgrind-3.12.0.SVN and LibVEX; rerun with -h for copyright info
==15686== Command: ./tests
==15686== 
Running 1 test case...

*** No errors detected
==15686== Invalid free() / delete / delete[] / realloc()
==15686==    at 0x4C2D2FB: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==15686==    by 0x774FEAE: __cxa_finalize (cxa_finalize.c:56)
==15686==    by 0x193C19F2: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==15686==    by 0x400F996: _dl_fini (dl-fini.c:235)
==15686==    by 0x774FB47: __run_exit_handlers (exit.c:82)
==15686==    by 0x774FB94: exit (exit.c:104)
==15686==    by 0x773A706: (below main) (libc-start.c:325)
==15686==  Address 0x1d947720 is 0 bytes inside a block of size 25 free'd
==15686==    at 0x4C2D2FB: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==15686==    by 0x774FEAE: __cxa_finalize (cxa_finalize.c:56)
==15686==    by 0x10A85CF2: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==15686==    by 0x400F996: _dl_fini (dl-fini.c:235)
==15686==    by 0x774FB47: __run_exit_handlers (exit.c:82)
==15686==    by 0x774FB94: exit (exit.c:104)
==15686==    by 0x773A706: (below main) (libc-start.c:325)
==15686==  Block was alloc'd at
==15686==    at 0x4C2C23F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==15686==    by 0x10B26A2C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==15686==    by 0x10A8594C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==15686==    by 0x400F3D9: call_init.part.0 (dl-init.c:72)
==15686==    by 0x400F4EA: call_init (dl-init.c:30)
==15686==    by 0x400F4EA: _dl_init (dl-init.c:120)
==15686==    by 0x4000CD9: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
==15686== 
==15686== 
==15686== HEAP SUMMARY:
==15686==     in use at exit: 25 bytes in 1 blocks
==15686==   total heap usage: 4,339 allocs, 4,339 frees, 411,709 bytes allocated
==15686== 
==15686== 25 bytes in 1 blocks are definitely lost in loss record 1 of 1
==15686==    at 0x4C2C23F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==15686==    by 0x1946E7DC: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==15686==    by 0x193C161C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==15686==    by 0x400F3D9: call_init.part.0 (dl-init.c:72)
==15686==    by 0x400F4EA: call_init (dl-init.c:30)
==15686==    by 0x400F4EA: _dl_init (dl-init.c:120)
==15686==    by 0x4000CD9: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
==15686== 
==15686== LEAK SUMMARY:
==15686==    definitely lost: 25 bytes in 1 blocks
==15686==    indirectly lost: 0 bytes in 0 blocks
==15686==      possibly lost: 0 bytes in 0 blocks
==15686==    still reachable: 0 bytes in 0 blocks
==15686==         suppressed: 0 bytes in 0 blocks
==15686== 
==15686== For counts of detected and suppressed errors, rerun with: -v
==15686== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
==========================
Checking t/geometry/test_linestring_geometry.cpp...[TEST FAILED]
==========================
==15696== Memcheck, a memory error detector
==15696== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==15696== Using Valgrind-3.12.0.SVN and LibVEX; rerun with -h for copyright info
==15696== Command: ./tests
==15696== 
Running 2 test cases...

*** No errors detected
==15696== Invalid free() / delete / delete[] / realloc()
==15696==    at 0x4C2D2FB: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==15696==    by 0x774FEAE: __cxa_finalize (cxa_finalize.c:56)
==15696==    by 0x193C19F2: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==15696==    by 0x400F996: _dl_fini (dl-fini.c:235)
==15696==    by 0x774FB47: __run_exit_handlers (exit.c:82)
==15696==    by 0x774FB94: exit (exit.c:104)
==15696==    by 0x773A706: (below main) (libc-start.c:325)
==15696==  Address 0x1d947720 is 0 bytes inside a block of size 25 free'd
==15696==    at 0x4C2D2FB: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==15696==    by 0x774FEAE: __cxa_finalize (cxa_finalize.c:56)
==15696==    by 0x10A85CF2: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==15696==    by 0x400F996: _dl_fini (dl-fini.c:235)
==15696==    by 0x774FB47: __run_exit_handlers (exit.c:82)
==15696==    by 0x774FB94: exit (exit.c:104)
==15696==    by 0x773A706: (below main) (libc-start.c:325)
==15696==  Block was alloc'd at
==15696==    at 0x4C2C23F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==15696==    by 0x10B26A2C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==15696==    by 0x10A8594C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==15696==    by 0x400F3D9: call_init.part.0 (dl-init.c:72)
==15696==    by 0x400F4EA: call_init (dl-init.c:30)
==15696==    by 0x400F4EA: _dl_init (dl-init.c:120)
==15696==    by 0x4000CD9: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
==15696== 
==15696== 
==15696== HEAP SUMMARY:
==15696==     in use at exit: 25 bytes in 1 blocks
==15696==   total heap usage: 4,374 allocs, 4,374 frees, 434,179 bytes allocated
==15696== 
==15696== 25 bytes in 1 blocks are definitely lost in loss record 1 of 1
==15696==    at 0x4C2C23F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==15696==    by 0x1946E7DC: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==15696==    by 0x193C161C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==15696==    by 0x400F3D9: call_init.part.0 (dl-init.c:72)
==15696==    by 0x400F4EA: call_init (dl-init.c:30)
==15696==    by 0x400F4EA: _dl_init (dl-init.c:120)
==15696==    by 0x4000CD9: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
==15696== 
==15696== LEAK SUMMARY:
==15696==    definitely lost: 25 bytes in 1 blocks
==15696==    indirectly lost: 0 bytes in 0 blocks
==15696==      possibly lost: 0 bytes in 0 blocks
==15696==    still reachable: 0 bytes in 0 blocks
==15696==         suppressed: 0 bytes in 0 blocks
==15696== 
==15696== For counts of detected and suppressed errors, rerun with: -v
==15696== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
==========================
Checking t/geometry/test_point_geometry.cpp...[TEST FAILED]
==========================
==15704== Memcheck, a memory error detector
==15704== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==15704== Using Valgrind-3.12.0.SVN and LibVEX; rerun with -h for copyright info
==15704== Command: ./tests
==15704== 
Running 2 test cases...

*** No errors detected
==15704== Invalid free() / delete / delete[] / realloc()
==15704==    at 0x4C2D2FB: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==15704==    by 0x774FEAE: __cxa_finalize (cxa_finalize.c:56)
==15704==    by 0x193C19F2: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==15704==    by 0x400F996: _dl_fini (dl-fini.c:235)
==15704==    by 0x774FB47: __run_exit_handlers (exit.c:82)
==15704==    by 0x774FB94: exit (exit.c:104)
==15704==    by 0x773A706: (below main) (libc-start.c:325)
==15704==  Address 0x1d947720 is 0 bytes inside a block of size 25 free'd
==15704==    at 0x4C2D2FB: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==15704==    by 0x774FEAE: __cxa_finalize (cxa_finalize.c:56)
==15704==    by 0x10A85CF2: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==15704==    by 0x400F996: _dl_fini (dl-fini.c:235)
==15704==    by 0x774FB47: __run_exit_handlers (exit.c:82)
==15704==    by 0x774FB94: exit (exit.c:104)
==15704==    by 0x773A706: (below main) (libc-start.c:325)
==15704==  Block was alloc'd at
==15704==    at 0x4C2C23F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==15704==    by 0x10B26A2C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==15704==    by 0x10A8594C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==15704==    by 0x400F3D9: call_init.part.0 (dl-init.c:72)
==15704==    by 0x400F4EA: call_init (dl-init.c:30)
==15704==    by 0x400F4EA: _dl_init (dl-init.c:120)
==15704==    by 0x4000CD9: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
==15704== 
==15704== 
==15704== HEAP SUMMARY:
==15704==     in use at exit: 25 bytes in 1 blocks
==15704==   total heap usage: 4,364 allocs, 4,364 frees, 417,329 bytes allocated
==15704== 
==15704== 25 bytes in 1 blocks are definitely lost in loss record 1 of 1
==15704==    at 0x4C2C23F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==15704==    by 0x1946E7DC: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==15704==    by 0x193C161C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==15704==    by 0x400F3D9: call_init.part.0 (dl-init.c:72)
==15704==    by 0x400F4EA: call_init (dl-init.c:30)
==15704==    by 0x400F4EA: _dl_init (dl-init.c:120)
==15704==    by 0x4000CD9: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
==15704== 
==15704== LEAK SUMMARY:
==15704==    definitely lost: 25 bytes in 1 blocks
==15704==    indirectly lost: 0 bytes in 0 blocks
==15704==      possibly lost: 0 bytes in 0 blocks
==15704==    still reachable: 0 bytes in 0 blocks
==15704==         suppressed: 0 bytes in 0 blocks
==15704== 
==15704== For counts of detected and suppressed errors, rerun with: -v
==15704== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
==========================
Checking t/geometry/test_polygon_geometry.cpp...[TEST FAILED]
==========================
==15714== Memcheck, a memory error detector
==15714== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==15714== Using Valgrind-3.12.0.SVN and LibVEX; rerun with -h for copyright info
==15714== Command: ./tests
==15714== 
Running 2 test cases...

*** No errors detected
==15714== Invalid free() / delete / delete[] / realloc()
==15714==    at 0x4C2D2FB: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==15714==    by 0x774FEAE: __cxa_finalize (cxa_finalize.c:56)
==15714==    by 0x193C19F2: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==15714==    by 0x400F996: _dl_fini (dl-fini.c:235)
==15714==    by 0x774FB47: __run_exit_handlers (exit.c:82)
==15714==    by 0x774FB94: exit (exit.c:104)
==15714==    by 0x773A706: (below main) (libc-start.c:325)
==15714==  Address 0x1d947720 is 0 bytes inside a block of size 25 free'd
==15714==    at 0x4C2D2FB: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==15714==    by 0x774FEAE: __cxa_finalize (cxa_finalize.c:56)
==15714==    by 0x10A85CF2: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==15714==    by 0x400F996: _dl_fini (dl-fini.c:235)
==15714==    by 0x774FB47: __run_exit_handlers (exit.c:82)
==15714==    by 0x774FB94: exit (exit.c:104)
==15714==    by 0x773A706: (below main) (libc-start.c:325)
==15714==  Block was alloc'd at
==15714==    at 0x4C2C23F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==15714==    by 0x10B26A2C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==15714==    by 0x10A8594C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==15714==    by 0x400F3D9: call_init.part.0 (dl-init.c:72)
==15714==    by 0x400F4EA: call_init (dl-init.c:30)
==15714==    by 0x400F4EA: _dl_init (dl-init.c:120)
==15714==    by 0x4000CD9: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
==15714== 
==15714== 
==15714== HEAP SUMMARY:
==15714==     in use at exit: 25 bytes in 1 blocks
==15714==   total heap usage: 4,372 allocs, 4,372 frees, 434,589 bytes allocated
==15714== 
==15714== 25 bytes in 1 blocks are definitely lost in loss record 1 of 1
==15714==    at 0x4C2C23F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==15714==    by 0x1946E7DC: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==15714==    by 0x193C161C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==15714==    by 0x400F3D9: call_init.part.0 (dl-init.c:72)
==15714==    by 0x400F4EA: call_init (dl-init.c:30)
==15714==    by 0x400F4EA: _dl_init (dl-init.c:120)
==15714==    by 0x4000CD9: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
==15714== 
==15714== LEAK SUMMARY:
==15714==    definitely lost: 25 bytes in 1 blocks
==15714==    indirectly lost: 0 bytes in 0 blocks
==15714==      possibly lost: 0 bytes in 0 blocks
==15714==    still reachable: 0 bytes in 0 blocks
==15714==         suppressed: 0 bytes in 0 blocks
==15714== 
==15714== For counts of detected and suppressed errors, rerun with: -v
==15714== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
==========================
Checking t/geometry_geos/test_point_geometry.cpp...[TEST FAILED]
==========================
==15722== Memcheck, a memory error detector
==15722== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==15722== Using Valgrind-3.12.0.SVN and LibVEX; rerun with -h for copyright info
==15722== Command: ./tests
==15722== 
Running 2 test cases...

*** No errors detected
==15722== Invalid free() / delete / delete[] / realloc()
==15722==    at 0x4C2D2FB: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==15722==    by 0x774FEAE: __cxa_finalize (cxa_finalize.c:56)
==15722==    by 0x193C19F2: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==15722==    by 0x400F996: _dl_fini (dl-fini.c:235)
==15722==    by 0x774FB47: __run_exit_handlers (exit.c:82)
==15722==    by 0x774FB94: exit (exit.c:104)
==15722==    by 0x773A706: (below main) (libc-start.c:325)
==15722==  Address 0x1d947720 is 0 bytes inside a block of size 25 free'd
==15722==    at 0x4C2D2FB: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==15722==    by 0x774FEAE: __cxa_finalize (cxa_finalize.c:56)
==15722==    by 0x10A85CF2: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==15722==    by 0x400F996: _dl_fini (dl-fini.c:235)
==15722==    by 0x774FB47: __run_exit_handlers (exit.c:82)
==15722==    by 0x774FB94: exit (exit.c:104)
==15722==    by 0x773A706: (below main) (libc-start.c:325)
==15722==  Block was alloc'd at
==15722==    at 0x4C2C23F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==15722==    by 0x10B26A2C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==15722==    by 0x10A8594C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==15722==    by 0x400F3D9: call_init.part.0 (dl-init.c:72)
==15722==    by 0x400F4EA: call_init (dl-init.c:30)
==15722==    by 0x400F4EA: _dl_init (dl-init.c:120)
==15722==    by 0x4000CD9: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
==15722== 
==15722== 
==15722== HEAP SUMMARY:
==15722==     in use at exit: 25 bytes in 1 blocks
==15722==   total heap usage: 4,363 allocs, 4,363 frees, 414,784 bytes allocated
==15722== 
==15722== 25 bytes in 1 blocks are definitely lost in loss record 1 of 1
==15722==    at 0x4C2C23F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==15722==    by 0x1946E7DC: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==15722==    by 0x193C161C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==15722==    by 0x400F3D9: call_init.part.0 (dl-init.c:72)
==15722==    by 0x400F4EA: call_init (dl-init.c:30)
==15722==    by 0x400F4EA: _dl_init (dl-init.c:120)
==15722==    by 0x4000CD9: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
==15722== 
==15722== LEAK SUMMARY:
==15722==    definitely lost: 25 bytes in 1 blocks
==15722==    indirectly lost: 0 bytes in 0 blocks
==15722==      possibly lost: 0 bytes in 0 blocks
==15722==    still reachable: 0 bytes in 0 blocks
==15722==         suppressed: 0 bytes in 0 blocks
==15722== 
==15722== For counts of detected and suppressed errors, rerun with: -v
==15722== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
==========================
Checking t/geometry_ogr/test_geometry.cpp...[TEST FAILED]
==========================
==15904== Memcheck, a memory error detector
==15904== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==15904== Using Valgrind-3.12.0.SVN and LibVEX; rerun with -h for copyright info
==15904== Command: ./tests
==15904== 
Running 3 test cases...

*** No errors detected
==15904== Invalid free() / delete / delete[] / realloc()
==15904==    at 0x4C2D2FB: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==15904==    by 0x774FEAE: __cxa_finalize (cxa_finalize.c:56)
==15904==    by 0x193C19F2: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==15904==    by 0x400F996: _dl_fini (dl-fini.c:235)
==15904==    by 0x774FB47: __run_exit_handlers (exit.c:82)
==15904==    by 0x774FB94: exit (exit.c:104)
==15904==    by 0x773A706: (below main) (libc-start.c:325)
==15904==  Address 0x1d947720 is 0 bytes inside a block of size 25 free'd
==15904==    at 0x4C2D2FB: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==15904==    by 0x774FEAE: __cxa_finalize (cxa_finalize.c:56)
==15904==    by 0x10A85CF2: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==15904==    by 0x400F996: _dl_fini (dl-fini.c:235)
==15904==    by 0x774FB47: __run_exit_handlers (exit.c:82)
==15904==    by 0x774FB94: exit (exit.c:104)
==15904==    by 0x773A706: (below main) (libc-start.c:325)
==15904==  Block was alloc'd at
==15904==    at 0x4C2C23F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==15904==    by 0x10B26A2C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==15904==    by 0x10A8594C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==15904==    by 0x400F3D9: call_init.part.0 (dl-init.c:72)
==15904==    by 0x400F4EA: call_init (dl-init.c:30)
==15904==    by 0x400F4EA: _dl_init (dl-init.c:120)
==15904==    by 0x4000CD9: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
==15904== 
==15904== 
==15904== HEAP SUMMARY:
==15904==     in use at exit: 25 bytes in 1 blocks
==15904==   total heap usage: 4,389 allocs, 4,389 frees, 434,032 bytes allocated
==15904== 
==15904== 25 bytes in 1 blocks are definitely lost in loss record 1 of 1
==15904==    at 0x4C2C23F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==15904==    by 0x1946E7DC: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==15904==    by 0x193C161C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==15904==    by 0x400F3D9: call_init.part.0 (dl-init.c:72)
==15904==    by 0x400F4EA: call_init (dl-init.c:30)
==15904==    by 0x400F4EA: _dl_init (dl-init.c:120)
==15904==    by 0x4000CD9: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
==15904== 
==15904== LEAK SUMMARY:
==15904==    definitely lost: 25 bytes in 1 blocks
==15904==    indirectly lost: 0 bytes in 0 blocks
==15904==      possibly lost: 0 bytes in 0 blocks
==15904==    still reachable: 0 bytes in 0 blocks
==15904==         suppressed: 0 bytes in 0 blocks
==15904== 
==15904== For counts of detected and suppressed errors, rerun with: -v
==15904== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
==========================
Checking t/handler/test_handler.cpp...[TEST FAILED]
==========================
==16238== Memcheck, a memory error detector
==16238== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==16238== Using Valgrind-3.12.0.SVN and LibVEX; rerun with -h for copyright info
==16238== Command: ./tests
==16238== 
Running 2 test cases...

*** No errors detected
==16238== Invalid free() / delete / delete[] / realloc()
==16238==    at 0x4C2D2FB: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16238==    by 0x774FEAE: __cxa_finalize (cxa_finalize.c:56)
==16238==    by 0x193C19F2: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16238==    by 0x400F996: _dl_fini (dl-fini.c:235)
==16238==    by 0x774FB47: __run_exit_handlers (exit.c:82)
==16238==    by 0x774FB94: exit (exit.c:104)
==16238==    by 0x773A706: (below main) (libc-start.c:325)
==16238==  Address 0x1d947720 is 0 bytes inside a block of size 25 free'd
==16238==    at 0x4C2D2FB: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16238==    by 0x774FEAE: __cxa_finalize (cxa_finalize.c:56)
==16238==    by 0x10A85CF2: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16238==    by 0x400F996: _dl_fini (dl-fini.c:235)
==16238==    by 0x774FB47: __run_exit_handlers (exit.c:82)
==16238==    by 0x774FB94: exit (exit.c:104)
==16238==    by 0x773A706: (below main) (libc-start.c:325)
==16238==  Block was alloc'd at
==16238==    at 0x4C2C23F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16238==    by 0x10B26A2C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16238==    by 0x10A8594C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16238==    by 0x400F3D9: call_init.part.0 (dl-init.c:72)
==16238==    by 0x400F4EA: call_init (dl-init.c:30)
==16238==    by 0x400F4EA: _dl_init (dl-init.c:120)
==16238==    by 0x4000CD9: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
==16238== 
==16238== 
==16238== HEAP SUMMARY:
==16238==     in use at exit: 25 bytes in 1 blocks
==16238==   total heap usage: 4,383 allocs, 4,383 frees, 436,926 bytes allocated
==16238== 
==16238== 25 bytes in 1 blocks are definitely lost in loss record 1 of 1
==16238==    at 0x4C2C23F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16238==    by 0x1946E7DC: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16238==    by 0x193C161C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16238==    by 0x400F3D9: call_init.part.0 (dl-init.c:72)
==16238==    by 0x400F4EA: call_init (dl-init.c:30)
==16238==    by 0x400F4EA: _dl_init (dl-init.c:120)
==16238==    by 0x4000CD9: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
==16238== 
==16238== LEAK SUMMARY:
==16238==    definitely lost: 25 bytes in 1 blocks
==16238==    indirectly lost: 0 bytes in 0 blocks
==16238==      possibly lost: 0 bytes in 0 blocks
==16238==    still reachable: 0 bytes in 0 blocks
==16238==         suppressed: 0 bytes in 0 blocks
==16238== 
==16238== For counts of detected and suppressed errors, rerun with: -v
==16238== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
==========================
Checking t/handler/test_handler_debug.cpp...[TEST FAILED]
==========================
==16245== Memcheck, a memory error detector
==16245== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==16245== Using Valgrind-3.12.0.SVN and LibVEX; rerun with -h for copyright info
==16245== Command: ./tests
==16245== 
Running 14 test cases...

*** No errors detected
==16245== Invalid free() / delete / delete[] / realloc()
==16245==    at 0x4C2D2FB: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16245==    by 0x774FEAE: __cxa_finalize (cxa_finalize.c:56)
==16245==    by 0x193C19F2: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16245==    by 0x400F996: _dl_fini (dl-fini.c:235)
==16245==    by 0x774FB47: __run_exit_handlers (exit.c:82)
==16245==    by 0x774FB94: exit (exit.c:104)
==16245==    by 0x773A706: (below main) (libc-start.c:325)
==16245==  Address 0x1d947720 is 0 bytes inside a block of size 25 free'd
==16245==    at 0x4C2D2FB: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16245==    by 0x774FEAE: __cxa_finalize (cxa_finalize.c:56)
==16245==    by 0x10A85CF2: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16245==    by 0x400F996: _dl_fini (dl-fini.c:235)
==16245==    by 0x774FB47: __run_exit_handlers (exit.c:82)
==16245==    by 0x774FB94: exit (exit.c:104)
==16245==    by 0x773A706: (below main) (libc-start.c:325)
==16245==  Block was alloc'd at
==16245==    at 0x4C2C23F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16245==    by 0x10B26A2C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16245==    by 0x10A8594C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16245==    by 0x400F3D9: call_init.part.0 (dl-init.c:72)
==16245==    by 0x400F4EA: call_init (dl-init.c:30)
==16245==    by 0x400F4EA: _dl_init (dl-init.c:120)
==16245==    by 0x4000CD9: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
==16245== 
==16245== 
==16245== HEAP SUMMARY:
==16245==     in use at exit: 25 bytes in 1 blocks
==16245==   total heap usage: 4,595 allocs, 4,595 frees, 475,482 bytes allocated
==16245== 
==16245== 25 bytes in 1 blocks are definitely lost in loss record 1 of 1
==16245==    at 0x4C2C23F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16245==    by 0x1946E7DC: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16245==    by 0x193C161C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16245==    by 0x400F3D9: call_init.part.0 (dl-init.c:72)
==16245==    by 0x400F4EA: call_init (dl-init.c:30)
==16245==    by 0x400F4EA: _dl_init (dl-init.c:120)
==16245==    by 0x4000CD9: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
==16245== 
==16245== LEAK SUMMARY:
==16245==    definitely lost: 25 bytes in 1 blocks
==16245==    indirectly lost: 0 bytes in 0 blocks
==16245==      possibly lost: 0 bytes in 0 blocks
==16245==    still reachable: 0 bytes in 0 blocks
==16245==         suppressed: 0 bytes in 0 blocks
==16245== 
==16245== For counts of detected and suppressed errors, rerun with: -v
==16245== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
==========================
Checking t/osm/test_bounds.cpp...[TEST FAILED]
==========================
==16259== Memcheck, a memory error detector
==16259== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==16259== Using Valgrind-3.12.0.SVN and LibVEX; rerun with -h for copyright info
==16259== Command: ./tests
==16259== 
Running 3 test cases...

*** No errors detected
==16259== Invalid free() / delete / delete[] / realloc()
==16259==    at 0x4C2D2FB: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16259==    by 0x774FEAE: __cxa_finalize (cxa_finalize.c:56)
==16259==    by 0x193C19F2: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16259==    by 0x400F996: _dl_fini (dl-fini.c:235)
==16259==    by 0x774FB47: __run_exit_handlers (exit.c:82)
==16259==    by 0x774FB94: exit (exit.c:104)
==16259==    by 0x773A706: (below main) (libc-start.c:325)
==16259==  Address 0x1d947720 is 0 bytes inside a block of size 25 free'd
==16259==    at 0x4C2D2FB: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16259==    by 0x774FEAE: __cxa_finalize (cxa_finalize.c:56)
==16259==    by 0x10A85CF2: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16259==    by 0x400F996: _dl_fini (dl-fini.c:235)
==16259==    by 0x774FB47: __run_exit_handlers (exit.c:82)
==16259==    by 0x774FB94: exit (exit.c:104)
==16259==    by 0x773A706: (below main) (libc-start.c:325)
==16259==  Block was alloc'd at
==16259==    at 0x4C2C23F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16259==    by 0x10B26A2C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16259==    by 0x10A8594C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16259==    by 0x400F3D9: call_init.part.0 (dl-init.c:72)
==16259==    by 0x400F4EA: call_init (dl-init.c:30)
==16259==    by 0x400F4EA: _dl_init (dl-init.c:120)
==16259==    by 0x4000CD9: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
==16259== 
==16259== 
==16259== HEAP SUMMARY:
==16259==     in use at exit: 25 bytes in 1 blocks
==16259==   total heap usage: 4,368 allocs, 4,368 frees, 417,415 bytes allocated
==16259== 
==16259== 25 bytes in 1 blocks are definitely lost in loss record 1 of 1
==16259==    at 0x4C2C23F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16259==    by 0x1946E7DC: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16259==    by 0x193C161C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16259==    by 0x400F3D9: call_init.part.0 (dl-init.c:72)
==16259==    by 0x400F4EA: call_init (dl-init.c:30)
==16259==    by 0x400F4EA: _dl_init (dl-init.c:120)
==16259==    by 0x4000CD9: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
==16259== 
==16259== LEAK SUMMARY:
==16259==    definitely lost: 25 bytes in 1 blocks
==16259==    indirectly lost: 0 bytes in 0 blocks
==16259==      possibly lost: 0 bytes in 0 blocks
==16259==    still reachable: 0 bytes in 0 blocks
==16259==         suppressed: 0 bytes in 0 blocks
==16259== 
==16259== For counts of detected and suppressed errors, rerun with: -v
==16259== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
==========================
Checking t/osm/test_node.cpp...[TEST FAILED]
==========================
==16272== Memcheck, a memory error detector
==16272== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==16272== Using Valgrind-3.12.0.SVN and LibVEX; rerun with -h for copyright info
==16272== Command: ./tests
==16272== 
Running 7 test cases...

*** No errors detected
==16272== Invalid free() / delete / delete[] / realloc()
==16272==    at 0x4C2D2FB: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16272==    by 0x774FEAE: __cxa_finalize (cxa_finalize.c:56)
==16272==    by 0x193C19F2: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16272==    by 0x400F996: _dl_fini (dl-fini.c:235)
==16272==    by 0x774FB47: __run_exit_handlers (exit.c:82)
==16272==    by 0x774FB94: exit (exit.c:104)
==16272==    by 0x773A706: (below main) (libc-start.c:325)
==16272==  Address 0x1d947720 is 0 bytes inside a block of size 25 free'd
==16272==    at 0x4C2D2FB: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16272==    by 0x774FEAE: __cxa_finalize (cxa_finalize.c:56)
==16272==    by 0x10A85CF2: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16272==    by 0x400F996: _dl_fini (dl-fini.c:235)
==16272==    by 0x774FB47: __run_exit_handlers (exit.c:82)
==16272==    by 0x774FB94: exit (exit.c:104)
==16272==    by 0x773A706: (below main) (libc-start.c:325)
==16272==  Block was alloc'd at
==16272==    at 0x4C2C23F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16272==    by 0x10B26A2C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16272==    by 0x10A8594C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16272==    by 0x400F3D9: call_init.part.0 (dl-init.c:72)
==16272==    by 0x400F4EA: call_init (dl-init.c:30)
==16272==    by 0x400F4EA: _dl_init (dl-init.c:120)
==16272==    by 0x4000CD9: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
==16272== 
==16272== 
==16272== HEAP SUMMARY:
==16272==     in use at exit: 25 bytes in 1 blocks
==16272==   total heap usage: 4,427 allocs, 4,427 frees, 426,401 bytes allocated
==16272== 
==16272== 25 bytes in 1 blocks are definitely lost in loss record 1 of 1
==16272==    at 0x4C2C23F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16272==    by 0x1946E7DC: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16272==    by 0x193C161C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16272==    by 0x400F3D9: call_init.part.0 (dl-init.c:72)
==16272==    by 0x400F4EA: call_init (dl-init.c:30)
==16272==    by 0x400F4EA: _dl_init (dl-init.c:120)
==16272==    by 0x4000CD9: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
==16272== 
==16272== LEAK SUMMARY:
==16272==    definitely lost: 25 bytes in 1 blocks
==16272==    indirectly lost: 0 bytes in 0 blocks
==16272==      possibly lost: 0 bytes in 0 blocks
==16272==    still reachable: 0 bytes in 0 blocks
==16272==         suppressed: 0 bytes in 0 blocks
==16272== 
==16272== For counts of detected and suppressed errors, rerun with: -v
==16272== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
==========================
Checking t/osm/test_object.cpp...[TEST FAILED]
==========================
==16283== Memcheck, a memory error detector
==16283== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==16283== Using Valgrind-3.12.0.SVN and LibVEX; rerun with -h for copyright info
==16283== Command: ./tests
==16283== 
Running 21 test cases...

*** No errors detected
==16283== Invalid free() / delete / delete[] / realloc()
==16283==    at 0x4C2D2FB: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16283==    by 0x774FEAE: __cxa_finalize (cxa_finalize.c:56)
==16283==    by 0x193C19F2: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16283==    by 0x400F996: _dl_fini (dl-fini.c:235)
==16283==    by 0x774FB47: __run_exit_handlers (exit.c:82)
==16283==    by 0x774FB94: exit (exit.c:104)
==16283==    by 0x773A706: (below main) (libc-start.c:325)
==16283==  Address 0x1d947720 is 0 bytes inside a block of size 25 free'd
==16283==    at 0x4C2D2FB: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16283==    by 0x774FEAE: __cxa_finalize (cxa_finalize.c:56)
==16283==    by 0x10A85CF2: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16283==    by 0x400F996: _dl_fini (dl-fini.c:235)
==16283==    by 0x774FB47: __run_exit_handlers (exit.c:82)
==16283==    by 0x774FB94: exit (exit.c:104)
==16283==    by 0x773A706: (below main) (libc-start.c:325)
==16283==  Block was alloc'd at
==16283==    at 0x4C2C23F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16283==    by 0x10B26A2C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16283==    by 0x10A8594C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16283==    by 0x400F3D9: call_init.part.0 (dl-init.c:72)
==16283==    by 0x400F4EA: call_init (dl-init.c:30)
==16283==    by 0x400F4EA: _dl_init (dl-init.c:120)
==16283==    by 0x4000CD9: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
==16283== 
==16283== 
==16283== HEAP SUMMARY:
==16283==     in use at exit: 25 bytes in 1 blocks
==16283==   total heap usage: 4,650 allocs, 4,650 frees, 469,151 bytes allocated
==16283== 
==16283== 25 bytes in 1 blocks are definitely lost in loss record 1 of 1
==16283==    at 0x4C2C23F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16283==    by 0x1946E7DC: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16283==    by 0x193C161C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16283==    by 0x400F3D9: call_init.part.0 (dl-init.c:72)
==16283==    by 0x400F4EA: call_init (dl-init.c:30)
==16283==    by 0x400F4EA: _dl_init (dl-init.c:120)
==16283==    by 0x4000CD9: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
==16283== 
==16283== LEAK SUMMARY:
==16283==    definitely lost: 25 bytes in 1 blocks
==16283==    indirectly lost: 0 bytes in 0 blocks
==16283==      possibly lost: 0 bytes in 0 blocks
==16283==    still reachable: 0 bytes in 0 blocks
==16283==         suppressed: 0 bytes in 0 blocks
==16283== 
==16283== For counts of detected and suppressed errors, rerun with: -v
==16283== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
==========================
Checking t/osm/test_position.cpp...[TEST FAILED]
==========================
==16326== Memcheck, a memory error detector
==16326== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==16326== Using Valgrind-3.12.0.SVN and LibVEX; rerun with -h for copyright info
==16326== Command: ./tests
==16326== 
Running 6 test cases...

*** No errors detected
==16326== Invalid free() / delete / delete[] / realloc()
==16326==    at 0x4C2D2FB: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16326==    by 0x774FEAE: __cxa_finalize (cxa_finalize.c:56)
==16326==    by 0x193C19F2: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16326==    by 0x400F996: _dl_fini (dl-fini.c:235)
==16326==    by 0x774FB47: __run_exit_handlers (exit.c:82)
==16326==    by 0x774FB94: exit (exit.c:104)
==16326==    by 0x773A706: (below main) (libc-start.c:325)
==16326==  Address 0x1d947720 is 0 bytes inside a block of size 25 free'd
==16326==    at 0x4C2D2FB: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16326==    by 0x774FEAE: __cxa_finalize (cxa_finalize.c:56)
==16326==    by 0x10A85CF2: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16326==    by 0x400F996: _dl_fini (dl-fini.c:235)
==16326==    by 0x774FB47: __run_exit_handlers (exit.c:82)
==16326==    by 0x774FB94: exit (exit.c:104)
==16326==    by 0x773A706: (below main) (libc-start.c:325)
==16326==  Block was alloc'd at
==16326==    at 0x4C2C23F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16326==    by 0x10B26A2C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16326==    by 0x10A8594C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16326==    by 0x400F3D9: call_init.part.0 (dl-init.c:72)
==16326==    by 0x400F4EA: call_init (dl-init.c:30)
==16326==    by 0x400F4EA: _dl_init (dl-init.c:120)
==16326==    by 0x4000CD9: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
==16326== 
==16326== 
==16326== HEAP SUMMARY:
==16326==     in use at exit: 25 bytes in 1 blocks
==16326==   total heap usage: 4,410 allocs, 4,410 frees, 424,961 bytes allocated
==16326== 
==16326== 25 bytes in 1 blocks are definitely lost in loss record 1 of 1
==16326==    at 0x4C2C23F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16326==    by 0x1946E7DC: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16326==    by 0x193C161C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16326==    by 0x400F3D9: call_init.part.0 (dl-init.c:72)
==16326==    by 0x400F4EA: call_init (dl-init.c:30)
==16326==    by 0x400F4EA: _dl_init (dl-init.c:120)
==16326==    by 0x4000CD9: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
==16326== 
==16326== LEAK SUMMARY:
==16326==    definitely lost: 25 bytes in 1 blocks
==16326==    indirectly lost: 0 bytes in 0 blocks
==16326==      possibly lost: 0 bytes in 0 blocks
==16326==    still reachable: 0 bytes in 0 blocks
==16326==         suppressed: 0 bytes in 0 blocks
==16326== 
==16326== For counts of detected and suppressed errors, rerun with: -v
==16326== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
==========================
Checking t/osm/test_relation.cpp...[TEST FAILED]
==========================
==16334== Memcheck, a memory error detector
==16334== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==16334== Using Valgrind-3.12.0.SVN and LibVEX; rerun with -h for copyright info
==16334== Command: ./tests
==16334== 
Running 7 test cases...

*** No errors detected
==16334== Invalid free() / delete / delete[] / realloc()
==16334==    at 0x4C2D2FB: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16334==    by 0x774FEAE: __cxa_finalize (cxa_finalize.c:56)
==16334==    by 0x193C19F2: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16334==    by 0x400F996: _dl_fini (dl-fini.c:235)
==16334==    by 0x774FB47: __run_exit_handlers (exit.c:82)
==16334==    by 0x774FB94: exit (exit.c:104)
==16334==    by 0x773A706: (below main) (libc-start.c:325)
==16334==  Address 0x1d947720 is 0 bytes inside a block of size 25 free'd
==16334==    at 0x4C2D2FB: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16334==    by 0x774FEAE: __cxa_finalize (cxa_finalize.c:56)
==16334==    by 0x10A85CF2: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16334==    by 0x400F996: _dl_fini (dl-fini.c:235)
==16334==    by 0x774FB47: __run_exit_handlers (exit.c:82)
==16334==    by 0x774FB94: exit (exit.c:104)
==16334==    by 0x773A706: (below main) (libc-start.c:325)
==16334==  Block was alloc'd at
==16334==    at 0x4C2C23F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16334==    by 0x10B26A2C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16334==    by 0x10A8594C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16334==    by 0x400F3D9: call_init.part.0 (dl-init.c:72)
==16334==    by 0x400F4EA: call_init (dl-init.c:30)
==16334==    by 0x400F4EA: _dl_init (dl-init.c:120)
==16334==    by 0x4000CD9: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
==16334== 
==16334== 
==16334== HEAP SUMMARY:
==16334==     in use at exit: 25 bytes in 1 blocks
==16334==   total heap usage: 4,441 allocs, 4,441 frees, 427,866 bytes allocated
==16334== 
==16334== 25 bytes in 1 blocks are definitely lost in loss record 1 of 1
==16334==    at 0x4C2C23F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16334==    by 0x1946E7DC: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16334==    by 0x193C161C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16334==    by 0x400F3D9: call_init.part.0 (dl-init.c:72)
==16334==    by 0x400F4EA: call_init (dl-init.c:30)
==16334==    by 0x400F4EA: _dl_init (dl-init.c:120)
==16334==    by 0x4000CD9: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
==16334== 
==16334== LEAK SUMMARY:
==16334==    definitely lost: 25 bytes in 1 blocks
==16334==    indirectly lost: 0 bytes in 0 blocks
==16334==      possibly lost: 0 bytes in 0 blocks
==16334==    still reachable: 0 bytes in 0 blocks
==16334==         suppressed: 0 bytes in 0 blocks
==16334== 
==16334== For counts of detected and suppressed errors, rerun with: -v
==16334== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
==========================
Checking t/osm/test_relation_member.cpp...[TEST FAILED]
==========================
==16342== Memcheck, a memory error detector
==16342== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==16342== Using Valgrind-3.12.0.SVN and LibVEX; rerun with -h for copyright info
==16342== Command: ./tests
==16342== 
Running 6 test cases...

*** No errors detected
==16342== Invalid free() / delete / delete[] / realloc()
==16342==    at 0x4C2D2FB: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16342==    by 0x774FEAE: __cxa_finalize (cxa_finalize.c:56)
==16342==    by 0x193C19F2: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16342==    by 0x400F996: _dl_fini (dl-fini.c:235)
==16342==    by 0x774FB47: __run_exit_handlers (exit.c:82)
==16342==    by 0x774FB94: exit (exit.c:104)
==16342==    by 0x773A706: (below main) (libc-start.c:325)
==16342==  Address 0x1d947720 is 0 bytes inside a block of size 25 free'd
==16342==    at 0x4C2D2FB: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16342==    by 0x774FEAE: __cxa_finalize (cxa_finalize.c:56)
==16342==    by 0x10A85CF2: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16342==    by 0x400F996: _dl_fini (dl-fini.c:235)
==16342==    by 0x774FB47: __run_exit_handlers (exit.c:82)
==16342==    by 0x774FB94: exit (exit.c:104)
==16342==    by 0x773A706: (below main) (libc-start.c:325)
==16342==  Block was alloc'd at
==16342==    at 0x4C2C23F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16342==    by 0x10B26A2C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16342==    by 0x10A8594C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16342==    by 0x400F3D9: call_init.part.0 (dl-init.c:72)
==16342==    by 0x400F4EA: call_init (dl-init.c:30)
==16342==    by 0x400F4EA: _dl_init (dl-init.c:120)
==16342==    by 0x4000CD9: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
==16342== 
==16342== 
==16342== HEAP SUMMARY:
==16342==     in use at exit: 25 bytes in 1 blocks
==16342==   total heap usage: 4,418 allocs, 4,418 frees, 425,340 bytes allocated
==16342== 
==16342== 25 bytes in 1 blocks are definitely lost in loss record 1 of 1
==16342==    at 0x4C2C23F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16342==    by 0x1946E7DC: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16342==    by 0x193C161C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16342==    by 0x400F3D9: call_init.part.0 (dl-init.c:72)
==16342==    by 0x400F4EA: call_init (dl-init.c:30)
==16342==    by 0x400F4EA: _dl_init (dl-init.c:120)
==16342==    by 0x4000CD9: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
==16342== 
==16342== LEAK SUMMARY:
==16342==    definitely lost: 25 bytes in 1 blocks
==16342==    indirectly lost: 0 bytes in 0 blocks
==16342==      possibly lost: 0 bytes in 0 blocks
==16342==    still reachable: 0 bytes in 0 blocks
==16342==         suppressed: 0 bytes in 0 blocks
==16342== 
==16342== For counts of detected and suppressed errors, rerun with: -v
==16342== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
==========================
Checking t/osm/test_relation_member_list.cpp...[TEST FAILED]
==========================
==16350== Memcheck, a memory error detector
==16350== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==16350== Using Valgrind-3.12.0.SVN and LibVEX; rerun with -h for copyright info
==16350== Command: ./tests
==16350== 
Running 8 test cases...

*** No errors detected
==16350== Invalid free() / delete / delete[] / realloc()
==16350==    at 0x4C2D2FB: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16350==    by 0x774FEAE: __cxa_finalize (cxa_finalize.c:56)
==16350==    by 0x193C19F2: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16350==    by 0x400F996: _dl_fini (dl-fini.c:235)
==16350==    by 0x774FB47: __run_exit_handlers (exit.c:82)
==16350==    by 0x774FB94: exit (exit.c:104)
==16350==    by 0x773A706: (below main) (libc-start.c:325)
==16350==  Address 0x1d947720 is 0 bytes inside a block of size 25 free'd
==16350==    at 0x4C2D2FB: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16350==    by 0x774FEAE: __cxa_finalize (cxa_finalize.c:56)
==16350==    by 0x10A85CF2: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16350==    by 0x400F996: _dl_fini (dl-fini.c:235)
==16350==    by 0x774FB47: __run_exit_handlers (exit.c:82)
==16350==    by 0x774FB94: exit (exit.c:104)
==16350==    by 0x773A706: (below main) (libc-start.c:325)
==16350==  Block was alloc'd at
==16350==    at 0x4C2C23F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16350==    by 0x10B26A2C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16350==    by 0x10A8594C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16350==    by 0x400F3D9: call_init.part.0 (dl-init.c:72)
==16350==    by 0x400F4EA: call_init (dl-init.c:30)
==16350==    by 0x400F4EA: _dl_init (dl-init.c:120)
==16350==    by 0x4000CD9: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
==16350== 
==16350== 
==16350== HEAP SUMMARY:
==16350==     in use at exit: 25 bytes in 1 blocks
==16350==   total heap usage: 4,466 allocs, 4,466 frees, 431,631 bytes allocated
==16350== 
==16350== 25 bytes in 1 blocks are definitely lost in loss record 1 of 1
==16350==    at 0x4C2C23F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16350==    by 0x1946E7DC: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16350==    by 0x193C161C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16350==    by 0x400F3D9: call_init.part.0 (dl-init.c:72)
==16350==    by 0x400F4EA: call_init (dl-init.c:30)
==16350==    by 0x400F4EA: _dl_init (dl-init.c:120)
==16350==    by 0x4000CD9: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
==16350== 
==16350== LEAK SUMMARY:
==16350==    definitely lost: 25 bytes in 1 blocks
==16350==    indirectly lost: 0 bytes in 0 blocks
==16350==      possibly lost: 0 bytes in 0 blocks
==16350==    still reachable: 0 bytes in 0 blocks
==16350==         suppressed: 0 bytes in 0 blocks
==16350== 
==16350== For counts of detected and suppressed errors, rerun with: -v
==16350== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
==========================
Checking t/osm/test_tag_list.cpp...[TEST FAILED]
==========================
==16363== Memcheck, a memory error detector
==16363== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==16363== Using Valgrind-3.12.0.SVN and LibVEX; rerun with -h for copyright info
==16363== Command: ./tests
==16363== 
Running 10 test cases...

*** No errors detected
==16363== Invalid free() / delete / delete[] / realloc()
==16363==    at 0x4C2D2FB: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16363==    by 0x774FEAE: __cxa_finalize (cxa_finalize.c:56)
==16363==    by 0x193C19F2: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16363==    by 0x400F996: _dl_fini (dl-fini.c:235)
==16363==    by 0x774FB47: __run_exit_handlers (exit.c:82)
==16363==    by 0x774FB94: exit (exit.c:104)
==16363==    by 0x773A706: (below main) (libc-start.c:325)
==16363==  Address 0x1d947720 is 0 bytes inside a block of size 25 free'd
==16363==    at 0x4C2D2FB: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16363==    by 0x774FEAE: __cxa_finalize (cxa_finalize.c:56)
==16363==    by 0x10A85CF2: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16363==    by 0x400F996: _dl_fini (dl-fini.c:235)
==16363==    by 0x774FB47: __run_exit_handlers (exit.c:82)
==16363==    by 0x774FB94: exit (exit.c:104)
==16363==    by 0x773A706: (below main) (libc-start.c:325)
==16363==  Block was alloc'd at
==16363==    at 0x4C2C23F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16363==    by 0x10B26A2C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16363==    by 0x10A8594C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16363==    by 0x400F3D9: call_init.part.0 (dl-init.c:72)
==16363==    by 0x400F4EA: call_init (dl-init.c:30)
==16363==    by 0x400F4EA: _dl_init (dl-init.c:120)
==16363==    by 0x4000CD9: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
==16363== 
==16363== 
==16363== HEAP SUMMARY:
==16363==     in use at exit: 25 bytes in 1 blocks
==16363==   total heap usage: 4,491 allocs, 4,491 frees, 435,554 bytes allocated
==16363== 
==16363== 25 bytes in 1 blocks are definitely lost in loss record 1 of 1
==16363==    at 0x4C2C23F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16363==    by 0x1946E7DC: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16363==    by 0x193C161C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16363==    by 0x400F3D9: call_init.part.0 (dl-init.c:72)
==16363==    by 0x400F4EA: call_init (dl-init.c:30)
==16363==    by 0x400F4EA: _dl_init (dl-init.c:120)
==16363==    by 0x4000CD9: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
==16363== 
==16363== LEAK SUMMARY:
==16363==    definitely lost: 25 bytes in 1 blocks
==16363==    indirectly lost: 0 bytes in 0 blocks
==16363==      possibly lost: 0 bytes in 0 blocks
==16363==    still reachable: 0 bytes in 0 blocks
==16363==         suppressed: 0 bytes in 0 blocks
==16363== 
==16363== For counts of detected and suppressed errors, rerun with: -v
==16363== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
==========================
Checking t/osm/test_tag_ostream.cpp...[TEST FAILED]
==========================
==16371== Memcheck, a memory error detector
==16371== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==16371== Using Valgrind-3.12.0.SVN and LibVEX; rerun with -h for copyright info
==16371== Command: ./tests
==16371== 
Running 1 test case...

*** No errors detected
==16371== Invalid free() / delete / delete[] / realloc()
==16371==    at 0x4C2D2FB: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16371==    by 0x774FEAE: __cxa_finalize (cxa_finalize.c:56)
==16371==    by 0x193C19F2: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16371==    by 0x400F996: _dl_fini (dl-fini.c:235)
==16371==    by 0x774FB47: __run_exit_handlers (exit.c:82)
==16371==    by 0x774FB94: exit (exit.c:104)
==16371==    by 0x773A706: (below main) (libc-start.c:325)
==16371==  Address 0x1d947720 is 0 bytes inside a block of size 25 free'd
==16371==    at 0x4C2D2FB: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16371==    by 0x774FEAE: __cxa_finalize (cxa_finalize.c:56)
==16371==    by 0x10A85CF2: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16371==    by 0x400F996: _dl_fini (dl-fini.c:235)
==16371==    by 0x774FB47: __run_exit_handlers (exit.c:82)
==16371==    by 0x774FB94: exit (exit.c:104)
==16371==    by 0x773A706: (below main) (libc-start.c:325)
==16371==  Block was alloc'd at
==16371==    at 0x4C2C23F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16371==    by 0x10B26A2C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16371==    by 0x10A8594C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16371==    by 0x400F3D9: call_init.part.0 (dl-init.c:72)
==16371==    by 0x400F4EA: call_init (dl-init.c:30)
==16371==    by 0x400F4EA: _dl_init (dl-init.c:120)
==16371==    by 0x4000CD9: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
==16371== 
==16371== 
==16371== HEAP SUMMARY:
==16371==     in use at exit: 25 bytes in 1 blocks
==16371==   total heap usage: 4,344 allocs, 4,344 frees, 413,103 bytes allocated
==16371== 
==16371== 25 bytes in 1 blocks are definitely lost in loss record 1 of 1
==16371==    at 0x4C2C23F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16371==    by 0x1946E7DC: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16371==    by 0x193C161C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16371==    by 0x400F3D9: call_init.part.0 (dl-init.c:72)
==16371==    by 0x400F4EA: call_init (dl-init.c:30)
==16371==    by 0x400F4EA: _dl_init (dl-init.c:120)
==16371==    by 0x4000CD9: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
==16371== 
==16371== LEAK SUMMARY:
==16371==    definitely lost: 25 bytes in 1 blocks
==16371==    indirectly lost: 0 bytes in 0 blocks
==16371==      possibly lost: 0 bytes in 0 blocks
==16371==    still reachable: 0 bytes in 0 blocks
==16371==         suppressed: 0 bytes in 0 blocks
==16371== 
==16371== For counts of detected and suppressed errors, rerun with: -v
==16371== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
==========================
Checking t/osm/test_way.cpp...[TEST FAILED]
==========================
==16381== Memcheck, a memory error detector
==16381== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==16381== Using Valgrind-3.12.0.SVN and LibVEX; rerun with -h for copyright info
==16381== Command: ./tests
==16381== 
Running 11 test cases...

*** No errors detected
==16381== Invalid free() / delete / delete[] / realloc()
==16381==    at 0x4C2D2FB: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16381==    by 0x774FEAE: __cxa_finalize (cxa_finalize.c:56)
==16381==    by 0x193C19F2: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16381==    by 0x400F996: _dl_fini (dl-fini.c:235)
==16381==    by 0x774FB47: __run_exit_handlers (exit.c:82)
==16381==    by 0x774FB94: exit (exit.c:104)
==16381==    by 0x773A706: (below main) (libc-start.c:325)
==16381==  Address 0x1d947720 is 0 bytes inside a block of size 25 free'd
==16381==    at 0x4C2D2FB: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16381==    by 0x774FEAE: __cxa_finalize (cxa_finalize.c:56)
==16381==    by 0x10A85CF2: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16381==    by 0x400F996: _dl_fini (dl-fini.c:235)
==16381==    by 0x774FB47: __run_exit_handlers (exit.c:82)
==16381==    by 0x774FB94: exit (exit.c:104)
==16381==    by 0x773A706: (below main) (libc-start.c:325)
==16381==  Block was alloc'd at
==16381==    at 0x4C2C23F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16381==    by 0x10B26A2C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16381==    by 0x10A8594C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16381==    by 0x400F3D9: call_init.part.0 (dl-init.c:72)
==16381==    by 0x400F4EA: call_init (dl-init.c:30)
==16381==    by 0x400F4EA: _dl_init (dl-init.c:120)
==16381==    by 0x4000CD9: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
==16381== 
==16381== 
==16381== HEAP SUMMARY:
==16381==     in use at exit: 25 bytes in 1 blocks
==16381==   total heap usage: 4,501 allocs, 4,501 frees, 532,020 bytes allocated
==16381== 
==16381== 25 bytes in 1 blocks are definitely lost in loss record 1 of 1
==16381==    at 0x4C2C23F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16381==    by 0x1946E7DC: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16381==    by 0x193C161C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16381==    by 0x400F3D9: call_init.part.0 (dl-init.c:72)
==16381==    by 0x400F4EA: call_init (dl-init.c:30)
==16381==    by 0x400F4EA: _dl_init (dl-init.c:120)
==16381==    by 0x4000CD9: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
==16381== 
==16381== LEAK SUMMARY:
==16381==    definitely lost: 25 bytes in 1 blocks
==16381==    indirectly lost: 0 bytes in 0 blocks
==16381==      possibly lost: 0 bytes in 0 blocks
==16381==    still reachable: 0 bytes in 0 blocks
==16381==         suppressed: 0 bytes in 0 blocks
==16381== 
==16381== For counts of detected and suppressed errors, rerun with: -v
==16381== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
==========================
Checking t/osm/test_way_node.cpp...[TEST FAILED]
==========================
==16391== Memcheck, a memory error detector
==16391== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==16391== Using Valgrind-3.12.0.SVN and LibVEX; rerun with -h for copyright info
==16391== Command: ./tests
==16391== 
Running 7 test cases...

*** No errors detected
==16391== Invalid free() / delete / delete[] / realloc()
==16391==    at 0x4C2D2FB: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16391==    by 0x774FEAE: __cxa_finalize (cxa_finalize.c:56)
==16391==    by 0x193C19F2: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16391==    by 0x400F996: _dl_fini (dl-fini.c:235)
==16391==    by 0x774FB47: __run_exit_handlers (exit.c:82)
==16391==    by 0x774FB94: exit (exit.c:104)
==16391==    by 0x773A706: (below main) (libc-start.c:325)
==16391==  Address 0x1d947720 is 0 bytes inside a block of size 25 free'd
==16391==    at 0x4C2D2FB: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16391==    by 0x774FEAE: __cxa_finalize (cxa_finalize.c:56)
==16391==    by 0x10A85CF2: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16391==    by 0x400F996: _dl_fini (dl-fini.c:235)
==16391==    by 0x774FB47: __run_exit_handlers (exit.c:82)
==16391==    by 0x774FB94: exit (exit.c:104)
==16391==    by 0x773A706: (below main) (libc-start.c:325)
==16391==  Block was alloc'd at
==16391==    at 0x4C2C23F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16391==    by 0x10B26A2C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16391==    by 0x10A8594C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16391==    by 0x400F3D9: call_init.part.0 (dl-init.c:72)
==16391==    by 0x400F4EA: call_init (dl-init.c:30)
==16391==    by 0x400F4EA: _dl_init (dl-init.c:120)
==16391==    by 0x4000CD9: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
==16391== 
==16391== 
==16391== HEAP SUMMARY:
==16391==     in use at exit: 25 bytes in 1 blocks
==16391==   total heap usage: 4,424 allocs, 4,424 frees, 426,054 bytes allocated
==16391== 
==16391== 25 bytes in 1 blocks are definitely lost in loss record 1 of 1
==16391==    at 0x4C2C23F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16391==    by 0x1946E7DC: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16391==    by 0x193C161C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16391==    by 0x400F3D9: call_init.part.0 (dl-init.c:72)
==16391==    by 0x400F4EA: call_init (dl-init.c:30)
==16391==    by 0x400F4EA: _dl_init (dl-init.c:120)
==16391==    by 0x4000CD9: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
==16391== 
==16391== LEAK SUMMARY:
==16391==    definitely lost: 25 bytes in 1 blocks
==16391==    indirectly lost: 0 bytes in 0 blocks
==16391==      possibly lost: 0 bytes in 0 blocks
==16391==    still reachable: 0 bytes in 0 blocks
==16391==         suppressed: 0 bytes in 0 blocks
==16391== 
==16391== For counts of detected and suppressed errors, rerun with: -v
==16391== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
==========================
Checking t/osm/test_way_node_list.cpp...[TEST FAILED]
==========================
==16400== Memcheck, a memory error detector
==16400== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==16400== Using Valgrind-3.12.0.SVN and LibVEX; rerun with -h for copyright info
==16400== Command: ./tests
==16400== 
Running 18 test cases...

*** No errors detected
==16400== Invalid free() / delete / delete[] / realloc()
==16400==    at 0x4C2D2FB: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16400==    by 0x774FEAE: __cxa_finalize (cxa_finalize.c:56)
==16400==    by 0x193C19F2: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16400==    by 0x400F996: _dl_fini (dl-fini.c:235)
==16400==    by 0x774FB47: __run_exit_handlers (exit.c:82)
==16400==    by 0x774FB94: exit (exit.c:104)
==16400==    by 0x773A706: (below main) (libc-start.c:325)
==16400==  Address 0x1d947720 is 0 bytes inside a block of size 25 free'd
==16400==    at 0x4C2D2FB: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16400==    by 0x774FEAE: __cxa_finalize (cxa_finalize.c:56)
==16400==    by 0x10A85CF2: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16400==    by 0x400F996: _dl_fini (dl-fini.c:235)
==16400==    by 0x774FB47: __run_exit_handlers (exit.c:82)
==16400==    by 0x774FB94: exit (exit.c:104)
==16400==    by 0x773A706: (below main) (libc-start.c:325)
==16400==  Block was alloc'd at
==16400==    at 0x4C2C23F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16400==    by 0x10B26A2C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16400==    by 0x10A8594C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16400==    by 0x400F3D9: call_init.part.0 (dl-init.c:72)
==16400==    by 0x400F4EA: call_init (dl-init.c:30)
==16400==    by 0x400F4EA: _dl_init (dl-init.c:120)
==16400==    by 0x4000CD9: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
==16400== 
==16400== 
==16400== HEAP SUMMARY:
==16400==     in use at exit: 25 bytes in 1 blocks
==16400==   total heap usage: 4,604 allocs, 4,604 frees, 597,345 bytes allocated
==16400== 
==16400== 25 bytes in 1 blocks are definitely lost in loss record 1 of 1
==16400==    at 0x4C2C23F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16400==    by 0x1946E7DC: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16400==    by 0x193C161C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16400==    by 0x400F3D9: call_init.part.0 (dl-init.c:72)
==16400==    by 0x400F4EA: call_init (dl-init.c:30)
==16400==    by 0x400F4EA: _dl_init (dl-init.c:120)
==16400==    by 0x4000CD9: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
==16400== 
==16400== LEAK SUMMARY:
==16400==    definitely lost: 25 bytes in 1 blocks
==16400==    indirectly lost: 0 bytes in 0 blocks
==16400==      possibly lost: 0 bytes in 0 blocks
==16400==    still reachable: 0 bytes in 0 blocks
==16400==         suppressed: 0 bytes in 0 blocks
==16400== 
==16400== For counts of detected and suppressed errors, rerun with: -v
==16400== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
==========================
Checking t/osmfile/test_filename.cpp...[TEST FAILED]
==========================
==16443== Memcheck, a memory error detector
==16443== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==16443== Using Valgrind-3.12.0.SVN and LibVEX; rerun with -h for copyright info
==16443== Command: ./tests
==16443== 
Running 24 test cases...

*** No errors detected
==16443== Invalid free() / delete / delete[] / realloc()
==16443==    at 0x4C2D2FB: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16443==    by 0x774FEAE: __cxa_finalize (cxa_finalize.c:56)
==16443==    by 0x193C19F2: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16443==    by 0x400F996: _dl_fini (dl-fini.c:235)
==16443==    by 0x774FB47: __run_exit_handlers (exit.c:82)
==16443==    by 0x774FB94: exit (exit.c:104)
==16443==    by 0x773A706: (below main) (libc-start.c:325)
==16443==  Address 0x1d947720 is 0 bytes inside a block of size 25 free'd
==16443==    at 0x4C2D2FB: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16443==    by 0x774FEAE: __cxa_finalize (cxa_finalize.c:56)
==16443==    by 0x10A85CF2: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16443==    by 0x400F996: _dl_fini (dl-fini.c:235)
==16443==    by 0x774FB47: __run_exit_handlers (exit.c:82)
==16443==    by 0x774FB94: exit (exit.c:104)
==16443==    by 0x773A706: (below main) (libc-start.c:325)
==16443==  Block was alloc'd at
==16443==    at 0x4C2C23F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16443==    by 0x10B26A2C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16443==    by 0x10A8594C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16443==    by 0x400F3D9: call_init.part.0 (dl-init.c:72)
==16443==    by 0x400F4EA: call_init (dl-init.c:30)
==16443==    by 0x400F4EA: _dl_init (dl-init.c:120)
==16443==    by 0x4000CD9: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
==16443== 
==16443== 
==16443== HEAP SUMMARY:
==16443==     in use at exit: 25 bytes in 1 blocks
==16443==   total heap usage: 4,658 allocs, 4,658 frees, 466,220 bytes allocated
==16443== 
==16443== 25 bytes in 1 blocks are definitely lost in loss record 1 of 1
==16443==    at 0x4C2C23F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16443==    by 0x1946E7DC: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16443==    by 0x193C161C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16443==    by 0x400F3D9: call_init.part.0 (dl-init.c:72)
==16443==    by 0x400F4EA: call_init (dl-init.c:30)
==16443==    by 0x400F4EA: _dl_init (dl-init.c:120)
==16443==    by 0x4000CD9: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
==16443== 
==16443== LEAK SUMMARY:
==16443==    definitely lost: 25 bytes in 1 blocks
==16443==    indirectly lost: 0 bytes in 0 blocks
==16443==      possibly lost: 0 bytes in 0 blocks
==16443==    still reachable: 0 bytes in 0 blocks
==16443==         suppressed: 0 bytes in 0 blocks
==16443== 
==16443== For counts of detected and suppressed errors, rerun with: -v
==16443== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
==========================
Checking t/osmfile/test_read_and_write.cpp...[TEST FAILED]
==========================
==16454== Memcheck, a memory error detector
==16454== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==16454== Using Valgrind-3.12.0.SVN and LibVEX; rerun with -h for copyright info
==16454== Command: ./tests
==16454== 
Running 9 test cases...

*** No errors detected
==16454== Invalid free() / delete / delete[] / realloc()
==16454==    at 0x4C2D2FB: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16454==    by 0x774FEAE: __cxa_finalize (cxa_finalize.c:56)
==16454==    by 0x193C19F2: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16454==    by 0x400F996: _dl_fini (dl-fini.c:235)
==16454==    by 0x774FB47: __run_exit_handlers (exit.c:82)
==16454==    by 0x774FB94: exit (exit.c:104)
==16454==    by 0x773A706: (below main) (libc-start.c:325)
==16454==  Address 0x1d947720 is 0 bytes inside a block of size 25 free'd
==16454==    at 0x4C2D2FB: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16454==    by 0x774FEAE: __cxa_finalize (cxa_finalize.c:56)
==16454==    by 0x10A85CF2: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16454==    by 0x400F996: _dl_fini (dl-fini.c:235)
==16454==    by 0x774FB47: __run_exit_handlers (exit.c:82)
==16454==    by 0x774FB94: exit (exit.c:104)
==16454==    by 0x773A706: (below main) (libc-start.c:325)
==16454==  Block was alloc'd at
==16454==    at 0x4C2C23F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16454==    by 0x10B26A2C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16454==    by 0x10A8594C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16454==    by 0x400F3D9: call_init.part.0 (dl-init.c:72)
==16454==    by 0x400F4EA: call_init (dl-init.c:30)
==16454==    by 0x400F4EA: _dl_init (dl-init.c:120)
==16454==    by 0x4000CD9: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
==16454== 
==16454== 
==16454== HEAP SUMMARY:
==16454==     in use at exit: 25 bytes in 1 blocks
==16454==   total heap usage: 5,182 allocs, 5,182 frees, 12,138,126 bytes allocated
==16454== 
==16454== 25 bytes in 1 blocks are definitely lost in loss record 1 of 1
==16454==    at 0x4C2C23F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16454==    by 0x1946E7DC: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16454==    by 0x193C161C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16454==    by 0x400F3D9: call_init.part.0 (dl-init.c:72)
==16454==    by 0x400F4EA: call_init (dl-init.c:30)
==16454==    by 0x400F4EA: _dl_init (dl-init.c:120)
==16454==    by 0x4000CD9: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
==16454== 
==16454== LEAK SUMMARY:
==16454==    definitely lost: 25 bytes in 1 blocks
==16454==    indirectly lost: 0 bytes in 0 blocks
==16454==      possibly lost: 0 bytes in 0 blocks
==16454==    still reachable: 0 bytes in 0 blocks
==16454==         suppressed: 0 bytes in 0 blocks
==16454== 
==16454== For counts of detected and suppressed errors, rerun with: -v
==16454== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
==========================
Checking t/osmfile/test_url.cpp...[TEST FAILED]
==========================
==16470== Memcheck, a memory error detector
==16470== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==16470== Using Valgrind-3.12.0.SVN and LibVEX; rerun with -h for copyright info
==16470== Command: ./tests
==16470== 
Running 1 test case...

*** No errors detected
==16470== Invalid free() / delete / delete[] / realloc()
==16470==    at 0x4C2D2FB: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16470==    by 0x774FEAE: __cxa_finalize (cxa_finalize.c:56)
==16470==    by 0x193C19F2: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16470==    by 0x400F996: _dl_fini (dl-fini.c:235)
==16470==    by 0x774FB47: __run_exit_handlers (exit.c:82)
==16470==    by 0x774FB94: exit (exit.c:104)
==16470==    by 0x773A706: (below main) (libc-start.c:325)
==16470==  Address 0x1d947720 is 0 bytes inside a block of size 25 free'd
==16470==    at 0x4C2D2FB: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16470==    by 0x774FEAE: __cxa_finalize (cxa_finalize.c:56)
==16470==    by 0x10A85CF2: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16470==    by 0x400F996: _dl_fini (dl-fini.c:235)
==16470==    by 0x774FB47: __run_exit_handlers (exit.c:82)
==16470==    by 0x774FB94: exit (exit.c:104)
==16470==    by 0x773A706: (below main) (libc-start.c:325)
==16470==  Block was alloc'd at
==16470==    at 0x4C2C23F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16470==    by 0x10B26A2C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16470==    by 0x10A8594C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16470==    by 0x400F3D9: call_init.part.0 (dl-init.c:72)
==16470==    by 0x400F4EA: call_init (dl-init.c:30)
==16470==    by 0x400F4EA: _dl_init (dl-init.c:120)
==16470==    by 0x4000CD9: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
==16470== 
==16470== 
==16470== HEAP SUMMARY:
==16470==     in use at exit: 25 bytes in 1 blocks
==16470==   total heap usage: 4,346 allocs, 4,346 frees, 412,085 bytes allocated
==16470== 
==16470== 25 bytes in 1 blocks are definitely lost in loss record 1 of 1
==16470==    at 0x4C2C23F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16470==    by 0x1946E7DC: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16470==    by 0x193C161C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16470==    by 0x400F3D9: call_init.part.0 (dl-init.c:72)
==16470==    by 0x400F4EA: call_init (dl-init.c:30)
==16470==    by 0x400F4EA: _dl_init (dl-init.c:120)
==16470==    by 0x4000CD9: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
==16470== 
==16470== LEAK SUMMARY:
==16470==    definitely lost: 25 bytes in 1 blocks
==16470==    indirectly lost: 0 bytes in 0 blocks
==16470==      possibly lost: 0 bytes in 0 blocks
==16470==    still reachable: 0 bytes in 0 blocks
==16470==         suppressed: 0 bytes in 0 blocks
==16470== 
==16470== For counts of detected and suppressed errors, rerun with: -v
==16470== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
==========================
Checking t/tags/test_filter.cpp...[TEST FAILED]
==========================
==16483== Memcheck, a memory error detector
==16483== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==16483== Using Valgrind-3.12.0.SVN and LibVEX; rerun with -h for copyright info
==16483== Command: ./tests
==16483== 
Running 5 test cases...

*** No errors detected
==16483== Invalid free() / delete / delete[] / realloc()
==16483==    at 0x4C2D2FB: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16483==    by 0x774FEAE: __cxa_finalize (cxa_finalize.c:56)
==16483==    by 0x193C19F2: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16483==    by 0x400F996: _dl_fini (dl-fini.c:235)
==16483==    by 0x774FB47: __run_exit_handlers (exit.c:82)
==16483==    by 0x774FB94: exit (exit.c:104)
==16483==    by 0x773A706: (below main) (libc-start.c:325)
==16483==  Address 0x1d947720 is 0 bytes inside a block of size 25 free'd
==16483==    at 0x4C2D2FB: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16483==    by 0x774FEAE: __cxa_finalize (cxa_finalize.c:56)
==16483==    by 0x10A85CF2: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16483==    by 0x400F996: _dl_fini (dl-fini.c:235)
==16483==    by 0x774FB47: __run_exit_handlers (exit.c:82)
==16483==    by 0x774FB94: exit (exit.c:104)
==16483==    by 0x773A706: (below main) (libc-start.c:325)
==16483==  Block was alloc'd at
==16483==    at 0x4C2C23F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16483==    by 0x10B26A2C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16483==    by 0x10A8594C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16483==    by 0x400F3D9: call_init.part.0 (dl-init.c:72)
==16483==    by 0x400F4EA: call_init (dl-init.c:30)
==16483==    by 0x400F4EA: _dl_init (dl-init.c:120)
==16483==    by 0x4000CD9: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
==16483== 
==16483== 
==16483== HEAP SUMMARY:
==16483==     in use at exit: 25 bytes in 1 blocks
==16483==   total heap usage: 4,437 allocs, 4,437 frees, 425,861 bytes allocated
==16483== 
==16483== 25 bytes in 1 blocks are definitely lost in loss record 1 of 1
==16483==    at 0x4C2C23F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16483==    by 0x1946E7DC: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16483==    by 0x193C161C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16483==    by 0x400F3D9: call_init.part.0 (dl-init.c:72)
==16483==    by 0x400F4EA: call_init (dl-init.c:30)
==16483==    by 0x400F4EA: _dl_init (dl-init.c:120)
==16483==    by 0x4000CD9: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
==16483== 
==16483== LEAK SUMMARY:
==16483==    definitely lost: 25 bytes in 1 blocks
==16483==    indirectly lost: 0 bytes in 0 blocks
==16483==      possibly lost: 0 bytes in 0 blocks
==16483==    still reachable: 0 bytes in 0 blocks
==16483==         suppressed: 0 bytes in 0 blocks
==16483== 
==16483== For counts of detected and suppressed errors, rerun with: -v
==16483== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
==========================
Checking t/tags/test_regex_filter.cpp...[TEST FAILED]
==========================
==16492== Memcheck, a memory error detector
==16492== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==16492== Using Valgrind-3.12.0.SVN and LibVEX; rerun with -h for copyright info
==16492== Command: ./tests
==16492== 
Running 1 test case...

*** No errors detected
==16492== Invalid free() / delete / delete[] / realloc()
==16492==    at 0x4C2D2FB: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16492==    by 0x774FEAE: __cxa_finalize (cxa_finalize.c:56)
==16492==    by 0x193C19F2: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16492==    by 0x400F996: _dl_fini (dl-fini.c:235)
==16492==    by 0x774FB47: __run_exit_handlers (exit.c:82)
==16492==    by 0x774FB94: exit (exit.c:104)
==16492==    by 0x773A706: (below main) (libc-start.c:325)
==16492==  Address 0x1d947720 is 0 bytes inside a block of size 25 free'd
==16492==    at 0x4C2D2FB: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16492==    by 0x774FEAE: __cxa_finalize (cxa_finalize.c:56)
==16492==    by 0x10A85CF2: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16492==    by 0x400F996: _dl_fini (dl-fini.c:235)
==16492==    by 0x774FB47: __run_exit_handlers (exit.c:82)
==16492==    by 0x774FB94: exit (exit.c:104)
==16492==    by 0x773A706: (below main) (libc-start.c:325)
==16492==  Block was alloc'd at
==16492==    at 0x4C2C23F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16492==    by 0x10B26A2C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16492==    by 0x10A8594C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16492==    by 0x400F3D9: call_init.part.0 (dl-init.c:72)
==16492==    by 0x400F4EA: call_init (dl-init.c:30)
==16492==    by 0x400F4EA: _dl_init (dl-init.c:120)
==16492==    by 0x4000CD9: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
==16492== 
==16492== 
==16492== HEAP SUMMARY:
==16492==     in use at exit: 25 bytes in 1 blocks
==16492==   total heap usage: 4,409 allocs, 4,409 frees, 428,836 bytes allocated
==16492== 
==16492== 25 bytes in 1 blocks are definitely lost in loss record 1 of 1
==16492==    at 0x4C2C23F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16492==    by 0x1946E7DC: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16492==    by 0x193C161C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16492==    by 0x400F3D9: call_init.part.0 (dl-init.c:72)
==16492==    by 0x400F4EA: call_init (dl-init.c:30)
==16492==    by 0x400F4EA: _dl_init (dl-init.c:120)
==16492==    by 0x4000CD9: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
==16492== 
==16492== LEAK SUMMARY:
==16492==    definitely lost: 25 bytes in 1 blocks
==16492==    indirectly lost: 0 bytes in 0 blocks
==16492==      possibly lost: 0 bytes in 0 blocks
==16492==    still reachable: 0 bytes in 0 blocks
==16492==         suppressed: 0 bytes in 0 blocks
==16492== 
==16492== For counts of detected and suppressed errors, rerun with: -v
==16492== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
==========================
Checking t/tags/test_tag.cpp...[TEST FAILED]
==========================
==16501== Memcheck, a memory error detector
==16501== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==16501== Using Valgrind-3.12.0.SVN and LibVEX; rerun with -h for copyright info
==16501== Command: ./tests
==16501== 
Running 1 test case...

*** No errors detected
==16501== Invalid free() / delete / delete[] / realloc()
==16501==    at 0x4C2D2FB: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16501==    by 0x774FEAE: __cxa_finalize (cxa_finalize.c:56)
==16501==    by 0x193C19F2: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16501==    by 0x400F996: _dl_fini (dl-fini.c:235)
==16501==    by 0x774FB47: __run_exit_handlers (exit.c:82)
==16501==    by 0x774FB94: exit (exit.c:104)
==16501==    by 0x773A706: (below main) (libc-start.c:325)
==16501==  Address 0x1d947720 is 0 bytes inside a block of size 25 free'd
==16501==    at 0x4C2D2FB: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16501==    by 0x774FEAE: __cxa_finalize (cxa_finalize.c:56)
==16501==    by 0x10A85CF2: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16501==    by 0x400F996: _dl_fini (dl-fini.c:235)
==16501==    by 0x774FB47: __run_exit_handlers (exit.c:82)
==16501==    by 0x774FB94: exit (exit.c:104)
==16501==    by 0x773A706: (below main) (libc-start.c:325)
==16501==  Block was alloc'd at
==16501==    at 0x4C2C23F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16501==    by 0x10B26A2C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16501==    by 0x10A8594C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16501==    by 0x400F3D9: call_init.part.0 (dl-init.c:72)
==16501==    by 0x400F4EA: call_init (dl-init.c:30)
==16501==    by 0x400F4EA: _dl_init (dl-init.c:120)
==16501==    by 0x4000CD9: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
==16501== 
==16501== 
==16501== HEAP SUMMARY:
==16501==     in use at exit: 25 bytes in 1 blocks
==16501==   total heap usage: 4,337 allocs, 4,337 frees, 411,666 bytes allocated
==16501== 
==16501== 25 bytes in 1 blocks are definitely lost in loss record 1 of 1
==16501==    at 0x4C2C23F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16501==    by 0x1946E7DC: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16501==    by 0x193C161C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16501==    by 0x400F3D9: call_init.part.0 (dl-init.c:72)
==16501==    by 0x400F4EA: call_init (dl-init.c:30)
==16501==    by 0x400F4EA: _dl_init (dl-init.c:120)
==16501==    by 0x4000CD9: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
==16501== 
==16501== LEAK SUMMARY:
==16501==    definitely lost: 25 bytes in 1 blocks
==16501==    indirectly lost: 0 bytes in 0 blocks
==16501==      possibly lost: 0 bytes in 0 blocks
==16501==    still reachable: 0 bytes in 0 blocks
==16501==         suppressed: 0 bytes in 0 blocks
==16501== 
==16501== For counts of detected and suppressed errors, rerun with: -v
==16501== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
==========================
Checking t/tags/test_to_string.cpp...[TEST FAILED]
==========================
==16509== Memcheck, a memory error detector
==16509== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==16509== Using Valgrind-3.12.0.SVN and LibVEX; rerun with -h for copyright info
==16509== Command: ./tests
==16509== 
Running 3 test cases...

*** No errors detected
==16509== Invalid free() / delete / delete[] / realloc()
==16509==    at 0x4C2D2FB: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16509==    by 0x774FEAE: __cxa_finalize (cxa_finalize.c:56)
==16509==    by 0x193C19F2: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16509==    by 0x400F996: _dl_fini (dl-fini.c:235)
==16509==    by 0x774FB47: __run_exit_handlers (exit.c:82)
==16509==    by 0x774FB94: exit (exit.c:104)
==16509==    by 0x773A706: (below main) (libc-start.c:325)
==16509==  Address 0x1d947720 is 0 bytes inside a block of size 25 free'd
==16509==    at 0x4C2D2FB: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16509==    by 0x774FEAE: __cxa_finalize (cxa_finalize.c:56)
==16509==    by 0x10A85CF2: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16509==    by 0x400F996: _dl_fini (dl-fini.c:235)
==16509==    by 0x774FB47: __run_exit_handlers (exit.c:82)
==16509==    by 0x774FB94: exit (exit.c:104)
==16509==    by 0x773A706: (below main) (libc-start.c:325)
==16509==  Block was alloc'd at
==16509==    at 0x4C2C23F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16509==    by 0x10B26A2C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16509==    by 0x10A8594C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16509==    by 0x400F3D9: call_init.part.0 (dl-init.c:72)
==16509==    by 0x400F4EA: call_init (dl-init.c:30)
==16509==    by 0x400F4EA: _dl_init (dl-init.c:120)
==16509==    by 0x4000CD9: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
==16509== 
==16509== 
==16509== HEAP SUMMARY:
==16509==     in use at exit: 25 bytes in 1 blocks
==16509==   total heap usage: 4,387 allocs, 4,387 frees, 417,705 bytes allocated
==16509== 
==16509== 25 bytes in 1 blocks are definitely lost in loss record 1 of 1
==16509==    at 0x4C2C23F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16509==    by 0x1946E7DC: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16509==    by 0x193C161C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16509==    by 0x400F3D9: call_init.part.0 (dl-init.c:72)
==16509==    by 0x400F4EA: call_init (dl-init.c:30)
==16509==    by 0x400F4EA: _dl_init (dl-init.c:120)
==16509==    by 0x4000CD9: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
==16509== 
==16509== LEAK SUMMARY:
==16509==    definitely lost: 25 bytes in 1 blocks
==16509==    indirectly lost: 0 bytes in 0 blocks
==16509==      possibly lost: 0 bytes in 0 blocks
==16509==    still reachable: 0 bytes in 0 blocks
==16509==         suppressed: 0 bytes in 0 blocks
==16509== 
==16509== For counts of detected and suppressed errors, rerun with: -v
==16509== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
==========================
Checking t/utils/test_timestamp.cpp...[TEST FAILED]
==========================
==16516== Memcheck, a memory error detector
==16516== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==16516== Using Valgrind-3.12.0.SVN and LibVEX; rerun with -h for copyright info
==16516== Command: ./tests
==16516== 
Running 3 test cases...

*** No errors detected
==16516== Invalid free() / delete / delete[] / realloc()
==16516==    at 0x4C2D2FB: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16516==    by 0x774FEAE: __cxa_finalize (cxa_finalize.c:56)
==16516==    by 0x193C19F2: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16516==    by 0x400F996: _dl_fini (dl-fini.c:235)
==16516==    by 0x774FB47: __run_exit_handlers (exit.c:82)
==16516==    by 0x774FB94: exit (exit.c:104)
==16516==    by 0x773A706: (below main) (libc-start.c:325)
==16516==  Address 0x1d947720 is 0 bytes inside a block of size 25 free'd
==16516==    at 0x4C2D2FB: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16516==    by 0x774FEAE: __cxa_finalize (cxa_finalize.c:56)
==16516==    by 0x10A85CF2: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16516==    by 0x400F996: _dl_fini (dl-fini.c:235)
==16516==    by 0x774FB47: __run_exit_handlers (exit.c:82)
==16516==    by 0x774FB94: exit (exit.c:104)
==16516==    by 0x773A706: (below main) (libc-start.c:325)
==16516==  Block was alloc'd at
==16516==    at 0x4C2C23F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16516==    by 0x10B26A2C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16516==    by 0x10A8594C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.17.3.1)
==16516==    by 0x400F3D9: call_init.part.0 (dl-init.c:72)
==16516==    by 0x400F4EA: call_init (dl-init.c:30)
==16516==    by 0x400F4EA: _dl_init (dl-init.c:120)
==16516==    by 0x4000CD9: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
==16516== 
==16516== 
==16516== HEAP SUMMARY:
==16516==     in use at exit: 25 bytes in 1 blocks
==16516==   total heap usage: 4,380 allocs, 4,380 frees, 423,077 bytes allocated
==16516== 
==16516== 25 bytes in 1 blocks are definitely lost in loss record 1 of 1
==16516==    at 0x4C2C23F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==16516==    by 0x1946E7DC: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16516==    by 0x193C161C: ??? (in /usr/lib/x86_64-linux-gnu/libdap.so.23.0.0)
==16516==    by 0x400F3D9: call_init.part.0 (dl-init.c:72)
==16516==    by 0x400F4EA: call_init (dl-init.c:30)
==16516==    by 0x400F4EA: _dl_init (dl-init.c:120)
==16516==    by 0x4000CD9: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
==16516== 
==16516== LEAK SUMMARY:
==16516==    definitely lost: 25 bytes in 1 blocks
==16516==    indirectly lost: 0 bytes in 0 blocks
==16516==      possibly lost: 0 bytes in 0 blocks
==16516==    still reachable: 0 bytes in 0 blocks
==16516==         suppressed: 0 bytes in 0 blocks
==16516== 
==16516== For counts of detected and suppressed errors, rerun with: -v
==16516== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
==========================
some tests failed
0 ok, 0 compile error, 28 fail

Reply to: