Re: out of memory

Started by surabhi.ahujaabout 20 years ago2 messagesgeneral
Jump to latest
#1surabhi.ahuja
surabhi.ahuja@iiitb.ac.in

hi
i use postgres 8.0.0
i have a test program in c++, which tries to insert rows into the tables of my database.

is there any way that i can check that there are no memory leaks etc happening.

i ran valgrind on my test program that is not showing any mem leak,
but are ther any other tools/ etc that i can use to double verufy it.

Thanks,
regards
Surabhi

#2Antonis Antoniou
a.antoniou@albourne.com
In reply to: surabhi.ahuja (#1)

surabhi.ahuja wrote:

hi
i use postgres 8.0.0
i have a test program in c++, which tries to insert rows into the tables of my database.

is there any way that i can check that there are no memory leaks etc happening.

i ran valgrind on my test program that is not showing any mem leak,
but are ther any other tools/ etc that i can use to double verufy it.

Thanks,
regards
Surabhi

May be you can try using -> http://www.andreasen.org/LeakTracer/
To be honest I have never used it.

Many Thanks,
Antonis