GNU bug report logs - #16967
frame related race condition

Previous Next

Package: emacs;

Reported by: Juanma Barranquero <lekktu <at> gmail.com>

Date: Sat, 8 Mar 2014 16:21:02 UTC

Severity: normal

Found in version 24.3.50

Done: Juanma Barranquero <lekktu <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Juanma Barranquero <lekktu <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#16967: closed (frame related race condition)
Date: Wed, 02 Oct 2019 01:49:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 2 Oct 2019 03:47:49 +0200
with message-id <CAAeL0SR70RYQfAsTJuMJue7qe=m6nP9ysEacnpY5vdgShQ0zhQ <at> mail.gmail.com>
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
help-debbugs <at> gnu.org.)


-- 
16967: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16967
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Juanma Barranquero <lekktu <at> gmail.com>
To: Bug-Gnu-Emacs <bug-gnu-emacs <at> gnu.org>
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".


[Message part 3 (message/rfc822, inline)]
From: Juanma Barranquero <lekktu <at> gmail.com>
To: martin rudalics <rudalics <at> gmx.at>
Cc: 16967-done <at> debbugs.gnu.org, Stefan Monnier <monnier <at> iro.umontreal.ca>
Subject: Re: bug#16967: frame related race condition
Date: Wed, 2 Oct 2019 03:47:49 +0200
[Message part 4 (text/plain, inline)]
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.
[Message part 5 (text/html, inline)]

This bug report was last modified 5 years and 293 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.