Search Results

Search: Posts Made By: archana485
1,596
Posted By archana485
ITcl :: try_eval command not working in Linux 5.4
Hi,

My code uses try_eval block to do some code execution. This piece of code does not work on RHEL 5.4. The program just hangs at the try_eval block and does not throw any errors either. The same...
8,066
Posted By archana485
Monitor Memory of a process
Hi,
I need to monitor the memory usage of a particular process continuously. As of now I am using the following command:
ps -fu <user name> -o pid,comm,vsz | grep <process_name> | grep -v grep
...
2,103
Posted By archana485
Shared Libraries- CRITICAL !!
Hi,

I am trying to create a shared library from a .c file using
gcc -c -fpic -I/usr/local/include Chksum.C -o Chksum.o
gcc -shared -o libtclcksum.so Chksum.o

when i try to load this shared...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 02:33 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy