[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: What can I do with this?
From: |
Eli Zaretskii |
Subject: |
Re: What can I do with this? |
Date: |
Tue, 24 Jan 2006 01:25:10 +0200 |
> From: "Herbert Euler" <address@hidden>
> Date: Mon, 23 Jan 2006 22:09:53 +0800
>
> address@hidden ~]$ %1
> emacs
> Auto-save? (y or n) y
> Auto-save done
> Abort (and dump core)? (y or n) y
> Fatal error (6)
> Aborted
> address@hidden ~]$
>
> What can I do now? How could I provide helpful information?
> I didn't find any 'core dump' file.
The most probable reason why you didn't find any core file is that
your shell limits core file to zero size. Use the `ulimit' command to
set the core file size to unlimited, and then try again running Emacs.