From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Joe Riel Newsgroups: gmane.emacs.help Subject: Emacs locks up Date: Sat, 19 Jun 2021 14:15:22 -0700 Message-ID: <20210619141522.21e71ae3@gauss> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="29048"; mail-complaints-to="usenet@ciao.gmane.io" To: Help GNU Emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sat Jun 19 23:16:03 2021 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1luiJu-0007R9-PW for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 19 Jun 2021 23:16:02 +0200 Original-Received: from localhost ([::1]:35792 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1luiJt-0000P9-Qb for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 19 Jun 2021 17:16:01 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52724) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1luiJO-0000Ov-3F for help-gnu-emacs@gnu.org; Sat, 19 Jun 2021 17:15:30 -0400 Original-Received: from p-impout006aa.msg.pkvw.co.charter.net ([47.43.26.137]:36583 helo=p-impout006.msg.pkvw.co.charter.net) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1luiJK-0008IF-QO for help-gnu-emacs@gnu.org; Sat, 19 Jun 2021 17:15:29 -0400 Original-Received: from gauss ([172.88.73.110]) by cmsmtp with ESMTP id uiJHlehg9B5K5uiJHlzuPq; Sat, 19 Jun 2021 21:15:23 +0000 X-Authority-Analysis: v=2.4 cv=ZqIol/3G c=1 sm=1 tr=0 ts=60ce5e6b a=eqZDI7O9Z11/THDmO/+FSA==:117 a=eqZDI7O9Z11/THDmO/+FSA==:17 a=kj9zAlcOel0A:10 a=jiwGKL-9t1pxKorrQOoA:9 a=CjuIK1q_8ugA:10 X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) X-CMAE-Envelope: MS4xfGmsYP3ExeYyZ81fgdBFo5AWCJm2rykuyGgUg6GXMbCC5wKlpVv863tYdiGUgnuWdx4mMtqnGkzeXqu4Zaeda/WMnKis+947nyMrzrGdOHbJvLJRqr1q yamMeDQleaWje1I9jkTcXFjX7f7kvvXA6a0cBTMWOYqK0TsnFcEXqBUNDZOf0ItYjGb5eri2MWkf2w== Received-SPF: pass client-ip=47.43.26.137; envelope-from=joer@san.rr.com; helo=p-impout006.msg.pkvw.co.charter.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:131045 Archived-At: I've written a debugger controlled by Emacs. It uses make-network-process to communicate with a client over TCP. Works fine on linux and Windows. However, when running the client in Windows 10 in virtualbox, with Emacs running on the host system (linux), occasionally Emacs locks up. When that occurs I have to kill Emacs---it is otherwise unresponsive. Have no good idea how to fix or debug this. Just being able to restore Emacs without killing it would be useful. Any suggestions are appreciated. -- Joe Riel