all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Dan Nicolaescu <dann@gnu.org>
To: Dmitry Antipov <dmantipov@yandex.ru>
Cc: 15025@debbugs.gnu.org
Subject: bug#15025: emacs --daemon stuck in infinite loop
Date: Fri, 09 Aug 2013 15:14:08 -0400	[thread overview]
Message-ID: <yxqzjsqoewv.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <5205040B.5050404@yandex.ru> (Dmitry Antipov's message of "Fri, 09 Aug 2013 19:00:27 +0400")

Dmitry Antipov <dmantipov@yandex.ru> writes:

> On 08/09/2013 05:25 PM, Dan Nicolaescu wrote:
>
>> Now emacs is stuck. VframeList looks like it's empty.
>
> ...and you should hit `eassert (CONSP (Vframe_list))' in next_frame, but...
> do you have ENABLE_CHECKING turned on? (Hunting for a bug without it
> is just a waste of time).


It does not trigger that assert.

Vframe_list is:

(gdb) call debug_print(Vframe_list)
(gdb)


The backtrace is: 

(gdb) xbacktrace 
"delete-frame" (0x82f2d508)
"server-delete-client" (0x82f2da00)
"server-sentinel" (0x82f2ded8)

(gdb) bt
#0  next_frame (frame=0x1263165, minibuf=0xd47212)
    at /fac2/vol6/software/dann/hack/emacs/emacs-writable/trunk/src/frame.c:1016
#1  0x0000000000421e14 in delete_frame (frame=0x1263165, force=0xd18092)
    at /fac2/vol6/software/dann/hack/emacs/emacs-writable/trunk/src/frame.c:1216
#2  0x000000000042289a in Fdelete_frame (frame=0x1263165, force=0xd18092)
    at /fac2/vol6/software/dann/hack/emacs/emacs-writable/trunk/src/frame.c:1455
#3  0x00000000005dfc9e in Ffuncall (nargs=0x2, args=0x7fff82f2d500)
    at /fac2/vol6/software/dann/hack/emacs/emacs-writable/trunk/src/eval.c:2819
#4  0x0000000000628239 in exec_byte_code (bytestr=0x103bf01, vector=0x12c1925, 
    maxdepth=0x38, args_template=0x804, nargs=0x1, args=0x7fff82f2da08)
    at /fac2/vol6/software/dann/hack/emacs/emacs-writable/trunk/src/bytecode.c:905
#5  0x00000000005e0483 in funcall_lambda (fun=0x11d3e3d, nargs=0x1, 
    arg_vector=0x7fff82f2da00)
    at /fac2/vol6/software/dann/hack/emacs/emacs-writable/trunk/src/eval.c:2984
#6  0x00000000005dfe60 in Ffuncall (nargs=0x2, args=0x7fff82f2d9f8)
    at /fac2/vol6/software/dann/hack/emacs/emacs-writable/trunk/src/eval.c:2865
#7  0x0000000000628239 in exec_byte_code (bytestr=0x113dc31, vector=0x128c3f5, 
    maxdepth=0x28, args_template=0x808, nargs=0x2, args=0x7fff82f2dee8)
    at /fac2/vol6/software/dann/hack/emacs/emacs-writable/trunk/src/bytecode.c:905
#8  0x00000000005e0483 in funcall_lambda (fun=0x11ef1e5, nargs=0x2, 
    arg_vector=0x7fff82f2ded8)
    at /fac2/vol6/software/dann/hack/emacs/emacs-writable/trunk/src/eval.c:2984
#9  0x00000000005dfe60 in Ffuncall (nargs=0x3, args=0x7fff82f2ded0)
    at /fac2/vol6/software/dann/hack/emacs/emacs-writable/trunk/src/eval.c:2865
#10 0x00000000005def01 in Fapply (nargs=0x2, args=0x7fff82f2dfa0)
    at /fac2/vol6/software/dann/hack/emacs/emacs-writable/trunk/src/eval.c:2355
#11 0x00000000005df58d in apply1 (fn=0x300b912, arg=0xec2596)
    at /fac2/vol6/software/dann/hack/emacs/emacs-writable/trunk/src/eval.c:2589





  reply	other threads:[~2013-08-09 19:14 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-05 12:36 bug#15025: emacs --daemon stuck in infinite loop Dan Nicolaescu
2013-08-06 23:55 ` Glenn Morris
2013-08-07  2:13   ` Dmitry Antipov
2013-08-09  1:23     ` Dan Nicolaescu
2013-08-09  2:34       ` Dmitry Antipov
2013-08-09  9:12         ` martin rudalics
2013-08-09 13:25           ` Dan Nicolaescu
2013-08-09 15:00             ` Dmitry Antipov
2013-08-09 19:14               ` Dan Nicolaescu [this message]
2013-08-09 20:34                 ` martin rudalics
2013-08-09 21:54                   ` Dan Nicolaescu
2013-08-12  8:10                     ` Dmitry Antipov
2013-08-13 14:41                       ` Dan Nicolaescu
2013-08-14 17:43                         ` Dmitry Antipov
2013-08-15 15:40                         ` Dmitry Antipov
2013-08-16 18:36                           ` Dan Nicolaescu
2013-08-09 17:09             ` martin rudalics

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=yxqzjsqoewv.fsf@fencepost.gnu.org \
    --to=dann@gnu.org \
    --cc=15025@debbugs.gnu.org \
    --cc=dmantipov@yandex.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.