From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Emacs WIN32 crashes on reinitialzing of lisp process using slime Date: Thu, 12 Apr 2007 06:09:03 +0300 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1176347351 3969 80.91.229.12 (12 Apr 2007 03:09:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 12 Apr 2007 03:09:11 +0000 (UTC) Cc: emacs-devel@gnu.org To: cb Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 12 05:09:06 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 1HbpgH-00067E-5i for ged-emacs-devel@m.gmane.org; Thu, 12 Apr 2007 05:09:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HbpkN-0002oY-Q8 for ged-emacs-devel@m.gmane.org; Wed, 11 Apr 2007 23:13:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HbpkK-0002oG-VI for emacs-devel@gnu.org; Wed, 11 Apr 2007 23:13:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HbpkJ-0002nq-DO for emacs-devel@gnu.org; Wed, 11 Apr 2007 23:13:16 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HbpkI-0002nn-Uz for emacs-devel@gnu.org; Wed, 11 Apr 2007 23:13:15 -0400 Original-Received: from nitzan.inter.net.il ([213.8.233.22]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HbpgB-00011i-69 for emacs-devel@gnu.org; Wed, 11 Apr 2007 23:08:59 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-40-233.inter.net.il [83.130.40.233]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id GMM93132 (AUTH halo1); Thu, 12 Apr 2007 06:08:57 +0300 (IDT) In-reply-to: (message from cb on Wed, 11 Apr 2007 19:01:26 +0000 (UTC)) X-detected-kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:69323 Archived-At: > From: cb > Date: Wed, 11 Apr 2007 19:01:26 +0000 (UTC) > > When calling M-X slime and answering the question "create an additional > inferior-lisp (y/n)" with n Emacs crashes on WIN32. What is slime? it's not part of the Emacs distribution. > The call eventually results in (kill-buffer " *cl-connection*"), so this can be > called to test the whole thing. 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. > Emacs has been built using MINGW and MSYS. Please state the versions of the main tools used. > I hope this report contains everything you need, to reproduce the crash. Please also use report-emacs-bug, which reports additional information that might be of importance. Thanks.