Complete.Org: Mailing Lists: Archives: linux-help: June 2003:
[linux-help] Re: core dump
Home

[linux-help] Re: core dump

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: linux-help@xxxxxxxxx
Subject: [linux-help] Re: core dump
From: Sudharsha Wijesinghe <adithya111@xxxxxxxxx>
Date: Thu, 5 Jun 2003 08:59:00 -0700 (PDT)
Reply-to: linux-help@xxxxxxxxx

thanks,
But what is ulimit in bash?
Sudharsha

--- Clint Brubakken <cabrubak@xxxxxxx> wrote:
> If the question is why your not getting a core dump,
> its most likely
> your coredumpsize is limited to 0. Look at ulimit in
> bash to change
> this.
> 
> 
> On Wed, 2003-06-04 at 09:27, Sudharsha Wijesinghe
> wrote:
> > I wrote the following code 
> > int void main()
> > {
> > int buff[4096],i;
> > for(i=0;i<8000;i++)
> > buff[i]=i;
> > return 0;
> > }
> > and compliled it with gcc 
> > executable file created.
> > when I run it
> > #./a.out
> > I would get a segment fault
> > it does not create a core dump.
> > Does any one know why it is?
> > Thanks in advance
> > Sudharsha.
> > 
> > 
> > __________________________________
> > Do you Yahoo!?
> > Yahoo! Calendar - Free online calendar with sync
> to Outlook(TM).
> > http://calendar.yahoo.com
> > -- This is the linux-help@xxxxxxxxx list.  To
> unsubscribe,
> > visit
> http://www.complete.org/cgi-bin/listargate-aclug.cgi
> -- 
> Clint Brubakken <cabrubak@xxxxxxx>
> 
> -- This is the linux-help@xxxxxxxxx list.  To
> unsubscribe,
> visit
> http://www.complete.org/cgi-bin/listargate-aclug.cgi
> 


__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com
-- This is the linux-help@xxxxxxxxx list.  To unsubscribe,
visit http://www.complete.org/cgi-bin/listargate-aclug.cgi


[Prev in Thread] Current Thread [Next in Thread]