We used VHM to detect memory leaks and got few entries which had the 
following,

Unmatched ALLOCATE of 11848 bytes at address 0x3927C028   
    - sequence 59311                                      
    Called from: 366aaaf8  +000000d2  MemAlloc            
    Called from: 366aa9e0  +000000c6  MemCalloc           
    Called from: 093cac28  +0000005c  CEEPGTFN            
    Called from: 08e9aac8  +000000ae  calloc              
    Called from: 090f1448  +000002aa  __newmod            
    Called from: 092f46d8  +00001476  (unknown)           

 Unmatched ALLOCATE of 10312 bytes at address 0x39200430   
     - sequence 59268                                      
     Called from: 366aaaf8  +000000d2  MemAlloc            
     Called from: 366aa9e0  +000000c6  MemCalloc           
     Called from: 093cac28  +0000005c  CEEPGTFN            
     Called from: 08e9aac8  +000000ae  calloc              
     Called from: 090f1448  +000002aa  __newmod            
     Called from: 092f46d8  +00001476  (unknown)           
We are not sure how to narrow down to the individual module with the above 
stack. Any ideas?? The LE debugging guide manual also didnot give us much 
information. What is the cause of this "(unknown)"? Can anything be done at 
our end to get the actual stack?

We even tried to force an abend, but when an abend occurs the memory leak 
report itself is not getting generated.
Thank you very much in advance for your inputs.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to