Please describe as succinctly as possible:
- What happened.
- What you thought should have happened.
- Precisely what you were doing at the time.
Trying to install xemacs-21.4.19 with gtk 1.2, glib 1.2
./configure --prefix=/home/myuser/apps/xemacs --with-gtk=yes
XEmacs 21.4.19 "Constant Variable" configured for `sparc-sun-solaris2.8'.
Compilation / Installation:
Source code location: /home/wcdma/users/andermaj/xemacs/xemacs-21.4.19
Installation prefix: /home/wcdma/users/andermaj/apps/xemacs
Runtime library search path: /usr/ccs/lib:/app/gcc/2.95.3/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3
Operating system description file: `s/sol2.h'
Machine description file: `m/sparc.h'
Compiler: gcc -g -O3 -Wall -Wno-switch -Winline -Wmissing-prototypes -Wsign-compare -fno-strict-aliasing -Wshadow -Wpointer-arith
Compiler version: 2.95.3
Compiler specs file: /app/gcc/2.95.3/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3/specs
Relocating allocator for buffers: yes
GNU version of malloc: yes
libc: SUNWcsl 11.8.0,REV=2000.01.08.18.12
Window System:
Using GTK menubars.
Using GTK scrollbars.
Using GTK dialog boxes.
Using GTK native widgets.
TTY:
Images:
Compiling in support for GIF images (builtin).
Compiling in support for XPM images.
Compiling in support for PNG images.
Sound:
Compiling in support for sound (native).
Databases:
Compiling in support for Berkeley database.
Compiling in support for DBM.
Internationalization:
Mail:
Compiling in support for "dot-locking" mail spool file locking method.
Other Features:
Inhibiting IPv6 canonicalization at startup.
Compiling in support for dynamic shared object modules.
;make
;src/xemacs
Fatal error (11).
Your files have been auto-saved.
Use `M-x recover-session' to recover them.
Your version of XEmacs was distributed with a PROBLEMS file that may describe
your crash, and with luck a workaround. Please check it first, but do report
the crash anyway. Please report this bug by invoking M-x report-emacs-bug,
or by selecting `Send Bug Report' from the Help menu. If necessary, send
ordinary email to `xemacs-beta(a)xemacs.org'. *MAKE SURE* to include the XEmacs
configuration from M-x describe-installation, or equivalently the file
Installation in the top of the build tree.
*Please* try *hard* to obtain a C stack backtrace; without it, we are unlikely
to be able to analyze the problem. Locate the core file produced as a result
of this crash (often called `core' or `core.<process-id>', and located in
the directory in which you started XEmacs or your home directory), and type
gdb /home/wcdma/users/andermaj/xemacs/xemacs-21.4.19/src/xemacs core
then type `where' at the debugger prompt. No GDB on your system? You may
have DBX, or XDB, or SDB. (Ask your system administrator if you need help.)
If no core file was produced, enable them (often with `ulimit -c unlimited'
in case of future recurrance of the crash.
Lisp backtrace follows:
gtk-import-function-internal(GtkWidget "gtk_notebook_new" nil)
# bind (args)
gtk-notebook-new()
# bind (callback plist)
gtk-widget-instantiate-notebook-internal((:descriptor "Buffers" :face buffers-tab :orientation top :pixel-width (gutter-pixel-width) :items (["*scratch*" ... :selected t])) #<image-instance (widget) on #<window on "*scratch*" 0x25be> tab-control "Buffers" face=#<face buffers-tab "Face for displaying the buffers tab."> -1x-1 on #<gtk-frame> 0x0 0x26b5>)
# bind (plist type domain pointer-bg pointer-fg instantiator instance)
gtk-widget-instantiate-internal(#<image-instance (widget) on #<window on "*scratch*" 0x25be> tab-control "Buffers" face=#<face buffers-tab "Face for displaying the buffers tab."> -1x-1 on #<gtk-frame> 0x0 0x26b5> [tab-control :descriptor "Buffers" :face buffers-tab :orientation top :pixel-width (gutter-pixel-width) :items (["*scratch*" ... :selected t])] nil nil #<window on "*scratch*" 0x25be>)
# (catch #<INTERNAL OBJECT (XEmacs bug?) (opaque-ptr, adr=0x1c6c7c) 0x229000> ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (catch #<INTERNAL OBJECT (XEmacs bug?) (opaque-ptr, adr=0x1c6c7c) 0x229000> ...)
# (unwind-protect ...)
# bind (inhibit-quit)
# (unwind-protect ...)
set-specifier-dirty-flag(#<gutter-specifier global=((... buffers-tab "\n") nil) fallback=#<gutter-specifier global=<unspecified> fallback=(...) 0x13a> 0x13c>)
# bind (gutter-or-location)
set-gutter-dirty-p(top)
# bind (items force-selection frame)
update-tab-in-gutter(#<gtk-frame "emacs" 0x25bd> t)
#<compiled-function nil "...(29)" [gutter-buffers-tab-enabled add-hook create-frame-hook #<compiled-function ... "...(8)" ... 3> buffer-list-changed-hook update-tab-in-gutter default-gutter-position-changed-hook #<compiled-function nil "...(9)" ... 3> gutter-element-visibility-changed-hook #<compiled-function ... "...(14)" ... 3> selected-frame t] 3>()
apply(#<compiled-function nil "...(29)" [gutter-buffers-tab-enabled add-hook create-frame-hook #<compiled-function ... "...(8)" ... 3> buffer-list-changed-hook update-tab-in-gutter default-gutter-position-changed-hook #<compiled-function nil "...(9)" ... 3> gutter-element-visibility-changed-hook #<compiled-function ... "...(14)" ... 3> selected-frame t] 3> nil)
# (unwind-protect ...)
(unwind-protect (apply (quote #<compiled-function nil "...(29)" ... 3>) args) (remove-hook (quote after-init-hook) (quote G69101) (quote nil)))
# bind (args)
G69101()
run-hooks(G69101)
load-init-file()
# bind (command-line-args-left)
command-line()
# (condition-case ... . ((t (byte-code " Â" ... 1))))
# bind (error-data)
normal-top-level()
# (condition-case ... . error)
# (catch top-level ...)
Segmentation fault (core dumped)
Exit 139
;