delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2019/03/27/10:41:15

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:from:to:subject:date:message-id:content-type
:content-transfer-encoding:mime-version; q=dns; s=default; b=tS2
8OtNfqphhOlASd+JYNM8ykCOLM2lUUpE30OElyes3lNkw6BuBJV0sc7Zse/jWqxs
sgvh8luA+clG1MeYJCb8BJ2jaVZTGKE1czISLh6kVtqTAw1vGyZKG2uI2XAaRXx2
Pk14OdzFrIyEBrSjDLCR9HNEggu0ZeHPMs/ENJhc=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:from:to:subject:date:message-id:content-type
:content-transfer-encoding:mime-version; s=default; bh=eKt6/biPY
wuA+Ijvbm8SMXa09vY=; b=Vhghu4ppoPM6fxh1Q5UowjKCfpe2sO1XaeXvRiGfF
YmJ6FE0qbWyNXLBAtyPmKR+9ffFHsLNuvghUm6dadx5gXb9XEGJI20VNgMqR92N3
Kq7gawUgD0T9PmoXUl2ZBh8Mq4w/rozQ6kr0n6J4ipn9pzoBCiwgz0MxOr4VfxOH
pg=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 spammy=mouse, xterm, sanitized, (unknown)
X-HELO: NAM05-BY2-obe.outbound.protection.outlook.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=flightsafety.com; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=HDvkUJ+YvcWWYzi9OzAPsDGn13P9WZVNgWzUZls/X5g=; b=UnY9YJEXmAzJMdDR8kyHAGijGUSwsljC2YZ+mD/YmZ3WBP2uGFiio5M4bQXyBxXWp2M0BwDkEEw4N/nrFdrr+vyYHTGGDmW/LmadmIVzm+Qda9MbkXeWWZdkx/DL7FYF4FPmAHVj97IpFnnSj8Bfm1LwzZaYAKVYfP/pjr6g/+A=
Authentication-Results: spf=pass (sender IP is 66.109.88.133) smtp.mailfrom=flightsafety.com; cygwin.com; dkim=none (message not signed) header.d=none;cygwin.com; dmarc=pass action=none header.from=flightsafety.com;
Received-SPF: Pass (protection.outlook.com: domain of flightsafety.com designates 66.109.88.133 as permitted sender) receiver=protection.outlook.com; client-ip=66.109.88.133; helo=p0001ws0011.flightsafety.com;
From: "Rockefeller, Harry" <Harry DOT Rockefeller AT flightsafety DOT com>
To: "cygwin AT cygwin DOT com" <cygwin AT cygwin DOT com>
Subject: emacs-X11 freezes with mouse cut and paste
Date: Wed, 27 Mar 2019 14:40:41 +0000
Message-ID: <fa6ec2233a744738b4efa74af9e9e68c@vsrv060ex01.ssd.fsi.com>
MIME-Version: 1.0
X-MS-Exchange-SenderADCheck: 1
X-IsSubscribed: yes
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id x2REfEnr002804

CYGWIN_NT-6.1 HARRYR-PC 3.0.4(0.338/5/3) 2019-03-16 09:50 x86_64 Cygwin
GNU Emacs 26.1

How this happened.
It had happened twice before but appeared to be intermittent.
This time it happened I had copied a line from an xterm, including the [return].
Moved mouse to emacs window and using the middle mouse button attempted to paste the copied text.
It didn't paste and now emacs is frozen; not responding to keyboard or mouse.

In xterm window I entered
Gdb /usr/bin/emacs-X11.exe
Gdb told me it read the symbols.
(gdb) info source
Current source file is /usr/src/debug/emacs-26.1-1/src/emacs.c
Compilation directory is /usr/src/debug/emacs-26.1-1/src
Located in /usr/src/debug/emacs-26.1-1/src/emacs.c
Contains 2676 lines.
Source language is c.
Producer is GNU C11 7.3.0 -mtune=generic -march=x86-64 -ggdb -O2 -fopenmp -fstack-protector-strong --param ssp-buffer-size=4.
Compiled with DWARF 2 debugging format.
Does not include preprocessor macro info.
(gdb) list
660           emacs_perror ("Write error to standard output");
661           _exit (EXIT_FAILURE);
662         }
663
664       /* Do not close stderr if addresses are being sanitized, as the
665          sanitizer might report to stderr after this function is
666          invoked.  */
667       if (!ADDRESS_SANITIZER && close_stream (stderr) != 0)
668         _exit (EXIT_FAILURE);
669     }

I am not familiar with using gdb this way.  There is no "frame", no "info local", no stack.
If there is something else I can provide please let me know.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019