When in dired mode, and entering into a subdirectory (by moving cursor
on top of subdirectory entry, and then pressing ENTER), and then
moving yet another level deeper in the same way, emacs crashes
The emacs version used is the one from Redhat's Fedora, version
xemacs-21.4.14-5
Here is the output of M-x describe-installation:
====================================================================
uname -a: Linux
porky.devel.redhat.com 2.4.21-2.ELsmp #1 SMP Wed Sep 17
15:00:55 EDT 2003 i686 i686 i386 GNU/Linux
./configure 'i386-redhat-linux-gnu' '--prefix=/usr'
'--exec-prefix=/usr'
'--bindir=/usr/bin' '--datadir=/usr/share' '--libdir=/usr/lib'
'--mandir=/usr/share/man/man1' '--infodir=/usr/share/info'
'--with-gpm=no'
'--with-sound=native' '--with-pop' '--mail-locking=lockf'
'--with-clash-detection' '--debug=yes' '--with-mule=yes'
'--with-canna=yes'
'--with-wnn=yes' '--with-xim=xlib' '--with-database=berkdb'
'--with-ldap=yes'
'--with-hesiod=no' '--with-athena=3d' '--with-widgets=athena'
'--with-menubars=lucid' '--with-scrollbars=lucid'
'--with-dialogs=athena'
'--with-msw=no' '--with-xfs=yes' '--pdump'
XEmacs 21.4.14 "Reasonable Discussion" configured for `i386-redhat-linux'.
Compilation / Installation:
Source code location:
/usr/src/build/323666-i386/BUILD/xemacs-21.4.14
Installation prefix: /usr
Operating system description file: `s/linux.h'
Machine description file: `m/intel386.h'
Compiler: gcc -O2 -g -pipe -march=i386 -mcpu=i686
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 Lucid 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).
Databases:
Compiling in support for Berkeley database.
Compiling in support for LDAP.
Compiling in support for PostgreSQL.
- Using PostgreSQL header file: libpq-fe.h
- Using PostgreSQL V7 bindings.
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.
- Using XFontSet to provide bilingual menubar.
Compiling in support for Canna on Mule.
Compiling in support for the WNN input method on Mule.
Mail:
Compiling in support for POP mail retrieval.
Compiling in support for "lockf" mail spool file locking method.
Other Features:
Inhibiting IPv6 canonicalization at startup.
Compiling in support for dynamic shared object modules.
Using the new portable dumper.
Compiling in support for extra debugging code.
====================================================================
And here the output from gdb:
(gdb) where
#0 0x00292c32 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
#1 0x00356d26 in kill () from /lib/tls/libc.so.6
#2 <signal handler called>
#3 0x00292c32 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
#4 0x003569af in raise () from /lib/tls/libc.so.6
#5 0x00358322 in abort () from /lib/tls/libc.so.6
#6 0x080b2c11 in assert_failed ()
#7 0x081d6be0 in XawTabsSetHighlight ()
#8 0x081d5065 in XlwScrollBarSetValues ()
#9 0x00185b70 in _XtMakeGeometryRequest () from /usr/X11R6/lib/libXt.so.6
#10 0x00199b80 in XtSetValues () from /usr/X11R6/lib/libXt.so.6
#11 0x081c8628 in xaw_update_one_widget ()
#12 0x081d103b in XawGaugeGetValue ()
#13 0x081d120c in xlw_update_one_widget ()
#14 0x081c70a8 in lw_map_widget_values ()
#15 0x081c7106 in lw_map_widget_values ()
#16 0x081c713c in lw_map_widget_values ()
#17 0x081aeeed in read_bitmap_data_from_file ()
#18 0x08134fe3 in redisplay_widget ()
#19 0x0813037f in redisplay_subwindow ()
#20 0x0817679c in redisplay_output_subwindow ()
#21 0x081b41da in Xatoms_of_objects_x ()
#22 0x08176636 in redisplay_redraw_cursor ()
#23 0x081757e0 in output_display_line ()
#24 0x08140e3a in display_boxes_in_gutter_p ()
#25 0x081413b7 in update_frame_gutters ()
#26 0x0816f144 in redisplay_frame ()
#27 0x0816f41e in redisplay_frame ()
#28 0x0816f801 in redisplay_frame ()
#29 0x080ffe34 in Fnext_event ()
#30 0x0809c185 in Fcommand_loop_1 ()
#31 0x080b5481 in condition_case_1 ()
#32 0x0809bc8c in Freally_early_error_handler ()
#33 0x0809bcbb in Freally_early_error_handler ()
#34 0x080b50d9 in internal_catch ()
#35 0x0809be06 in initial_command_loop ()
#36 0x080b1269 in xemacs_21_4_14_i386_redhat_linux ()
#37 0x080b23eb in main ()
#38 0x00344750 in __libc_start_main () from /lib/tls/libc.so.6
Thanks,
Alain