emacs-devel
[Top][All Lists]
Advanced

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

r115529: 'emacs -Q' doesn't start


From: Dmitry Antipov
Subject: r115529: 'emacs -Q' doesn't start
Date: Sun, 15 Dec 2013 09:54:03 +0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

As of r115529, 'emacs -Q' doesn't start correctly - there is no toolbar,
no response to user input including C-g, ~100% CPU consumption with the
following backtrace:

#0  0x00000000004b4745 in XTframe_up_to_date (f=0x11310f8) at 
../../trunk/src/xterm.c:592
#1  0x000000000044db5b in message3 (address@hidden) at 
../../trunk/src/xdisp.c:9931
#2  0x0000000000549cab in Fmessage (nargs=<optimized out>, args=<optimized 
out>) at ../../trunk/src/editfns.c:3452
#3  0x00000000005514ea in Ffuncall (nargs=<optimized out>, args=<optimized 
out>) at ../../trunk/src/eval.c:2786
#4  0x0000000000584d4d in exec_byte_code (bytestr=13982496, vector=0, 
maxdepth=2, args_template=44493029, nargs=140736797154560,
    args=0x3) at ../../trunk/src/bytecode.c:919
#5  0x0000000000551157 in funcall_lambda (fun=9208453, address@hidden, 
arg_vector=0x7fffd6cd1fa0,
    address@hidden) at ../../trunk/src/eval.c:2973
#6  0x000000000055141b in Ffuncall (nargs=1, args=0x7fffd6cd1e90) at 
../../trunk/src/eval.c:2866
#7  0x0000000000584d4d in exec_byte_code (bytestr=13982496, vector=0, 
maxdepth=2, args_template=44493029, nargs=1, args=0x1)
    at ../../trunk/src/bytecode.c:919
#8  0x0000000000551157 in funcall_lambda (fun=9209525, address@hidden, 
arg_vector=0x7fffd6cd2170,
    address@hidden) at ../../trunk/src/eval.c:2973
#9  0x000000000055141b in Ffuncall (nargs=2, args=0x7fffd6cd2088) at 
../../trunk/src/eval.c:2866
#10 0x0000000000584d4d in exec_byte_code (bytestr=13982496, vector=0, 
maxdepth=2, args_template=44493029, nargs=140736797155464,
    args=0x2) at ../../trunk/src/bytecode.c:919
#11 0x0000000000551157 in funcall_lambda (fun=9184245, address@hidden, 
arg_vector=0x7fffd6cd2320,
    address@hidden) at ../../trunk/src/eval.c:2973
#12 0x000000000055141b in Ffuncall (nargs=1, args=0x7fffd6cd2260) at 
../../trunk/src/eval.c:2866
#13 0x0000000000584d4d in exec_byte_code (bytestr=13982496, vector=0, 
maxdepth=2, args_template=44493029, nargs=140736797155928,
    args=0x1) at ../../trunk/src/bytecode.c:919
#14 0x0000000000551157 in funcall_lambda (address@hidden, address@hidden, 
arg_vector=0x0,
    address@hidden) at ../../trunk/src/eval.c:2973
#15 0x00000000005505b4 in apply_lambda (fun=9180717, args=<optimized out>) at 
../../trunk/src/eval.c:2914
#16 0x000000000055090b in eval_sub (address@hidden) at 
../../trunk/src/eval.c:2250
#17 0x0000000000553eb1 in Feval (form=12326774, lexical=<optimized out>) at 
../../trunk/src/eval.c:1993
#18 0x000000000054fa9e in internal_condition_case (address@hidden <top_level_2>, 
handlers=<optimized out>,
    address@hidden <cmd_error>) at ../../trunk/src/eval.c:1344
#19 0x00000000004e1cb6 in top_level_1 (address@hidden) at 
../../trunk/src/keyboard.c:1187
#20 0x000000000054f9ab in internal_catch (tag=12126690, address@hidden 
<top_level_1>, arg=12079282)
    at ../../trunk/src/eval.c:1108
#21 0x00000000004e60bf in command_loop () at ../../trunk/src/keyboard.c:1148
#22 recursive_edit_1 () at ../../trunk/src/keyboard.c:777
#23 0x00000000004e63c2 in Frecursive_edit () at ../../trunk/src/keyboard.c:841
#24 0x0000000000417fc5 in main (argc=<optimized out>, argv=0x7fffd6cd2718) at 
../../trunk/src/emacs.c:1634

Lisp Backtrace:
"message" (0xd6cd1d10)
"display-startup-echo-area-message" (0xd6cd1e98)
"command-line-1" (0xd6cd2090)
"command-line" (0xd6cd2268)
"normal-top-level" (0xd6cd23a0)

Both on MS-Windows (mingw build) and GNU/Linux (default GTK3 build).
Previous revision 115528 looks good.

Dmitry



reply via email to

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