Received: (at 58606) by debbugs.gnu.org; 1 Dec 2022 16:57:08 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Thu Dec 01 11:57:08 2022 Received: from localhost ([127.0.0.1]:40806 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1p0mrz-0005jQ-78 for submit <at> debbugs.gnu.org; Thu, 01 Dec 2022 11:57:07 -0500 Received: from mx2.dismail.de ([159.69.191.136]:44303) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <jbranso@HIDDEN>) id 1p0mrt-0005iw-Qo for 58606 <at> debbugs.gnu.org; Thu, 01 Dec 2022 11:57:05 -0500 Received: from mx2.dismail.de (localhost [127.0.0.1]) by mx2.dismail.de (OpenSMTPD) with ESMTP id b15b340a; Thu, 1 Dec 2022 17:56:54 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:in-reply-to:references:date:message-id:mime-version :content-type; s=20190914; bh=c3D/sdPNK+hUb3uOjZijq+9eBjQus6CqGe 1ucdp/BRI=; b=qNLUo9RUrIyWFmoEOyKpyBCxI1NgL//NRDkxxVV2i+mAom/5QB LafoP8sd9NnqbyE2HonVUWU1+6ui5K4bCO28qpMo7uWf/F3oLs2IVDQqdI15JM6d QUJQ0qAbIVpXu9XnLcveeKtDhmsM+2Q0mhGZWs6L0gYC9bMj51LPNyQ5F9JlZex5 KASWcBD/JmQyQAZy9TvS8EMDW2CHeRyuTdcZ6kQeVEmkk44JelqBh4fiuOWMiLbd r1HOvePqcZIiQzbQgKXcZVYwK4X5xAQgKq6BIbj+lcv97yLQXaUoHym3MEHX4fQD pTd4AI8zrcR+jMq8+vpBzCyKSOoK4DcTPcTQ== Received: from smtp1.dismail.de (<unknown> [10.240.26.11]) by mx2.dismail.de (OpenSMTPD) with ESMTP id f19fb49e; Thu, 1 Dec 2022 17:56:54 +0100 (CET) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id 6e08cd96; Thu, 1 Dec 2022 17:56:54 +0100 (CET) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 1c62bcf2 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Thu, 1 Dec 2022 17:56:52 +0100 (CET) From: Joshua Branson <jbranso@HIDDEN> To: Andrew Tropin <andrew@HIDDEN> Subject: Re: bug#58606: Emacs next pgtk crashes when pasting to other app In-Reply-To: <87359zqz71.fsf@HIDDEN> (Andrew Tropin's message of "Thu, 01 Dec 2022 12:56:50 +0400") References: <874jw1aajg.fsf@HIDDEN> <87wn8srviv.fsf@HIDDEN> <871qq229sd.fsf@HIDDEN> <87359zqz71.fsf@HIDDEN> X-Gnus-Sucks: I know man Date: Thu, 01 Dec 2022 11:56:49 -0500 Message-ID: <87a647oyem.fsf@HIDDEN> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 58606 Cc: 58606 <at> debbugs.gnu.org, Declan Tsien <declantsien@HIDDEN> X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) Andrew Tropin <andrew@HIDDEN> writes: > On 2022-11-16 10:34, Joshua Branson wrote: > >> Declan Tsien <declantsien@HIDDEN> writes: >> >>> Andrew Tropin <andrew@HIDDEN> writes: >>> >>>> Recently discovered a problem, which reproduces this way: >>>> - Open a new emacs instance. >>>> - Yank anything with M-w or select with mouse. >>>> - Paste yanked text to chromium/icecat. >>>> >>>> Both browser and emacs are hanging up for a while and after that Emacs >>>> crashes with: >>> >> >> I just discovered today, that I can copy text from emacs and paste that >> text into firefox. It seems to no longer be an issue for me. :) > > I built a latest emacs from master: > https://git.sr.ht/~abcdw/rde/commit/b03373920c1cc7d8d4b2d64c96f72eed9bb3651a > > And it is affected by this issue, so I made a quick and dirty workaround: > https://git.sr.ht/~abcdw/rde/commit/b6aef2d8b34d1166f33629b4b3a1a0f5751f90f9 > > Unfortunately, I don't see an easy way to backport this fix to Guix. > > Probably, this issues should be reported to bug-gnu-emacs. > I will let one of you do the reporting, since this issue no longer affects me. :)
bug-guix@HIDDEN
:bug#58606
; Package guix
.
Full text available.Received: (at 58606) by debbugs.gnu.org; 1 Dec 2022 08:57:06 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Thu Dec 01 03:57:06 2022 Received: from localhost ([127.0.0.1]:38419 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1p0fNR-0006f4-N2 for submit <at> debbugs.gnu.org; Thu, 01 Dec 2022 03:57:05 -0500 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:44883) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <andrew@HIDDEN>) id 1p0fNP-0006eg-J3 for 58606 <at> debbugs.gnu.org; Thu, 01 Dec 2022 03:57:05 -0500 Received: (Authenticated sender: andrew@HIDDEN) by mail.gandi.net (Postfix) with ESMTPSA id A539D2000B; Thu, 1 Dec 2022 08:56:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=trop.in; s=gm1; t=1669885017; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=zeudGKqB9H/MK80mhMEehiHrDPQW974gaFQS16RwF0g=; b=XiL6+TijkHBQKxAWGvAOuxO2jgi8xQU6sj1spyVB8maI7FjXsYAix64XHiOUAXgEzbH9q5 vJzi+82pjByWHcQ03hwjgnCQ3JtA1+qhxnOTUKh4frliTFKviRWf9U94WiaRxpw5M3GM9p bg5oix9x3U0wEZiPxCWNSP3+67CaYFLp1Fkguj9Zcc/x/F1mr3dyjxAlwivsEhO36nprJH oAwGFZLY43jHDzHbgcwB6AcybL7O10hHeKVjBmJ5b08uo5yr6o+aXP6sZNWMV0PlnKiBrq hhXinHgdN7IpbvuUKdxaVNy+1MeAnI1uNb7+nE39kCEPM0uI31uoHBUQZyCEBQ== From: Andrew Tropin <andrew@HIDDEN> To: Joshua Branson <jbranso@HIDDEN>, Declan Tsien <declantsien@HIDDEN> Subject: Re: bug#58606: Emacs next pgtk crashes when pasting to other app In-Reply-To: <871qq229sd.fsf@HIDDEN> References: <874jw1aajg.fsf@HIDDEN> <87wn8srviv.fsf@HIDDEN> <871qq229sd.fsf@HIDDEN> Date: Thu, 01 Dec 2022 12:56:50 +0400 Message-ID: <87359zqz71.fsf@HIDDEN> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 58606 Cc: 58606 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.7 (-) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On 2022-11-16 10:34, Joshua Branson wrote: > Declan Tsien <declantsien@HIDDEN> writes: > >> Andrew Tropin <andrew@HIDDEN> writes: >> >>> Recently discovered a problem, which reproduces this way: >>> - Open a new emacs instance. >>> - Yank anything with M-w or select with mouse. >>> - Paste yanked text to chromium/icecat. >>> >>> Both browser and emacs are hanging up for a while and after that Emacs >>> crashes with: >> > > I just discovered today, that I can copy text from emacs and paste that > text into firefox. It seems to no longer be an issue for me. :) I built a latest emacs from master: https://git.sr.ht/~abcdw/rde/commit/b03373920c1cc7d8d4b2d64c96f72eed9bb3651a And it is affected by this issue, so I made a quick and dirty workaround: https://git.sr.ht/~abcdw/rde/commit/b6aef2d8b34d1166f33629b4b3a1a0f5751f90f9 Unfortunately, I don't see an easy way to backport this fix to Guix. Probably, this issues should be reported to bug-gnu-emacs. =2D-=20 Best regards, Andrew Tropin --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEKEGaxlA4dEDH6S/6IgjSCVjB3rAFAmOIbFIACgkQIgjSCVjB 3rAbfw//WWh+QAfDAPdsssAjkPpD35iH8HP8o9+F2xfWDpVmYbI7FuZkW3nNZb1C XiUI/YvX6nqLYW72DGapF/EBBd6pwn1QajDOydFSzBMAepKyUwOwTfk8emTVDU50 ERzsHN1gi6A6YhkHpQfB4p4zZ73mio0HTGXWko45rlghl43FvgvDEluHaoSg+sDb 7dBI0VVGviCpxf0/6x9LJvz1YxSlM8NkuQNxbcZf4E/ZVbYHmgTht5AR1d9SpKSd sel1GThCN4jMyXtJ/od12JD74Dsh88G1QdrBsmaUhOW8Asr8J2wwZGSpUolxzIOW 9rlLGXlRySHRaz4+kWVMuxM5+o5F7N7az1MYX/djgZTeSVrYKVE8VpBfiOTTk+WU wUTSMR2QSmRwpTEGzYNmzz0KQgX/R5+xyELQlSSLdn2hLWGMHhbpOUgOA5J36YZ0 CNLzD3tss/jaoFSuml8cjRD2SmJk2Te/Ll4o/LQPIo2pkP7YnnwEG3ykc23cbccu hSAZCIdEhTLeLnf8ynKsomxGtwWZJzhnmvTYBGAJ3U74SsBLmdp+DPeF0DgFP+ln SdNNm0R1grBISnGecDU/t10CKjzMSfZrPCCQbLQrN+QIn7K1Z2KLGCO3H+xS9RkX Ra5gvwQqeWLwoWcuGi2/85wzOHl8OVG71UQoVmCa+keNBrd5g8Q= =3S3u -----END PGP SIGNATURE----- --=-=-=--
bug-guix@HIDDEN
:bug#58606
; Package guix
.
Full text available.Received: (at 58606) by debbugs.gnu.org; 16 Nov 2022 15:34:23 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Wed Nov 16 10:34:23 2022 Received: from localhost ([127.0.0.1]:57899 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1ovKQh-0003ju-FE for submit <at> debbugs.gnu.org; Wed, 16 Nov 2022 10:34:23 -0500 Received: from mx1.dismail.de ([78.46.223.134]:4579) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <jbranso@HIDDEN>) id 1ovKQf-0003je-5X for 58606 <at> debbugs.gnu.org; Wed, 16 Nov 2022 10:34:22 -0500 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 4d3cf21b; Wed, 16 Nov 2022 16:34:14 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:in-reply-to:references:date:message-id:mime-version :content-type; s=20190914; bh=5fCDLwbjyHiWoZXm+P9vCaoTGIq/WpXt6r iu0I4XqNg=; b=qPlYzAWHOzvoSIK0HumD3oRxQd8deXT2bTRryRUn20mJCcuman ph3ahJ8hTG/doTVk75y/YNS+CWnbfUSjFgtQkFN4/TtDvVNfakJIzj1KGaB9x1MN QPQQs9KQVQGX5GQikcgo/pwYAV2CPZLtdf7RLsetpDI/WoOU8OJ5EUTym3YyCTAo QjAjVXaw4h03gVvJKrPzq2NkyY0hoX6/5I3Kak07+1dtN/6tMQSAovxk51uOmxIF T29W9Uluk7hucruQtJ7L+dovGzBJjVW1L2MMAQDmjF5gLB1VcGCn4cqjUHzVPRHs 6e9uhKx1NUVrf2Sk/muTj2C8c8SBg3SYEmow== Received: from smtp2.dismail.de (<unknown> [10.240.26.12]) by mx1.dismail.de (OpenSMTPD) with ESMTP id dfb0b1db; Wed, 16 Nov 2022 16:34:14 +0100 (CET) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id 6eddda54; Wed, 16 Nov 2022 16:34:14 +0100 (CET) Received: by dismail.de (OpenSMTPD) with ESMTPSA id b6cb656a (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Wed, 16 Nov 2022 16:34:13 +0100 (CET) From: Joshua Branson <jbranso@HIDDEN> To: Declan Tsien <declantsien@HIDDEN> Subject: Re: bug#58606: Emacs next pgtk crashes when pasting to other app In-Reply-To: <87wn8srviv.fsf@HIDDEN> (Declan Tsien's message of "Sat, 22 Oct 2022 18:40:40 +0800") References: <874jw1aajg.fsf@HIDDEN> <87wn8srviv.fsf@HIDDEN> Date: Wed, 16 Nov 2022 10:34:10 -0500 Message-ID: <871qq229sd.fsf@HIDDEN> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 58606 Cc: 58606 <at> debbugs.gnu.org, Andrew Tropin <andrew@HIDDEN> X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.7 (-) Declan Tsien <declantsien@HIDDEN> writes: > Andrew Tropin <andrew@HIDDEN> writes: > >> Recently discovered a problem, which reproduces this way: >> - Open a new emacs instance. >> - Yank anything with M-w or select with mouse. >> - Paste yanked text to chromium/icecat. >> >> Both browser and emacs are hanging up for a while and after that Emacs >> crashes with: > I just discovered today, that I can copy text from emacs and paste that text into firefox. It seems to no longer be an issue for me. :)
bug-guix@HIDDEN
:bug#58606
; Package guix
.
Full text available.Received: (at 58606) by debbugs.gnu.org; 26 Oct 2022 13:38:21 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Wed Oct 26 09:38:21 2022 Received: from localhost ([127.0.0.1]:53733 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1ongbt-0000zs-0U for submit <at> debbugs.gnu.org; Wed, 26 Oct 2022 09:38:21 -0400 Received: from mailout.easymail.ca ([64.68.200.34]:57254) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <bokr@HIDDEN>) id 1ongbm-0000zX-LW for 58606 <at> debbugs.gnu.org; Wed, 26 Oct 2022 09:38:19 -0400 Received: from localhost (localhost [127.0.0.1]) by mailout.easymail.ca (Postfix) with ESMTP id AB6BC65B61; Wed, 26 Oct 2022 13:38:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=bokr.com; s=easymail; t=1666791488; bh=IetinELyTF8qlAhatsq+EEz5GLEEiNYYxPEZOa2596Y=; h=From:Date:To:Cc:Subject:References:In-Reply-To:From; b=HA4L1Y308hG8tJsykxM9YbrYjwtopad0AEfLdTeB5LIZ2Ys4q4sOYWrLj5fxsvEXS hKSl48F41Sx8Df1CrtZAoTtiIGavmM8S5CvsZyikuQikV1xsGkzYyqfO5B+RXUjykh tNjz159wR7G+qHUv9wrzpOH3ovma++YNEl8OxxO8w0Y4x3ohD6t/DTLbufyYPkBWyL gcjrjjdy9+1DKapTsAEADkhnPfUmDi1/kcN2+mRBkspVgrNIgRpSSeFgO298HYgDE5 Vi8oF8vQCcdQyu4LK7LSbjPEYu2+aHjTDdxFRBteYJgjocZLGBis4+XchNX98oPcJx rhWS/V4UobG9g== X-Virus-Scanned: Debian amavisd-new at emo07-pco.easydns.vpn Received: from mailout.easymail.ca ([127.0.0.1]) by localhost (emo07-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vCEEPNXNLEIC; Wed, 26 Oct 2022 13:38:08 +0000 (UTC) Received: from localhost (m90-129-200-243.cust.tele2.se [90.129.200.243]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mailout.easymail.ca (Postfix) with ESMTPSA id D74856597E; Wed, 26 Oct 2022 13:38:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=bokr.com; s=easymail; t=1666791488; bh=IetinELyTF8qlAhatsq+EEz5GLEEiNYYxPEZOa2596Y=; h=From:Date:To:Cc:Subject:References:In-Reply-To:From; b=HA4L1Y308hG8tJsykxM9YbrYjwtopad0AEfLdTeB5LIZ2Ys4q4sOYWrLj5fxsvEXS hKSl48F41Sx8Df1CrtZAoTtiIGavmM8S5CvsZyikuQikV1xsGkzYyqfO5B+RXUjykh tNjz159wR7G+qHUv9wrzpOH3ovma++YNEl8OxxO8w0Y4x3ohD6t/DTLbufyYPkBWyL gcjrjjdy9+1DKapTsAEADkhnPfUmDi1/kcN2+mRBkspVgrNIgRpSSeFgO298HYgDE5 Vi8oF8vQCcdQyu4LK7LSbjPEYu2+aHjTDdxFRBteYJgjocZLGBis4+XchNX98oPcJx rhWS/V4UobG9g== From: bokr@HIDDEN Date: Wed, 26 Oct 2022 15:37:47 +0200 To: Joshua Branson <jbranso@HIDDEN> Subject: Re: bug#58606: Emacs next pgtk crashes when pasting to other app Message-ID: <20221026133747.GA5784@LionPure> References: <874jw1aajg.fsf@HIDDEN> <871qqwfr5d.fsf@HIDDEN> <87fsfcgeqj.fsf@HIDDEN> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <87fsfcgeqj.fsf@HIDDEN> User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 58606 Cc: 58606 <at> debbugs.gnu.org, Andrew Tropin <andrew@HIDDEN> X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) Hi Joshua, On +2022-10-25 10:27:48 -0400, Joshua Branson via Bug reports for GNU Guix wrote: > Andrew Tropin <andrew@HIDDEN> writes: > > > On 2022-10-18 10:52, Andrew Tropin wrote: > > > >> Recently discovered a problem, which reproduces this way: > >> - Open a new emacs instance. > >> - Yank anything with M-w or select with mouse. > >> - Paste yanked text to chromium/icecat. > >> > > I sometimes run two instances of Emacs. I discovered today, that Emacs > cannot yank from one and paste to another. When I try to paste I get this > mysterious warning message in Emacs: > > "waiting for reply from selection owner." > > > Disclaimer: Sharing newbie discovery, inviting risk commentary, no warranty :) A hack to get around clipboarding hangs (which I won't go into here :) is (if you are safely by yourself on your laptop) this: Select what you want to copy-paste as usual (Ctl-Space and move point to end of region) but then don't copy it with Mx w -- instead do shell-op on region like --8<---------------cut here---------------start------------->8--- Esc | tee /tmp/foo --8<---------------cut here---------------end--------------->8--- that should write your region into /tmp/foo Then switch to your other emacs instance and insert foo contents at point using --8<---------------cut here---------------start------------->8--- Ctl-x i /tmp/foo --8<---------------cut here---------------end--------------->8--- tee should not have added any newline unless you had it in your selected region, and Ctl-x i should insert verbatim. (well, probably modulo different encodings in various buffers. Idk :) If you want to hop between gui and emacs -nw it should work fine there too. I've tried that. If you want to do like append-string, adding to the end of foo, use ...|tee -a /tmp/foo or use separate files ad lib, of course: whatever|tee /tmp/bar If you want to be a bit safer, it'd probably be good to make a restricted temp dir like --8<---------------cut here---------------start------------->8--- $ mktemp -d /tmp/joshclips.XXXXXX.d /tmp/joshclips.rinY4L.d $ ls -ltra /tmp/joshclips.rinY4L.d/ total 8 drwxrwxrwt 16 root root 4096 Oct 26 12:59 .. drwx------ 2 bokr bokr 4096 Oct 26 12:59 . --8<---------------cut here---------------end--------------->8--- (note the restricted write perm just to user, not group) and then tee to /tmp/joshclips.rinY4L.d/foo Of course, if you want to preserve your cutting room detritus, you can use other directories than /tmp :) BTW, you could of course plain write foo with Crl-x w but then you'd get interaction that using tee and insert avoids. Also you could use cat > or cat >> in place of tee and tee -a respectively, but then your selected region would disappear because redirected cat effectively returns '' as the filtered region, unlike tee which makes no mod, just sneaks a copy. Using cat you'd have to undo with Crl-underscore. No big deal, but tee avoids it :) Please excuse that this wasn't on the fseg topic. SFTN. -- Regards, Bengt Richter
bug-guix@HIDDEN
:bug#58606
; Package guix
.
Full text available.Received: (at 58606) by debbugs.gnu.org; 25 Oct 2022 14:28:05 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Tue Oct 25 10:28:05 2022 Received: from localhost ([127.0.0.1]:51999 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1onKuS-0002s1-RK for submit <at> debbugs.gnu.org; Tue, 25 Oct 2022 10:28:05 -0400 Received: from mx1.dismail.de ([78.46.223.134]:24358) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <jbranso@HIDDEN>) id 1onKuQ-0002rT-3e for 58606 <at> debbugs.gnu.org; Tue, 25 Oct 2022 10:28:03 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 5eee9482; Tue, 25 Oct 2022 16:27:52 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:in-reply-to:references:date:message-id:mime-version :content-type; s=20190914; bh=dCMdSkIl6CtN1tsP/wywUPtGcyseoMgWh6 U48FFBBDo=; b=Xms9PtUqDoo0hxsAIMICFJIkS0EXEwjbObm9xmnyuCWR/SCvaI SWK0Wz/H2l7B0sh5p7VhZgpb2/zT5Ap+JH2rYNXH5nRASxcPDdzVDKv7wsuLbArE XMCk5u2sVc/2mkpxB1uBRFg5qcuKapvdes3cTRhz8IBUfsUjYrYWHSjtFgmVbYBK Epfcb8l6KH9QKXpVZ+acyOnzGGTKjNx0e+Q6wzpTULKYosc4y+L8Pktm5cnJgbl0 Irf7bPxUOZuHiBormNwF0fQ6wCRDliDuoV5jylHHHQQdvcRkAE+H2q0IeVfSMCWO HHz/sRq1XFtemKKQvkJO2Pn9szLTSveq0anQ== Received: from smtp1.dismail.de (<unknown> [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 09968df6; Tue, 25 Oct 2022 16:27:52 +0200 (CEST) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id 12f74e2d; Tue, 25 Oct 2022 16:27:52 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id d1fc8a5d (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Tue, 25 Oct 2022 16:27:51 +0200 (CEST) From: Joshua Branson <jbranso@HIDDEN> To: Andrew Tropin <andrew@HIDDEN> Subject: Re: bug#58606: Emacs next pgtk crashes when pasting to other app In-Reply-To: <871qqwfr5d.fsf@HIDDEN> (Andrew Tropin's message of "Tue, 25 Oct 2022 08:45:02 +0400") References: <874jw1aajg.fsf@HIDDEN> <871qqwfr5d.fsf@HIDDEN> Date: Tue, 25 Oct 2022 10:27:48 -0400 Message-ID: <87fsfcgeqj.fsf@HIDDEN> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 58606 Cc: 58606 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.7 (-) Andrew Tropin <andrew@HIDDEN> writes: > On 2022-10-18 10:52, Andrew Tropin wrote: > >> Recently discovered a problem, which reproduces this way: >> - Open a new emacs instance. >> - Yank anything with M-w or select with mouse. >> - Paste yanked text to chromium/icecat. >> I sometimes run two instances of Emacs. I discovered today, that Emacs cannot yank from one and paste to another. When I try to paste I get this mysterious warning message in Emacs: "waiting for reply from selection owner."
bug-guix@HIDDEN
:bug#58606
; Package guix
.
Full text available.Received: (at submit) by debbugs.gnu.org; 25 Oct 2022 04:45:42 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Tue Oct 25 00:45:42 2022 Received: from localhost ([127.0.0.1]:50008 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1onBos-0001W6-63 for submit <at> debbugs.gnu.org; Tue, 25 Oct 2022 00:45:42 -0400 Received: from lists.gnu.org ([209.51.188.17]:54324) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <andrew@HIDDEN>) id 1onBon-0001Vv-0g for submit <at> debbugs.gnu.org; Tue, 25 Oct 2022 00:45:40 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <andrew@HIDDEN>) id 1onBoj-0000cu-Gr for bug-guix@HIDDEN; Tue, 25 Oct 2022 00:45:34 -0400 Received: from relay8-d.mail.gandi.net ([2001:4b98:dc4:8::228]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <andrew@HIDDEN>) id 1onBoa-0002UE-D8 for bug-guix@HIDDEN; Tue, 25 Oct 2022 00:45:26 -0400 Received: (Authenticated sender: andrew@HIDDEN) by mail.gandi.net (Postfix) with ESMTPSA id 4803F1BF205 for <bug-guix@HIDDEN>; Tue, 25 Oct 2022 04:45:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=trop.in; s=gm1; t=1666673117; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=kW9LDXuUmsDzwnGLCBKh5ML1E9yjROgpwM809Q1YUp0=; b=OIX1LHiNPDpbQEQs/dqnpSVUBdHhpUDeFqk4kJwMqUzzd7lcLrTgSvptEyD+aHAmWeY6/k J4roimN6gN9U/QQd5tQYQo5/DPcIOJOGxn0N+lmR18DWVPv8LqK8TRgt0vAbigt0bpgEU8 kJ2IScTHBosEwZSqmdORwbpyUg9EukSW18+rsMs0cgSWPxblBkUWn/0IFsEUwRGvk2yTOT yL6HeSgRx6g8GapcONGdGE3K6rkj49uFhHkiafSh+0DN9W6swsSqsveRXk60yJgwZ1B2oG zgsV160e/gUm/wpNnIVrVvabJCXJ3KwcxkwrB6kzvKcRMOrJgD9GxjhqxkSHeQ== From: Andrew Tropin <andrew@HIDDEN> To: bug-guix@HIDDEN Subject: Re: Emacs next pgtk crashes when pasting to other app In-Reply-To: <874jw1aajg.fsf@HIDDEN> References: <874jw1aajg.fsf@HIDDEN> Date: Tue, 25 Oct 2022 08:45:02 +0400 Message-ID: <871qqwfr5d.fsf@HIDDEN> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=2001:4b98:dc4:8::228; envelope-from=andrew@HIDDEN; helo=relay8-d.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, PDS_BTC_ID=0.216, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.2 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -2.2 (--) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On 2022-10-18 10:52, Andrew Tropin wrote: > Recently discovered a problem, which reproduces this way: > - Open a new emacs instance. > - Yank anything with M-w or select with mouse. > - Paste yanked text to chromium/icecat. > > Both browser and emacs are hanging up for a while and after that Emacs > crashes with: > > --8<---------------cut here---------------start------------->8--- > Fatal error 11: Segmentation fault > --8<---------------cut here---------------end--------------->8--- > > sway, emacs-next-pgtk, ungoogled-chromium > > --8<---------------cut here---------------start------------->8--- > Generation 75 Oct 17 2022 15:54:07 (current) > rde 05225a3 > repository URL: https://git.sr.ht/~abcdw/rde > branch: master > commit: 05225a3a20e2f3eba9ebaa3df4cdce3e8b0c33c1 > guix 3ab1438 > repository URL: file:///home/bob/work/gnu/guix > branch: master > commit: 3ab14386cd2a3fc4bacf2291ee585a0685aceb17 > --8<---------------cut here---------------end--------------->8--- A little more info: =2D-8<---------------cut here---------------start------------->8--- Fatal error 11: Segmentation fault Backtrace: /home/bob/.guix-home/profile/bin/emacs[0x530c7e] /home/bob/.guix-home/profile/bin/emacs[0x42645c] /home/bob/.guix-home/profile/bin/emacs[0x42694b] /home/bob/.guix-home/profile/bin/emacs[0x52f1f8] /home/bob/.guix-home/profile/bin/emacs[0x52f269] /gnu/store/5h2w4qi9hk1qzzgi1w83220ydslinr4s-glibc-2.33/lib/libpthread.so.0(= +0x11d80)[0x7f7850c45d80] /gnu/store/96srhmpmxa20wmsck95g3iq4hb3lz4a0-glib-2.70.2/lib/libgobject-2.0.= so.0(+0x27424)[0x7f7857ad4424] /gnu/store/96srhmpmxa20wmsck95g3iq4hb3lz4a0-glib-2.70.2/lib/libgobject-2.0.= so.0(g_signal_emit_valist+0xbeb)[0x7f7857ada21b] /gnu/store/96srhmpmxa20wmsck95g3iq4hb3lz4a0-glib-2.70.2/lib/libgobject-2.0.= so.0(g_signal_emit+0x82)[0x7f7857ada722] /gnu/store/96srhmpmxa20wmsck95g3iq4hb3lz4a0-glib-2.70.2/lib/libgobject-2.0.= so.0(+0x19884)[0x7f7857ac6884] /gnu/store/96srhmpmxa20wmsck95g3iq4hb3lz4a0-glib-2.70.2/lib/libgobject-2.0.= so.0(g_object_notify_by_pspec+0xe4)[0x7f7857ac8834] /gnu/store/3qf7x188z53a8y1b6xpnnkas3mg7g3cq-gtk+-3.24.30/lib/libgtk-3.so.0(= +0x3afbcd)[0x7f7858470bcd] /gnu/store/3qf7x188z53a8y1b6xpnnkas3mg7g3cq-gtk+-3.24.30/lib/libgtk-3.so.0(= +0x3de357)[0x7f785849f357] /gnu/store/96srhmpmxa20wmsck95g3iq4hb3lz4a0-glib-2.70.2/lib/libgobject-2.0.= so.0(g_closure_invoke+0x16f)[0x7f7857ac24af] /gnu/store/96srhmpmxa20wmsck95g3iq4hb3lz4a0-glib-2.70.2/lib/libgobject-2.0.= so.0(+0x269e9)[0x7f7857ad39e9] /gnu/store/96srhmpmxa20wmsck95g3iq4hb3lz4a0-glib-2.70.2/lib/libgobject-2.0.= so.0(g_signal_emit_valist+0x735)[0x7f7857ad9d65] /gnu/store/96srhmpmxa20wmsck95g3iq4hb3lz4a0-glib-2.70.2/lib/libgobject-2.0.= so.0(g_signal_emit+0x82)[0x7f7857ada722] /gnu/store/3qf7x188z53a8y1b6xpnnkas3mg7g3cq-gtk+-3.24.30/lib/libgtk-3.so.0(= +0x38ac04)[0x7f785844bc04] /gnu/store/3qf7x188z53a8y1b6xpnnkas3mg7g3cq-gtk+-3.24.30/lib/libgtk-3.so.0(= gtk_main_do_event+0x6ea)[0x7f785830c37a] /gnu/store/3qf7x188z53a8y1b6xpnnkas3mg7g3cq-gtk+-3.24.30/lib/libgdk-3.so.0(= +0x3d3c5)[0x7f7857ff93c5] /gnu/store/3qf7x188z53a8y1b6xpnnkas3mg7g3cq-gtk+-3.24.30/lib/libgdk-3.so.0(= +0x9a352)[0x7f7858056352] /gnu/store/96srhmpmxa20wmsck95g3iq4hb3lz4a0-glib-2.70.2/lib/libglib-2.0.so.= 0(g_main_context_dispatch+0x23b)[0x7f78579ce4cb] /home/bob/.guix-home/profile/bin/emacs[0x64ade8] /home/bob/.guix-home/profile/bin/emacs[0x518482] /home/bob/.guix-home/profile/bin/emacs[0x5188a5] /home/bob/.guix-home/profile/bin/emacs[0x519758] /home/bob/.guix-home/profile/bin/emacs[0x519c95] /home/bob/.guix-home/profile/bin/emacs[0x519e58] /home/bob/.guix-home/profile/bin/emacs[0x51ebd8] /home/bob/.guix-home/profile/bin/emacs[0x5f5dd8] /home/bob/.guix-home/profile/bin/emacs[0x51a3b6] /home/bob/.guix-home/profile/bin/emacs[0x51fcc3] /home/bob/.guix-home/profile/bin/emacs[0x52200d] /home/bob/.guix-home/profile/bin/emacs[0x523c32] /home/bob/.guix-home/profile/bin/emacs[0x598b07] /home/bob/.guix-home/profile/bin/emacs[0x50fe9a] /home/bob/.guix-home/profile/bin/emacs[0x598a61] /home/bob/.guix-home/profile/bin/emacs[0x50fe3f] /home/bob/.guix-home/profile/bin/emacs[0x516c83] /home/bob/.guix-home/profile/bin/emacs[0x516ffa] /home/bob/.guix-home/profile/bin/emacs[0x42f32a] =2D-8<---------------cut here---------------end--------------->8--- =2D-=20 Best regards, Andrew Tropin --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEKEGaxlA4dEDH6S/6IgjSCVjB3rAFAmNXac4ACgkQIgjSCVjB 3rDKsg/9F/pBGta9DSKek8DuDn+TxtLcbySOp7l3xjzezLy3RenKxpzQO6MQofui iS+t/Q0AORb+nUKGiEbGtjKV1ckyQ8tUSdKjq9Hm1QOptISgandqRPhW43Eg8R5M g9CHFdm7fGVwUYQ8tpoJhMBoA1dYg4IrIL5ve2yOjl+4f2v+r9IJCsBGywLm73xh ZUB02VUkKPjmSseVolbuolGFg13DLdPdMuNhGGcUlug472Dn0CyYeMRe7oBDH08d oilUUK49sznZnu4lj5js5+vvRESb2DBKao1IhTmyM1oni4ZhsCGNUlSzIsuodP0s t87e/nUq4tTRazyEswSZeGjlIPsNE4C/BnBjmCt6PEyQV/ZyexFz4V+BhvU05MGU kZl7kAj9jcnugNfT8LjKqi/DxG0Kqjhjj/Y4rmRHtecPRRCZfrP7y1UpF+oeNqgZ CX5XpnaaB6tNY9rczwkrDzpO1S+ezgI7iR3zqxk3LKv7zkeQ0aX/sMsVYZoZl+GA a1aIsYtB/YPw0La6fnN/ojtNz5qTi7xAD66Bi2C8+I5LPVID4YZ9cnldWJd/hZv7 0PuKK03cxWETOYsTe0R6aNslbR6H8F+quB6c+idx10FpeUXZI3VbzhIZ0QDWargT +MWhTbykqg125JqugY0hZl1mDDPh95rvQ25o1kTmf0UfvPvJ5Bk= =jW08 -----END PGP SIGNATURE----- --=-=-=--
bug-guix@HIDDEN
:bug#58606
; Package guix
.
Full text available.Received: (at 58606) by debbugs.gnu.org; 23 Oct 2022 19:13:08 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Sun Oct 23 15:13:08 2022 Received: from localhost ([127.0.0.1]:46499 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1omgPE-0003vK-Fi for submit <at> debbugs.gnu.org; Sun, 23 Oct 2022 15:13:08 -0400 Received: from mx1.dismail.de ([78.46.223.134]:29444) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <jbranso@HIDDEN>) id 1omgP9-0003uY-Sp for 58606 <at> debbugs.gnu.org; Sun, 23 Oct 2022 15:13:06 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 695870f1; Sun, 23 Oct 2022 21:12:56 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:in-reply-to:references:date:message-id:mime-version :content-type; s=20190914; bh=glHO11eLbbgMosNPuTi/kH5s+fT4/9oKsF UjLV6EQec=; b=JVOQHEu0Z8GXqFdffcGwtej1HBEvbxOK5u7312hMSzaffbD0CR FcHCdOiN3aYxsUeYfZpJM8cRI4o8Xo9QgVFfG9+eX+luarUvjz+nuS8W0YvPRptN YbQJzMCNHe2UgeEYRh52WguGqk/7NwFv/2TZ2TBa6tZFYktfRUCN1WH1PizHQqZ7 S2Cpberg8rD6lx/LAF76PtDDW+jKQlQSRis/8px+y7luN5wrzVKpjv/KiPmQJ5X+ uHY/Gz6C4Pkj+gbOMKzqUSFgaiICG+XOLTeTgbyTPJeoCtqiVc/VhyqP2PLhvWeF o3ZHS8L6GCwbPZZv9aEefPv+O5T+of3bz4Pw== Received: from smtp1.dismail.de (<unknown> [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 3e828c65; Sun, 23 Oct 2022 21:12:56 +0200 (CEST) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id 0078d460; Sun, 23 Oct 2022 21:12:56 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 75a31a27 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sun, 23 Oct 2022 21:12:55 +0200 (CEST) From: Joshua Branson <jbranso@HIDDEN> To: Joshua Branson via Bug reports for GNU Guix <bug-guix@HIDDEN> Subject: Re: bug#58606: Emacs next pgtk crashes when pasting to other app In-Reply-To: <87fsfixwf1.fsf@HIDDEN> (Joshua Branson via Bug reports for's message of "Thu, 20 Oct 2022 13:00:18 -0400") References: <874jw1aajg.fsf@HIDDEN> <87fsfixwf1.fsf@HIDDEN> X-Gnus-Sucks: I know man Date: Sun, 23 Oct 2022 15:12:52 -0400 Message-ID: <87o7u2icaz.fsf@HIDDEN> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 58606 Cc: 58606 <at> debbugs.gnu.org, Andrew Tropin <andrew@HIDDEN> X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.7 (-) Joshua Branson via Bug reports for GNU Guix <bug-guix@HIDDEN> writes: > Andrew Tropin <andrew@HIDDEN> writes: > >> Recently discovered a problem, which reproduces this way: >> - Open a new emacs instance. >> - Yank anything with M-w or select with mouse. >> - Paste yanked text to chromium/icecat. >> >> Both browser and emacs are hanging up for a while and after that Emacs >> crashes with: >> >> Fatal error 11: Segmentation fault >> >> >> sway, emacs-next-pgtk, ungoogled-chromium > > I was unable to reproduce this bug. I am also using sway. Also thanks > for the tip about emacs-next-pgtk. I didn't know that was packaged! > So I did just reconfigure, and I am now running a wayland only sway session. I did notice that I cannot seem to copy text from inside emacs and paste into chromium or icecat... Chromium seemed to lock up after I tried to paste into its url bar. Icecat did not accept the paste, but continued working...
bug-guix@HIDDEN
:bug#58606
; Package guix
.
Full text available.Received: (at submit) by debbugs.gnu.org; 23 Oct 2022 19:13:09 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Sun Oct 23 15:13:09 2022 Received: from localhost ([127.0.0.1]:46503 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1omgPF-0003vU-DL for submit <at> debbugs.gnu.org; Sun, 23 Oct 2022 15:13:09 -0400 Received: from lists.gnu.org ([209.51.188.17]:48504) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <jbranso@HIDDEN>) id 1omgPD-0003v7-1d for submit <at> debbugs.gnu.org; Sun, 23 Oct 2022 15:13:07 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <jbranso@HIDDEN>) id 1omgPC-00082h-Sy for bug-guix@HIDDEN; Sun, 23 Oct 2022 15:13:06 -0400 Received: from mx1.dismail.de ([78.46.223.134]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <jbranso@HIDDEN>) id 1omgP8-0001lL-8c for bug-guix@HIDDEN; Sun, 23 Oct 2022 15:13:06 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 695870f1; Sun, 23 Oct 2022 21:12:56 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:in-reply-to:references:date:message-id:mime-version :content-type; s=20190914; bh=glHO11eLbbgMosNPuTi/kH5s+fT4/9oKsF UjLV6EQec=; b=JVOQHEu0Z8GXqFdffcGwtej1HBEvbxOK5u7312hMSzaffbD0CR FcHCdOiN3aYxsUeYfZpJM8cRI4o8Xo9QgVFfG9+eX+luarUvjz+nuS8W0YvPRptN YbQJzMCNHe2UgeEYRh52WguGqk/7NwFv/2TZ2TBa6tZFYktfRUCN1WH1PizHQqZ7 S2Cpberg8rD6lx/LAF76PtDDW+jKQlQSRis/8px+y7luN5wrzVKpjv/KiPmQJ5X+ uHY/Gz6C4Pkj+gbOMKzqUSFgaiICG+XOLTeTgbyTPJeoCtqiVc/VhyqP2PLhvWeF o3ZHS8L6GCwbPZZv9aEefPv+O5T+of3bz4Pw== Received: from smtp1.dismail.de (<unknown> [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 3e828c65; Sun, 23 Oct 2022 21:12:56 +0200 (CEST) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id 0078d460; Sun, 23 Oct 2022 21:12:56 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 75a31a27 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sun, 23 Oct 2022 21:12:55 +0200 (CEST) From: Joshua Branson <jbranso@HIDDEN> To: Joshua Branson via Bug reports for GNU Guix <bug-guix@HIDDEN> Subject: Re: bug#58606: Emacs next pgtk crashes when pasting to other app In-Reply-To: <87fsfixwf1.fsf@HIDDEN> (Joshua Branson via Bug reports for's message of "Thu, 20 Oct 2022 13:00:18 -0400") References: <874jw1aajg.fsf@HIDDEN> <87fsfixwf1.fsf@HIDDEN> X-Gnus-Sucks: I know man Date: Sun, 23 Oct 2022 15:12:52 -0400 Message-ID: <87o7u2icaz.fsf@HIDDEN> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=78.46.223.134; envelope-from=jbranso@HIDDEN; helo=mx1.dismail.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: 58606 <at> debbugs.gnu.org, Andrew Tropin <andrew@HIDDEN> X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -2.4 (--) Joshua Branson via Bug reports for GNU Guix <bug-guix@HIDDEN> writes: > Andrew Tropin <andrew@HIDDEN> writes: > >> Recently discovered a problem, which reproduces this way: >> - Open a new emacs instance. >> - Yank anything with M-w or select with mouse. >> - Paste yanked text to chromium/icecat. >> >> Both browser and emacs are hanging up for a while and after that Emacs >> crashes with: >> >> Fatal error 11: Segmentation fault >> >> >> sway, emacs-next-pgtk, ungoogled-chromium > > I was unable to reproduce this bug. I am also using sway. Also thanks > for the tip about emacs-next-pgtk. I didn't know that was packaged! > So I did just reconfigure, and I am now running a wayland only sway session. I did notice that I cannot seem to copy text from inside emacs and paste into chromium or icecat... Chromium seemed to lock up after I tried to paste into its url bar. Icecat did not accept the paste, but continued working...
bug-guix@HIDDEN
:bug#58606
; Package guix
.
Full text available.Received: (at 58606) by debbugs.gnu.org; 22 Oct 2022 10:41:00 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Sat Oct 22 06:41:00 2022 Received: from localhost ([127.0.0.1]:39776 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1omBw4-0000Oa-6o for submit <at> debbugs.gnu.org; Sat, 22 Oct 2022 06:41:00 -0400 Received: from mx0.riseup.net ([198.252.153.6]:44584) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <declantsien@HIDDEN>) id 1omBw2-0000OF-AX for 58606 <at> debbugs.gnu.org; Sat, 22 Oct 2022 06:40:59 -0400 Received: from fews1.riseup.net (fews1-pn.riseup.net [10.0.1.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.riseup.net", Issuer "R3" (not verified)) by mx0.riseup.net (Postfix) with ESMTPS id 4MvdCm2Lj0z9sRp; Sat, 22 Oct 2022 10:40:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1666435252; bh=rnmf5AMbHcAh2IBv9mkmcmlsN7Vp8+pzgWrILTrpX/Y=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=io2UQg32j9nHyulx7QtPIWBRA/nVFtDdDCshj4T1S/iALupEDtKZtb0ez/2aXt6FZ UuKKbmj7pGdiINqRKJ+Vmc2ynExXVRUeR/N7mIkAR+dpvvQekiqiawDkg3quatDOgn XNtx9F9pBejn5tuyrYeNtRj6IPklxPpD2nRCZDpM= X-Riseup-User-ID: BBE813EABAB5E6A2A273D2F749B37741C5A95F13305D63BF831C589A5EA91001 Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews1.riseup.net (Postfix) with ESMTPSA id 4MvdCl5M7nz5vXG; Sat, 22 Oct 2022 10:40:51 +0000 (UTC) From: Declan Tsien <declantsien@HIDDEN> To: Andrew Tropin <andrew@HIDDEN> Subject: Re: bug#58606: Emacs next pgtk crashes when pasting to other app In-Reply-To: <874jw1aajg.fsf@HIDDEN> References: <874jw1aajg.fsf@HIDDEN> Date: Sat, 22 Oct 2022 18:40:40 +0800 Message-ID: <87wn8srviv.fsf@HIDDEN> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 58606 Cc: 58606 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.7 (-) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Andrew Tropin <andrew@HIDDEN> writes: > Recently discovered a problem, which reproduces this way: > - Open a new emacs instance. > - Yank anything with M-w or select with mouse. > - Paste yanked text to chromium/icecat. > > Both browser and emacs are hanging up for a while and after that Emacs > crashes with: Same issue here. Just test Emacs(next-pgtk) with Chromium.=20 But not with Icecat nor Firefox (from nonguix). Also, Chromium seem works fine with other applications, tested (Foot terminal). Fortunately for me, I've forgotten about Chromium for some time now. It probably should report to Emacs mailing list. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQHLBAEBCAA1FiEE9pXznsYl4IEztXWfD8aHA3Xv4vUFAmNTyKkXHGRlY2xhbnRz aWVuQHJpc2V1cC5uZXQACgkQD8aHA3Xv4vWRmQv/fOtcm8L3v6imvu1I3RBPEU14 MoIaDjTyYV8V59s4z1JfswuuWWFE58JwwgQpa/L+4FC4TLfW2waA7fG2BV+IqsvE iHU3MbUqzjHNPCEsapiMY9BYUL8gIOy19G+bMNoCjzr5Cs7fZBMWmzEgTRC/U98G wK97qYXVYi4V0c7lcif/vOQjfavU9Akb9Kbj/U1yYyjf6uhnTyBe+uS961ELa/Ne yfyEML9fFb5eObSX3l4sdiYAqYDjRO8dQvFp8idkbtO4XcQN9s0AgvD2wrDGW1dX n4R1p5NBwnm4mNgBZJxZnplOENE5LWewM23rJ5ISOIVAJKgsv5XQeQdWCI+N4p+V MzljCx94g29nMtYzq8vVEo8YNRpRwVkLZVJ5QZWR0qtFQ6qArWNGhuMoGw0y6DKw 9cp0IPwHTWNk0LEMhF7MoTmVbaJOPwBL4hl3Ca4EiyTVbLuF+YluE8KnEJlSkAJW 0ojrBu+T3Es/8k0i8jpWfBbudyVbALLreZ2+G/F0 =GM2o -----END PGP SIGNATURE----- --=-=-=--
bug-guix@HIDDEN
:bug#58606
; Package guix
.
Full text available.Received: (at 58606) by debbugs.gnu.org; 20 Oct 2022 17:00:34 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Thu Oct 20 13:00:34 2022 Received: from localhost ([127.0.0.1]:36050 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1olYuI-00069y-3k for submit <at> debbugs.gnu.org; Thu, 20 Oct 2022 13:00:34 -0400 Received: from mx1.dismail.de ([78.46.223.134]:5656) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <jbranso@HIDDEN>) id 1olYuE-00069Y-C8 for 58606 <at> debbugs.gnu.org; Thu, 20 Oct 2022 13:00:33 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id a03d385a; Thu, 20 Oct 2022 19:00:23 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:in-reply-to:references:date:message-id:mime-version :content-type; s=20190914; bh=UHnSF8cDFW6VgBg+B46ItVPfRf4yn3zxNA U5KzlCMg0=; b=eNsDwH1+glaKS8rd2THhj19f5i7YEOKmL78ahiyHTuPQiHIMFV Zt02TgMOjtHLsQ+kAbVwNheW8d8pM5pPIiQgBn4DW+WdAS2tG45QvexGg84H4BLu RTYfTBk7/Kxkzerpc2EgfODEIO0Z+MYJMhGj2EyXFLI+OmkSho4hqeTBOCArp6s3 JbaoGbbyMjTD7thp3j5IYHPwMzmcTJVSelomYpOnvBIANGzVDBpR8XSDptrl/0+N Y+21bjODbO4+oQ2d0wwFrFfj/8AvD2OT43SjLQZ3CaGMg9NfmtBpJPzIeBYp8TE3 Ggpv+xH2BHfG0sDdseiZP7zkXP9r6BKxvB5w== Received: from smtp1.dismail.de (<unknown> [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 890729c5; Thu, 20 Oct 2022 19:00:22 +0200 (CEST) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id 39fd32f4; Thu, 20 Oct 2022 19:00:22 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id f1da830e (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Thu, 20 Oct 2022 19:00:21 +0200 (CEST) From: Joshua Branson <jbranso@HIDDEN> To: Andrew Tropin <andrew@HIDDEN> Subject: Re: bug#58606: Emacs next pgtk crashes when pasting to other app In-Reply-To: <874jw1aajg.fsf@HIDDEN> (Andrew Tropin's message of "Tue, 18 Oct 2022 10:52:19 +0400") References: <874jw1aajg.fsf@HIDDEN> X-Gnus-Sucks: I know man Date: Thu, 20 Oct 2022 13:00:18 -0400 Message-ID: <87fsfixwf1.fsf@HIDDEN> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 58606 Cc: 58606 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.7 (-) Andrew Tropin <andrew@HIDDEN> writes: > Recently discovered a problem, which reproduces this way: > - Open a new emacs instance. > - Yank anything with M-w or select with mouse. > - Paste yanked text to chromium/icecat. > > Both browser and emacs are hanging up for a while and after that Emacs > crashes with: > > Fatal error 11: Segmentation fault > > > sway, emacs-next-pgtk, ungoogled-chromium I was unable to reproduce this bug. I am also using sway. Also thanks for the tip about emacs-next-pgtk. I didn't know that was packaged! joshua@crazyhorse ~ (master)> guix describe Generation 45 Oct 20 2022 12:44:46 (current) guix 00ff6f7 repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: 00ff6f7c399670a76efffb91276dea2633cc130c guixrus 762841a repository URL: https://git.sr.ht/~whereiseveryone/guixrus branch: master commit: 762841aa3fc5140597dd09a8082cf2ad71539f66 nonguix 2a368a2 repository URL: https://gitlab.com/nonguix/nonguix branch: master commit: 2a368a20cc0bc9de566316978749f7bc7f021627 joshua@crazyhorse ~ (master)> guix system describe Generation 27 Oct 13 2022 12:21:15 (current) file name: /var/guix/profiles/system-27-link canonical file name: /gnu/store/xjdqzg2np46c1ks0qwcyv77wgyf3p184-system label: GNU with Linux-Libre 5.19.14 bootloader: grub root device: /dev/mapper/cryptroot kernel: /gnu/store/8s41d36dgb700p3g5jbgl5vy7wi7lbsw-linux-libre-5.19.14/bzImage channels: guix: repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: 56915dc275994336efd15199769d78ae295e2339 configuration file: /gnu/store/rgw0i1qg29nq5jxk2mcpmvdigrwk4h3i-configuration.scm > > Generation 75 Oct 17 2022 15:54:07 (current) > rde 05225a3 > repository URL: https://git.sr.ht/~abcdw/rde > branch: master > commit: 05225a3a20e2f3eba9ebaa3df4cdce3e8b0c33c1 > guix 3ab1438 > repository URL: file:///home/bob/work/gnu/guix > branch: master > commit: 3ab14386cd2a3fc4bacf2291ee585a0685aceb17
bug-guix@HIDDEN
:bug#58606
; Package guix
.
Full text available.Received: (at submit) by debbugs.gnu.org; 18 Oct 2022 06:53:12 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Tue Oct 18 02:53:12 2022 Received: from localhost ([127.0.0.1]:50996 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1okgTP-0004Gl-Pt for submit <at> debbugs.gnu.org; Tue, 18 Oct 2022 02:53:12 -0400 Received: from lists.gnu.org ([209.51.188.17]:52538) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <andrew@HIDDEN>) id 1okgTF-0004GK-LP for submit <at> debbugs.gnu.org; Tue, 18 Oct 2022 02:53:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53176) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <andrew@HIDDEN>) id 1okgSp-0001LH-SW for bug-guix@HIDDEN; Tue, 18 Oct 2022 02:52:55 -0400 Received: from relay11.mail.gandi.net ([217.70.178.231]:48547) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <andrew@HIDDEN>) id 1okgSn-0004MZ-G4 for bug-guix@HIDDEN; Tue, 18 Oct 2022 02:52:35 -0400 Received: (Authenticated sender: andrew@HIDDEN) by mail.gandi.net (Postfix) with ESMTPSA id 64077100002 for <bug-guix@HIDDEN>; Tue, 18 Oct 2022 06:52:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=trop.in; s=gm1; t=1666075949; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=N2W+YXmp1k9KNAK9BJMcXXiBfFa27nxGr00ALDFampg=; b=UpFLDtWHgDYklepAxTytwx+qXW6XK+3pS9wrsiGw109WjzukCXJVxf9lWfvdGskuqh4SSL rx1tm/9Ais+/SOEwpzEyumsphEybshCZ70g+tVhwfaNm5ulWb2KGOpXpck2gJPJhyPxKwr rJeSc3cQSQQla+ObKrofN4hki7L/LBqYp9Hyro9GMY0+7lGVwaPL8wYlQJRnOQ7tPf8o3h ewRfUOp10YaOpOzSNQJYe5sZUtmDdkfsTspYnMC2z1iteOPfyvc84nQ1AGCboKfQRJC4QB wRDpYCcECAyt3n8P5yP8isssQDZvD+8XCvy7jiBQ5ZP+HTylZuuyZviMXyMNDQ== From: Andrew Tropin <andrew@HIDDEN> To: bug-guix@HIDDEN Subject: Emacs next pgtk crashes when pasting to other app Date: Tue, 18 Oct 2022 10:52:19 +0400 Message-ID: <874jw1aajg.fsf@HIDDEN> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=217.70.178.231; envelope-from=andrew@HIDDEN; helo=relay11.mail.gandi.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -2.6 (--) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Recently discovered a problem, which reproduces this way: =2D Open a new emacs instance. =2D Yank anything with M-w or select with mouse. =2D Paste yanked text to chromium/icecat. Both browser and emacs are hanging up for a while and after that Emacs crashes with: =2D-8<---------------cut here---------------start------------->8--- Fatal error 11: Segmentation fault =2D-8<---------------cut here---------------end--------------->8--- sway, emacs-next-pgtk, ungoogled-chromium =2D-8<---------------cut here---------------start------------->8--- Generation 75 Oct 17 2022 15:54:07 (current) rde 05225a3 repository URL: https://git.sr.ht/~abcdw/rde branch: master commit: 05225a3a20e2f3eba9ebaa3df4cdce3e8b0c33c1 guix 3ab1438 repository URL: file:///home/bob/work/gnu/guix branch: master commit: 3ab14386cd2a3fc4bacf2291ee585a0685aceb17 =2D-8<---------------cut here---------------end--------------->8--- =2D-=20 Best regards, Andrew Tropin --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEKEGaxlA4dEDH6S/6IgjSCVjB3rAFAmNOTSMACgkQIgjSCVjB 3rBH2RAAhqrmcWtnlYvqMPeBH2v8IrR/DB8+eYSUohmHFUJREvPo5T+/tXOIsaX2 AB0ZFXF5Mka/VKX7/WHdqZK+Y7d7lF9RdYdVe6zvOfvXKPJHotScWZ52gxLG4VKv tOhU3Z0PxA9vmeVNMA6Z/J7a8aQpjJWBPvtDcfa3Fqtr8u0MssHRT8yT3HHdj13y yli1NHBLHZ26zbwF2d/3xcVJhLqda2z+wSuHC7WUMnWyehzEZf7tB1CEhPb7uXVz Q2kt49SyxHFYFDCccxlAGz3CQM5+ZX57z7lTR52l1ocizb2j9JncaFbDpr4kZUAF 3zBF3aemRdIN8SRIyDFGkyLj6mihQQnsTxoyR09053L8E/etAezHcGD4bkI5ki2k kKQcuWUSzxWzGNn4colUxPSPQXm6xtWQqRNVVDaUhJqSkRMuOTpgK3sXTF/4n3zc Wg9zOh2ycKhqzj3cXxU8/2mknGgLJrz8Dkn/vTB10h3j+Nww4aJHamc29EAVzrBJ bV0rCF3yWKf8v6iMzKcfQV8pA/MxtO8RMszNya5QP5mMhcL13IAfzPnSme5ap5pp MfwdD8pHJgIuutD087XwdCu7vBkskNqsFxMScUkE8BjPjGtl4zAdUNM/ISOuB+KS o6zflY6UW1TgPtCyNue488p1EM59jZBy3xyIqtoE+JVv0VW3kMI= =n2FZ -----END PGP SIGNATURE----- --=-=-=--
Andrew Tropin <andrew@HIDDEN>
:bug-guix@HIDDEN
.
Full text available.bug-guix@HIDDEN
:bug#58606
; Package guix
.
Full text available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.