From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: cb Newsgroups: gmane.emacs.devel Subject: Re: Emacs WIN32 crashes on reinitialzing of lisp process using slime Date: Thu, 12 Apr 2007 05:31:32 +0000 (UTC) Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1176355941 22996 80.91.229.12 (12 Apr 2007 05:32:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 12 Apr 2007 05:32:21 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 12 07:32:19 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Hbrus-0001GF-A1 for ged-emacs-devel@m.gmane.org; Thu, 12 Apr 2007 07:32:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hbryy-0005VL-Rv for ged-emacs-devel@m.gmane.org; Thu, 12 Apr 2007 01:36:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hbryv-0005VC-1t for emacs-devel@gnu.org; Thu, 12 Apr 2007 01:36:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hbryr-0005UV-NB for emacs-devel@gnu.org; Thu, 12 Apr 2007 01:36:28 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hbryr-0005US-GZ for emacs-devel@gnu.org; Thu, 12 Apr 2007 01:36:25 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Hbrui-00021W-8O for emacs-devel@gnu.org; Thu, 12 Apr 2007 01:32:08 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1HbruR-0002xk-No for emacs-devel@gnu.org; Thu, 12 Apr 2007 07:31:51 +0200 Original-Received: from 53.122.196.39 ([53.122.196.39]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 Apr 2007 07:31:51 +0200 Original-Received: from carstenblaauw by 53.122.196.39 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 Apr 2007 07:31:51 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 36 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 53.122.196.39 (Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:69327 Archived-At: Eli Zaretskii gnu.org> writes: > What is slime? it's not part of the Emacs distribution. No, but I could not reproduce the crash without it. Slime can be found on "http://common-lisp.net/project/slime" > You mean, the call to kill-buffer crashes? I hope you don't mean that > kill-buffer crashes in general, for any buffer, because that's > certainly not what I see. No, just when you kill that particular buffer and slime has been started. I compiled the same source under FreeBSD and there everything works. Maybe it is a slime problem, but I think Emacs should never crash, whatever you throw at it. I tried it with clisp and sbcl as a backend and in both cases Emacs crashed after closing the connection to the swank backend. > Please state the versions of the main tools used. If I recall correctly MINGW was version 5.6 and MSYS version 1.1, but the same behavior can be seen using the Emacs W32 version from "http://www.ourcomments.org/Emacs/EmacsW32.html", but I don't know what build tool configuration was used building that one. > Please also use report-emacs-bug, which reports additional information > that might be of importance. Ok, I'll try that, too. I hope our firewall lets me do that. > Thanks. Thank you for your hard and good work on Emacs, have a nice day Carsten