This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Memory leak in sstream
- From: Paolo Carlini <pcarlini at suse dot de>
- To: Matej Urbas <matej dot urbas at guest dot arnes dot si>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Thu, 15 Sep 2005 23:51:08 +0200
- Subject: Re: Memory leak in sstream
- References: <4329EA17.4080908@guest.arnes.si>
Matej Urbas wrote:
> Please help me with that, please.
We are not aware of any problem in this area, irrespective of the GCC
version (you are not telling us much...) Indeed, I tried a few different
variants along the lines that you posted and nothing shows up. In
general, if you are on x86 or x86-64 I would suggest using valgrind on
your actual code
http://valgrind.org/
which is very good at telling apart real problems from only apparent
ones, caused by special memory allocators or whatelse. The accompanying
documentation is also very good.
Thanks,
Paolo.