Re: Forcing a core dump?

1999-10-16 Thread Greg Wooledge
Neil Booth ([EMAIL PROTECTED]) wrote: > I have found a bug in some software that causes it to segfault. > However, there is no core file to use with gdb. Why is a core file > not generated / how do I force one? Programs can prevent themselves from dumping core -- if they do, then there's nothing

Re: Forcing a core dump?

1999-10-16 Thread Remco van 't Veer
ulimit -c unlimited On Sat, Oct 16, 1999 at 16:15, Neil Booth wrote: > I have found a bug in some software that causes it to segfault. > However, there is no core file to use with gdb. Why is a core file > not generated / how do I force one? > > Thanks, > > Neil. -- Zimmermann semtex Shell

Forcing a core dump?

1999-10-16 Thread Neil Booth
I have found a bug in some software that causes it to segfault. However, there is no core file to use with gdb. Why is a core file not generated / how do I force one? Thanks, Neil.