Forum: C++
Mar 12th, 2005, 8:09 AM
|
|
Replies: 3
Views: 298
Re :Program gets aborted on large input
I tried using the hard limits for stack space ( ulimit -s unlimited) , to get the available stack space ..
From another forum , i got a suggestion to create temporary stack file of some particular...
|
Forum: C++
Mar 11th, 2005, 10:07 AM
|
|
Replies: 3
Views: 298
Program gets aborted on large input
Hi All,
I am facing problem while i execute one C program on large input files. The program is running correctly, there is no segmentation fault. But after time (around 56-60 sec:- as shown in 'top'...
|
Forum: C++
Feb 8th, 2005, 12:01 AM
|
|
Replies: 0
Views: 135
Compilation error..
Hi all ,
I was trying to run one distribution, but came across some compilation problem. I'm using fedora core 2, and g++ (GCC) 3.3.3 20040412 (Red Hat Linux 3.3.3-7) compiler. When tried to...
|
Forum: Bash / Shell Scripting
Jan 31st, 2005, 5:02 AM
|
|
Replies: 4
Views: 1,009
|
Forum: Bash / Shell Scripting
Jan 28th, 2005, 11:20 PM
|
|
Replies: 4
Views: 1,009
Bash script to access all files in a directory
Hi .. I am a new bie in writing scripts, so this doubt may be a simple one.
I am trying to apply a parsing program to a set of input files in a directoy.
How can i access all the files from a...
|