|
From: strk <st...@ke...> - 2003-10-07 21:29:49
|
Does the following valgrind detect a memory leak in the libstdc++ ? ==2410== 114048 bytes in 26 blocks are still reachable in loss record 14 of 14 ==2410== at 0x4002A9A4: malloc (vg_replace_malloc.c:153) ==2410== by 0x804BB6E: __default_alloc_template<true, 0>::_S_chunk_alloc(unsigned int, int &) (/usr/include/g++-3/stl_alloc.h:490) ==2410== by 0x804B95B: __default_alloc_template<true, 0>::_S_refill(unsigned int) (/usr/include/g++-3/stl_alloc.h:531) ==2410== by 0x402F092B: basic_string<char, string_char_traits<char>, __default_alloc_template<true, 0> >::replace(unsigned int, unsigned int, char const *, unsigned int) (/usr/include/g++-3/stl_alloc.h:332) ==2410== by 0x402E78C7: __static_initialization_and_destruction_0 (/usr/include/g++-3/std/bastring.h:223) ==2410== by 0x402E7D69: geos::TopologyValidationError::TopologyValidationError(int, geos::Coordinate) (/usr/include/g++-3/stl_map.h:76) ==2410== by 0x402EFB04: (within /extra/geos/lib/libgeos.so.1.0.0) ==2410== by 0x40286855: (within /extra/geos/lib/libgeos.so.1.0.0) ==2410== by 0x4000D1D8: _dl_init (dl-init.c:70) ==2410== by 0x40001DB0: (within /lib/ld-2.2.2.so) |