1748180 Members
3918 Online
108759 Solutions
New Discussion юеВ

Memory leak in pro*c

 
sashikanth
New Member

Memory leak in pro*c

Hi Everyone,

I am having an application which is containg few Pro*C files.When the application is initialized it is occupying some memory.I viewed the performance from the Top tool.As the time goes on and few Database queries are executed the memory size is increasing and after the complete memory is utilised the application is getting shutdown.

Please let me know what might be the problem.Even the rational purifier is also not showing any memory leaks.Then where is the memory getting leaked?Please tell me eliminate this problem.

I am using 8i pro*c compiler and connecting to a 9i Database.

Thanks in Advance,

Regards-
Sashi
2 REPLIES 2
Victor Fridyev
Honored Contributor

Re: Memory leak in pro*c

Hi,
Which 8i version do you use ?
If this is 8.1.7.3, upgrade it to 8.1.7.4.
8.1.7.3 has a lot of bugs.

HTH
Entities are not to be multiplied beyond necessity - RTFM
Tim Howell
Frequent Advisor

Re: Memory leak in pro*c

If the application is relatively small, can you post the source (*.pc) file here?
if only we knew...