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

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

[debbugs-tracker] bug#16967: closed (frame related race condition)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#16967: closed (frame related race condition)
Date: Wed, 02 Oct 2019 01:49:02 +0000

Your message dated Wed, 2 Oct 2019 03:47:49 +0200
with message-id <CAAeL0SR70RYQfAsTJuMJue7qe=address@hidden>
and subject line Re: bug#16967: frame related race condition
has caused the debbugs.gnu.org bug report #16967,
regarding frame related race condition
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
16967: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16967
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: frame related race condition Date: Sat, 8 Mar 2014 17:19:43 +0100
Package: emacs
Version: 24.3.50

emacs -Q

then type this in *scratch*

(let* ((c (selected-frame))
       (f (make-frame)))
  (sit-for 0)
  (select-frame-set-input-focus f)
  (sit-for 0)
  (delete-frame c))

then evaluate the let repeteadly. It's not hard to get "let*: Attempt
to delete the sole visible or iconified frame".



--- End Message ---
--- Begin Message --- Subject: Re: bug#16967: frame related race condition Date: Wed, 2 Oct 2019 03:47:49 +0200
Though the thread was inconclusive,  the bug was likely fixed by subsequent changes by Martin and does not happen with the current trunk, so I'm closing this one.


--- End Message ---

reply via email to

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