It happens (not all the time, but quite often) when I try to executean
ldap query -
I start xemacs, go to Tools->Directory Search->Query with form... and boom :
Fatal error: assertion failed, file bytecode.c, line 1477, abort()
Fatal error (6).
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/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:
# bind (no-save protocol server)
eudc-set-server("ldap.directory.ti.com" ldap t)
# bind (current-load-list)
# (unwind-protect ...)
# bind (load-file-name)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
load-internal("~/.eudc-options" nil nil nil undecided)
# bind (path handler filename nosuffix nomessage noerror file)
load("~/.eudc-options")
byte-code("..." [noninteractive eudc-options-file locate-library message
"" featurep load infodock eudc-install-menu] 2)
# bind (current-load-list)
# (unwind-protect ...)
# bind (load-file-name)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
load-internal("eudc" nil nil nil binary)
# bind (path handler filename nosuffix nomessage noerror file)
load("eudc" nil nil nil)
apply(load ("eudc" nil nil nil))
# bind (inhibit-file-name-handlers inhibit-file-name-operation args operation)
clearcase-suppress-vc-within-mvfs-file-name-handler(load "eudc" nil nil nil)
# bind (path handler filename nosuffix nomessage noerror file)
load("eudc" nil nil nil)
# (unwind-protect ...)
call-interactively(eudc-query-form)
# (condition-case ... . error)
# (catch top-level ...)
Back trace from core file :
#0 0x40484921 in __kill () at __kill:-1
#1 0x080ae907 in fatal_error_signal ()
#2 <signal handler called>
#3 0x40484921 in __kill () at __kill:-1
#4 0x4048469d in raise (sig=6) at ../sysdeps/posix/raise.c:27
#5 0x40485d08 in abort () at ../sysdeps/generic/abort.c:88
#6 0x080b09c5 in assert_failed ()
#7 0x08091d17 in execute_rare_opcode ()
#8 0x08090c6e in execute_optimized_program ()
#9 0x08090aa7 in funcall_compiled_function ()
#10 0x080b5677 in Feval ()
#11 0x0814365c in readevalloop ()
#12 0x08142653 in Fload_internal ()
#13 0x080b5a51 in Ffuncall ()
#14 0x08090e0b in execute_optimized_program ()
#15 0x08090aa7 in funcall_compiled_function ()
#16 0x080b5b0e in Ffuncall ()
#17 0x08090e0b in execute_optimized_program ()
#18 0x08093aa5 in Fbyte_code ()
#19 0x080b5484 in Feval ()
#20 0x0814365c in readevalloop ()
#21 0x08142653 in Fload_internal ()
#22 0x080b5a51 in Ffuncall ()
#23 0x08090e0b in execute_optimized_program ()
#24 0x08090aa7 in funcall_compiled_function ()
#25 0x080b5b0e in Ffuncall ()
#26 0x080b5fbc in Fapply ()
#27 0x080b5ad5 in Ffuncall ()
#28 0x08090e0b in execute_optimized_program ()
#29 0x08090aa7 in funcall_compiled_function ()
#30 0x080b5b0e in Ffuncall ()
#31 0x08090e0b in execute_optimized_program ()
#32 0x08090aa7 in funcall_compiled_function ()
#33 0x080b5b0e in Ffuncall ()
#34 0x080b67db in call4 ()
#35 0x080b4e8f in do_autoload ()
#36 0x08093f66 in Fcall_interactively ()
#37 0x080b59e1 in Ffuncall ()
#38 0x080b66c7 in call1 ()
#39 0x080f6179 in execute_command_event ()
#40 0x080f672e in Fdispatch_event ()
#41 0x0809b52f in Fcommand_loop_1 ()
#42 0x080b2f3e in condition_case_1 ()
#43 0x0809af96 in command_loop_3 ()
#44 0x0809afbb in command_loop_2 ()
#45 0x080b2bda in internal_catch ()
#31 0x08090e0b in execute_optimized_program ()
#32 0x08090aa7 in funcall_compiled_function ()
#33 0x080b5b0e in Ffuncall ()
#34 0x080b67db in call4 ()
#35 0x080b4e8f in do_autoload ()
#36 0x08093f66 in Fcall_interactively ()
#37 0x080b59e1 in Ffuncall ()
#38 0x080b66c7 in call1 ()
#39 0x080f6179 in execute_command_event ()
#40 0x080f672e in Fdispatch_event ()
#41 0x0809b52f in Fcommand_loop_1 ()
#42 0x080b2f3e in condition_case_1 ()
#43 0x0809af96 in command_loop_3 ()
#44 0x0809afbb in command_loop_2 ()
#45 0x080b2bda in internal_catch ()
---Type <return> to continue, or q <return> to quit---
#46 0x0809b11f in initial_command_loop ()
#47 0x080afa0c in xemacs_21_4_8_i686_redhat_linux ()
#48 0x080b014f in main ()
#49 0x40472336 in __libc_start_main (main=0x80b00e0 <main>, argc=1,
ubp_av=0xbffff5a4, init=0x8082a9c <_init>, fini=0x81ca700 <_fini>,
rtld_fini=0x4000d2fc <_dl_fini>, stack_end=0xbffff59c)
at ../sysdeps/generic/libc-start.c:129
System Info to help track down your bug:
---------------------------------------
uname -a: Linux
cbc0794930.isr.asp.ti.com 2.4.9-13 #1 Tue Oct 30 20:05:14 EST 2001 i686
unknown
./configure 'i686-redhat-linux' '--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=no' '--error-checking=none' '--with-mule=yes'
'--with-database=no' '--with-ldap=yes' '--with-hesiod=no'
'--with-canna=yes' '--with-wnn=yes' '--with-menubars=lucid'
'--with-scrollbars=lucid' '--with-dialogs=lucid' '--with-xim=xlib'
'--with-msw=no' '--with-xfs=yes' '--pdump'
XEmacs 21.4.8 "Honest Recruiter" configured for `i686-redhat-linux'.
Compilation / Installation:
Source code location: /usr/src/redhat/BUILD/xemacs-21.4.8
Installation prefix: /usr
Operating system description file: `s/linux.h'
Machine description file: `m/intel386.h'
Compiler: gcc -O2 -march=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.
Using Lucid menubars.
Using Lucid scrollbars.
Using Motif dialog boxes.
Using Motif 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 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.
Load-Path Lisp Shadows:
----------------------
(/usr/lib/xemacs/xemacs-packages/lisp/prog-modes/rpm-spec-mode
/usr/share/xemacs-21.4.8/lisp/rpm-spec-mode
/usr/lib/xemacs/xemacs-packages/lisp/apel/alist
/usr/share/xemacs-21.4.8/lisp/alist)
Installed XEmacs Packages:
-------------------------
((zenirc:version 1.13 :type regular)
(xslt-process :version 1.07 :type regular)
(xslide :version 1.02 :type regular)
(xemacs-devel :version 1.44 :type single-file)
(xemacs-base :version 1.63 :type regular)
(w3 :version 1.23 :type regular)
(vm :version 7.04 :type regular)
(viper :version 1.34 :type regular)
(view-process :version 1.11 :type regular)
(vhdl :version 1.15 :type regular)
(vc-cc :version 1.18 :type regular)
(vc :version 1.3 :type regular)
(tramp :version 1.05 :type regular)
(tpu :version 1.12 :type regular)
(tooltalk :version 1.13 :type regular)
(tm :version 1.32 :type regular)
(time :version 1.11 :type regular)
(textools :version 1.12 :type regular)
(text-modes :version 1.43 :type single-file)
(texinfo :version 1.2 :type regular)
(supercite :version 1.19 :type regular)
(strokes :version 1.08 :type regular)
(speedbar :version 1.23 :type regular)
(sounds-wav :version 1.1 :type regular)
(sounds-au :version 1.1 :type regular)
(slider :version 1.13 :type regular)
(sieve :version 1.02 :type regular)
(sh-script :version 1.15 :type regular)
(sgml :version 1.08 :type regular)
(semantic :version 1.12 :type regular)
(scheme :version 1.11 :type regular)
(rmail :version 1.13 :type regular)
(reftex :version 1.25 :type regular)
(psgml :version 1.28 :type regular)
(ps-print :version 1.04 :type regular)
(prog-modes
:version
1
.56
:type
single-file)
(pcomplete :version 1.01 :type regular)
(pcl-cvs :version 1.61 :type regular)
(pc :version 1.22 :type single-file)
(os-utils :version 1.28 :type single-file)
(net-utils :version 1.24 :type single-file)
(mmm-mode :version 1.0 :type regular)
(misc-games :version 1.15 :type single-file)
(mine :version 1.14 :type regular)
(mh-e :version 1.14 :type regular)
(mailcrypt :version 2.11 :type regular)
(mail-lib :version 1.46 :type regular)
(liece :version 1.04 :type regular)
(jde :version 1.35 :type regular)
(ispell :version 1.24 :type regular)
(ilisp :version 1.22 :type regular)
(igrep :version 1.08 :type regular)
(idlwave :version 1.25 :type regular)
(ibuffer :version 1.07 :type regular)
(hm--html-menus :version 1.18 :type regular)
(haskell-mode :version 1.04 :type regular)
(gnus :version 1.6 :type regular)
(gnats :version 1.14 :type regular)
(games :version 1.13 :type regular)
(fsf-compat :version 1.11 :type single-file)
(frame-icon :version 1.09 :type regular)
(forms :version 1.14 :type regular)
(footnote :version 1.15 :type regular)
(eudc :version 1.36 :type regular)
(eterm :version 1.13 :type regular)
(eshell :version 1.03 :type regular)
(emerge :version 1.09 :type regular)
(elib :version 1.1 :type single-file)
(eieio :version 1.02 :type regular)
(efs :version 1.29 :type regular)
(edt :version 1.12 :type regular)
(edit-utils :version 1.85 :type single-file)
(ediff :version 1.41 :type regular)
(edebug :version 1.14 :type regular)
(dired :version 1.12 :type regular)
(dictionary :version 1.11 :type regular)
(debug :version 1.15 :type regular)
(crisp :version 1.12 :type regular)
(cookie :version 1.14 :type regular)
(clearcase :version 1.03 :type regular)
(cc-mode :version 1.28 :type regular)
(calendar :version 1.18 :type regular)
(calc :version 1.23 :type regular)
(c-support :version 1.16 :type single-file)
(build :version 1.05 :type regular)
(bbdb :version 1.2 :type regular)
(auctex :version 1.31 :type regular)
(ada :version 1.1 :type regular)
(mule-ucs :version 1.04 :type regular)
(mule-base :version 1.4 :type regular)
(lookup :version 1.1 :type regular)
(locale :version 1.18 :type regular)
(leim :version 1.18 :type regular)
(latin-unity :version 1.05 :type regular)
(egg-its :version 1.26 :type regular)
(edict :version 1.13 :type regular))
Features:
--------
(mail-abbrevs xemacsbug shadow sendmail rfc822 recent-files clearcase
timer tq reporter dired-faces dired-xemacs dired comint ring font
disp-table font-lock mwheel edmacro autoinsert rpm-spec-mode cus-face
zenirc-autoloads xslt-process-autoloads xslide-autoloads
xemacs-devel-autoloads xemacs-base-autoloads w3-autoloads vm-autoloads
viper-autoloads view-process-autoloads vhdl-autoloads vc-cc-autoloads
vc-autoloads tramp-autoloads tpu-autoloads tooltalk-autoloads
tm-autoloads time-autoloads textools-autoloads text-modes-autoloads
texinfo-autoloads supercite-autoloads strokes-autoloads
speedbar-autoloads sounds-wav-autoloads sounds-au-autoloads
slider-autoloads sieve-autoloads sh-script-autoloads sgml-autoloads
semantic-autoloads scheme-autoloads rmail-autoloads reftex-autoloads
psgml-autoloads ps-print-autoloads prog-modes-autoloads
pcomplete-autoloads pcl-cvs-autoloads pc-autoloads os-utils-autoloads
net-utils-autoloads mmm-mode-autoloads misc-games-autoloads
mine-autoloads mh-e-autoloads mailcrypt-autoloads mail-lib-autoloads
liece-autoloads jde-autoloads ispell-autoloads ilisp-autoloads
igrep-autoloads idlwave-autoloads ibuffer-autoloads
hm--html-menus-autoloads haskell-mode-autoloads gnus-autoloads
gnats-autoloads games-autoloads fsf-compat-autoloads
frame-icon-autoloads forms-autoloads footnote-autoloads eudc-autoloads
eterm-autoloads eshell-autoloads emerge-autoloads elib-autoloads
eieio-autoloads efs-autoloads edt-autoloads edit-utils-autoloads
ediff-autoloads edebug-autoloads dired-autoloads dictionary-autoloads
debug-autoloads crisp-autoloads cookie-autoloads clearcase-autoloads
cc-mode-autoloads calendar-autoloads calc-autoloads
c-support-autoloads build-autoloads bbdb-autoloads auctex-autoloads
apel-autoloads ada-autoloads mule-ucs-autoloads mule-base-autoloads
lookup-autoloads locale-autoloads leim-autoloads latin-unity-autoloads
egg-its-autoloads edict-autoloads lisp-autoloads loadhist auto-show
fontl-hooks x-iso8859-1 canna-leim slovenian czech romanian ccl
mule-help code-cmds gutter-items menubar-items x-menubar mode-motion
mouse itimer auto-save lisp-mode easymenu iso8859-1 page buff-menu
lib-complete cus-file derived frame text-props obsolete cus-start
custom widget cl-extra mini-cl cl cl-19 packages backquote
very-early-lisp postgresqlv7 postgresql CANNA file-coding wnn mule
lucid-scrollbars cut-buffer lucid-menubars motif-dialogs x
c-balloon-help tty-frames tty toolbar native-sound scrollbar
unix-processes multicast network-streams subprocesses modules
menu-accelerator-support menubar md5 xemacs xim gutter tiff png gif
jpeg xpm xbm lisp-float-type linux dialog devices window-system
base64)
Recent keystrokes:
-----------------
M-x b u TAB TAB f TAB TAB BS BS BS BS BS BS BS s u
b TAB TAB TAB TAB BS BS BS s u b TAB TAB BS BS BS b
u g TAB TAB BS BS e t TAB TAB BS BS BS c - s u TAB
TAB TAB BS BS BS BS s u b TAB TAB BS BS BS ESC ESC
ESC ESC ESC ESC ESC M-x r e p o TAB r TAB x TAB RE
T
Recent messages (most recent first):
-----------------------------------
Loading xemacsbug...done
Loading xemacsbug...
Making completion list...
Quit
Reading view properties...done
waiting for cleartool to start...done
waiting for cleartool to start...
Reading view properties...
Making completion list...
Making completion list...
Loading ~/.xemacs/init.el...done
X connection is synchronous
Loading autoinsert...done
Loading autoinsert...
Loading ~/.xemacs/init.el...
Loading /home/users/a0794930/.recent-files.el...done
Loading /home/users/a0794930/.recent-files.el...
Loading recent-files...done
Loading recent-files...
Loading timer...done
--
Alexander Sirotkin
SW Engineer
Texas Instruments
Broadband Communications Israel (BCIL)
Tel: +972-9-9706587
___________________________________________
Are you using Windows or is that just an XT?