View Single Post

   
  #8 (permalink)  
Old 01-16-2008, 07:22 PM
Paul Pluzhnikov
 
Posts: n/a
Default Re: core dump doesn't show back trace

"pankajtakawale" <pankaj.takawale@gmail.com> writes:

> Here is the snippet of truss output

....
> sbrk(0x00000060) Err#12 ENOMEM
>
> Do i need to increase swap space or thread stack size?


Increasing swap might help, but I would not expect it.
You are running out of *heap* space. Check your limits, e.g. 'ulimit
-a' in *sh or 'limit' in *csh.

Also, if your program legitimately needs more then 256M of heap,
read this:
http://publib16.boulder.ibm.com/pser...rg_support.htm

Cheers,
--
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.
Reply With Quote