Re: Memory leaks in OCIEnvCreate()

Stipe Tolj <[email protected]>
Newsgroups gmane.comp.mobile.kannel.devel
Organization tolj.org system architecture
Message-ID <[email protected]>
angela86 walczak schrieb:
> Hi,
> 
> I'm using Centos x64,  CPU Xeon, and gateway-1.4.3 with oracle DLR,
> sqlbox-0.7.2 on oracle, and OCI version:
> oracle-instantclient-basic-10.2.0.3-1.x86_64.rpm
> oracle-instantclient-devel-10.2.0.3-1.x86_64.rpm
> oracle-instantclient-jdbc-10.2.0.3-1.x86_64.rpm
> oracle-instantclient-sqlplus-10.2.0.3-1.x86_64.rpm
> 
> Application after compiling with OCI has a lot of memory leaks configure
> attached at the end of an e-mail
> The application works by not communicating the problems but its size is
> increased from 12mb to 200mb for example, within a week.
> This case is the same as http://www.orafaq.com/forum/t/62399/0/
> Tested valgrind bearerbox sqlbox smsbox.
> When the test turned off using the applications
> http://127.0.0.1:13000/shutdown?password=bar
> Request for help how to compile applications that properly had no memory
> problems.
> Itself after a long time I do not find a solution, once again please
> help can you met with such a problem once already.

Hi,

absolutely agreeing to Nikos here. There are no memory leaks literally here
reported by valgrind, but

 "Conditional jump or move depends on uninitialised value(s)"

this is usually a false-positive here, since: some variable is used without
literal code initialization for a random generation. Ie. openssl parts have
these kind of valgrind reports. But they are false-positive. You can add so
called "suppression definitions" to the valgrind call to "filter out" such known
false-positive reports.

Stipe

-- 
-------------------------------------------------------------------
Kölner Landstrasse 419
40589 Düsseldorf, NRW, Germany

tolj.org system architecture      Kannel Software Foundation (KSF)
http://www.tolj.org/              http://www.kannel.org/

mailto:st_{at}_tolj.org           mailto:stolj_{at}_kannel.org
-------------------------------------------------------------------
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.