Greetings -
In a current 21.5 -debug build, I'm seeing the following failure when
running the c-tests.el test from the test suite:
Testing /usr/local/src/xemacs-21.5-2005-11-30-debug/tests/automated/c-tests.el...
Fatal error: assertion failed, file
/usr/local/src/xemacs-21.5-2005-11-30-debug/src/tests.c, line 365,
!memcmp (BYTE_BUF_BYTE_ADDRESS (current_buffer, charbpos_to_bytebpos
(current_buffer, ((current_buffer)->bufpt + 0))), int_foo, sizeof
(int_foo) - 1)
make[1]: *** [check] Aborted (core dumped)
make[1]: Leaving directory `/usr/local/build/xemacs-21.5-2005-11-30-debug/src'
make: *** [check] Error 2
(All the other tests pass, by the way.) Does anyone else see this?
I've included my Installation file below:
uname -a: Linux
cvs-srvr.aoainc.com 2.6.9-5.ELsmp #1 SMP Wed Jan 5
19:30:39 EST 2005 i686 i686 i386 GNU/Linux
../../src/xemacs-21.5-2005-11-30-debug/configure
'--prefix=/usr/local/xemacs-21.5-2005-11-30-debug' '--with-cflags= -g
-O' '--with-site-prefixes=/usr/local'
'--with-infopath=/usr/local/info' '--disable-dialogs'
'--disable-widgets' '--disable-sound'
'--with-package-path=/usr/local/site-packages::/usr/local/xemacs-packages'
'--enable-pdump' '--enable-bignum=gmp' '--enable-debug'
'--enable-assertions' '--enable-memory-usage-stats'
'--with-cflags-optimization=' '--with-cflags-debugging='
'--disable-mule' '--disable-mc-alloc' 'CC=gcc'
XEmacs 21.5-b23 "daikon" (+CVS-20051129) configured for `i686-pc-linux'.
Compilation Environment and Installation Defaults:
Source code location: /usr/local/src/xemacs-21.5-2005-11-30-debug
Installation prefix: /usr/local/xemacs-21.5-2005-11-30-debug
Additional prefixes: /usr/local
Operating system description file: `s/linux.h'
Machine description file: `m/intel386.h'
Compiler version: gcc (GCC) 4.0.2
- GCC specs file: specs.
- Compiler command: gcc -Wall -Wno-switch -Wundef
-Wsign-compare -Wno-char-subscripts -Wpacked -Wunused-parameter -g
-O
libc version: glibc-2.3.4-2
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.
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.
Sound:
Databases:
Compiling in support for Berkeley database.
Compiling in support for LDAP.
Internationalization:
Mail:
Compiling in support for "file" mail spool file locking method.
Other Features:
Inhibiting IPv6 canonicalization at startup.
Compiling in support for dynamic shared object modules.
Compiling in support for more number types using the GNU MP library.
Using the new GC algorithms.
WARNING: ---------------------------------------------------------
WARNING: The new algorithms are experimental. They are enabled by
WARNING: default for this release. Use `--disable-kkcc' to
WARNING: turn it off.
WARNING: ---------------------------------------------------------
Using the new portable dumper.
Dumping into executable.
Compiling in support for extra debugging code.
Compiling in support for runtime error checking.
WARNING: ---------------------------------------------------------
WARNING: XEmacs will run noticeably more slowly as a result.
WARNING: Error checking is on by default for XEmacs beta releases.
WARNING: ---------------------------------------------------------
Regards,
Vin