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:references :in-reply-to:content-type:content-transfer-encoding :mime-version; q=dns; s=default; b=LLX2L1iHkCIw8+XbK9R0jq3AcWPnq rnT79g/KxKLfxHx1whJjC4dvTrLzM18TILAL7QIlj8PStFIdX2RwJ7fkD6NJ1Cvo pbXBDmyHT/j/qCbMZdjHv2AecwOs/PMaT/VAohTihgJRL1o+yvNyVXMM51La9NUi Rtomcm+MmZ1ERg= 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:references :in-reply-to:content-type:content-transfer-encoding :mime-version; s=default; bh=zJ+k3uct48l8HUFQEq9isp9qMqo=; b=iEe 6CnVIl2cq0Vpn6jyTwpzjxaZG/SyIM46dCzk3UCYUcxDD3dqEGq30egxvTNLaXYh TMv4uUZj44oXJc8Lmv/XUIUSUaJjjfBdwR3Cp1NILpOoDSUfO/FWQ9L8+UwV3RjY lUX36jrFebfkeO5I7MJupSarDkoTdkEDSKDqPwh0= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , 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= X-HELO: NAM03-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=7rHRw1xWgWhCOLkGD7O8NkY2/gJFCA2n6TMKJH7n+dM=; b=dEpvbIhLPtPH0LVWRA2vaCgna++STV8J3nUecfzrBu20gEloj1zz5ozdP92wPhifLe52bnlYGLUN6+VMCIE+bbhyYaVz+xONfNS0m4GMzjzo53W89fLvUtDrChmmvtgtv9IOmjzzYd2mAorGpk6pT+8v0lf9Y6K5syZY2Ln2UEQ= 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" To: "cygwin AT cygwin DOT com" Subject: RE: emacs-X11 freezes with mouse cut and paste Date: Thu, 4 Apr 2019 17:55:49 +0000 Message-ID: <1ba1dcab619949cf84a18029405bd5c6@vsrv060ex01.ssd.fsi.com> References: <614fbba4-3425-4705-3342-99bbe8684ee0 AT cornell DOT edu> <94be9b602dbf4c02b6f7f796895b9475 AT vsrv060ex01 DOT ssd DOT fsi DOT com> <87tvfdd6h5 DOT fsf AT Rainer DOT invalid> In-Reply-To: <87tvfdd6h5.fsf@Rainer.invalid> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 X-MS-Exchange-SenderADCheck: 1 X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id x34Hu52G016045 >> It happened again. Attached to PID as shown above. (gdb) list gave same result as above. >> (gdb) bt >> #0 0x00000000773bafb1 in ntdll!DbgBreakPoint () from >> /cygdrive/c/Windows/SYSTEM32/ntdll.dll >> #1 0x0000000077462e08 in ntdll!DbgUiRemoteBreakin () from >> /cygdrive/c/Windows/SYSTEM32/ntdll.dll >> #2 0x00000000772659cd in KERNEL32!BaseThreadInitThunk () from >> /cygdrive/c/Windows/system32/kernel32.dll >> #3 0x000000007739a561 in ntdll!RtlUserThreadStart () from >> /cygdrive/c/Windows/SYSTEM32/ntdll.dll >> #4 0x0000000000000000 in ?? () >> Backtrace stopped: previous frame inner to this frame (corrupt stack?) >> >> Does this tell me the problem is not Cygwin? Perhaps BLODA or bad hardware, maybe bad mouse? >Send the Emacs process a USR2 signal (maybe twice). Once Emacs displays a backtrace you can use it again. Usually even pasting with the >mouse works after that. >Regards, >Achim. Kill -s USR2 worked. I got the backtrace and the emacs session is responding to keyboard and mouse again. Thanks. I also used Ken's suggestion sending "thread 1" to gdb and then "bt". It did give much more information but I don't know if any of it is useful. -- 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