This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Memory leak in sstream


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]