Re: core dump

Jeff Vian <[email protected]> Wed, 04 Jun 2003 15:36:01 -0500
Newsgroups gmane.org.user-groups.aclug.linux-help
Message-ID <[email protected]>
you are writing beyond the array bounds.. VERY BAD programming practice.
It overwrites something else.

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 [email protected] list.  To unsubscribe,
>visit http://www.complete.org/cgi-bin/listargate-aclug.cgi
>
>  
>


-- This is the [email protected] list.  To unsubscribe,
visit http://www.complete.org/cgi-bin/listargate-aclug.cgi