GNU bug report logs - #29170
Emacs freezes when doing a gui-get-selection on OpenBSD

Previous Next

Package: emacs;

Reported by: daimrod <at> omecha.info (Grégoire Jadi)

Date: Mon, 6 Nov 2017 14:22:02 UTC

Severity: normal

Tags: confirmed

Merged with 45544

Found in versions 26.0.90, 27.1.90

Fixed in version 28.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


Message #41 received at 29170 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: daimrod <at> omecha.info, 29170 <at> debbugs.gnu.org
Subject: Re: bug#29170: 26.0.90; Emacs freezes when capturing an org-template
Date: Fri, 02 Oct 2020 10:12:28 +0300
> From: Lars Ingebrigtsen <larsi <at> gnus.org>
> Date: Fri, 02 Oct 2020 07:16:57 +0200
> Cc: 29170 <at> debbugs.gnu.org
> 
> daimrod <at> omecha.info (Grégoire Jadi) writes:
> 
> > For some time now (emacs-25.1), emacs freezes when I use `org-capture'.
> > The problem occurs when emacs tries to read the SECONDARY selection.
> >
> > The following snippet can be used to freeze emacs for 2s everytime on my
> > computer :
> > (let ((value 'SECONDARY)
> >       (x-selection-timeout 2000))
> >   ;;; from org-get-x-clipboard in lisp/org-compat.el
> >   (gui-get-selection value 'UTF8_STRING)
> >   (gui-get-selection value 'COMPOUND_TEXT)
> >   (gui-get-selection value 'STRING)
> >   (gui-get-selection value 'TEXT))
> >
> > If the user (me) send any commands (C-p, C-n, M-x, ...) to emacs when it
> > is frozen, Emacs will stay frozen even after the 2s timeout.
> 
> I tried this recipe now on OpenBSD with Emacs 28, and I can confirm that
> this freezes Emacs.

Can you debug the cause which causes the freeze?  What is the code
that freezes?





This bug report was last modified 3 years and 338 days ago.

Previous Next


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