From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#34688: 26.1; Crash on Pasting from Windows clipboard Date: Thu, 28 Feb 2019 21:49:07 +0200 Message-ID: <831s3rk824.fsf@gnu.org> References: Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="255489"; mail-complaints-to="usenet@blaine.gmane.org" Cc: 34688@debbugs.gnu.org To: Patrick Brennan Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Feb 28 20:57:35 2019 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gzRoF-0014Lt-39 for geb-bug-gnu-emacs@m.gmane.org; Thu, 28 Feb 2019 20:57:35 +0100 Original-Received: from localhost ([127.0.0.1]:45690 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gzRoD-00028h-Tw for geb-bug-gnu-emacs@m.gmane.org; Thu, 28 Feb 2019 14:57:33 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:37285) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gzRnz-0001yY-2F for bug-gnu-emacs@gnu.org; Thu, 28 Feb 2019 14:57:19 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gzRgy-0000Lu-Mb for bug-gnu-emacs@gnu.org; Thu, 28 Feb 2019 14:50:05 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:41999) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gzRgw-0000HM-NH for bug-gnu-emacs@gnu.org; Thu, 28 Feb 2019 14:50:04 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gzRgw-0006xR-Fi for bug-gnu-emacs@gnu.org; Thu, 28 Feb 2019 14:50:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 28 Feb 2019 19:50:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 34688 X-GNU-PR-Package: emacs Original-Received: via spool by 34688-submit@debbugs.gnu.org id=B34688.155138337326697 (code B ref 34688); Thu, 28 Feb 2019 19:50:02 +0000 Original-Received: (at 34688) by debbugs.gnu.org; 28 Feb 2019 19:49:33 +0000 Original-Received: from localhost ([127.0.0.1]:55543 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gzRgS-0006wX-Me for submit@debbugs.gnu.org; Thu, 28 Feb 2019 14:49:32 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:50038) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gzRgQ-0006wI-Fa for 34688@debbugs.gnu.org; Thu, 28 Feb 2019 14:49:30 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:45808) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gzRgL-0008TW-8v; Thu, 28 Feb 2019 14:49:25 -0500 Original-Received: from [176.228.60.248] (port=3829 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gzRgK-0001jO-HA; Thu, 28 Feb 2019 14:49:25 -0500 In-reply-to: (message from Patrick Brennan on Thu, 28 Feb 2019 10:13:02 -0800) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:155907 Archived-At: > From: Patrick Brennan > Date: Thu, 28 Feb 2019 10:13:02 -0800 > > Starting from any Windows program, select text and press C-c to copy > text into the Windows clipboard. > > Switch to Emacs. Press C-y to paste into the Emacs buffer. > > Emacs will crash and display a dialog asking whether the user wishes to > debug or generate a crash trace. I tried to write the crash trace but I > have been unsuccessful in trying to locate this file; I suspect it is > not, in fact, written out under Windows. > > I just updated Windows this morning when the bug first manifested, so it > is a pretty good bet that this is related. On another Windows computer, > this behavior does not manifest. This has to be something peculiar to the recent build of Windows 10, so we must rely on someone with access to that system to debug it. If you can afford installing GDB, running Emacs under GDB, and reporting the backtrace from the crash, we might be able to understand the problem. Needless to say, pasting from the clipboard works for me on my Windows box (not Windows 10). Thanks.