Skip to content

Instantly share code, notes, and snippets.

@gsueur
Created July 24, 2013 11:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gsueur/6069674 to your computer and use it in GitHub Desktop.
Save gsueur/6069674 to your computer and use it in GitHub Desktop.
Vlagrind output of MapServer WCS crash
==32753== Memcheck, a memory error detector
==32753== Copyright (C) 2002-2009, and GNU GPL'd, by Julian Seward et al.
==32753== Using Valgrind-3.5.0 and LibVEX; rerun with -h for copyright info
==32753== Command: /applications/apache2/cgi-bin/mapserv6 QUERY_STRING=map=/carto/wxs/infoterre/phd_catalogue.map&COVERAGEID=IDPR_50M&SERVICE=WCS&VERSION=2.0.0&REQUEST=GetCoverage&FORMAT=GEOTIFF32&RESOLUTION=x%2850%29&RESOLUTION=y%2850%29&SUBSET=x,EPSG:2154%28648059.87730139,659172.37130065%29&SUBSET=y,EPSG:2154%286853228.1258756,6856866.1447444%29
==32753== Parent PID: 26415
==32753==
==32753== Conditional jump or move depends on uninitialised value(s)
==32753== at 0x41E1AFD: msWCSClearCoverageMetadata20 (mapwcs20.c:2335)
==32753== by 0x41E3C00: msWCSGetCoverage20 (mapwcs20.c:3178)
==32753== by 0x41BA49B: msWCSDispatch (mapwcs.c:2187)
==32753== by 0x4175384: msOWSDispatch (mapows.c:259)
==32753== by 0x41F6114: msCGIDispatchRequest (mapservutil.c:1607)
==32753== by 0x8048DF8: main (mapserv.c:259)
==32753== Uninitialised value was created by a stack allocation
==32753== at 0x41E395E: msWCSGetCoverage20 (mapwcs20.c:3126)
==32753==
==32753== Use of uninitialised value of size 4
==32753== at 0x41E1AD6: msWCSClearCoverageMetadata20 (mapwcs20.c:2337)
==32753== by 0x41E3C00: msWCSGetCoverage20 (mapwcs20.c:3178)
==32753== by 0x41BA49B: msWCSDispatch (mapwcs.c:2187)
==32753== by 0x4175384: msOWSDispatch (mapows.c:259)
==32753== by 0x41F6114: msCGIDispatchRequest (mapservutil.c:1607)
==32753== by 0x8048DF8: main (mapserv.c:259)
==32753== Uninitialised value was created by a stack allocation
==32753== at 0x41E395E: msWCSGetCoverage20 (mapwcs20.c:3126)
==32753==
==32753== Invalid read of size 4
==32753== at 0x41E1AD6: msWCSClearCoverageMetadata20 (mapwcs20.c:2337)
==32753== by 0x41E3C00: msWCSGetCoverage20 (mapwcs20.c:3178)
==32753== by 0x41BA49B: msWCSDispatch (mapwcs.c:2187)
==32753== by 0x4175384: msOWSDispatch (mapows.c:259)
==32753== by 0x41F6114: msCGIDispatchRequest (mapservutil.c:1607)
==32753== by 0x8048DF8: main (mapserv.c:259)
==32753== Address 0x0 is not stack'd, malloc'd or (recently) free'd
==32753==
==32753==
==32753== Process terminating with default action of signal 11 (SIGSEGV)
==32753== Access not within mapped region at address 0x0
==32753== at 0x41E1AD6: msWCSClearCoverageMetadata20 (mapwcs20.c:2337)
==32753== by 0x41E3C00: msWCSGetCoverage20 (mapwcs20.c:3178)
==32753== by 0x41BA49B: msWCSDispatch (mapwcs.c:2187)
==32753== by 0x4175384: msOWSDispatch (mapows.c:259)
==32753== by 0x41F6114: msCGIDispatchRequest (mapservutil.c:1607)
==32753== by 0x8048DF8: main (mapserv.c:259)
==32753== If you believe this happened as a result of a stack
==32753== overflow in your program's main thread (unlikely but
==32753== possible), you can try to increase the size of the
==32753== main thread stack using the --main-stacksize= flag.
==32753== The main thread stack size used in this run was 10485760.
==32753==
==32753== HEAP SUMMARY:
==32753== in use at exit: 220,500 bytes in 1,973 blocks
==32753== total heap usage: 4,024 allocs, 2,051 frees, 372,593 bytes allocated
==32753==
==32753== 14 bytes in 1 blocks are possibly lost in loss record 393 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x4718387: GDALRegister_R (rdataset.cpp:591)
==32753== by 0x4593509: GDALAllRegister (gdalallregister.cpp:361)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 15 bytes in 1 blocks are possibly lost in loss record 398 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x44E86C7: GDALRegister_BT (btdataset.cpp:945)
==32753== by 0x4593554: GDALAllRegister (gdalallregister.cpp:388)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 16 bytes in 1 blocks are possibly lost in loss record 439 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x479F047: GDALRegister_VRT (vrtdriver.cpp:342)
==32753== by 0x45933D3: GDALAllRegister (gdalallregister.cpp:79)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 16 bytes in 1 blocks are possibly lost in loss record 440 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x45E7727: GDALRegister_HFA (hfadataset.cpp:4706)
==32753== by 0x45933EE: GDALAllRegister (gdalallregister.cpp:97)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 16 bytes in 1 blocks are possibly lost in loss record 441 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x45B9A17: GDALRegister_GFF (gff_dataset.cpp:339)
==32753== by 0x4593404: GDALAllRegister (gdalallregister.cpp:113)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 16 bytes in 1 blocks are possibly lost in loss record 442 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x44D3AC7: GDALRegister_AIGrid (aigdataset.cpp:1041)
==32753== by 0x459340E: GDALAllRegister (gdalallregister.cpp:122)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 16 bytes in 1 blocks are possibly lost in loss record 443 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x46FCB37: GDALRegister_PNG (pngdataset.cpp:1581)
==32753== by 0x4593429: GDALAllRegister (gdalallregister.cpp:143)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 16 bytes in 1 blocks are possibly lost in loss record 444 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x46702F7: GDALRegister_MEM (memdataset.cpp:993)
==32753== by 0x4593434: GDALAllRegister (gdalallregister.cpp:159)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 16 bytes in 1 blocks are possibly lost in loss record 445 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x45BAFB7: GDALRegister_GIF (gifdataset.cpp:875)
==32753== by 0x459343E: GDALAllRegister (gdalallregister.cpp:171)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 16 bytes in 1 blocks are possibly lost in loss record 446 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x44E46F7: GDALRegister_BSB (bsbdataset.cpp:1188)
==32753== by 0x459344E: GDALAllRegister (gdalallregister.cpp:184)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 16 bytes in 1 blocks are possibly lost in loss record 447 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x47C54F7: GDALRegister_XPM (xpmdataset.cpp:428)
==32753== by 0x4593454: GDALAllRegister (gdalallregister.cpp:188)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 16 bytes in 1 blocks are possibly lost in loss record 448 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x44E16E7: GDALRegister_BMP (bmpdataset.cpp:1519)
==32753== by 0x4593459: GDALAllRegister (gdalallregister.cpp:192)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 16 bytes in 1 blocks are possibly lost in loss record 449 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x47269C7: GDALRegister_RS2 (rs2dataset.cpp:1508)
==32753== by 0x4593469: GDALAllRegister (gdalallregister.cpp:204)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 16 bytes in 1 blocks are possibly lost in loss record 450 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x473A607: GDALRegister_SGI (sgidataset.cpp:817)
==32753== by 0x459347E: GDALAllRegister (gdalallregister.cpp:220)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 16 bytes in 1 blocks are possibly lost in loss record 451 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x46F5957: GDALRegister_PDS (pdsdataset.cpp:1254)
==32753== by 0x459349E: GDALAllRegister (gdalallregister.cpp:248)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 16 bytes in 1 blocks are possibly lost in loss record 452 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x478F0F7: GDALRegister_TIL (tildataset.cpp:514)
==32753== by 0x45934A4: GDALAllRegister (gdalallregister.cpp:252)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 16 bytes in 1 blocks are possibly lost in loss record 453 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x457FBA7: GDALRegister_ERS (ersdataset.cpp:1412)
==32753== by 0x45934A9: GDALAllRegister (gdalallregister.cpp:256)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 16 bytes in 1 blocks are possibly lost in loss record 454 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x4562CA6: GDALRegister_ECW (ecwdataset.cpp:3188)
==32753== by 0x45934AE: GDALAllRegister (gdalallregister.cpp:270)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 16 bytes in 1 blocks are possibly lost in loss record 455 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x465EFE7: GDALRegister_L1B (l1bdataset.cpp:1916)
==32753== by 0x45934B9: GDALAllRegister (gdalallregister.cpp:287)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 16 bytes in 1 blocks are possibly lost in loss record 456 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x458B807: GDALRegister_FIT (fitdataset.cpp:1357)
==32753== by 0x45934BE: GDALAllRegister (gdalallregister.cpp:291)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 16 bytes in 1 blocks are possibly lost in loss record 457 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x471CCD7: GDALRegister_RMF (rmfdataset.cpp:1811)
==32753== by 0x45934C9: GDALAllRegister (gdalallregister.cpp:307)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 16 bytes in 1 blocks are possibly lost in loss record 458 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x47AF767: GDALRegister_WCS (wcsdataset.cpp:2386)
==32753== by 0x45934CE: GDALAllRegister (gdalallregister.cpp:311)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 16 bytes in 1 blocks are possibly lost in loss record 459 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x47B9E77: GDALRegister_WMS (wmsdriver.cpp:864)
==32753== by 0x45934D4: GDALAllRegister (gdalallregister.cpp:315)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 16 bytes in 1 blocks are possibly lost in loss record 460 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x468AA8B: GDALWMSMiniDriverFactory_WMS::GDALWMSMiniDriverFactory_WMS() (cpl_string.h:231)
==32753== by 0x47B9F49: GDALRegister_WMS (wmsdriver.cpp:878)
==32753== by 0x45934D4: GDALAllRegister (gdalallregister.cpp:315)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 16 bytes in 1 blocks are possibly lost in loss record 461 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x4688D2B: GDALWMSMiniDriverFactory_TMS::GDALWMSMiniDriverFactory_TMS() (cpl_string.h:231)
==32753== by 0x47B9FAF: GDALRegister_WMS (wmsdriver.cpp:881)
==32753== by 0x45934D4: GDALAllRegister (gdalallregister.cpp:315)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 16 bytes in 1 blocks are possibly lost in loss record 462 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x460A0B7: GDALRegister_IDRISI (IdrisiDataset.cpp:3053)
==32753== by 0x45934DE: GDALAllRegister (gdalallregister.cpp:331)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 16 bytes in 1 blocks are possibly lost in loss record 463 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x4790E97: GDALRegister_TSX (tsxdataset.cpp:801)
==32753== by 0x45934FE: GDALAllRegister (gdalallregister.cpp:349)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 16 bytes in 1 blocks are possibly lost in loss record 464 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x4669457: GDALRegister_MAP (mapdataset.cpp:494)
==32753== by 0x459350E: GDALAllRegister (gdalallregister.cpp:365)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 16 bytes in 1 blocks are possibly lost in loss record 465 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x46FFBE7: GDALRegister_PNM (pnmdataset.cpp:415)
==32753== by 0x4593514: GDALAllRegister (gdalallregister.cpp:376)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 16 bytes in 1 blocks are possibly lost in loss record 466 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x467E4D7: GDALRegister_MFF (mffdataset.cpp:1616)
==32753== by 0x4593539: GDALAllRegister (gdalallregister.cpp:383)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 16 bytes in 1 blocks are possibly lost in loss record 467 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x45CCF17: GDALRegister_GSC (gscdataset.cpp:231)
==32753== by 0x4593549: GDALAllRegister (gdalallregister.cpp:386)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 16 bytes in 1 blocks are possibly lost in loss record 468 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x4661337: GDALRegister_LAN (landataset.cpp:998)
==32753== by 0x4593559: GDALAllRegister (gdalallregister.cpp:389)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 16 bytes in 1 blocks are possibly lost in loss record 469 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x452F321: GDALRegister_CPG (cpgdataset.cpp:1690)
==32753== by 0x459355E: GDALAllRegister (gdalallregister.cpp:390)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 16 bytes in 1 blocks are possibly lost in loss record 470 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x46079D7: GDALRegister_IDA (idadataset.cpp:1113)
==32753== by 0x4593564: GDALAllRegister (gdalallregister.cpp:391)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 16 bytes in 1 blocks are possibly lost in loss record 471 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x4695167: GDALRegister_NDF (ndfdataset.cpp:442)
==32753== by 0x4593569: GDALAllRegister (gdalallregister.cpp:392)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 16 bytes in 1 blocks are possibly lost in loss record 472 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x456CF07: GDALRegister_EIR (eirdataset.cpp:572)
==32753== by 0x459356E: GDALAllRegister (gdalallregister.cpp:393)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 16 bytes in 1 blocks are possibly lost in loss record 473 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x46634D7: GDALRegister_LCP (lcpdataset.cpp:764)
==32753== by 0x4593579: GDALAllRegister (gdalallregister.cpp:395)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 16 bytes in 1 blocks are possibly lost in loss record 474 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x45D9247: GDALRegister_GTX (gtxdataset.cpp:390)
==32753== by 0x459357E: GDALAllRegister (gdalallregister.cpp:396)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 16 bytes in 1 blocks are possibly lost in loss record 475 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x44D8807: GDALRegister_ARG (argdataset.cpp:837)
==32753== by 0x459359E: GDALAllRegister (gdalallregister.cpp:405)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 16 bytes in 1 blocks are possibly lost in loss record 476 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x471AF97: GDALRegister_RIK (rikdataset.cpp:1167)
==32753== by 0x45935A4: GDALAllRegister (gdalallregister.cpp:414)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 16 bytes in 1 blocks are possibly lost in loss record 477 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x45DA137: GDALRegister_GXF (gxfdataset.cpp:392)
==32753== by 0x45935AE: GDALAllRegister (gdalallregister.cpp:422)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 16 bytes in 1 blocks are possibly lost in loss record 478 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x473ED87: GDALRegister_SRP (srpdataset.cpp:885)
==32753== by 0x45935C9: GDALAllRegister (gdalallregister.cpp:450)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 16 bytes in 1 blocks are possibly lost in loss record 479 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x44DD2D7: GDALRegister_BLX (blxdataset.cpp:438)
==32753== by 0x45935CE: GDALAllRegister (gdalallregister.cpp:454)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 16 bytes in 1 blocks are possibly lost in loss record 480 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x47C6B27: GDALRegister_XYZ (xyzdataset.cpp:973)
==32753== by 0x45935E9: GDALAllRegister (gdalallregister.cpp:486)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 16 bytes in 1 blocks are possibly lost in loss record 481 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x45DF707: GDALRegister_HF2 (hf2dataset.cpp:1083)
==32753== by 0x45935EE: GDALAllRegister (gdalallregister.cpp:490)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 16 bytes in 1 blocks are possibly lost in loss record 482 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x46F21B9: GDALRegister_PDF (pdfdataset.cpp:5184)
==32753== by 0x45935F4: GDALAllRegister (gdalallregister.cpp:494)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 16 bytes in 1 blocks are possibly lost in loss record 483 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x46C2FD9: GDALRegister_OZI (ozidataset.cpp:685)
==32753== by 0x45935F9: GDALAllRegister (gdalallregister.cpp:502)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 16 bytes in 1 blocks are possibly lost in loss record 484 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x4534AE7: GDALRegister_CTG (ctgdataset.cpp:594)
==32753== by 0x45935FE: GDALAllRegister (gdalallregister.cpp:506)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 17 bytes in 1 blocks are possibly lost in loss record 487 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x469E508: GDALRegister_NITF (nitfdataset.cpp:5644)
==32753== by 0x45933DD: GDALAllRegister (gdalallregister.cpp:91)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 17 bytes in 1 blocks are possibly lost in loss record 488 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x44ED6E7: GDALRegister_CEOS (ceosdataset.cpp:244)
==32753== by 0x45933F9: GDALAllRegister (gdalallregister.cpp:105)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 17 bytes in 1 blocks are possibly lost in loss record 489 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x456E601: GDALRegister_ELAS (elasdataset.cpp:673)
==32753== by 0x4593409: GDALAllRegister (gdalallregister.cpp:117)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 17 bytes in 1 blocks are possibly lost in loss record 490 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x47340C7: GDALRegister_SDTS (sdtsdataset.cpp:401)
==32753== by 0x459341E: GDALAllRegister (gdalallregister.cpp:131)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 17 bytes in 1 blocks are possibly lost in loss record 491 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x45522E7: GDALRegister_DTED (dteddataset.cpp:906)
==32753== by 0x4593424: GDALAllRegister (gdalallregister.cpp:139)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 17 bytes in 1 blocks are possibly lost in loss record 492 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x4650B77: GDALRegister_JPEG (jpgdataset.cpp:2593)
==32753== by 0x459342E: GDALAllRegister (gdalallregister.cpp:155)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 17 bytes in 1 blocks are possibly lost in loss record 493 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x464EF07: GDALRegister_JDEM (jdemdataset.cpp:383)
==32753== by 0x4593439: GDALAllRegister (gdalallregister.cpp:163)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 17 bytes in 1 blocks are possibly lost in loss record 494 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x457B067: GDALRegister_Envisat (envisatdataset.cpp:1080)
==32753== by 0x4593449: GDALAllRegister (gdalallregister.cpp:176)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 17 bytes in 1 blocks are possibly lost in loss record 495 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x45C0377: GDALRegister_GRIB (gribdataset.cpp:901)
==32753== by 0x45934C4: GDALAllRegister (gdalallregister.cpp:295)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 17 bytes in 1 blocks are possibly lost in loss record 496 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x46902C7: GDALRegister_MSGN (msgndataset.cpp:530)
==32753== by 0x45934D9: GDALAllRegister (gdalallregister.cpp:323)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 17 bytes in 1 blocks are possibly lost in loss record 497 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x463A3C7: GDALRegister_INGR (IntergraphDataset.cpp:893)
==32753== by 0x45934E4: GDALAllRegister (gdalallregister.cpp:335)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 17 bytes in 1 blocks are possibly lost in loss record 498 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x45C6647: GDALRegister_GSAG (gsagdataset.cpp:1753)
==32753== by 0x45934E9: GDALAllRegister (gdalallregister.cpp:339)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 17 bytes in 1 blocks are possibly lost in loss record 499 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x45CAF07: GDALRegister_GSBG (gsbgdataset.cpp:1142)
==32753== by 0x45934EE: GDALAllRegister (gdalallregister.cpp:340)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 17 bytes in 1 blocks are possibly lost in loss record 500 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x454DAA7: GDALRegister_DOQ1 (doq1dataset.cpp:348)
==32753== by 0x4593519: GDALAllRegister (gdalallregister.cpp:377)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 17 bytes in 1 blocks are possibly lost in loss record 501 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x454E777: GDALRegister_DOQ2 (doq2dataset.cpp:433)
==32753== by 0x459351E: GDALAllRegister (gdalallregister.cpp:378)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 17 bytes in 1 blocks are possibly lost in loss record 502 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x4571827: GDALRegister_ENVI (envidataset.cpp:2700)
==32753== by 0x4593524: GDALAllRegister (gdalallregister.cpp:379)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 17 bytes in 1 blocks are possibly lost in loss record 503 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x45666E7: GDALRegister_EHdr (ehdrdataset.cpp:2016)
==32753== by 0x4593529: GDALAllRegister (gdalallregister.cpp:380)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 17 bytes in 1 blocks are possibly lost in loss record 504 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x46C69B7: GDALRegister_PAux (pauxdataset.cpp:1113)
==32753== by 0x4593534: GDALAllRegister (gdalallregister.cpp:382)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 17 bytes in 1 blocks are possibly lost in loss record 505 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x4601547: GDALRegister_HKV (hkvdataset.cpp:1908)
==32753== by 0x459353E: GDALAllRegister (gdalallregister.cpp:384)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 17 bytes in 1 blocks are possibly lost in loss record 506 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x4587A17: GDALRegister_FAST (fastdataset.cpp:1132)
==32753== by 0x459354E: GDALAllRegister (gdalallregister.cpp:387)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 17 bytes in 1 blocks are possibly lost in loss record 507 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x46C08A7: GDALRegister_NTv2 (ntv2dataset.cpp:868)
==32753== by 0x4593589: GDALAllRegister (gdalallregister.cpp:398)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 17 bytes in 1 blocks are possibly lost in loss record 508 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x44C9AA1: GDALRegister_ACE2 (ace2dataset.cpp:387)
==32753== by 0x4593594: GDALAllRegister (gdalallregister.cpp:400)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 17 bytes in 1 blocks are possibly lost in loss record 509 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x4607421: GDALRegister_HTTP (httpdriver.cpp:191)
==32753== by 0x45935B4: GDALAllRegister (gdalallregister.cpp:434)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 17 bytes in 1 blocks are possibly lost in loss record 510 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x44CA987: GDALRegister_ADRG (adrgdataset.cpp:2232)
==32753== by 0x45935C4: GDALAllRegister (gdalallregister.cpp:449)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 17 bytes in 1 blocks are possibly lost in loss record 511 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x472B8F7: GDALRegister_SAGA (sagadataset.cpp:984)
==32753== by 0x45935DE: GDALAllRegister (gdalallregister.cpp:478)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 17 bytes in 1 blocks are possibly lost in loss record 512 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x47C91E7: GDALRegister_ZMap (zmapdataset.cpp:709)
==32753== by 0x4593609: GDALAllRegister (gdalallregister.cpp:518)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 17 bytes in 1 blocks are possibly lost in loss record 513 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x463DF17: GDALRegister_IRIS (irisdataset.cpp:943)
==32753== by 0x4593619: GDALAllRegister (gdalallregister.cpp:530)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 18 bytes in 1 blocks are possibly lost in loss record 570 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x459E361: GDALRegister_GTiff (geotiff.cpp:9939)
==32753== by 0x45933D8: GDALAllRegister (gdalallregister.cpp:87)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 18 bytes in 1 blocks are possibly lost in loss record 571 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x4548F47: GDALRegister_DIMAP (dimapdataset.cpp:1118)
==32753== by 0x459345E: GDALAllRegister (gdalallregister.cpp:196)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 18 bytes in 1 blocks are possibly lost in loss record 572 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x4621447: GDALRegister_ILWIS (ilwisdataset.cpp:2046)
==32753== by 0x4593479: GDALAllRegister (gdalallregister.cpp:216)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 18 bytes in 1 blocks are possibly lost in loss record 573 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x464A487: GDALRegister_ISIS3 (isis3dataset.cpp:912)
==32753== by 0x4593494: GDALAllRegister (gdalallregister.cpp:246)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 18 bytes in 1 blocks are possibly lost in loss record 574 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x46423E7: GDALRegister_ISIS2 (isis2dataset.cpp:1192)
==32753== by 0x4593499: GDALAllRegister (gdalallregister.cpp:247)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 18 bytes in 1 blocks are possibly lost in loss record 575 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x45C41C7: GDALRegister_GS7BG (gs7bgdataset.cpp:1353)
==32753== by 0x45934F4: GDALAllRegister (gdalallregister.cpp:341)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 18 bytes in 1 blocks are possibly lost in loss record 576 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x44FA40D: GDALRegister_COSAR (cosar_dataset.cpp:209)
==32753== by 0x45934F9: GDALAllRegister (gdalallregister.cpp:345)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 18 bytes in 1 blocks are possibly lost in loss record 577 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x44F77B7: GDALRegister_COASP (coasp_dataset.cpp:540)
==32753== by 0x4593504: GDALAllRegister (gdalallregister.cpp:353)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 18 bytes in 1 blocks are possibly lost in loss record 578 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x454CFD1: GDALRegister_DIPEx (dipxdataset.cpp:346)
==32753== by 0x4593574: GDALAllRegister (gdalallregister.cpp:394)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 19 bytes in 1 blocks are possibly lost in loss record 670 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x4721D07: GDALRegister_RPFTOC (rpftocdataset.cpp:1272)
==32753== by 0x45933E4: GDALAllRegister (gdalallregister.cpp:92)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 19 bytes in 1 blocks are possibly lost in loss record 671 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x44DC107: GDALRegister_BIGGIF (biggifdataset.cpp:538)
==32753== by 0x4593444: GDALAllRegister (gdalallregister.cpp:172)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 19 bytes in 1 blocks are possibly lost in loss record 672 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x44D73B7: GDALRegister_AirSAR (airsardataset.cpp:660)
==32753== by 0x4593464: GDALAllRegister (gdalallregister.cpp:200)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 19 bytes in 1 blocks are possibly lost in loss record 673 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x46CCD27: GDALRegister_PCIDSK (pcidskdataset2.cpp:2007)
==32753== by 0x459346E: GDALAllRegister (gdalallregister.cpp:208)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 19 bytes in 1 blocks are possibly lost in loss record 674 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x4564086: GDALRegister_JP2ECW (ecwdataset.cpp:3287)
==32753== by 0x45934B4: GDALAllRegister (gdalallregister.cpp:271)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 19 bytes in 1 blocks are possibly lost in loss record 675 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x4594787: GDALRegister_GenBin (genbindataset.cpp:887)
==32753== by 0x459352E: GDALAllRegister (gdalallregister.cpp:381)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 19 bytes in 1 blocks are possibly lost in loss record 676 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x4668CF7: GDALRegister_LOSLAS (loslasdataset.cpp:275)
==32753== by 0x4593584: GDALAllRegister (gdalallregister.cpp:397)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 19 bytes in 1 blocks are possibly lost in loss record 677 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x473CB97: GDALRegister_SNODAS (snodasdataset.cpp:503)
==32753== by 0x4593599: GDALAllRegister (gdalallregister.cpp:401)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 20 bytes in 1 blocks are possibly lost in loss record 841 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x4557C37: GDALRegister_ECRGTOC (ecrgtocdataset.cpp:1041)
==32753== by 0x45933E9: GDALAllRegister (gdalallregister.cpp:93)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 20 bytes in 1 blocks are possibly lost in loss record 842 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x44C65E7: GDALRegister_AAIGrid (aaigriddataset.cpp:1265)
==32753== by 0x4593414: GDALAllRegister (gdalallregister.cpp:126)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 20 bytes in 1 blocks are possibly lost in loss record 843 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x4742557: GDALRegister_SRTMHGT (srtmhgtdataset.cpp:567)
==32753== by 0x4593484: GDALAllRegister (gdalallregister.cpp:224)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 20 bytes in 1 blocks are possibly lost in loss record 844 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x458EEF7: GDALRegister_FujiBAS (fujibasdataset.cpp:240)
==32753== by 0x4593544: GDALAllRegister (gdalallregister.cpp:385)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 20 bytes in 1 blocks are possibly lost in loss record 845 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x4533B87: GDALRegister_CTable2 (ctable2dataset.cpp:445)
==32753== by 0x459358E: GDALAllRegister (gdalallregister.cpp:399)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 20 bytes in 1 blocks are possibly lost in loss record 846 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x4796097: GDALRegister_USGSDEM (usgsdemdataset.cpp:846)
==32753== by 0x45935A9: GDALAllRegister (gdalallregister.cpp:418)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 20 bytes in 1 blocks are possibly lost in loss record 847 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x45BDB67: GDALRegister_NWT_GRD (grddataset.cpp:459)
==32753== by 0x45935B9: GDALAllRegister (gdalallregister.cpp:444)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 20 bytes in 1 blocks are possibly lost in loss record 848 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x45BCB97: GDALRegister_NWT_GRC (grcdataset.cpp:459)
==32753== by 0x45935BE: GDALAllRegister (gdalallregister.cpp:445)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 20 bytes in 1 blocks are possibly lost in loss record 849 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x4555417: GDALRegister_E00GRID (e00griddataset.cpp:908)
==32753== by 0x4593604: GDALAllRegister (gdalallregister.cpp:510)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 20 bytes in 1 blocks are possibly lost in loss record 850 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x466ABD3: GDALRegister_MBTiles (mbtilesdataset.cpp:1858)
==32753== by 0x4593614: GDALAllRegister (gdalallregister.cpp:526)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 21 bytes in 1 blocks are possibly lost in loss record 855 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C96146: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x4856C1B: VSIInstallMemFileHandler (cpl_vsi_mem.cpp:796)
==32753== by 0x484E52C: VSIFileManager::Get() (cpl_vsil.cpp:923)
==32753== by 0x484E5A8: VSIFileManager::GetHandler(char const*) (cpl_vsil.cpp:950)
==32753== by 0x484E734: VSIStatExL (cpl_vsil.cpp:435)
==32753== by 0x484E7BB: VSIStatL (cpl_vsil.cpp:385)
==32753== by 0x47E8597: GDALDriverManager::AutoLoadDrivers() (gdaldrivermanager.cpp:730)
==32753== by 0x45933CE: GDALAllRegister (gdalallregister.cpp:76)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753==
==32753== 21 bytes in 1 blocks are possibly lost in loss record 856 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C96146: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x484A1F7: VSIInstallZipFileHandler (cpl_vsil_gzip.cpp:2313)
==32753== by 0x484E539: VSIFileManager::Get() (cpl_vsil.cpp:926)
==32753== by 0x484E5A8: VSIFileManager::GetHandler(char const*) (cpl_vsil.cpp:950)
==32753== by 0x484E734: VSIStatExL (cpl_vsil.cpp:435)
==32753== by 0x484E7BB: VSIStatL (cpl_vsil.cpp:385)
==32753== by 0x47E8597: GDALDriverManager::AutoLoadDrivers() (gdaldrivermanager.cpp:730)
==32753== by 0x45933CE: GDALAllRegister (gdalallregister.cpp:76)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753==
==32753== 21 bytes in 1 blocks are possibly lost in loss record 857 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C96146: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x48546F6: VSIInstallTarFileHandler (cpl_vsil_tar.cpp:328)
==32753== by 0x484E559: VSIFileManager::Get() (cpl_vsil.cpp:935)
==32753== by 0x484E5A8: VSIFileManager::GetHandler(char const*) (cpl_vsil.cpp:950)
==32753== by 0x484E734: VSIStatExL (cpl_vsil.cpp:435)
==32753== by 0x484E7BB: VSIStatL (cpl_vsil.cpp:385)
==32753== by 0x47E8597: GDALDriverManager::AutoLoadDrivers() (gdaldrivermanager.cpp:730)
==32753== by 0x45933CE: GDALAllRegister (gdalallregister.cpp:76)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753==
==32753== 21 bytes in 1 blocks are possibly lost in loss record 858 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x472DF07: GDALRegister_SAR_CEOS (sar_ceosdataset.cpp:2176)
==32753== by 0x45933F4: GDALAllRegister (gdalallregister.cpp:101)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 21 bytes in 1 blocks are possibly lost in loss record 859 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x46D9109: GDALRegister_PCRaster (pcrastermisc.cpp:68)
==32753== by 0x4593474: GDALAllRegister (gdalallregister.cpp:212)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 21 bytes in 1 blocks are possibly lost in loss record 860 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x46661D7: GDALRegister_Leveller (levellerdataset.cpp:1600)
==32753== by 0x4593489: GDALAllRegister (gdalallregister.cpp:228)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 21 bytes in 1 blocks are possibly lost in loss record 861 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x474EAD7: GDALRegister_Terragen (terragendataset.cpp:1145)
==32753== by 0x459348E: GDALAllRegister (gdalallregister.cpp:232)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 21 bytes in 1 blocks are possibly lost in loss record 862 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x4684B1B: GDALWMSMiniDriverFactory_TiledWMS::GDALWMSMiniDriverFactory_TiledWMS() (cpl_string.h:231)
==32753== by 0x47B9FD1: GDALRegister_WMS (wmsdriver.cpp:882)
==32753== by 0x45934D4: GDALAllRegister (gdalallregister.cpp:315)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 21 bytes in 1 blocks are possibly lost in loss record 863 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x46968F7: GDALRegister_NGSGEOID (ngsgeoiddataset.cpp:413)
==32753== by 0x459360E: GDALAllRegister (gdalallregister.cpp:522)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 22 bytes in 1 blocks are possibly lost in loss record 870 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C96146: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x484A2EB: VSIInstallGZipFileHandler (cpl_vsil_gzip.cpp:1555)
==32753== by 0x484E534: VSIFileManager::Get() (cpl_vsil.cpp:925)
==32753== by 0x484E5A8: VSIFileManager::GetHandler(char const*) (cpl_vsil.cpp:950)
==32753== by 0x484E734: VSIStatExL (cpl_vsil.cpp:435)
==32753== by 0x484E7BB: VSIStatL (cpl_vsil.cpp:385)
==32753== by 0x47E8597: GDALDriverManager::AutoLoadDrivers() (gdaldrivermanager.cpp:730)
==32753== by 0x45933CE: GDALAllRegister (gdalallregister.cpp:76)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753==
==32753== 22 bytes in 1 blocks are possibly lost in loss record 871 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C96146: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x483C09B: VSIInstallCurlFileHandler (cpl_vsil_curl.cpp:2664)
==32753== by 0x484E53E: VSIFileManager::Get() (cpl_vsil.cpp:929)
==32753== by 0x484E5A8: VSIFileManager::GetHandler(char const*) (cpl_vsil.cpp:950)
==32753== by 0x484E734: VSIStatExL (cpl_vsil.cpp:435)
==32753== by 0x484E7BB: VSIStatL (cpl_vsil.cpp:385)
==32753== by 0x47E8597: GDALDriverManager::AutoLoadDrivers() (gdaldrivermanager.cpp:730)
==32753== by 0x45933CE: GDALAllRegister (gdalallregister.cpp:76)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753==
==32753== 22 bytes in 1 blocks are possibly lost in loss record 872 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x468D34B: GDALWMSMiniDriverFactory_WorldWind::GDALWMSMiniDriverFactory_WorldWind() (cpl_string.h:231)
==32753== by 0x47B9F8D: GDALRegister_WMS (wmsdriver.cpp:880)
==32753== by 0x45934D4: GDALAllRegister (gdalallregister.cpp:315)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 23 bytes in 1 blocks are possibly lost in loss record 880 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C96146: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x485300B: VSIInstallStdinHandler (cpl_vsil_stdin.cpp:393)
==32753== by 0x484E549: VSIFileManager::Get() (cpl_vsil.cpp:932)
==32753== by 0x484E5A8: VSIFileManager::GetHandler(char const*) (cpl_vsil.cpp:950)
==32753== by 0x484E734: VSIStatExL (cpl_vsil.cpp:435)
==32753== by 0x484E7BB: VSIStatL (cpl_vsil.cpp:385)
==32753== by 0x47E8597: GDALDriverManager::AutoLoadDrivers() (gdaldrivermanager.cpp:730)
==32753== by 0x45933CE: GDALAllRegister (gdalallregister.cpp:76)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753==
==32753== 23 bytes in 1 blocks are possibly lost in loss record 881 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x464D427: GDALRegister_PALSARJaxa (jaxapalsardataset.cpp:648)
==32753== by 0x45933FE: GDALAllRegister (gdalallregister.cpp:109)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 23 bytes in 1 blocks are possibly lost in loss record 882 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x470DFC3: GDALRegister_Rasterlite (rasterlitedataset.cpp:1340)
==32753== by 0x45935D4: GDALAllRegister (gdalallregister.cpp:466)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 24 bytes in 1 blocks are possibly lost in loss record 903 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C96146: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x4853738: VSIInstallStdoutHandler (cpl_vsil_stdout.cpp:387)
==32753== by 0x484E54E: VSIFileManager::Get() (cpl_vsil.cpp:933)
==32753== by 0x484E5A8: VSIFileManager::GetHandler(char const*) (cpl_vsil.cpp:950)
==32753== by 0x484E734: VSIStatExL (cpl_vsil.cpp:435)
==32753== by 0x484E7BB: VSIStatL (cpl_vsil.cpp:385)
==32753== by 0x47E8597: GDALDriverManager::AutoLoadDrivers() (gdaldrivermanager.cpp:730)
==32753== by 0x45933CE: GDALAllRegister (gdalallregister.cpp:76)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753==
==32753== 24 bytes in 1 blocks are possibly lost in loss record 904 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C96146: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x48509FB: VSIInstallSparseFileHandler (cpl_vsil_sparsefile.cpp:575)
==32753== by 0x484E554: VSIFileManager::Get() (cpl_vsil.cpp:934)
==32753== by 0x484E5A8: VSIFileManager::GetHandler(char const*) (cpl_vsil.cpp:950)
==32753== by 0x484E734: VSIStatExL (cpl_vsil.cpp:435)
==32753== by 0x484E7BB: VSIStatL (cpl_vsil.cpp:385)
==32753== by 0x47E8597: GDALDriverManager::AutoLoadDrivers() (gdaldrivermanager.cpp:730)
==32753== by 0x45933CE: GDALAllRegister (gdalallregister.cpp:76)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753==
==32753== 24 bytes in 1 blocks are possibly lost in loss record 905 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x46885BB: GDALWMSMiniDriverFactory_TileService::GDALWMSMiniDriverFactory_TileService() (cpl_string.h:231)
==32753== by 0x47B9F6B: GDALRegister_WMS (wmsdriver.cpp:879)
==32753== by 0x45934D4: GDALAllRegister (gdalallregister.cpp:315)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 25 bytes in 1 blocks are possibly lost in loss record 909 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C96146: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x4853F0B: VSIInstallSubFileHandler (cpl_vsil_subfile.cpp:451)
==32753== by 0x484E527: VSIFileManager::Get() (cpl_vsil.cpp:922)
==32753== by 0x484E5A8: VSIFileManager::GetHandler(char const*) (cpl_vsil.cpp:950)
==32753== by 0x484E734: VSIStatExL (cpl_vsil.cpp:435)
==32753== by 0x484E7BB: VSIStatL (cpl_vsil.cpp:385)
==32753== by 0x47E8597: GDALDriverManager::AutoLoadDrivers() (gdaldrivermanager.cpp:730)
==32753== by 0x45933CE: GDALAllRegister (gdalallregister.cpp:76)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753==
==32753== 25 bytes in 1 blocks are possibly lost in loss record 910 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x4689BAB: GDALWMSMiniDriverFactory_VirtualEarth::GDALWMSMiniDriverFactory_VirtualEarth() (cpl_string.h:231)
==32753== by 0x47B9FF3: GDALRegister_WMS (wmsdriver.cpp:883)
==32753== by 0x45934D4: GDALAllRegister (gdalallregister.cpp:315)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 26 bytes in 1 blocks are possibly lost in loss record 914 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x4700BC7: GDALRegister_PostGISRaster (postgisrasterdataset.cpp:2049)
==32753== by 0x45935D9: GDALAllRegister (gdalallregister.cpp:474)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 27 bytes in 1 blocks are possibly lost in loss record 924 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x44C64D7: GDALRegister_GRASSASCIIGrid (aaigriddataset.cpp:1302)
==32753== by 0x4593419: GDALAllRegister (gdalallregister.cpp:127)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 28 bytes in 1 blocks are possibly lost in loss record 955 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95FE6: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x47ED5C2: GDALMajorObject::SetDescription(char const*) (cpl_string.h:231)
==32753== by 0x46556E7: GDALRegister_KMLSUPEROVERLAY (kmlsuperoverlaydataset.cpp:1878)
==32753== by 0x45935E4: GDALAllRegister (gdalallregister.cpp:482)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753== by 0x41725ED: msInitDefaultGDALOutputFormat (mapgdal.c:560)
==32753== by 0x416FACB: msCreateDefaultOutputFormat (mapoutput.c:314)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753==
==32753== 32 bytes in 1 blocks are possibly lost in loss record 1,011 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C96146: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x484539B: VSIInstallCurlStreamingFileHandler (cpl_vsil_curl_streaming.cpp:1463)
==32753== by 0x484E544: VSIFileManager::Get() (cpl_vsil.cpp:930)
==32753== by 0x484E5A8: VSIFileManager::GetHandler(char const*) (cpl_vsil.cpp:950)
==32753== by 0x484E734: VSIStatExL (cpl_vsil.cpp:435)
==32753== by 0x484E7BB: VSIStatL (cpl_vsil.cpp:385)
==32753== by 0x47E8597: GDALDriverManager::AutoLoadDrivers() (gdaldrivermanager.cpp:730)
==32753== by 0x45933CE: GDALAllRegister (gdalallregister.cpp:76)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753==
==32753== 33 bytes in 1 blocks are possibly lost in loss record 1,025 of 1,530
==32753== at 0x4006355: operator new(unsigned int) (vg_replace_malloc.c:214)
==32753== by 0x3C9513A: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C95F34: ??? (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x3C96146: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/libstdc++.so.6.0.8)
==32753== by 0x4853787: VSIInstallStdoutHandler (cpl_vsil_stdout.cpp:388)
==32753== by 0x484E54E: VSIFileManager::Get() (cpl_vsil.cpp:933)
==32753== by 0x484E5A8: VSIFileManager::GetHandler(char const*) (cpl_vsil.cpp:950)
==32753== by 0x484E734: VSIStatExL (cpl_vsil.cpp:435)
==32753== by 0x484E7BB: VSIStatL (cpl_vsil.cpp:385)
==32753== by 0x47E8597: GDALDriverManager::AutoLoadDrivers() (gdaldrivermanager.cpp:730)
==32753== by 0x45933CE: GDALAllRegister (gdalallregister.cpp:76)
==32753== by 0x4171578: msGDALInitialize (mapgdal.c:58)
==32753==
==32753== 46 (8 direct, 38 indirect) bytes in 1 blocks are definitely lost in loss record 1,136 of 1,530
==32753== at 0x4005C82: realloc (vg_replace_malloc.c:476)
==32753== by 0x4170A7A: msSetOutputFormatOption (mapoutput.c:787)
==32753== by 0x416F9EC: msCreateDefaultOutputFormat (mapoutput.c:211)
==32753== by 0x40F0B18: loadOutputFormat (mapfile.c:4603)
==32753== by 0x40F5961: loadMapInternal (mapfile.c:5812)
==32753== by 0x40F63D2: msLoadMap (mapfile.c:6065)
==32753== by 0x41EFA77: msCGILoadMap (mapservutil.c:220)
==32753== by 0x8048DAA: main (mapserv.c:238)
==32753==
==32753== LEAK SUMMARY:
==32753== definitely lost: 8 bytes in 1 blocks
==32753== indirectly lost: 38 bytes in 2 blocks
==32753== possibly lost: 2,330 bytes in 127 blocks
==32753== still reachable: 218,124 bytes in 1,843 blocks
==32753== suppressed: 0 bytes in 0 blocks
==32753== Reachable blocks (those to which a pointer was found) are not shown.
==32753== To see them, rerun with: --leak-check=full --show-reachable=yes
==32753==
==32753== For counts of detected and suppressed errors, rerun with: -v
==32753== ERROR SUMMARY: 131 errors from 131 contexts (suppressed: 74 from 8)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment