>>>> "SJT" == Stephen J Turnbull
<turnbull(a)sk.tsukuba.ac.jp> writes:
>>>> "Doug" == Doug Alcorn
<doug(a)lathi.net> writes:
Doug> I did a "make realclean" and
reconfigured. The build
Doug> progressed fine. When I run xemacs, it segfaults before it
Doug> finished coming up. Immediately upon starting it complains:
SJT> This is Debian's fault most likely. They simply substitute
SJT> Xaw3d for Xaw although they are _not_ binary compatible if
SJT> there are any 3d widget extensions used (such as the progress
SJT> bar). The "different size" messages are characteristic of
SJT> this problem.
SJT> Use --with-widgets=athena --with-athena=3d to get support for
SJT> Xaw3d, NExTaw and something else are also supported, I
SJT> believe.
SJT> Let us know how that works.
Stephen, I've been experiencing a progress bar crash for some time and
had hopes this was the cure (I'm running Debian unstable). I upgraded
to the latest xaw3dg-dev and nextaw packages and switched to athena=3d
from athena=next. As soon as I open a file requiring fontification,
same result as before (see below).
This problem will go away for me when the GTK stuff catches up with
21.1, which I'm using full-time. Using '--with-gtk=yes' (and the Step
theme :-) instead of athena, the progress bar works.
uname -a: Linux dilbert 2.2.15 #1 Tue Aug 1 08:52:17 EDT 2000 i686 unknown
./configure '--with-menubars=lucid' '--with-scrollbars=athena'
'--with-dialogs=athena' '--with-widgets=athena' '--with-athena=3d'
'--package-path=/disk2/xemacs-packages'
XEmacs 21.5-b0 "alfalfa" configured for `i686-pc-linux'.
Compilation / Installation:
Source code location: /disk2/xemacs-21.2
Installation prefix: /usr/local
Operating system description file: `s/linux.h'
Machine description file: `m/intel386.h'
Compiler: gcc -g -O3 -Wall -Wno-switch -Winline
-Wmissing-prototypes -Wshadow -Wsign-compare
Relocating allocator for buffers: no
GNU version of malloc: yes
- Using Doug Lea's new malloc from the GNU C Library.
Window System:
Compiling in support for the X window system:
- X Windows headers location: /usr/X11R6/include
- X Windows libraries location: /usr/X11R6/lib
- Handling WM_COMMAND properly.
Compiling in support for the Athena widget set:
- Athena headers location: X11/Xaw3d
- Athena library to link: Xaw3d
Using Lucid menubars.
Using Athena scrollbars.
Using Athena dialog boxes.
Using Athena native widgets.
TTY:
Compiling in support for ncurses.
Images:
Compiling in support for GIF images (builtin).
Compiling in support for XPM images.
Compiling in support for PNG images.
Compiling in support for JPEG images.
Compiling in support for TIFF images.
Sound:
Compiling in support for sound (native).
Compiling in support for ESD (Enlightened Sound Daemon).
Databases:
Compiling in support for Berkeley database.
Internationalization:
Mail:
Compiling in support for "dot-locking" mail spool file locking method.
Other Features:
Compiling in support for dynamic shared object modules.
Compiling in support for extra debugging code.
WARNING: ---------------------------------------------------------
WARNING: Compiling in support for runtime error checking.
WARNING: XEmacs will run noticeably more slowly as a result.
WARNING: Error checking is on by default for XEmacs beta releases.
WARNING: ---------------------------------------------------------
Lisp backtrace follows:
dispatch-non-command-events()
# (condition-case ... . ((nil)))
progress-feedback-dispatch-non-command-events()
# bind (tmsg top frame value message label)
append-progress-feedback(font-lock "Fontifying custom.el..." 0 nil)
# bind (frame value message label)
display-progress-feedback(font-lock "Fontifying custom.el..." 0)
# bind (str)
# (unwind-protect ...)
# bind (args value fmt label)
progress-feedback-with-label(font-lock "Fontifying %s..." 0
"custom.el")
# bind (maybe-loudly end beg)
font-lock-default-unfontify-region(1 24489 t)
# bind (loudly end beg)
font-lock-unfontify-region(1 24489 t)
# bind (was-on font-lock-verbose font-lock-message-threshold aborted)
# (unwind-protect ...)
font-lock-default-fontify-buffer()
# bind (font-lock-verbose)
font-lock-fontify-buffer()
# bind (on-p maximum-size arg)
font-lock-mode(1)
turn-on-font-lock()
# bind (explicit-defaults)
font-lock-set-defaults()
run-hooks(font-lock-set-defaults)
# bind (nomodes after-find-file-from-revert-buffer noauto warn error)
after-find-file(nil t)
byte-code("..." [buffer-file-number number truename buffer-file-truename buf
buffer-file-name set-buffer-major-mode erase-buffer nil (byte-code «Â Ã\ªÄ
Ã\Â" [rawfile filename insert-file-contents-literally t insert-file-contents] 3)
((file-error ...)) abbreviate-file-name file-name-directory make-local-variable
backup-inhibited t after-find-file find-file-use-truenames default-directory
backup-enable-predicate rawfile error nowarn] 3)
# (condition-case ... . ((t (byte-code "Ã @ A\"" ... 3))))
# (unwind-protect ...)
# bind (error number truename buf rawfile nowarn filename)
find-file-noselect("/usr/local/lib/xemacs-21.5-b0/lisp/custom.el")
# bind (codesys filename)
find-file("/usr/local/lib/xemacs-21.5-b0/lisp/custom.el" nil)
# bind (command-debug-status)
call-interactively(find-file)
#<compiled-function nil "...(4)" [toolbar-open-function call-interactively]
2 nil nil>()
call-interactively(toolbar-open)
# bind (callback button event)
release-and-activate-toolbar-button(#<buttonup-event button1up>)
# bind (command-debug-status)
call-interactively(release-and-activate-toolbar-button)
# (condition-case ... . error)
# (catch top-level ...)
Segmentation fault