From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: cb Newsgroups: gmane.emacs.devel Subject: Emacs WIN32 crashes on reinitialzing of lisp process using slime Date: Wed, 11 Apr 2007 19:01:26 +0000 (UTC) Message-ID: 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 1176318656 31845 80.91.229.12 (11 Apr 2007 19:10:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 11 Apr 2007 19:10:56 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 11 21:10:42 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 1HbiDH-0000RG-WC for ged-emacs-devel@m.gmane.org; Wed, 11 Apr 2007 21:10:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HbiHM-0006xX-GA for ged-emacs-devel@m.gmane.org; Wed, 11 Apr 2007 15:14:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HbiHK-0006vF-3Z for emacs-devel@gnu.org; Wed, 11 Apr 2007 15:14:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HbiHI-0006rZ-IE for emacs-devel@gnu.org; Wed, 11 Apr 2007 15:14:49 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HbiHI-0006rO-CL for emacs-devel@gnu.org; Wed, 11 Apr 2007 15:14:48 -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 1HbiDD-0002B8-0l for emacs-devel@gnu.org; Wed, 11 Apr 2007 15:10:35 -0400 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1HbiCg-0000e6-7k for emacs-devel@gnu.org; Wed, 11 Apr 2007 21:10:02 +0200 Original-Received: from p54a0cc01.dip.t-dialin.net ([84.160.204.1]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 Apr 2007 21:10:02 +0200 Original-Received: from carstenblaauw by p54a0cc01.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 Apr 2007 21:10:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 14 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: 84.160.204.1 (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:69299 Archived-At: When calling M-X slime and answering the question "create an additional inferior-lisp (y/n)" with n Emacs crashes on WIN32. The call eventually results in (kill-buffer " *cl-connection*"), so this can be called to test the whole thing. Emacs has been built using MINGW and MSYS. The described crash appears on all versions since 22.0.91 and with all slime variants. I hope this report contains everything you need, to reproduce the crash. Thanks, Carsten