If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > Memory Leak when using ESQL ?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-21-08, 05:37
Bharat Ram Bharat Ram is offline
Registered User
 
Join Date: Jul 2008
Posts: 2
Memory Leak when using ESQL ?

Hello,

I've been facing huge memory leaks with Informix when I just try
to open and close connections; the purify logs are as follows:

Memory in-use: 110712 bytes (100% of total allocated)

MIU: 71848 bytes in-use at 0x1de2b0
* This memory was allocated from:
malloc [rtlib.o]
dgrealloc [iqdiag.c]
_sqinitdiag [glsenvapi.c]
_sqclrca [glsenvapi.c]
chkAPIerr [globinit.c]
CheckAllGlobInit [glsenvapi.c]
CheckAlltcbInit [glsextst.c]
sqli_connect_open [glsenvapi.c]


MIU: 3322 bytes in-use in 151 blocks
* This memory was allocated from:
malloc [rtlib.o]
gl_cache_registry [glstree.c]
init_fe [initgls.c]
initgls [glsextst.c]
thr_initgls [glsextst.c]
chkglsinit_tcb [glsextst.c]
CheckOs_th_Init [osasmb.c]
CheckAlltcbInit [glsextst.c]
sqli_connect_open [glsenvapi.c]

....and so on..

Is this a known issue with the Informix Engine ??
Also, the leakage remains the same irrespective of the number of times
I do an open-close connection...
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On