I couldn't find the PROBLEMS file, nor the send-pr script, nor the core file
using the locate command, sorry. I hope someone finds this information usefull.
Regards,
Gustavo Delfino
=====================================================================
M-x describe-installation:
uname -a: Darwin localhost 1.2 Darwin Kernel Version 1.2: Wed Aug 30 23:32:53
PDT 2000; root:xnu/xnu-103.obj~1/RELEASE_PPC Power Macintosh powerpc
./configure
XEmacs 21.1.12 "Channel Islands" configured for `powerpc-apple-darwin1.2'.
Where should the build process find the source code?
/Users/gparker/xemacs/xe2
What installation prefix should install use? /usr/local
What operating system and machine description files should XEmacs use?
`s/darwin.h' and `m/powermacintosh.h'
What compiler should XEmacs be built with? gcc -g -O3 -Wall
-Wno-switch
Should XEmacs use the GNU version of malloc? no
(The GNU allocators don't work with this system configuration).
Should XEmacs use the relocating allocator for buffers? no
What window system should XEmacs use? x11
Where do we find X Windows header files? /usr/X11R6/include
Where do we find X Windows libraries? /usr/X11R6/lib
Compiling in support for XAUTH.
Compiling in support for XPM images.
--------------------------------------------------------------------
WARNING: Compiling without PNG image support.
Reason: PNG library version too old (pre 1.0.2)!
WARNING: You should strongly consider installing the PNG libraries.
WARNING: Otherwise certain images and glyphs may not display.
WARNING: (a copy may be found in
ftp://ftp.xemacs.org/pub/xemacs/aux)
--------------------------------------------------------------------
Compiling in support for (builtin) GIF image handling.
Compiling in support for Berkeley DB.
Compiling in support for DBM.
Compiling in support for proper session-management.
Using Lucid menubars.
Using Lucid scrollbars.
Using Athena dialog boxes.
movemail will use "flock" for locking mail spool files.
==============================================================================
xinit: connection to X server lost.
login: fatal IO error 32 (Broken pipe) or KillClient on X server ":0.0"
xterm: fatal IO error 32 (Broken pipe) or KillClient on X server ":0.0"
xterm: fatal IO error 32 (Broken pipe) or KillClient on X server ":0.0"
Fatal error (13).
Your files have been auto-saved.
Use `M-x recover-session' to recover them.
If you have access to the PROBLEMS file that came with your
version of XEmacs, please check to see if your crash is described
there, as there may be a workaround available.
Otherwise, please report this bug by running the send-pr
script included with XEmacs, or selecting `Send Bug Report'
from the help menu.
As a last resort send ordinary email to `crashes(a)xemacs.org'.
*MAKE SURE* to include the information in the command
M-x describe-installation.
If at all possible, *please* try to obtain a C stack backtrace;
it will help us immensely in determining what went wrong.
To do this, locate the core file that was produced as a result
of this crash (it's usually called `core' and is located in the
directory in which you started the editor, or maybe in your home
directory), and type
gdb /usr/local/bin/xemacs core
then type `where' when the debugger prompt comes up.
(If you don't have GDB on your system, you might have DBX,
or XDB, or SDB. A similar procedure should work for all of
these. Ask your system administrator if you need more help.)
Lisp backtrace follows:
# (unwind-protect ...)
# bind (loudly end start)
font-lock-fontify-syntactically-region(5044 5122 nil)
# (unwind-protect ...)
# bind (modified buffer-undo-list inhibit-read-only old-syntax-table
buffer-file-name buffer-file-truename loudly end beg)
font-lock-default-fontify-region(5044 5122 nil)
# bind (loudly end beg)
font-lock-fontify-region(5044 5122)
# bind (zmacs-region-stays)
# (unwind-protect ...)
# bind (match-data)
# (unwind-protect ...)
# (unwind-protect ...)
# bind (old-len end beg)
font-lock-after-change-function-1(5075 5075 1)
# (unwind-protect ...)
# (unwind-protect ...)
font-lock-fontify-glumped-region()
byte-code("..." [font-lock-old-extent font-lock-fontify-glumped-region] 1)
# (condition-case ... . ((error (warn "Error caught in
`font-lock-pre-idle-hook'"))))
font-lock-pre-idle-hook()
# (condition-case ... . error)
# (condition-case ... . error)
# (catch top-level ...)
[localhost:~] gdelfino%