emacs-devel
[Top][All Lists]
Advanced

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

Re: today's git does not run on Ubuntu


From: Juanma Barranquero
Subject: Re: today's git does not run on Ubuntu
Date: Sun, 15 Dec 2013 16:20:18 +0100

On Sun, Dec 15, 2013 at 2:56 PM, Susan Cragin <address@hidden> wrote:

> I updated my emacs git today, which compiled seemingly without errors, but 
> does not run. The program opens and freezes immediately.

I see the same thing on Windows: "emacs -Q" freezes, "emacs -Q -nw" does not.

It seems a consequence of Paul's latest patches (revno:115529, revno:115532).

Breaking with Ctrl-C gives this backtrace:

Quit (expect signal SIGINT when the program is resumed)
(gdb) thread 1
[Switching to thread 1 (Thread 10728.0x16b8)]
#0  0x01204269 in w32_frame_up_to_date (f=0x3a9d360
<__register_frame_info+61461344>) at w32term.c:730
730         FRAME_MOUSE_UPDATE (f);
(gdb) bt
#0  0x01204269 in w32_frame_up_to_date (f=0x3a9d360
<__register_frame_info+61461344>) at w32term.c:730
#1  0x0103b3a2 in message3_nolog (m=61864465) at xdisp.c:9992
#2  0x0103b08c in message3 (m=61864465) at xdisp.c:9931
#3  0x01172af6 in Fmessage (nargs=2, args=0x88eb08) at editfns.c:3452
#4  0x0117f07f in Ffuncall (nargs=3, args=0x88eb04) at eval.c:2786
#5  0x011bf97c in exec_byte_code (bytestr=19642409, vector=19642429,
maxdepth=24, args_template=0, nargs=0, args=0x88ee3c) at
bytecode.c:919
#6  0x0117f971 in funcall_lambda (fun=19642389, nargs=0,
arg_vector=0x88ee3c) at eval.c:2973
#7  0x0117f3cb in Ffuncall (nargs=1, args=0x88ee38) at eval.c:2854
#8  0x011bf97c in exec_byte_code (bytestr=19642961, vector=19642981,
maxdepth=92, args_template=1028, nargs=1, args=0x88f1ac) at
bytecode.c:919
#9  0x0117f971 in funcall_lambda (fun=19642941, nargs=1,
arg_vector=0x88f1a8) at eval.c:2973
#10 0x0117f3cb in Ffuncall (nargs=2, args=0x88f1a4) at eval.c:2854
#11 0x011bf97c in exec_byte_code (bytestr=19630113, vector=19630133,
maxdepth=68, args_template=0, nargs=0, args=0x88f50c) at
bytecode.c:919
#12 0x0117f971 in funcall_lambda (fun=19630093, nargs=0,
arg_vector=0x88f50c) at eval.c:2973
#13 0x0117f3cb in Ffuncall (nargs=1, args=0x88f508) at eval.c:2854
#14 0x011bf97c in exec_byte_code (bytestr=19628321, vector=19628341,
maxdepth=48, args_template=0, nargs=0, args=0x88f7c0) at
bytecode.c:919
#15 0x0117f971 in funcall_lambda (fun=19628301, nargs=0,
arg_vector=0x88f7c0) at eval.c:2973
#16 0x0117f690 in apply_lambda (fun=19628301, args=58132514) at eval.c:2914
#17 0x0117e06e in eval_sub (form=59864350) at eval.c:2220
#18 0x0117d68e in Feval (form=59864350, lexical=58132514) at eval.c:1993
#19 0x010f262d in top_level_2 () at keyboard.c:1179
#20 0x0117c075 in internal_condition_case (bfun=0x10f2610
<top_level_2>, handlers=58183970, hfun=0x10f21ab <cmd_error>) at
eval.c:1344
#21 0x010f2661 in top_level_1 (ignore=58132514) at keyboard.c:1187
#22 0x0117b622 in internal_catch (tag=58179330, func=0x10f262f
<top_level_1>, arg=58132514) at eval.c:1108
#23 0x010f2593 in command_loop () at keyboard.c:1148
#24 0x010f1d48 in recursive_edit_1 () at keyboard.c:777
#25 0x010f1f04 in Frecursive_edit () at keyboard.c:841
#26 0x010f0108 in main (argc=2, argv=0xab1b50) at emacs.c:1634

Lisp Backtrace:
"message" (0x88eb08)
warning: SuspendThread failed. (winerr 5)
warning: SuspendThread failed. (winerr 5)
PC register is not available
(gdb)



reply via email to

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