probelm with purify


 
Thread Tools Search this Thread
Top Forums Programming probelm with purify
# 1  
Old 05-17-2006
probelm with purify

Hi,
I am using purify to find memory leak in my process.

When I run the instrumented program I get error

Quote:
Purify engine: While processing file /usr/lib/nls/loc/locales.2/C:
Error: Couldn't open the file /usr/lib/nls/loc/locales.2/C
I donot have this file in the specified directory. Instead I have following files in the directory /usr/lib/nls/loc/locales.2

Quote:
$ ls -l C*
-r-xr-xr-x 1 bin bin 28672 Nov 7 1997 C.iso88591
-r-xr-xr-x 1 bin bin 28686 Dec 3 1998 C.iso885915
-r-xr-xr-x 1 bin bin 811022 Jun 25 1998 C.utf8
$
What should I do in such case? I undersatnd that I need to create link C for one of these file. But which file?

Thanks in advance.

-Ashish
# 2  
Old 05-18-2006
It depends what locale your system is set to in the first place, but, I don't think much would break from using UTF8.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Error while instrumenting purify

when i instrument ourify i am getting error like .*** OI_init: Error, cannot connect to X server Purify or PureCoverage slave: Warning: Can't open display "localhost:0", using tty mode. . Got it] I am using AIX1.6 OS i have xwin32 installed in my windows.. (1 Reply)
Discussion started by: greenworld123
1 Replies

2. AIX

Purify : command not found

I just installed IBM PurifyPlus on IBM AIX 5.3 and they suggested me to run the command through the following one: % purify cc -g hello_world.c but it's giving me the message that : purify command not found I need your help Thanks In Advance (10 Replies)
Discussion started by: SteAlma
10 Replies

3. Shell Programming and Scripting

Probelm setting a variable to $* in C Shell

Trying to put all command line arguments to the script in a variable msgst01 $* does not seem to work set msgst01 = $* (2 Replies)
Discussion started by: kristinu
2 Replies

4. UNIX for Advanced & Expert Users

Rational® Purify® compatable SW

Hi Rational® Purify® is a dynamic software analysis tool - helps to clean your own C or C++ code from memory leak problems etc. Who knows some compatable (my be freeware) software? (1 Reply)
Discussion started by: baruchgu
1 Replies

5. Shell Programming and Scripting

for loop probelm

for index in `find /technologies -name *.jar | grep "/lib"`; do echo "$index"; done sometimes its throwing error saying find: paths must precede expression Usage: find but i execute same in cmd prompt its working (1 Reply)
Discussion started by: crackthehit007
1 Replies

6. AIX

Purify and AIX compiling problems.

Hi, i'm trying to work with a trial version of PurifyPlus 7 with fixpack 10 from Rational that needs to run over an AIX 5.3 platform, 64-bit. I had success on compiling and running the hello_world programs and even a hash test program i found over the net, but purify can achieve the same with the... (0 Replies)
Discussion started by: chrispav
0 Replies

7. Shell Programming and Scripting

python probelm

Colleagues when i types python in console my system shows following error message python: error while loading shared libraries: /usr/lib/libdb.so.3: ELF file OS ABI invalid Any solution. My machine is Fedora Core 6 jaganadh (4 Replies)
Discussion started by: jaganadh
4 Replies

8. Programming

Problem with build using Purify

Hi, I am facing problem while doing build on AIX using xlC compiler. We are using purify. Purify fails to instrument the a few libraries. Interestingly these are not developed by us and are 3rd party SW components. Can someone let me know how to proceed with the build? Here is the output... (0 Replies)
Discussion started by: asutoshch
0 Replies

9. UNIX for Advanced & Expert Users

Purify-SGI Fatal Error

Hi , attempting to purify code on the link line generates a fatal error like this #ERROR: (fatal) Cannot find libtest.so in the search path . command line: ------------- purify -show-directory=yes -always-use-cache-dir -cache-dir=/ppic/users/avadhani/sgi/pure /usr/bin/CC -n32 -mips3... (2 Replies)
Discussion started by: avadhani
2 Replies

10. UNIX for Dummies Questions & Answers

back up probelm

Hi I am using tar utility to take back up on HPUx and SUN 5.8 servers yesterday i made some change.....in the cronjob 29 23 * * 1,3,5 echo "`date` COMPLETE BACKUP TAR `uname``hostname`">/dev/rmt/0myn 30 23 * * 1,3,5 tar cvf /dev/rmt/0mny <filesystems> i am confused with the no rewind... (2 Replies)
Discussion started by: Prafulla
2 Replies
Login or Register to Ask a Question