I can't seem to reproduce this. Did you say it happened with Athena? Does
it happen without mule?
andy
At 09:09 PM 11/8/00 +0300, Nick V. Pakoulin wrote:
Recently i compiled 21.2.36 with motif widgets and got stable
repeatable crash
when using finder.
To reproduce: xemacs -vanilla
C-h p (finder-by-keyword) -- *Finder* buffer pops up
in this buffer click with left mouse button on line that starts with 'build'
then click there with the third mouse button. Some times it works but mostly
it crashes.
It is still there in the latest CVS.
I use LessTif 0.91 and XFree86-4.0.1 on Linux 2.2.16 glibc 2.1.1
GCC 2.91.66
uname -a: Linux hookah.kazbek.ispras.ru 2.2.16-3 #1 Mon Jun 19 18:10:14
EDT 2000 i686 unknown
./configure '--with-mule'
XEmacs 21.2-b36 "Notus" configured for `i686-pc-linux'.
Compilation / Installation:
Source code location: /local/src/xemacs-cvs
Installation prefix: /usr/local
Operating system description file: `s/linux.h'
Machine description file: `m/intel386.h'
Compiler: gcc -g -O3 -Wall -Wno-switch
-Wpointer-arith -Winline -Wmissing-prototypes -Wshadow
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.
Using Lucid menubars.
Using Lucid scrollbars.
Using Motif dialog boxes.
Using Motif native widgets.
TTY:
Compiling in support for ncurses.
Compiling in support for GPM (General Purpose Mouse).
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.
Compiling in support for X-Face message headers.
Sound:
Compiling in support for sound (native).
Compiling in support for ESD (Enlightened Sound Daemon).
Databases:
Compiling in support for Berkeley database.
Compiling in support for LDAP.
Internationalization:
Compiling in support for Mule (multi-lingual Emacs).
Compiling in support for XIM (X11R5+ I18N input method).
- Using raw Xlib to provide XIM support.
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:
redisplay-echo-area()
# bind (inhibit-read-only zmacs-region-stays stdout-p frame message)
raw-append-message("space = select, d = keywords, e = edit, v = view, q
= quit, ? = help" #<x-frame "emacs" 0x26cb> nil)
# bind (stdout-p frame message label)
append-message(message "space = select, d = keywords, e = edit, v =
view, q = quit, ? = help" nil nil)
# bind (stdout-p frame message label)
display-message(message "space = select, d = keywords, e = edit, v =
view, q = quit, ? = help")
# bind (str args fmt)
message("%s" "space = select, d = keywords, e = edit, v = view, q =
quit, ? = help")
finder-summary()
# bind (id)
(let ((id ...)) (insert "The following packages match the keyword `"
key "':\n\n") (setq finder-headmark (point)) (mapcar (lambda ... ...)
finder-package-info) (goto-char (point-min)) (forward-line) (setq
buffer-read-only t) (set-buffer-modified-p nil)
(shrink-window-if-larger-than-buffer) (finder-summary))
# bind (key)
finder-list-matches("build")
(if (string-match finder-file-regexp key) (finder-commentary key)
(finder-list-matches key)) # bind (key)
(let ((key ...)) (if (string-match finder-file-regexp key)
(finder-commentary key) (finder-list-matches key)))
finder-select()
# bind (ev)
finder-mouse-select(#<buttondown-event button2>)
# bind (command-debug-status)
call-interactively(finder-mouse-select)
# (condition-case ... . error)
# (catch top-level ...)
Program received signal SIGSEGV, Segmentation fault.
0x40407121 in __kill ()
C backtrace:
Program received signal SIGSEGV, Segmentation fault.
0x81fd6e2 in x_output_string (w=0x880b4d8, dl=0x87c72c0, buf=0x876ae70,
xpos=76, xoffset=0,
clip_start=76, width=8, findex=8, cursor=1, cursor_start=76,
cursor_width=8,
cursor_height=15) at objects.h:142
142 DECLARE_LRECORD (font_instance, Lisp_Font_Instance);
(gdb) where
#0 0x81fd6e2 in x_output_string (w=0x880b4d8, dl=0x87c72c0,
buf=0x876ae70, xpos=76,
xoffset=0, clip_start=76, width=8, findex=8, cursor=1,
cursor_start=76, cursor_width=8,
cursor_height=15) at objects.h:142
#1 0x81fc556 in x_output_display_block (w=0x880b4d8, dl=0x87c72c0,
block=0, start=9,
end=10, start_pixpos=76, cursor_start=76, cursor_width=8,
cursor_height=15)
at redisplay-x.c:390
#2 0x81b58fb in redisplay_output_display_block (w=0x880b4d8,
dl=0x87c72c0, block=0,
start=9, end=10, start_pixpos=76, cursor_start=76, cursor_width=8,
cursor_height=15)
at redisplay-output.c:1152
#3 0x81b1629 in output_display_line (w=0x880b4d8, cdla=0x0,
ddla=0x87b7de0, line=3,
force_start=76, force_end=84) at redisplay-output.c:799
#4 0x81b2468 in redraw_cursor_in_window (w=0x880b4d8, run_end_begin_meths=0)
at redisplay-output.c:1087
#5 0x81b506b in redisplay_output_window (w=0x86b8ad0) at
redisplay-output.c:1115
#6 0x81a6dbd in redisplay_window (window=141265616, skip_selected=0) at
redisplay.c:6169
#7 0x81adea8 in Fredisplay_echo_area () at redisplay.c:8825
#8 0x80c41e2 in Ffuncall (nargs=1, args=0xbfffe7e4) at eval.c:3528
#9 0x80977a9 in execute_optimized_program (
program=0x83d8ce8
"\rÆk?!Ç\f\034\032È\rÉ\"\210\t?\023Ê\013!Ëa«\nÌ\r\bÍ\013!#ª\003Î
*\207", stack_depth=5, constants_data=0x846e7a0) at bytecode.c:746
#10 0x80973eb in funcall_compiled_function (fun=138840196, nargs=3,
args=0xbfffe8f0)
at bytecode.c:518
#11 0x80c436f in Ffuncall (nargs=4, args=0xbfffe8ec) at eval.c:3563
#12 0x80977a9 in execute_optimized_program (
program=0x83d8ca8 "\r¬\004Æ
\025\f@\e\t\013@a«\n\013\211A\nP¡\210ª\a\t\nB\fB\024)Ç\n\r\b#\207",
stack_depth=4, constants_data=0x846e768) at bytecode.c:746
#13 0x80973eb in funcall_compiled_function (fun=138840168, nargs=4,
args=0xbfffe9f4)
at bytecode.c:518
#14 0x80c436f in Ffuncall (nargs=5, args=0xbfffe9f0) at eval.c:3563
#15 0x80977a9 in execute_optimized_program (
program=0x858d568 "Ä\013\n\tÅ$\210Æ\013\b\n\t$\207fi(", stack_depth=5,
constants_data=0x846e7f0) at bytecode.c:746
#16 0x80973eb in funcall_compiled_function (fun=138840224, nargs=2,
args=0xbfffeafc)
at bytecode.c:518
#17 0x80c436f in Ffuncall (nargs=3, args=0xbfffeaf8) at eval.c:3563
#18 0x80977a9 in execute_optimized_program (
program=0x8584490
"\t¬\n\b¬\aÃÄÃ!\210\207ÅÆ\t\b#\032ÇÈ\n\"\210\n)\207", stack_depth=4,
constants_data=0x846e850) at bytecode.c:746
#19 0x80973eb in funcall_compiled_function (fun=138840308, nargs=1,
args=0xbfffeb94)
at bytecode.c:518
#20 0x80c3bc7 in Feval (form=142187964) at eval.c:3388
#21 0x80c4b6e in funcall_lambda (fun=142188096, nargs=0, args=0xbfffece8)
at eval.c:775
#22 0x80c3de0 in Feval (form=142206724) at eval.c:3434
#23 0x80c0838 in Flet (args=142248788) at eval.c:775
#24 0x80c3791 in Feval (form=142248716) at eval.c:3304
#25 0x80c4b6e in funcall_lambda (fun=142206760, nargs=1, args=0xbfffef88)
at eval.c:775
#26 0x80c3de0 in Feval (form=141650860) at eval.c:3434
#27 0x80c8d86 in Fprogn (args=141650896) at eval.c:775
#28 0x80bfdd6 in Fif (args=141650464) at eval.c:693
#29 0x80c3791 in Feval (form=141650284) at eval.c:3304
#30 0x80c0838 in Flet (args=141650104) at eval.c:775
#31 0x80c3791 in Feval (form=141649912) at eval.c:3304
#32 0x80c4b6e in funcall_lambda (fun=142191176, nargs=0, args=0xbffff36c)
at eval.c:775
#33 0x80c3de0 in Feval (form=142191440) at eval.c:3434
#34 0x80c4b6e in funcall_lambda (fun=142191464, nargs=1, args=0xbffff528)
at eval.c:775
#35 0x80c438b in Ffuncall (nargs=2, args=0xbffff524) at eval.c:3571
#36 0x809cf2c in Fcall_interactively (function=142661668,
record_flag=137305492,
keys=137305492) at callint.c:946
#37 0x80c2d26 in Fcommand_execute (cmd=142661668, record_flag=137305492,
keys=137305492)
at eval.c:2970
#38 0x811669a in execute_command_event (command_builder=0x8476b20,
event=141985704)
at event-stream.c:3864
#39 0x811717c in Fdispatch_event (event=141985704) at event-stream.c:4182
#40 0x80a532b in Fcommand_loop_1 () at cmdloop.c:583
#41 0x80a5560 in command_loop_1 (dummy=137305492) at cmdloop.c:494
#42 0x80c8a7a in condition_case_1 (handlers=137305588, bfun=0x80a5528
<command_loop_1>,
barg=137305492, hfun=0x80a4870 <cmd_error>, harg=137305492) at
eval.c:1651
#43 0x80a563c in command_loop_2 (dummy=137305492) at cmdloop.c:256
#44 0x80c894f in internal_catch (tag=137381780, func=0x80a5608
<command_loop_2>,
arg=137305492, threw=0x0) at eval.c:1317
#45 0x80a4c1a in initial_command_loop (load_me=137305492) at cmdloop.c:305
#46 0x80bd6cb in xemacs_21_2_b36_i686_pc_linux () at emacs.c:2231
#47 0x80bf427 in main () at emacs.c:2660
#48 0x40400cc3 in __libc_start_main (main=0x80bf330 <main>, argc=1,
argv=0xbffffa84,
init=0x8082d0c <_init>, fini=0x822c6c4 <_fini>, rtld_fini=0x4000a350
<_dl_fini>,
stack_end=0xbffffa7c) at ../sysdeps/generic/libc-start.c:78
--------------------------------------------------------------
Dr Andy Piper
Principal Consultant, BEA Systems Ltd