13 Jan
2002
13 Jan
'02
2:05 p.m.
----- Original Message ----- From: "Nicola Larosa" <nico@tekNico.net> To: "Dieter Maurer" <dieter@handshake.de> Cc: "Andreas Jung" <andreas@andreas-jung.com>; "Zope user list" <zope@zope.org>; "MC list" <mc@gnome.org> Sent: Sunday, January 13, 2002 08:46 Subject: Re: [Zope] mc-ftp crashes zope
But be warned, many Linux distributions disable "core" writing. You need to reenable them. Look at the "ulimit" internal bash command for details.
You are right, "ulimit -c" gave 0 (zero).
I've now put "ulimit -c unlimited" in my /etc/profile . But what do I do when I have those core dumps?
Try to use gdb: "gdb python core" and then type "bt" or "where". This should output a traceback and show where the crash occured. - aj