emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-cvs build on OpenBSD-current dumps core


From: Han Boetes
Subject: emacs-cvs build on OpenBSD-current dumps core
Date: Sat, 21 Jun 2003 04:36:23 +0200
User-agent: Mutt/1.4.1i

There is a package for 21.2 so stable does build on OpenBSD-current (i386)

This is the command that breaks:

~/nfs/Emacs/emacs/src% ./temacs --batch --load loadup bootstrap
zsh: 12124 segmentation fault (core dumped)  ./temacs --batch --load loadup 
bootstrap


#0  0x1c103fe4 in Fcons (car=0, cdr=0) at alloc.c:2109
#1  0x1c1076e4 in wrong_type_argument (predicate=0, value=0) at data.c:122
#2  0x1c11ef1a in Fget (symbol=0, propname=0) at fns.c:2014
#3  0x1c117059 in Fsignal (error_symbol=0, data=0) at eval.c:1479
#4  0x1c102e79 in memory_full () at alloc.c:477
#5  0x1c1030ed in lisp_malloc (nbytes=1020, type=MEM_TYPE_CONS) at alloc.c:615
#6  0x1c103ef5 in init_cons () at alloc.c:2056
#7  0x1c106b1e in init_alloc_once () at alloc.c:5504
#8  0x1c0c03ea in main (argc=5, argv=0xcfbef5cc) at emacs.c:1191
#9  0x1c035e71 in ___start ()
#10 0x1c035de7 in Letext ()
#11 0xcfbef768 in ?? ()


CFLAGS='-pipe -O2 -g'
./configure --with-gtk
gcc version 2.95.3 20010125 (prerelease, propolice)


Other interesting things that I noticed:

frame.o: In function make_terminal_frame':
/home/han/nfs/Emacs/emacs/src/frame.c:505: warning: sprintf() is often misused, 
please use snprintf()
xfns.o: In function tiff_error_handler':
/home/han/nfs/Emacs/emacs/src/xfns.c:8502: warning: vsprintf() is often 
misused, please use vsnprintf()
./temacs --batch --load loadup bootstrap
*** Signal 11

The build on mandrake-current with the same code goes fine.



# Han




reply via email to

[Prev in Thread] Current Thread [Next in Thread]