Re: No CORE DUMP.

2010-05-23 Thread Javier Barroso
On Sun, May 23, 2010 at 3:21 PM, Avinash H.M. wrote: > Thanks !!! this worked. > I did > ulimit -c unlimited. > > I tried tracking ulimit. If i do > which ulimit, i am not getting anything. [ I expect the path of this binary > ] > > Is it a built in bash command or something like that > Ye

Re: No CORE DUMP.

2010-05-23 Thread Avinash
Chris Bannister earthlight.co.nz> writes: > > On Sat, May 22, 2010 at 10:40:53PM +0530, Avinash H.M. wrote: > > Hi All, > > > > I am using DSL [ damn small linux ] which is branched from debain. > > I am trying to use GCC, GDB. Able to install both of them. > > Although DSL is based on Debian

Re: No CORE DUMP.

2010-05-23 Thread Avinash H.M.
Thanks !!! this worked. I did ulimit -c unlimited. I tried tracking ulimit. If i do which ulimit, i am not getting anything. [ I expect the path of this binary ] Is it a built in bash command or something like that On Sun, May 23, 2010 at 6:35 AM, Anand Sivaram wrote: > > > On Sat, May 2

Re: No CORE DUMP.

2010-05-23 Thread Chris Bannister
On Sat, May 22, 2010 at 10:40:53PM +0530, Avinash H.M. wrote: > Hi All, > > I am using DSL [ damn small linux ] which is branched from debain. > I am trying to use GCC, GDB. Able to install both of them. Although DSL is based on Debian, it is not Debian. There are numerous differences between th

Re: No CORE DUMP.

2010-05-22 Thread Anand Sivaram
On Sat, May 22, 2010 at 23:07, Aioanei Rares wrote: > On 05/22/2010 08:10 PM, Avinash H.M. wrote: > >> Hi All, >> >> I am using DSL [ damn small linux ] which is branched from debain. >> I am trying to use GCC, GDB. Able to install both of them. >> >> I am doing following >> - run a hellowor

Re: No CORE DUMP.

2010-05-22 Thread Aioanei Rares
On 05/22/2010 08:10 PM, Avinash H.M. wrote: Hi All, I am using DSL [ damn small linux ] which is branched from debain. I am trying to use GCC, GDB. Able to install both of them. I am doing following - run a helloworld.c program whic has a while loop. So while running, its stuck in while

No CORE DUMP.

2010-05-22 Thread Avinash H.M.
Hi All, I am using DSL [ damn small linux ] which is branched from debain. I am trying to use GCC, GDB. Able to install both of them. I am doing following - run a helloworld.c program whic has a while loop. So while running, its stuck in while. - another shell, "kill -11 PID" [ PID of