can not find core file after crash

Stephen J. Turnbull stephen at xemacs.org
Sat Aug 28 05:04:23 EDT 2004


>>>>> "Shelly" == Shelly Xia <Shelly.Xia at Sun.COM> writes:

    Shelly> I got Segmentation fault, but can not find core file in
    Shelly> either the directory in which I started XEmacs, nor my
    Shelly> home dir.

To get a core file, you usually need to enable it with something like
"ulimit -c unlimited" in your shell.

    Shelly> xemacs worked yesterday, but, after I played around some
    Shelly> xemacs commands, it do not work today.

I think your X server is unhappy:

    Shelly> xemacs: X Error of failed request:  BadImplementation
    Shelly>  (server does not implement operation)
    Shelly> Major opcode of failed request:  45 (X_OpenFont)

Try restarting the X server.

    Shelly> Fatal error (11).

This is a typical result of inability to open any fonts.  We should
try to provide a better way to fail here---there's nothing really
wrong with XEmacs.  The problem is that this exit is being invoked
from the error handler inside of Xlib, and it is non-trivial (to say
the least) to fix this in a way that doesn't open us up to serious
data loss if the X error handler should be invoked for a "real"
problem later.

-- 
Institute of Policy and Planning Sciences     http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba                    Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
               Ask not how you can "do" free software business;
              ask what your business can "do for" free software.




More information about the XEmacs-Beta mailing list