Nicolas,
No error appears after setting up ulimit -s unlimited, and
everything looks fine. Thank you very much!!
Jing
On Tue, 14 Feb 2006, Nicolas Thierry-Mieg wrote:
>> bash is fine
>> ...
> ulimit -a
> to see your current limits
>> then eg to set the stack size to max, type:
> ulimit -s unlimited
>>> this will only change the limits for your current shell, hence you
> should call tace from it
>> when satisfied you can put the correct ulimit commands in your
> .bash_profile to make the changes affect every new shell
>>> try setting every value to unlimited, at least the memory related ones
> (except core, which you can set to 0 since you probably don't read core
> dumps anyways)