From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 09 05:24:43 2015 Received: (at submit) by debbugs.gnu.org; 9 Apr 2015 09:24:43 +0000 Received: from localhost ([127.0.0.1]:49982 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Yg8hV-00018i-D7 for submit@debbugs.gnu.org; Thu, 09 Apr 2015 05:24:43 -0400 Received: from eggs.gnu.org ([208.118.235.92]:48917) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Yg8hR-00018M-I8 for submit@debbugs.gnu.org; Thu, 09 Apr 2015 05:24:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yg8hJ-0006QL-5T for submit@debbugs.gnu.org; Thu, 09 Apr 2015 05:24:32 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,T_RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:43308) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yg8hJ-0006QB-2Z for submit@debbugs.gnu.org; Thu, 09 Apr 2015 05:24:29 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34082) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yg8hF-00014j-It for bug-gnu-emacs@gnu.org; Thu, 09 Apr 2015 05:24:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yg8hA-0006L8-V2 for bug-gnu-emacs@gnu.org; Thu, 09 Apr 2015 05:24:25 -0400 Received: from deliver.uni-koblenz.de ([141.26.64.15]:33421) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yg8hA-0006Jn-Id for bug-gnu-emacs@gnu.org; Thu, 09 Apr 2015 05:24:20 -0400 Received: from thinkpad-t440p (dhcp236.uni-koblenz.de [141.26.71.236]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id ABBCB1A8013 for ; Thu, 9 Apr 2015 11:24:19 +0200 (CEST) From: Tassilo Horn To: bug-gnu-emacs@gnu.org Subject: 25.0.50; Emacs freezes when yanking Date: Thu, 09 Apr 2015 11:24:19 +0200 Message-ID: <87vbh5pscc.fsf@gnu.org> User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) Since recently, I sometimes get short freezes when yanking text, i.e., I either kill some text in emacs or mark some text in other applications so that it is added to the X selection, and then when I do `C-y' emacs hangs for some seconds, and then the actual yank is performed. Sometimes, I get the following error message just before the freeze stops: gui-get-selection: (error "Timed out waiting for reply from selection owner") That behavior doesn't start right after starting emacs (and consequently, I haven't been able to reproduce it using emacs -Q) but after some time using it. So it might depend on some mode being loaded/activated or something else. I've tried edebugging gui-get-selection, but when I yank the hang as indicated by edebug using the fringe triangle and the position of point is here, i.e., at the opening paren of the `let'. --8<---------------cut here---------------start------------->8--- (defun gui-get-selection (&optional type data-type) "Return the value of an X Windows selection. The argument TYPE (default `PRIMARY') says which selection, and the argument DATA-TYPE (default `STRING') says how to convert the data. TYPE may be any symbol \(but nil stands for `PRIMARY'). However, only a few symbols are commonly used. They conventionally have all upper-case names. The most often used ones, in addition to `PRIMARY', are `SECONDARY' and `CLIPBOARD'. DATA-TYPE is usually `STRING', but can also be one of the symbols in `selection-converter-alist', which see. This argument is ignored on NS, MS-Windows and MS-DOS." (let ((data (gui-call gui-get-selection (or type 'PRIMARY) ^ (or data-type 'STRING)))) --8<---------------cut here---------------end--------------->8--- I'd rather suspected that the `gui-call' which expands to a funcall to `x-get-selection-internal' is what takes so long, but maybe that's just an edebug issue. Then I toggled `debug-on-quit', yanked, and hit `C-g' during the freeze. Unfortunately, quits during the freeze seem to be discarded. I'm happy do diagnose further if someone can suggest what I could test. In GNU Emacs 25.0.50.9 (x86_64-unknown-linux-gnu, GTK+ Version 3.14.9) of 2015-04-09 on thinkpad-t440p Repository revision: c9415ccbf84fce152e0f4b98ac2ed60680272a47 Windowing system distributor `The X.Org Foundation', version 11.0.11701000 System Description: Arch Linux Configured features: XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND GPM DBUS GCONF GSETTINGS NOTIFY ACL GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB Important settings: value of $LC_MONETARY: de_DE.utf8 value of $LC_NUMERIC: de_DE.utf8 value of $LC_TIME: de_DE.utf8 value of $LANG: en_US.utf8 locale-coding-system: utf-8-unix Major mode: LaTeX/PS Minor modes in effect: rcirc-track-minor-mode: t auto-dictionary-mode: t flyspell-mode: t reftex-mode: t th/LaTeX-command-section-mode: t TeX-PDF-mode: t TeX-source-correlate-mode: t global-semanticdb-minor-mode: t global-semantic-idle-scheduler-mode: t diff-auto-refine-mode: t global-company-mode: t global-aggressive-indent-mode: t global-edit-server-edit-mode: t pdf-occur-global-minor-mode: t semantic-mode: t recentf-mode: t shell-dirtrack-mode: t outline-minor-mode: t helm-autoresize-mode: t th/sentence-hl-mode: t global-subword-mode: t subword-mode: t savehist-mode: t show-paren-mode: t icomplete-mode: t minibuffer-depth-indicate-mode: t electric-pair-mode: t tooltip-mode: t global-eldoc-mode: t electric-indent-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t Recent messages: Quit Mark set gui-get-selection: (error "Timed out waiting for reply from selection owner") [2 times] Saving file /home/horn/Repos/uni/diss/diss.tex... Wrote /home/horn/Repos/uni/diss/diss.tex gui-get-selection: Timed out waiting for reply from selection owner Mark set gui-get-selection: (error "Timed out waiting for reply from selection owner") Saving file /home/horn/Repos/uni/diss/diss.tex... Wrote /home/horn/Repos/uni/diss/diss.tex Load-path shadows: ~/Repos/el/auctex/lpath hides ~/Repos/el/gnus/lisp/lpath ~/Repos/el/gnus/lisp/md4 hides /home/horn/Repos/el/emacs/lisp/md4 ~/Repos/el/gnus/lisp/color hides /home/horn/Repos/el/emacs/lisp/color ~/Repos/el/gnus/lisp/format-spec hides /home/horn/Repos/el/emacs/lisp/format-spec ~/Repos/el/gnus/lisp/password-cache hides /home/horn/Repos/el/emacs/lisp/password-cache ~/Repos/el/gnus/lisp/hex-util hides /home/horn/Repos/el/emacs/lisp/hex-util ~/Repos/el/gnus/lisp/dns-mode hides /home/horn/Repos/el/emacs/lisp/textmodes/dns-mode ~/Repos/el/gnus/lisp/dig hides /home/horn/Repos/el/emacs/lisp/net/dig ~/Repos/el/gnus/lisp/hmac-md5 hides /home/horn/Repos/el/emacs/lisp/net/hmac-md5 ~/Repos/el/gnus/lisp/ntlm hides /home/horn/Repos/el/emacs/lisp/net/ntlm ~/Repos/el/gnus/lisp/hmac-def hides /home/horn/Repos/el/emacs/lisp/net/hmac-def ~/Repos/el/gnus/lisp/rfc2104 hides /home/horn/Repos/el/emacs/lisp/net/rfc2104 ~/Repos/el/gnus/lisp/sasl-ntlm hides /home/horn/Repos/el/emacs/lisp/net/sasl-ntlm ~/Repos/el/gnus/lisp/sasl-cram hides /home/horn/Repos/el/emacs/lisp/net/sasl-cram ~/Repos/el/gnus/lisp/dns hides /home/horn/Repos/el/emacs/lisp/net/dns ~/Repos/el/gnus/lisp/sasl hides /home/horn/Repos/el/emacs/lisp/net/sasl ~/Repos/el/gnus/lisp/tls hides /home/horn/Repos/el/emacs/lisp/net/tls ~/Repos/el/gnus/lisp/sasl-scram-rfc hides /home/horn/Repos/el/emacs/lisp/net/sasl-scram-rfc ~/Repos/el/gnus/lisp/netrc hides /home/horn/Repos/el/emacs/lisp/net/netrc ~/Repos/el/gnus/lisp/sasl-digest hides /home/horn/Repos/el/emacs/lisp/net/sasl-digest ~/Repos/el/gnus/lisp/uudecode hides /home/horn/Repos/el/emacs/lisp/mail/uudecode ~/Repos/el/gnus/lisp/binhex hides /home/horn/Repos/el/emacs/lisp/mail/binhex ~/Repos/el/gnus/lisp/hashcash hides /home/horn/Repos/el/emacs/lisp/mail/hashcash ~/Repos/el/gnus/lisp/canlock hides /home/horn/Repos/el/emacs/lisp/gnus/canlock ~/Repos/el/gnus/lisp/nneething hides /home/horn/Repos/el/emacs/lisp/gnus/nneething ~/Repos/el/gnus/lisp/mm-encode hides /home/horn/Repos/el/emacs/lisp/gnus/mm-encode ~/Repos/el/gnus/lisp/mm-util hides /home/horn/Repos/el/emacs/lisp/gnus/mm-util ~/Repos/el/gnus/lisp/rfc2047 hides /home/horn/Repos/el/emacs/lisp/gnus/rfc2047 ~/Repos/el/gnus/lisp/nnml hides /home/horn/Repos/el/emacs/lisp/gnus/nnml ~/Repos/el/gnus/lisp/gnus-cus hides /home/horn/Repos/el/emacs/lisp/gnus/gnus-cus ~/Repos/el/gnus/lisp/gnus-range hides /home/horn/Repos/el/emacs/lisp/gnus/gnus-range ~/Repos/el/gnus/lisp/gnus-int hides /home/horn/Repos/el/emacs/lisp/gnus/gnus-int ~/Repos/el/gnus/lisp/gnus-cloud hides /home/horn/Repos/el/emacs/lisp/gnus/gnus-cloud ~/Repos/el/gnus/lisp/spam-stat hides /home/horn/Repos/el/emacs/lisp/gnus/spam-stat ~/Repos/el/gnus/lisp/nnmh hides /home/horn/Repos/el/emacs/lisp/gnus/nnmh ~/Repos/el/gnus/lisp/gnus-mlspl hides /home/horn/Repos/el/emacs/lisp/gnus/gnus-mlspl ~/Repos/el/gnus/lisp/deuglify hides /home/horn/Repos/el/emacs/lisp/gnus/deuglify ~/Repos/el/gnus/lisp/gnus-gravatar hides /home/horn/Repos/el/emacs/lisp/gnus/gnus-gravatar ~/Repos/el/gnus/lisp/nngateway hides /home/horn/Repos/el/emacs/lisp/gnus/nngateway ~/Repos/el/gnus/lisp/ietf-drums hides /home/horn/Repos/el/emacs/lisp/gnus/ietf-drums ~/Repos/el/gnus/lisp/mail-parse hides /home/horn/Repos/el/emacs/lisp/gnus/mail-parse ~/Repos/el/gnus/lisp/gnus-salt hides /home/horn/Repos/el/emacs/lisp/gnus/gnus-salt ~/Repos/el/gnus/lisp/nnimap hides /home/horn/Repos/el/emacs/lisp/gnus/nnimap ~/Repos/el/gnus/lisp/gnus-draft hides /home/horn/Repos/el/emacs/lisp/gnus/gnus-draft ~/Repos/el/gnus/lisp/mail-source hides /home/horn/Repos/el/emacs/lisp/gnus/mail-source ~/Repos/el/gnus/lisp/messcompat hides /home/horn/Repos/el/emacs/lisp/gnus/messcompat ~/Repos/el/gnus/lisp/pop3 hides /home/horn/Repos/el/emacs/lisp/gnus/pop3 ~/Repos/el/gnus/lisp/nnmaildir hides /home/horn/Repos/el/emacs/lisp/gnus/nnmaildir ~/Repos/el/gnus/lisp/nnheader hides /home/horn/Repos/el/emacs/lisp/gnus/nnheader ~/Repos/el/gnus/lisp/gnus-cite hides /home/horn/Repos/el/emacs/lisp/gnus/gnus-cite ~/Repos/el/gnus/lisp/nndiary hides /home/horn/Repos/el/emacs/lisp/gnus/nndiary ~/Repos/el/gnus/lisp/gnus-diary hides /home/horn/Repos/el/emacs/lisp/gnus/gnus-diary ~/Repos/el/gnus/lisp/nnfolder hides /home/horn/Repos/el/emacs/lisp/gnus/nnfolder ~/Repos/el/gnus/lisp/gnus-art hides /home/horn/Repos/el/emacs/lisp/gnus/gnus-art ~/Repos/el/gnus/lisp/gnus-demon hides /home/horn/Repos/el/emacs/lisp/gnus/gnus-demon ~/Repos/el/gnus/lisp/mml-sec hides /home/horn/Repos/el/emacs/lisp/gnus/mml-sec ~/Repos/el/gnus/lisp/nnir hides /home/horn/Repos/el/emacs/lisp/gnus/nnir ~/Repos/el/gnus/lisp/mm-partial hides /home/horn/Repos/el/emacs/lisp/gnus/mm-partial ~/Repos/el/gnus/lisp/gnus-registry hides /home/horn/Repos/el/emacs/lisp/gnus/gnus-registry ~/Repos/el/gnus/lisp/gnus-icalendar hides /home/horn/Repos/el/emacs/lisp/gnus/gnus-icalendar ~/Repos/el/gnus/lisp/compface hides /home/horn/Repos/el/emacs/lisp/gnus/compface ~/Repos/el/gnus/lisp/gnus-fun hides /home/horn/Repos/el/emacs/lisp/gnus/gnus-fun ~/Repos/el/gnus/lisp/gnus-start hides /home/horn/Repos/el/emacs/lisp/gnus/gnus-start ~/Repos/el/gnus/lisp/smiley hides /home/horn/Repos/el/emacs/lisp/gnus/smiley ~/Repos/el/gnus/lisp/gnus-picon hides /home/horn/Repos/el/emacs/lisp/gnus/gnus-picon ~/Repos/el/gnus/lisp/spam-report hides /home/horn/Repos/el/emacs/lisp/gnus/spam-report ~/Repos/el/gnus/lisp/nntp hides /home/horn/Repos/el/emacs/lisp/gnus/nntp ~/Repos/el/gnus/lisp/nnnil hides /home/horn/Repos/el/emacs/lisp/gnus/nnnil ~/Repos/el/gnus/lisp/nndir hides /home/horn/Repos/el/emacs/lisp/gnus/nndir ~/Repos/el/gnus/lisp/gnus-srvr hides /home/horn/Repos/el/emacs/lisp/gnus/gnus-srvr ~/Repos/el/gnus/lisp/smime hides /home/horn/Repos/el/emacs/lisp/gnus/smime ~/Repos/el/gnus/lisp/nnvirtual hides /home/horn/Repos/el/emacs/lisp/gnus/nnvirtual ~/Repos/el/gnus/lisp/gnus-notifications hides /home/horn/Repos/el/emacs/lisp/gnus/gnus-notifications ~/Repos/el/gnus/lisp/nnspool hides /home/horn/Repos/el/emacs/lisp/gnus/nnspool ~/Repos/el/gnus/lisp/gnus-group hides /home/horn/Repos/el/emacs/lisp/gnus/gnus-group ~/Repos/el/gnus/lisp/gnus-bcklg hides /home/horn/Repos/el/emacs/lisp/gnus/gnus-bcklg ~/Repos/el/gnus/lisp/gnus-util hides /home/horn/Repos/el/emacs/lisp/gnus/gnus-util ~/Repos/el/gnus/lisp/gnus-sieve hides /home/horn/Repos/el/emacs/lisp/gnus/gnus-sieve ~/Repos/el/gnus/lisp/nndraft hides /home/horn/Repos/el/emacs/lisp/gnus/nndraft ~/Repos/el/gnus/lisp/nnagent hides /home/horn/Repos/el/emacs/lisp/gnus/nnagent ~/Repos/el/gnus/lisp/gnus-spec hides /home/horn/Repos/el/emacs/lisp/gnus/gnus-spec ~/Repos/el/gnus/lisp/gnus-bookmark hides /home/horn/Repos/el/emacs/lisp/gnus/gnus-bookmark ~/Repos/el/gnus/lisp/mml1991 hides /home/horn/Repos/el/emacs/lisp/gnus/mml1991 ~/Repos/el/gnus/lisp/rfc2231 hides /home/horn/Repos/el/emacs/lisp/gnus/rfc2231 ~/Repos/el/gnus/lisp/yenc hides /home/horn/Repos/el/emacs/lisp/gnus/yenc ~/Repos/el/gnus/lisp/gnus-undo hides /home/horn/Repos/el/emacs/lisp/gnus/gnus-undo ~/Repos/el/gnus/lisp/ecomplete hides /home/horn/Repos/el/emacs/lisp/gnus/ecomplete ~/Repos/el/gnus/lisp/legacy-gnus-agent hides /home/horn/Repos/el/emacs/lisp/gnus/legacy-gnus-agent ~/Repos/el/gnus/lisp/utf7 hides /home/horn/Repos/el/emacs/lisp/gnus/utf7 ~/Repos/el/gnus/lisp/rtree hides /home/horn/Repos/el/emacs/lisp/gnus/rtree ~/Repos/el/gnus/lisp/gnus-uu hides /home/horn/Repos/el/emacs/lisp/gnus/gnus-uu ~/Repos/el/gnus/lisp/gnus-ml hides /home/horn/Repos/el/emacs/lisp/gnus/gnus-ml ~/Repos/el/gnus/lisp/sieve hides /home/horn/Repos/el/emacs/lisp/gnus/sieve ~/Repos/el/gnus/lisp/gnus hides /home/horn/Repos/el/emacs/lisp/gnus/gnus ~/Repos/el/gnus/lisp/mml hides /home/horn/Repos/el/emacs/lisp/gnus/mml ~/Repos/el/gnus/lisp/message hides /home/horn/Repos/el/emacs/lisp/gnus/message ~/Repos/el/gnus/lisp/mml-smime hides /home/horn/Repos/el/emacs/lisp/gnus/mml-smime ~/Repos/el/gnus/lisp/gnus-eform hides /home/horn/Repos/el/emacs/lisp/gnus/gnus-eform ~/Repos/el/gnus/lisp/gnus-agent hides /home/horn/Repos/el/emacs/lisp/gnus/gnus-agent ~/Repos/el/gnus/lisp/gnus-logic hides /home/horn/Repos/el/emacs/lisp/gnus/gnus-logic ~/Repos/el/gnus/lisp/mm-extern hides /home/horn/Repos/el/emacs/lisp/gnus/mm-extern ~/Repos/el/gnus/lisp/nndoc hides /home/horn/Repos/el/emacs/lisp/gnus/nndoc ~/Repos/el/gnus/lisp/sieve-manage hides /home/horn/Repos/el/emacs/lisp/gnus/sieve-manage ~/Repos/el/gnus/lisp/mm-decode hides /home/horn/Repos/el/emacs/lisp/gnus/mm-decode ~/Repos/el/gnus/lisp/starttls hides /home/horn/Repos/el/emacs/lisp/gnus/starttls ~/Repos/el/gnus/lisp/gnus-dired hides /home/horn/Repos/el/emacs/lisp/gnus/gnus-dired ~/Repos/el/gnus/lisp/nnbabyl hides /home/horn/Repos/el/emacs/lisp/gnus/nnbabyl ~/Repos/el/gnus/lisp/nnmbox hides /home/horn/Repos/el/emacs/lisp/gnus/nnmbox ~/Repos/el/gnus/lisp/gnus-win hides /home/horn/Repos/el/emacs/lisp/gnus/gnus-win ~/Repos/el/gnus/lisp/gnus-async hides /home/horn/Repos/el/emacs/lisp/gnus/gnus-async ~/Repos/el/gnus/lisp/mm-url hides /home/horn/Repos/el/emacs/lisp/gnus/mm-url ~/Repos/el/gnus/lisp/gnus-html hides /home/horn/Repos/el/emacs/lisp/gnus/gnus-html ~/Repos/el/gnus/lisp/gssapi hides /home/horn/Repos/el/emacs/lisp/gnus/gssapi ~/Repos/el/gnus/lisp/mml2015 hides /home/horn/Repos/el/emacs/lisp/gnus/mml2015 ~/Repos/el/gnus/lisp/nnrss hides /home/horn/Repos/el/emacs/lisp/gnus/nnrss ~/Repos/el/gnus/lisp/gnus-mh hides /home/horn/Repos/el/emacs/lisp/gnus/gnus-mh ~/Repos/el/gnus/lisp/gnus-sum hides /home/horn/Repos/el/emacs/lisp/gnus/gnus-sum ~/Repos/el/gnus/lisp/nnweb hides /home/horn/Repos/el/emacs/lisp/gnus/nnweb ~/Repos/el/gnus/lisp/mail-prsvr hides /home/horn/Repos/el/emacs/lisp/gnus/mail-prsvr ~/Repos/el/gnus/lisp/nnmairix hides /home/horn/Repos/el/emacs/lisp/gnus/nnmairix ~/Repos/el/gnus/lisp/plstore hides /home/horn/Repos/el/emacs/lisp/gnus/plstore ~/Repos/el/gnus/lisp/rfc2045 hides /home/horn/Repos/el/emacs/lisp/gnus/rfc2045 ~/Repos/el/gnus/lisp/gnus-msg hides /home/horn/Repos/el/emacs/lisp/gnus/gnus-msg ~/Repos/el/gnus/lisp/spam-wash hides /home/horn/Repos/el/emacs/lisp/gnus/spam-wash ~/Repos/el/gnus/lisp/gnus-score hides /home/horn/Repos/el/emacs/lisp/gnus/gnus-score ~/Repos/el/gnus/lisp/mm-uu hides /home/horn/Repos/el/emacs/lisp/gnus/mm-uu ~/Repos/el/gnus/lisp/spam hides /home/horn/Repos/el/emacs/lisp/gnus/spam ~/Repos/el/gnus/lisp/mm-view hides /home/horn/Repos/el/emacs/lisp/gnus/mm-view ~/Repos/el/gnus/lisp/sieve-mode hides /home/horn/Repos/el/emacs/lisp/gnus/sieve-mode ~/Repos/el/gnus/lisp/html2text hides /home/horn/Repos/el/emacs/lisp/gnus/html2text ~/Repos/el/gnus/lisp/gnus-ems hides /home/horn/Repos/el/emacs/lisp/gnus/gnus-ems ~/Repos/el/gnus/lisp/registry hides /home/horn/Repos/el/emacs/lisp/gnus/registry ~/Repos/el/gnus/lisp/auth-source hides /home/horn/Repos/el/emacs/lisp/gnus/auth-source ~/Repos/el/gnus/lisp/gravatar hides /home/horn/Repos/el/emacs/lisp/gnus/gravatar ~/Repos/el/gnus/lisp/flow-fill hides /home/horn/Repos/el/emacs/lisp/gnus/flow-fill ~/Repos/el/gnus/lisp/gmm-utils hides /home/horn/Repos/el/emacs/lisp/gnus/gmm-utils ~/Repos/el/gnus/lisp/mailcap hides /home/horn/Repos/el/emacs/lisp/gnus/mailcap ~/Repos/el/gnus/lisp/gnus-delay hides /home/horn/Repos/el/emacs/lisp/gnus/gnus-delay ~/Repos/el/gnus/lisp/mm-bodies hides /home/horn/Repos/el/emacs/lisp/gnus/mm-bodies ~/Repos/el/gnus/lisp/mm-archive hides /home/horn/Repos/el/emacs/lisp/gnus/mm-archive ~/Repos/el/gnus/lisp/rfc1843 hides /home/horn/Repos/el/emacs/lisp/gnus/rfc1843 ~/Repos/el/gnus/lisp/gnus-kill hides /home/horn/Repos/el/emacs/lisp/gnus/gnus-kill ~/Repos/el/gnus/lisp/qp hides /home/horn/Repos/el/emacs/lisp/gnus/qp ~/Repos/el/gnus/lisp/score-mode hides /home/horn/Repos/el/emacs/lisp/gnus/score-mode ~/Repos/el/gnus/lisp/gnus-topic hides /home/horn/Repos/el/emacs/lisp/gnus/gnus-topic ~/Repos/el/gnus/lisp/gnus-cache hides /home/horn/Repos/el/emacs/lisp/gnus/gnus-cache ~/Repos/el/gnus/lisp/nnmail hides /home/horn/Repos/el/emacs/lisp/gnus/nnmail ~/Repos/el/gnus/lisp/gnus-vm hides /home/horn/Repos/el/emacs/lisp/gnus/gnus-vm ~/Repos/el/gnus/lisp/gnus-sync hides /home/horn/Repos/el/emacs/lisp/gnus/gnus-sync ~/Repos/el/gnus/lisp/nnoo hides /home/horn/Repos/el/emacs/lisp/gnus/nnoo ~/Repos/el/gnus/lisp/nnregistry hides /home/horn/Repos/el/emacs/lisp/gnus/nnregistry ~/Repos/el/gnus/lisp/gnus-dup hides /home/horn/Repos/el/emacs/lisp/gnus/gnus-dup ~/Repos/el/gnus/lisp/parse-time hides /home/horn/Repos/el/emacs/lisp/calendar/parse-time ~/Repos/el/gnus/lisp/time-date hides /home/horn/Repos/el/emacs/lisp/calendar/time-date Features: (shadow emacsbug sendmail reftex-toc rcirc-color rcirc-controls rcirc-late-fix rcirc reftex-sel reftex-index reftex-ref reftex-parse pdf-sync pdf-annot pdf-outline pdf-links pdf-history texmathp preview prv-emacs auto-dictionary flyspell ispell tex-buf reftex-dcr reftex-auc reftex reftex-vars font-latex latex tex-style tex dbus crm tex-mode latexenc shr-color color semantic/decorate/mode org-element semantic/tag-file semantic/db-file data-debug cedet-files srefactor-lisp gnus-dired autorevert filenotify diff semantic/db-mode srefactor warnings srefactor-ui srecode/semantic semantic/senator semantic/decorate pulse srecode/insert srecode/filters srecode/args ede/speedbar ede/files ede ede/detect ede/base ede/auto ede/source eieio-speedbar eieio-custom srecode/find srecode/map semantic/edit srecode/srt-mode srecode/template srecode/srt-wy srecode/ctxt srecode/compile srecode/dictionary srecode/table srecode semantic/doc semantic/bovine/c hideif semantic/bovine/c-by semantic/lex-spp semantic/idle semantic/bovine/gcc semantic/dep semantic/analyze/refs semantic/db-find semantic/db-ref semantic/analyze semantic/sort semantic/scope semantic/analyze/fcn cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs semantic/bovine/el semantic/format semantic/tag-ls semantic/find semantic/ctxt semantic/db-el semantic/db semantic/bovine names edebug autoload lisp-mnt tar-mode org-rmail org-mhe org-irc org-info org-gnus org-docview doc-view org-bibtex bibtex org-bbdb org-w3m misearch multi-isearch hippie-exp eieio-opt speedbar sb-image ezimage dframe vc vc-dispatcher vc-git diff-mode adaptive-wrap winner filecache flow-fill shr dom sort smiley gnus-cite mm-archive gnus-bcklg gnus-dup gnus-async qp gnus-ml nndraft nnmh rot13 utf-7 nnml nnnil gnus-agent gnus-srvr gnus-score score-mode nnvirtual gnus-cache gnus-demon nntp spam spam-stat gnus-uu yenc gnus-msg gnus-gravatar mail-extr gravatar gnus-topic nnir gnus-registry registry eieio-base th-private gnutls hl-line network-stream nsm starttls url-http url-gw url-auth company-files company-oddmuse company-keywords company-etags company-gtags company-dabbrev-code company-dabbrev company-capf company-cmake company-xcode company-clang company-semantic company-eclim company-template company-css company-nxml company-bbdb highlight-parentheses company finder-inf stratego-mode greql-mode tg-mode generic preview-latex tex-site auto-loads cider tramp-sh cider-debug cider-mode cider-repl cider-eldoc cider-interaction arc-mode archive-mode cider-doc org-table cider-test cider-stacktrace cider-client nrepl-client queue cider-util ewoc etags xref clojure-mode paredit aggressive-indent epa-file epa epg rdictcc google-contacts-message google-contacts derived url-cache google-oauth google-contacts-gnus gnus-art mm-uu mml2015 mm-view mml-smime smime dig gnus-sum gnus-group gnus-undo gnus-start gnus-cloud nnimap nnmail mail-source tls utf7 netrc nnoo parse-time gnus-spec gnus-int gnus-range gnus-win gnus gnus-ems gnus-compat nnheader em-term term ehelp esh-opt esh-ext esh-util highlight-symbol boxquote rect ecomplete message rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mailabbrev mail-utils gmm-utils mailheader edit-server server haskell-yas yasnippet help-mode cl disp-table pdf-occur tablist tablist-filter semantic/wisent/comp semantic/wisent semantic/wisent/wisent semantic/util-modes semantic/util semantic semantic/tag semantic/lex semantic/fw mode-local cedet pdf-isearch pdf-misc imenu pdf-tools cus-edit cus-start cus-load pdf-view jka-compr pdf-cache pdf-info tq pdf-util image-mode browse-kill-ring recentf tree-widget wid-edit helm-projectile helm-files image-dired tramp tramp-compat tramp-loaddefs trampver shell dired-x dired-aux ffap helm-tags helm-bookmark helm-adaptive helm-info bookmark pp helm-external helm-net browse-url xml url url-proxy url-privacy url-expand url-methods url-history url-cookie url-domsuf url-util url-parse auth-source gnus-util mm-util mail-prsvr password-cache url-vars mailcap helm-buffers helm-match-plugin helm-help helm-org org org-macro org-footnote org-pcomplete pcomplete org-list org-faces org-entities noutline outline org-version ob-emacs-lisp ob ob-tangle ob-ref ob-lob ob-table ob-exp org-src ob-keys ob-comint ob-core ob-eval org-compat org-macs org-loaddefs format-spec find-func cal-menu calendar cal-loaddefs helm-grep helm-regexp helm-plugin grep helm-elscreen helm-utils dired compile comint ansi-color ring helm-locate helm cl-macs helm-source eieio-compat eieio eieio-core cl-generic byte-opt gv bytecomp byte-compile cl-extra seq cconv projectile ibuf-ext ibuffer dash thingatpt helm-config async-bytecomp async helm-aliases easy-mmode iedit iedit-lib cap-words superword subword saveplace savehist paren icomplete mb-depth smart-mode-line-respectful-theme smart-mode-line-light-theme smart-mode-line mule-util rich-minority rx bs windmove elec-pair edmacro kmacro cl-loaddefs cl-lib gnus-load subr-x pcase tsdh-light-theme info easymenu memory-usage-autoloads advice help-fns package epg-config time-date tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment elisp-mode lisp-mode prog-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer cl-preloaded nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind gfilenotify dynamic-setting system-font-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs) Memory information: ((conses 16 1588808 147254) (symbols 48 72923 2) (miscs 40 11234 26255) (strings 32 271962 31373) (string-bytes 1 10651783) (vectors 16 85906) (vector-slots 8 2248372 80311) (floats 8 4749 1927) (intervals 56 128623 3709) (buffers 976 79) (heap 1024 208107 67566)) From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 09 05:57:18 2015 Received: (at 20283) by debbugs.gnu.org; 9 Apr 2015 09:57:18 +0000 Received: from localhost ([127.0.0.1]:50342 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Yg9D4-0002He-7s for submit@debbugs.gnu.org; Thu, 09 Apr 2015 05:57:18 -0400 Received: from mtaout21.012.net.il ([80.179.55.169]:59351) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Yg9D1-0002HL-Ks for 20283@debbugs.gnu.org; Thu, 09 Apr 2015 05:57:17 -0400 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0NMJ001009LQVK00@a-mtaout21.012.net.il> for 20283@debbugs.gnu.org; Thu, 09 Apr 2015 12:57:08 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NMJ001JPAB8T280@a-mtaout21.012.net.il>; Thu, 09 Apr 2015 12:57:08 +0300 (IDT) Date: Thu, 09 Apr 2015 12:57:21 +0300 From: Eli Zaretskii Subject: Re: bug#20283: 25.0.50; Emacs freezes when yanking In-reply-to: <87vbh5pscc.fsf@gnu.org> X-012-Sender: halo1@inter.net.il To: Tassilo Horn Message-id: <838ue1fwu6.fsf@gnu.org> References: <87vbh5pscc.fsf@gnu.org> X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 20283 Cc: 20283@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) > From: Tassilo Horn > Date: Thu, 09 Apr 2015 11:24:19 +0200 > > > Since recently, I sometimes get short freezes when yanking text, i.e., I > either kill some text in emacs or mark some text in other applications > so that it is added to the X selection, and then when I do `C-y' emacs > hangs for some seconds, and then the actual yank is performed. > > Sometimes, I get the following error message just before the freeze > stops: > > gui-get-selection: (error "Timed out waiting for reply from selection owner") There were several similar bug reports lately, at least these: 17172, 17101, 17026, 17737. I suggest to read those discussions, perhaps there are some ideas there. From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 09 06:03:55 2015 Received: (at submit) by debbugs.gnu.org; 9 Apr 2015 10:03:55 +0000 Received: from localhost ([127.0.0.1]:50353 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Yg9JS-0002Tq-GK for submit@debbugs.gnu.org; Thu, 09 Apr 2015 06:03:54 -0400 Received: from eggs.gnu.org ([208.118.235.92]:46749) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Yg9JP-0002TZ-AA for submit@debbugs.gnu.org; Thu, 09 Apr 2015 06:03:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yg9JJ-0002RL-4s for submit@debbugs.gnu.org; Thu, 09 Apr 2015 06:03:45 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: ** X-Spam-Status: No, score=2.7 required=5.0 tests=BAYES_05,FREEMAIL_FROM, FSL_HELO_BARE_IP_2,RCVD_NUMERIC_HELO autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:53549) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yg9JJ-0002RH-2Y for submit@debbugs.gnu.org; Thu, 09 Apr 2015 06:03:45 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60256) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yg9JI-00007u-6e for bug-gnu-emacs@gnu.org; Thu, 09 Apr 2015 06:03:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yg9JD-0002PH-VF for bug-gnu-emacs@gnu.org; Thu, 09 Apr 2015 06:03:44 -0400 Received: from plane.gmane.org ([80.91.229.3]:48612) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yg9JD-0002OO-OH for bug-gnu-emacs@gnu.org; Thu, 09 Apr 2015 06:03:39 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Yg9JC-0004CA-4i for bug-gnu-emacs@gnu.org; Thu, 09 Apr 2015 12:03:38 +0200 Received: from 46.166.188.245 ([46.166.188.245]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 09 Apr 2015 12:03:38 +0200 Received: from rasmus by 46.166.188.245 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 09 Apr 2015 12:03:38 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: bug-gnu-emacs@gnu.org From: Rasmus Subject: Re: bug#20283: 25.0.50; Emacs freezes when yanking Date: Thu, 09 Apr 2015 12:03:19 +0200 Lines: 28 Message-ID: <87lhi1vct4.fsf@gmx.us> References: <87vbh5pscc.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 46.166.188.245 Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAAAAAByaaZbAAAAAmJLR0QA/4ePzL8AAAAJcEhZ cwAAAEgAAABIAEbJaz4AAAIMSURBVEjHvZbLleswDEPDjlgKOkEnKAWFoBYW8RayEydRJvM246WO rkjw61v953f7M6DRIFlVBUeSJAIfAYCSLdmWk0QCuj8BTUpKrCQzEfuLSw3IiZRJ1L8S3czYMc8D VH+JkuKMUFXV8kzid9euAOyZiKjqhkRKb+7dqqoosquq9fJsg682LhpQ1Y4toTSnsFfi4pK6SpJo wqMqopoStnmoaldBImgRVCSSErm3QKIKJAGKlGxbfiuQszRIdBVAAAS16iOxXkQ8Mo0jKsR6P5mZ xNoA3QD6AEDK8mFhD1T3chQkAMpJDsTWRsPpEUX0ASRJJtkCIPHIeB+XZ5ngO9AAu6plk6jynF8m vpcTLgBZVcpMzC7Og3g0U9R9ACBV6+HEAi/3fTYITeEOSFXFjAUQugI6AEe8u0RZVVVo2oKzAWZd uR0z4zAM6Z7lmYm9TxyOU655tPIwyWeARyfLJrW4lW57XxqrhSyvVyVatmNb22o9tMuZWLIkKbb2 Fup+2A1099KffAaeGnGVSZzVctsW9arvZncDa3Am0iquLbCKSpRFyqfiT8CSDZz3EzuWVq9/3kD9 aLjY8jegu7rB5Y9Mifi+43oNDWvj0DuAopZkiW+D9QXoLhK0csjdLbnbs+RV3ZYJ9LmB+kdghUcX 5/tJxwtAre17GcBN/BDWNSqvsemXSP3dv8avv39wgAhOeVDQLwAAAABJRU5ErkJggg== User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:wRbM8QakaOwgY6NFMvzSVxyUBJg= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -1.2 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.2 (---) Tassilo Horn writes: > Since recently, I sometimes get short freezes when yanking text, i.e., I > either kill some text in emacs or mark some text in other applications > so that it is added to the X selection, and then when I do `C-y' emacs > hangs for some seconds, and then the actual yank is performed. > > Sometimes, I get the following error message just before the freeze > stops: > > gui-get-selection: (error "Timed out waiting for reply from selection owner") > > That behavior doesn't start right after starting emacs (and > consequently, I haven't been able to reproduce it using emacs -Q) but > after some time using it. So it might depend on some mode being > loaded/activated or something else. See also: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16737 When it happens to me I usually do (setq x-selection-timeout 10) and yank several times. Eventually yanking works again. —Rasmus -- ⠠⠵ From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 09 07:31:21 2015 Received: (at 20283) by debbugs.gnu.org; 9 Apr 2015 11:31:21 +0000 Received: from localhost ([127.0.0.1]:50672 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YgAg4-0006Dw-HT for submit@debbugs.gnu.org; Thu, 09 Apr 2015 07:31:20 -0400 Received: from deliver.uni-koblenz.de ([141.26.64.15]:47540) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YgAg1-00069R-G6 for 20283@debbugs.gnu.org; Thu, 09 Apr 2015 07:31:18 -0400 Received: from thinkpad-t440p (dhcp236.uni-koblenz.de [141.26.71.236]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id A67141A83E0; Thu, 9 Apr 2015 13:31:15 +0200 (CEST) From: Tassilo Horn To: Eli Zaretskii Subject: Re: bug#20283: 25.0.50; Emacs freezes when yanking References: <87vbh5pscc.fsf@gnu.org> <838ue1fwu6.fsf@gnu.org> Date: Thu, 09 Apr 2015 13:31:15 +0200 In-Reply-To: <838ue1fwu6.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 09 Apr 2015 12:57:21 +0300") Message-ID: <87r3rtpmgs.fsf@gnu.org> User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: 20283 Cc: 20283@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.3 (-) Eli Zaretskii writes: >> Sometimes, I get the following error message just before the freeze >> stops: >> >> gui-get-selection: (error "Timed out waiting for reply from selection owner") > > There were several similar bug reports lately, Ups, sorry. > at least these: 17172, 17101, 17026, 17737. I suggest to read those > discussions, perhaps there are some ideas there. Yes, thanks. I tested that `gui-get-selection' timeouts whenever the selection owner is not the calling emacs itself. I.e., when I have two emacs instances (or one emacs and one different application), mark text in one and then do (gui-get-selection 'PRIMARY) in the other, I get a timeout. The same happens when using the clipboard instead of the primary selection. (I don't have a clue how I modify the secondary selection, or rather, I don't even know what that is). As desktop environment I run GNOME 3.14 on Arch. That hasn't been updated for some months and the freezes started to appear only some days ago. I checked by my package logs for updates to X libraries but couldn't find any except for [2015-03-26 07:33] upgraded libinput (0.12.0-1 -> 0.13.0-1) [2015-03-26 07:33] upgraded libmm-glib (1.4.4-1 -> 1.4.6-1) [2015-03-27 07:00] upgraded libdrm (2.4.60-1 -> 2.4.60-2) [2015-03-27 21:54] upgraded xf86-input-evdev (2.9.1-1 -> 2.9.2-1) [2015-03-30 07:33] upgraded mesa (10.5.1-2 -> 10.5.2-1) [2015-03-30 07:33] upgraded mesa-libgl (10.5.1-2 -> 10.5.2-1) which don't look very suspicious to me. Jan suggests that some klipper-like selection/clipboard management tool could be the culprit for this behavior. And indeed I use GPaste. But even after deactivating it, the behavior doesn't change. But xclipboard still won't start because another clipboard manager was running. Maybe, the gnome shell itself acts as a clipboard manager, too. But then again, it used to work with that gnome version a week ago. The thing which I'm trying next is to compile with TRACE_SELECTION enabled. We'll see if that gives a clue. Bye, Tassilo From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 09 12:25:43 2015 Received: (at control) by debbugs.gnu.org; 9 Apr 2015 16:25:43 +0000 Received: from localhost ([127.0.0.1]:51349 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YgFGw-000140-Rh for submit@debbugs.gnu.org; Thu, 09 Apr 2015 12:25:43 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:52680 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YgFGt-00013o-6Y for control@debbugs.gnu.org; Thu, 09 Apr 2015 12:25:39 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1YgFGs-0001sv-0W for control@debbugs.gnu.org; Thu, 09 Apr 2015 12:25:38 -0400 Date: Thu, 09 Apr 2015 12:25:38 -0400 Message-Id: Subject: control message for bug 20283 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) forcemerge 16737 20283 From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 03 11:18:34 2015 Received: (at 20283) by debbugs.gnu.org; 3 Jun 2015 15:18:34 +0000 Received: from localhost ([127.0.0.1]:39167 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Z0AR7-0005N8-JA for submit@debbugs.gnu.org; Wed, 03 Jun 2015 11:18:33 -0400 Received: from deliver.uni-koblenz.de ([141.26.64.15]:49701) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Z0AR4-0005Mt-A0; Wed, 03 Jun 2015 11:18:31 -0400 Received: from thinkpad-t440p (dhcp88.uni-koblenz.de [141.26.71.88]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id 6FA621A8219; Wed, 3 Jun 2015 17:18:29 +0200 (CEST) From: Tassilo Horn To: Alex =?utf-8?Q?Benn=C3=A9e?= Subject: Re: bug#16737: Timed out waiting for reply from selection owner References: Date: Wed, 03 Jun 2015 17:18:28 +0200 In-Reply-To: ("Alex \=\?utf-8\?Q\?Benn\=C3\=A9e\=22's\?\= message of "Wed, 25 Jun 2014 19:07:13 +0100") Message-ID: <877frkvn0b.fsf@gnu.org> User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: 20283 Cc: Nicolas Richard , 20283@debbugs.gnu.org, Tom Tromey , Stefan Monnier , 16737@debbugs.gnu.org, Jan =?utf-8?Q?Dj=C3=A4rv?= X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.3 (-) Alex Benn=C3=A9e writes: > I still see it and I've been tracking the emacs-24 branch. It seems to be= a > consequence of a long lived Emacs daemon session I'm using the current master branch but I also use the server (which should be kind of the same to starting emacs as a doemon, no?). Kill and yank for hours, and then out of sudden the timeouts appear. > - I.e. any given daemon eventually starts to timeout with x pastes. I > just restart the daemon and it goes away. I haven't restarted X/i3 for > weeks. For me, restarting the emacs server (M-x server-start RET) doesn't make the selection timeouts disappear. :-( Bye, Tassilo From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 03 11:35:07 2015 Received: (at 20283) by debbugs.gnu.org; 3 Jun 2015 15:35:07 +0000 Received: from localhost ([127.0.0.1]:39186 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Z0Ah7-0005nc-Iu for submit@debbugs.gnu.org; Wed, 03 Jun 2015 11:35:06 -0400 Received: from static.88-198-71-155.clients.your-server.de ([88.198.71.155]:53721 helo=socrates.bennee.com) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Z0Ah3-0005mv-4M; Wed, 03 Jun 2015 11:35:03 -0400 Received: from localhost ([127.0.0.1] helo=zen.linaro.local) by socrates.bennee.com with esmtp (Exim 4.80) (envelope-from ) id 1Z0C2O-0004Fl-UD; Wed, 03 Jun 2015 19:01:09 +0200 References: <877frkvn0b.fsf@gnu.org> From: Alex =?utf-8?Q?Benn=C3=A9e?= To: Tassilo Horn Subject: Re: bug#16737: Timed out waiting for reply from selection owner In-reply-to: <877frkvn0b.fsf@gnu.org> Date: Wed, 03 Jun 2015 16:35:05 +0100 Message-ID: <87iob4byae.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: alex.bennee@linaro.org X-SA-Exim-Scanned: No (on socrates.bennee.com); SAEximRunCond expanded to false X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 20283 Cc: Nicolas Richard , 20283@debbugs.gnu.org, Tom Tromey , Stefan Monnier , 16737@debbugs.gnu.org, Jan =?utf-8?Q?Dj=C3=A4rv?= X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) Tassilo Horn writes: > Alex Bennée writes: > >> I still see it and I've been tracking the emacs-24 branch. It seems to be a >> consequence of a long lived Emacs daemon session > > I'm using the current master branch but I also use the server (which > should be kind of the same to starting emacs as a doemon, no?). Kill > and yank for hours, and then out of sudden the timeouts appear. I haven't hit the problem for ages then suddenly this week as I was pasting a URL it triggered again. Trouble is being able to get useful diagnostics out when the problem hits. > >> - I.e. any given daemon eventually starts to timeout with x pastes. I >> just restart the daemon and it goes away. I haven't restarted X/i3 for >> weeks. > > For me, restarting the emacs server (M-x server-start RET) doesn't make > the selection timeouts disappear. :-( > > Bye, > Tassilo -- Alex Bennée From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 03 11:46:19 2015 Received: (at 20283) by debbugs.gnu.org; 3 Jun 2015 15:46:19 +0000 Received: from localhost ([127.0.0.1]:39197 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Z0Ary-00065Q-D6 for submit@debbugs.gnu.org; Wed, 03 Jun 2015 11:46:18 -0400 Received: from mail-wi0-f175.google.com ([209.85.212.175]:33529) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Z0Arv-000652-OV; Wed, 03 Jun 2015 11:46:16 -0400 Received: by wiwd19 with SMTP id d19so57406625wiw.0; Wed, 03 Jun 2015 08:46:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type:content-transfer-encoding; bh=Y9VEQFOUe1ZEPAl5l0lJ4wgoLQ6Mur7EQBdTDelE4tg=; b=Q4/YDDFWoYl4YhGE/SiXNtVA8jy7Pp9C8dW/RE4u+ciDDzbmws48bWZjzCImF8PQu8 H8SUOM2YGalJWZ49m+xm9iHSius2SutngEz9TpMc/avhhfdQWWm9HqHRfrd2d9zop3qB MeyliB3CJj9YAVe9QMKSaTLVFZ2m5Wo7VJjvaEryw1m0qxSPvn/jiywCE5Eh+t19Sk9x mVR0PAqOkLaRyBThU59aokqwDveRqpuFyDXY9+6iV+K2f5Qbn+71QpqYoeVFUUZA3y/m OavHmv0CRhK0cJFFSB56hV/sNEtgQntK7HAKL/yY2uQhdw4Gdp8bvRD9JABpR6D59N6s uW6Q== X-Received: by 10.194.200.42 with SMTP id jp10mr60966036wjc.66.1433346370076; Wed, 03 Jun 2015 08:46:10 -0700 (PDT) Received: from firefly (dyn069045.nbw.tue.nl. [131.155.69.45]) by mx.google.com with ESMTPSA id ha4sm27104107wib.0.2015.06.03.08.46.08 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 03 Jun 2015 08:46:09 -0700 (PDT) From: Oleh Krehel To: Alex =?utf-8?Q?Benn=C3=A9e?= Subject: Re: bug#16737: Timed out waiting for reply from selection owner References: <877frkvn0b.fsf@gnu.org> <87iob4byae.fsf@linaro.org> Date: Wed, 03 Jun 2015 17:39:42 +0200 In-Reply-To: <87iob4byae.fsf@linaro.org> ("Alex \=\?utf-8\?Q\?Benn\=C3\=A9e\=22's\?\= message of "Wed, 03 Jun 2015 16:35:05 +0100") Message-ID: <87r3psvm0x.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 20283 Cc: Nicolas Richard , Tassilo Horn , 20283@debbugs.gnu.org, Tom Tromey , 16737@debbugs.gnu.org, Jan =?utf-8?Q?Dj=C3=A4rv?= X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) Alex Benn=C3=A9e writes: > Tassilo Horn writes: > >> Alex Benn=C3=A9e writes: >> >>> I still see it and I've been tracking the emacs-24 branch. It seems to = be a >>> consequence of a long lived Emacs daemon session >> >> I'm using the current master branch but I also use the server (which >> should be kind of the same to starting emacs as a doemon, no?). Kill >> and yank for hours, and then out of sudden the timeouts appear. > > I haven't hit the problem for ages then suddenly this week as I was > pasting a URL it triggered again. Trouble is being able to get useful > diagnostics out when the problem hits. I tend to get this problem a lot more since I've switched from 24.5 to master. This code makes Emacs report the error immediately instead of freezing: (setq x-selection-timeout 10) When the bug occurs, a fix that typically works is to: 1. kill some text while in Emacs. 2. copy the text from outside 3. wait for 3-4 seconds before attempting to paste into Emacs Step 3 could be important, since if I paste quickly, the bug seems to re-occur more often. Oleh From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 05 05:26:43 2015 Received: (at 20283) by debbugs.gnu.org; 5 Jun 2015 09:26:43 +0000 Received: from localhost ([127.0.0.1]:41123 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Z0nti-0004VX-Ug for submit@debbugs.gnu.org; Fri, 05 Jun 2015 05:26:43 -0400 Received: from static.88-198-71-155.clients.your-server.de ([88.198.71.155]:35373 helo=socrates.bennee.com) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Z0nte-0004V9-7t; Fri, 05 Jun 2015 05:26:41 -0400 Received: from localhost ([127.0.0.1] helo=zen.linaro.local) by socrates.bennee.com with esmtp (Exim 4.80) (envelope-from ) id 1Z0pFU-0000R7-LY; Fri, 05 Jun 2015 12:53:16 +0200 References: <877frkvn0b.fsf@gnu.org> <87iob4byae.fsf@linaro.org> <87r3psvm0x.fsf@gmail.com> From: Alex =?utf-8?Q?Benn=C3=A9e?= To: Oleh Krehel Subject: Re: bug#16737: Timed out waiting for reply from selection owner In-reply-to: <87r3psvm0x.fsf@gmail.com> Date: Fri, 05 Jun 2015 10:26:49 +0100 Message-ID: <876172bj52.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: alex.bennee@linaro.org X-SA-Exim-Scanned: No (on socrates.bennee.com); SAEximRunCond expanded to false X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 20283 Cc: Nicolas Richard , Tassilo Horn , 20283@debbugs.gnu.org, Tom Tromey , 16737@debbugs.gnu.org, Jan =?utf-8?Q?Dj=C3=A4rv?= X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) Oleh Krehel writes: > Alex Bennée writes: > >> Tassilo Horn writes: >> >>> Alex Bennée writes: >>> >>>> I still see it and I've been tracking the emacs-24 branch. It seems to be a >>>> consequence of a long lived Emacs daemon session >>> >>> I'm using the current master branch but I also use the server (which >>> should be kind of the same to starting emacs as a doemon, no?). Kill >>> and yank for hours, and then out of sudden the timeouts appear. >> >> I haven't hit the problem for ages then suddenly this week as I was >> pasting a URL it triggered again. Trouble is being able to get useful >> diagnostics out when the problem hits. > > I tend to get this problem a lot more since I've switched from 24.5 to > master. > > This code makes Emacs report the error immediately instead of freezing: > > (setq x-selection-timeout 10) > > When the bug occurs, a fix that typically works is to: > > 1. kill some text while in Emacs. > 2. copy the text from outside > 3. wait for 3-4 seconds before attempting to paste into Emacs I can't seem to unwedge without restarting Emacs. Anyway I attached gdb and I'm confused by the failure. Sticking a breakpoints in: * x_get_foreign_selection:1242 (the error line) * x_handle_selection_notify It seems we always see the timeout before the x_handle_selection_notify is called. It seems to me it has got into a state where it's not consuming events from X while waiting. I've seen some cases where the timeout will be hit 4-5 times in a row and then I'll see the same number of notify events. > > Step 3 could be important, since if I paste quickly, the bug seems to > re-occur more often. > > Oleh -- Alex Bennée From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 17 15:03:11 2015 Received: (at 20283) by debbugs.gnu.org; 17 Jul 2015 19:03:11 +0000 Received: from localhost ([127.0.0.1]:52247 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZGAuc-00072s-VW for submit@debbugs.gnu.org; Fri, 17 Jul 2015 15:03:11 -0400 Received: from zimbra.cs.ucla.edu ([131.179.128.68]:52264) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZGAub-00072d-25 for 20283@debbugs.gnu.org; Fri, 17 Jul 2015 15:03:09 -0400 Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 243221601B0 for <20283@debbugs.gnu.org>; Fri, 17 Jul 2015 12:03:03 -0700 (PDT) Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id VIsAFVIzh6gO for <20283@debbugs.gnu.org>; Fri, 17 Jul 2015 12:03:02 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 84942160999 for <20283@debbugs.gnu.org>; Fri, 17 Jul 2015 12:03:02 -0700 (PDT) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id LY71MmFJPGqX for <20283@debbugs.gnu.org>; Fri, 17 Jul 2015 12:03:02 -0700 (PDT) Received: from [192.168.1.9] (pool-100-32-155-148.lsanca.fios.verizon.net [100.32.155.148]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id 6AE791601B0 for <20283@debbugs.gnu.org>; Fri, 17 Jul 2015 12:03:02 -0700 (PDT) Message-ID: <55A95166.8000809@cs.ucla.edu> Date: Fri, 17 Jul 2015 12:03:02 -0700 From: Paul Eggert Organization: UCLA Computer Science Department User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: 20283@debbugs.gnu.org Subject: Re: 25.0.50; Emacs freezes when yanking Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -1.2 (-) X-Debbugs-Envelope-To: 20283 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.2 (-) I installed a patch for this bug, as Emacs master commit 0592cefd03f1de2f04b721d07a16e6e0a9e48f73; could you please give it a try? Thanks. From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 26 13:25:57 2015 Received: (at control) by debbugs.gnu.org; 26 Jul 2015 17:25:57 +0000 Received: from localhost ([127.0.0.1]:59353 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZJPgT-0003eH-Iz for submit@debbugs.gnu.org; Sun, 26 Jul 2015 13:25:57 -0400 Received: from zimbra.cs.ucla.edu ([131.179.128.68]:33981) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZJPgS-0003eA-Os for control@debbugs.gnu.org; Sun, 26 Jul 2015 13:25:57 -0400 Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 6DD3716099B for ; Sun, 26 Jul 2015 10:25:56 -0700 (PDT) Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id T9VfS4WmxS0t for ; Sun, 26 Jul 2015 10:25:55 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id D1635160CB6 for ; Sun, 26 Jul 2015 10:25:55 -0700 (PDT) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id i2CXM5onwyfM for ; Sun, 26 Jul 2015 10:25:55 -0700 (PDT) Received: from [192.168.1.9] (pool-100-32-155-148.lsanca.fios.verizon.net [100.32.155.148]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id B83D916099B for ; Sun, 26 Jul 2015 10:25:55 -0700 (PDT) Message-ID: <55B51823.9000100@cs.ucla.edu> Date: Sun, 26 Jul 2015 10:25:55 -0700 From: Paul Eggert Organization: UCLA Computer Science Department User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 MIME-Version: 1.0 To: control@debbugs.gnu.org Subject: 20283 has a patch Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) tags 20283 patch From unknown Sun Jun 22 11:49:39 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 28 Aug 2015 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator From debbugs-submit-bounces@debbugs.gnu.org Sun Sep 13 15:07:43 2015 Received: (at control) by debbugs.gnu.org; 13 Sep 2015 19:07:43 +0000 Received: from localhost ([127.0.0.1]:59264 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZbCcp-00038j-Ej for submit@debbugs.gnu.org; Sun, 13 Sep 2015 15:07:43 -0400 Received: from vms173025pub.verizon.net ([206.46.173.25]:39609) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZbCcn-00038c-LA for control@debbugs.gnu.org; Sun, 13 Sep 2015 15:07:42 -0400 Received: from archimedes.mugrats ([108.36.228.84]) by vms173025.mailsrvcs.net (Oracle Communications Messaging Server 7.0.5.32.0 64bit (built Jul 16 2014)) with ESMTPA id <0NUM002H4QGBCE80@vms173025.mailsrvcs.net> for control@debbugs.gnu.org; Sun, 13 Sep 2015 14:07:24 -0500 (CDT) X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=J+9Xl1TS c=1 sm=1 tr=0 a=oRLTKgNoU4rk7GVLxBpItg==:117 a=HZJGGiqLAAAA:8 a=oR5dmqMzAAAA:8 a=kj9zAlcOel0A:10 a=ff-B7xzCdYMA:10 a=IPVuhrG-k72AuDPtByIA:9 a=CjuIK1q_8ugA:10 Received: from ads by archimedes.mugrats with local (Exim 4.80) (envelope-from ) id 1ZbCcX-00047n-2R; Sun, 13 Sep 2015 15:07:25 -0400 Date: Sun, 13 Sep 2015 15:07:24 -0400 From: "Alan D. Salewski" To: control@debbugs.gnu.org Subject: unarchive bug#16737 Message-id: <20150913190724.GB2158@att.net> References: <20150913185723.GA2158@att.net> <21244.16071.147204.408385@gargle.gargle.HOWL> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-disposition: inline In-reply-to: User-Agent: Mutt/1.5.20 (2009-06-14) X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: unarchive 16737 [...] Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (salewski[at]att.net) -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [206.46.173.25 listed in list.dnswl.org] 2.5 MALFORMED_FREEMAIL Bad headers on message from free email service 0.0 T_MANY_HDRS_LCASE Odd capitalization of multiple message headers X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: "Alan D. Salewski" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: unarchive 16737 [...] Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [206.46.173.25 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (salewski[at]att.net) 2.5 MALFORMED_FREEMAIL Bad headers on message from free email service 0.0 TVD_SPACE_RATIO TVD_SPACE_RATIO unarchive 16737 From unknown Sun Jun 22 11:49:39 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 24 Oct 2015 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator