bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#11330: 24.1.50; Infloop deleting overlays in the minibuffer


From: Chong Yidong
Subject: bug#11330: 24.1.50; Infloop deleting overlays in the minibuffer
Date: Mon, 05 Nov 2012 21:44:04 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux)

Nix <nix@esperi.org.uk> writes:

> With trunk emacs, I see a hang using the minibuffer after only a few
> minutes of use, sometimes less.
>
> "read-from-minibuffer" (0xb4ebdfd8)
> "completing-read-default" (0xb4ebe148)
> "read-buffer" (0xb4ebe2d8)
> "persp-read-buffer" (0xb4ebe4a8)
> "call-interactively" (0xb4ebe718)
>
> Note that perspectives.el is not implicated here: control never returns
> from delete_all_overlays(), and the value of `overlay' in the
> overlays_before loop never changes. Inside Fdelete_overlay(),
> Fmarker_buffer (OVERLAY_START (overlay)) is consistently returning Qnil,
> so it never actually deletes anything and the deletion loop never
> terminates.

Do you still this problem?  If so, any luck debugging it, or a
reproducible recipe?





reply via email to

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