This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: No core dump


On Mon, Sep 24, 2001 at 10:14:17PM -0500, Rick Martin wrote:
> I am using gcc version 2.96.
> I have a program that creates a segmentation fault I 
> don't recieve a core dump.
> 
> gcc -g <fofo> -o <fo>

This has nothing to do with the use of the compiler; certainly nothing to
do with the development of the compiler itself.

Either your program contains code to turn off the core dumping, or (more
likely) your system administrator has set the coredump size resource to
zero to avoid wasting disk space.


Phil

-- 
"You have to wonder what kind of life you have when your list of personal
rules begins with, '#3:  No drowning in your own mucus,' and '#4:  Don't
ask what happened to rules 1 and 2.'"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]