unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* r115529: 'emacs -Q' doesn't start
@ 2013-12-15  5:54 Dmitry Antipov
  2013-12-15  6:19 ` Michael Heerdegen
  2013-12-15 16:28 ` Eli Zaretskii
  0 siblings, 2 replies; 4+ messages in thread
From: Dmitry Antipov @ 2013-12-15  5:54 UTC (permalink / raw)
  To: Emacs development discussions; +Cc: Paul Eggert

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 (m=m@entry=14332033) 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, nargs=nargs@entry=0, arg_vector=0x7fffd6cd1fa0,
     arg_vector@entry=0x7fffd6cd1e98) 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, nargs=nargs@entry=1, arg_vector=0x7fffd6cd2170,
     arg_vector@entry=0x7fffd6cd2090) 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, nargs=nargs@entry=0, arg_vector=0x7fffd6cd2320,
     arg_vector@entry=0x7fffd6cd2268) 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 (fun=fun@entry=9180717, nargs=nargs@entry=0, arg_vector=0x0,
     arg_vector@entry=0x7fffd6cd23a0) 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 (form=form@entry=12326774) 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 (bfun=bfun@entry=0x4e1cd0 <top_level_2>, handlers=<optimized out>,
     hfun=hfun@entry=0x4e64b0 <cmd_error>) at ../../trunk/src/eval.c:1344
#19 0x00000000004e1cb6 in top_level_1 (ignore=ignore@entry=12079282) at ../../trunk/src/keyboard.c:1187
#20 0x000000000054f9ab in internal_catch (tag=12126690, func=func@entry=0x4e1c50 <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



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: r115529: 'emacs -Q' doesn't start
  2013-12-15  5:54 r115529: 'emacs -Q' doesn't start Dmitry Antipov
@ 2013-12-15  6:19 ` Michael Heerdegen
  2013-12-15 16:28   ` Eli Zaretskii
  2013-12-15 16:28 ` Eli Zaretskii
  1 sibling, 1 reply; 4+ messages in thread
From: Michael Heerdegen @ 2013-12-15  6:19 UTC (permalink / raw)
  To: emacs-devel

Dmitry Antipov <dmantipov@yandex.ru> writes:

> 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:

I'm seeing this too.  But it starts correctly in any terminal.

Michael.




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: r115529: 'emacs -Q' doesn't start
  2013-12-15  5:54 r115529: 'emacs -Q' doesn't start Dmitry Antipov
  2013-12-15  6:19 ` Michael Heerdegen
@ 2013-12-15 16:28 ` Eli Zaretskii
  1 sibling, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2013-12-15 16:28 UTC (permalink / raw)
  To: Dmitry Antipov; +Cc: eggert, emacs-devel

> Date: Sun, 15 Dec 2013 09:54:03 +0400
> From: Dmitry Antipov <dmantipov@yandex.ru>
> Cc: Paul Eggert <eggert@cs.ucla.edu>
> 
> 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:

Should be fixed now.



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: r115529: 'emacs -Q' doesn't start
  2013-12-15  6:19 ` Michael Heerdegen
@ 2013-12-15 16:28   ` Eli Zaretskii
  0 siblings, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2013-12-15 16:28 UTC (permalink / raw)
  To: Michael Heerdegen; +Cc: emacs-devel

> From: Michael Heerdegen <michael_heerdegen@web.de>
> Date: Sun, 15 Dec 2013 07:19:35 +0100
> 
> Dmitry Antipov <dmantipov@yandex.ru> writes:
> 
> > 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:
> 
> I'm seeing this too.  But it starts correctly in any terminal.

Because the problem was specific to GUI sessions.



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-12-15 16:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-15  5:54 r115529: 'emacs -Q' doesn't start Dmitry Antipov
2013-12-15  6:19 ` Michael Heerdegen
2013-12-15 16:28   ` Eli Zaretskii
2013-12-15 16:28 ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).