emacs-devel
[Top][All Lists]
Advanced

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

Re: Bootstrap failure


From: Jan Djärv
Subject: Re: Bootstrap failure
Date: Sun, 15 Nov 2009 10:30:42 +0100
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; sv-SE; rv:1.9.1.4pre) Gecko/20090915 Thunderbird/3.0b4



Stefan Monnier skrev 2009-11-15 02.31:
It happens for me (on GNU/Linux).  Also for Jan Djärv (probably on some
Unix, judging by the error pathname).
Ubuntu 9.10.

Start temacs under the debugger.  Place a breakpoint on Fsignal.
Look at the backtrace.


Steps to reproduce:
% make bootstrap
% make clean
% make

It also happens for OSX 10.6.  Backtrace:

Loading button...
Loading startup...

Breakpoint 2, Fsignal (error_symbol=4320204362, data=4321269478) at eval.c:1619
1619      register struct handler *allhandlers = handlerlist;
(gdb) bt
#0  Fsignal (error_symbol=4320204362, data=4321269478) at eval.c:1619
#1 0x0000000100161d4b in xsignal (error_symbol=4320204362, data=4321269478) at eval.c:1729 #2 0x0000000100161d94 in xsignal1 (error_symbol=Could not find the frame base for "xsignal1".
) at eval.c:1746
#3  0x0000000100163594 in Feval (form=4321269558) at eval.c:2394
#4  0x000000010016320c in Feval (form=4321270038) at eval.c:2331
#5 0x0000000100192489 in readevalloop (readcharfun=4320279994, stream=0x7fff70115f18, sourcename=4307765385, evalfun=0x100162cbf <Feval>, printflag=0, unibyte=4320133130, readfun=4320133130, start=4320133130, end=4320133130) at lread.c:1792 #6 0x0000000100190b55 in Fload (file=4307861273, noerror=4320133130, nomessage=4320133130, nosuffix=4320133130, must_suffix=4320133130) at lread.c:1269
#7  0x00000001001633cd in Feval (form=4320161334) at eval.c:2360
#8 0x0000000100192489 in readevalloop (readcharfun=4320279994, stream=0x7fff70115e80, sourcename=4307611321, evalfun=0x100162cbf <Feval>, printflag=0, unibyte=4320133130, readfun=4320133130, start=4320133130, end=4320133130) at lread.c:1792 #9 0x0000000100190b55 in Fload (file=4307611065, noerror=4320133130, nomessage=4320133130, nosuffix=4320133130, must_suffix=4320133130) at lread.c:1269
#10 0x00000001001633cd in Feval (form=4320151862) at eval.c:2360
#11 0x00000001000b5349 in top_level_2 () at keyboard.c:1367
#12 0x0000000100161591 in internal_condition_case (bfun=0x1000b5336 <top_level_2>, handlers=4320203882, hfun=0x1000b4e55 <cmd_error>) at eval.c:1490
#13 0x00000001000b5385 in top_level_1 () at keyboard.c:1375
#14 0x0000000100160eb6 in internal_catch (tag=4320197098, func=0x1000b534b <top_level_1>, arg=4320133130) at eval.c:1226
#15 0x00000001000b529f in command_loop () at keyboard.c:1330
#16 0x00000001000b48e8 in recursive_edit_1 () at keyboard.c:952
#17 0x00000001000b4ad9 in Frecursive_edit () at keyboard.c:1014
#18 0x00000001000b2d08 in main (argc=5, argv=0x7fff5fbff620) at emacs.c:1827

Lisp Backtrace:
0xc4b6c9 Lisp type 1
"defvaralias" (0x5fbfe6f8)
"load" (0x5fbfeb70)
"load" (0x5fbff0d0)

YAMAMOTO Mitsuharu wrote:

I think the failure at startup.elc is due to the following change:

2009-11-04  Dan Nicolaescu  <address@hidden>

        * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle 
defvaralias.

Could you try the patch below if it gives a good result?


It does indeed.

        Jan D.




reply via email to

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