Hi,

We are compiling some esql files(.ec ) files using "purify" with the  -g  option.

The problem which we are facing is that the log files that are generated after running 
the purified executable shows some error of the sort as given under :

==========================================================================
****  Purify instrumented PCGOP-GOP (pid 1776)  ****                           
UMR: Uninitialized memory read:                                                
  * This is occurring while in:                                                
        *unknown func* [pc=0x10b98]                                            
        *unknown func* [pc=0x11bdc]                                            
        *unknown func* [pc=0x17334]                                            
        *unknown func* [pc=0x10e4c]                                            
  * Reading 4 bytes from 0x7f7f31e4 on the stack.                               
                                                                               
****  Purify instrumented PCGOP-GOP (pid 1776)  ****                           
UMR: Uninitialized memory read:                                                
  * This is occurring while in:                                                
        *unknown func* [pc=0x10ba4]                                            
        *unknown func* [pc=0x11bdc]                                            
        *unknown func* [pc=0x17334]                                            
        *unknown func* [pc=0x10e4c]                                            
  * Reading 4 bytes from 0x7f7f31e0 on the stack.                              
                                                                               
=============================================================================          
                                                                     

This is a part of the file and this error is persistent throughout the file. We are 
not able to make anything out of it.
Especially the place marked in " red". Why does the function name and the line number 
which comes usually, does not come at the places marked in red.

If you can throw some light or on the problem or give any pointers then i will be very 
oblidged.

Thanks 

regards
Munish Fauzdar


Reply via email to