Search Results

Search: Posts Made By: fermisoft
25,038
Posted By fermisoft
Process information
What sort of statistical information related to a running process can we retrieve using commands? For example, we can get the process id, memory usage and running time of a process using the commands...
Forum: Programming 09-13-2005
10,594
Posted By fermisoft
The above problem has been solved. Actually...
The above problem has been solved. Actually memory overrun was happening in a memcpy operation. This memory overrun caused the fwrite call to crash.

I detected that culprit memcpy code by placing...
1,777
Posted By fermisoft
Hi, This didn't workout. it throws the...
Hi,

This didn't workout. it throws the following error...
Syntax error : '(' is not expected
1,777
Posted By fermisoft
Error re-directing
Hi,
I'm running a program by executing the following command...
convert NA 2> compiler.err

Here is the command for debugging this process in IBM debugger...
idebug convert NA 2> compiler.err
...
Forum: Programming 08-26-2005
10,594
Posted By fermisoft
No... there are no infinite loops.
No... there are no infinite loops.
Forum: Programming 08-26-2005
10,594
Posted By fermisoft
Those pointers are valid. I attempted to call...
Those pointers are valid. I attempted to call fwrite with a hardcoded string. It too crashed.
If u see the attachemnt (in my prev message), the seg. fault has occured in calloc, which is being...
Forum: Programming 08-25-2005
10,594
Posted By fermisoft
fwrite throws segmentation fault
Code : function sSaveTFFile
.......................
iRetCode = link (caCurrentFilename, caBackupFilename);
if (iRetCode == -1)
{
ERR_MSG2(LOG_ALERT, "Can't move %s to %s",...
5,453
Posted By fermisoft
recursive sorting
In the ls command, -t option and -R option dont work simultaneously.

ls -t ---> lists the files with sorting based on file date
ls -R ---> lists the files recursively.

How to make utilize...
2,946
Posted By fermisoft
copy files with invalid names
Hi all,

I have to copy a directory to another location. While doing so with the cp command I got some errors due to invalid filenames of some files.

For example, some files have a colon in...
Forum: Programming 08-08-2005
3,446
Posted By fermisoft
Thanks a lot to repliers. Karthik
Thanks a lot to repliers.

Karthik
Forum: Programming 08-05-2005
3,446
Posted By fermisoft
invoking an Unix script from a C Program
How to invoke an Unix Script from C program?

(or)

How to invoke another C program from a C program?


thanks
Karthik
8,571
Posted By fermisoft
Perderabo, I found it more useful. As I'm...
Perderabo,

I found it more useful. As I'm practised to vi mode, I will utilize both the features in that mode. Thanks for ur efforts
Forum: IP Networking 07-14-2005
36,974
Posted By fermisoft
Thanks dude. I added the java path manually...
Thanks dude.

I added the java path manually to PATH variable in my .profile file. After that the command javaw -jar DVDtool.jar works well. Dont even have to mention which.
8,571
Posted By fermisoft
History and AutoComplete
Hi,
I enabled the Autocomplete of filename by the command set -o emacs

But i couldn't enjoy the benifits of vi anymore. i.e I couldn't get the command history by pressing Esc and k.

How to...
Forum: IP Networking 06-28-2005
36,974
Posted By fermisoft
finding the java path in AIX
How to retrieve the path of Java bin directory in AIX (or any unix OS)??

Actually my problem is,
I have a jar file called App.jar. I want to execute it by calling the javaw executable.
My...
4,458
Posted By fermisoft
How to use mail facility in unix??
I'm a beginner in Unix. Please explain in short, how to send and receive mail in unix. The mail is already configured in the OS.
Tell me the steps to send/receive mail in the command prompt.

The...
Showing results 1 to 16 of 16

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