From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?iso-8859-15?Q?Ekkehard_Kr=FCger?= Newsgroups: gmane.emacs.bugs Subject: delete-process Date: Fri, 08 Feb 2008 17:19:06 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-15 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1202487590 29100 80.91.229.12 (8 Feb 2008 16:19:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 8 Feb 2008 16:19:50 +0000 (UTC) To: "bug-gnu-emacs@gnu.org" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Feb 08 17:20:12 2008 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JNVxM-0002L6-8Y for geb-bug-gnu-emacs@m.gmane.org; Fri, 08 Feb 2008 17:20:04 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JNVwt-0003f8-EK for geb-bug-gnu-emacs@m.gmane.org; Fri, 08 Feb 2008 11:19:35 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JNVwn-0003dU-7U for bug-gnu-emacs@gnu.org; Fri, 08 Feb 2008 11:19:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JNVwl-0003bb-4I for bug-gnu-emacs@gnu.org; Fri, 08 Feb 2008 11:19:28 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JNVwk-0003b6-Ah for bug-gnu-emacs@gnu.org; Fri, 08 Feb 2008 11:19:26 -0500 Original-Received: from mail.mf.mpg.de ([134.105.242.5]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JNVwj-0003Zu-PI for bug-gnu-emacs@gnu.org; Fri, 08 Feb 2008 11:19:26 -0500 Original-Received: from localhost ([127.0.0.1] authenticated user krueger) by mail.mf.mpg.de with esmtpa (Exim) for bug-gnu-emacs@gnu.org id 1JNVwW-0001D7-VT; Fri, 08 Feb 2008 17:19:13 +0100 User-Agent: Opera Mail/9.25 (Win32) X-Virus-Scanned: by amavisd-new at mail.mf.mpg.de X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:17504 Archived-At: From: To: bug-gnu-emacs@gnu.org Subject: ispell --text follows this line-- I invoke Emacs or, from a command line, emacs -Q. Then I load some file text.tex and run ispell. Now, when I want to terminate ispell before it has proved the whole text, I type the letter q. The system then asks Really kill ispell process? (y or n) I type 'y' and now emacs hangs. I cannot terminate the program by C-g, even when I type this repeatedly. I can terminate emacs only with the Windows task manager. I found that emacs hangs when the function ispell-kill-ispell (in ispell.el) is called and when the command (delete-process ispell-process) within this function is called. I have installed Ispell 3.1.20 If Emacs crashed, and you have the Emacs process in the gdb debugger, please include the output from the following gdb commands: `bt full' and `xbacktrace'. If you would like to further debug the crash, please read the file d:/Programme/emacs/etc/DEBUG for instructions. In GNU Emacs 22.1.1 (i386-mingw-nt5.1.2600) of 2007-06-02 on RELEASE Windowing system distributor `Microsoft Corp.', version 5.1.2600 configured using `configure --with-gcc (3.4) --cflags -Ic:/gnuwin32/include' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: DEU locale-coding-system: cp1252 default-enable-multibyte-characters: t Major mode: LaTeX/S Minor modes in effect: reftex-mode: t delete-selection-mode: t pc-selection-mode: t TeX-source-specials-mode: t display-time-mode: t encoded-kbd-mode: t tooltip-mode: t tool-bar-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t unify-8859-on-encoding-mode: t utf-translate-cjk-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: x Recent messages: Automatic display of crossref information was turned on Loading preview... Loading byte-opt...done Loading preview...done Applying style hooks... done Loading ispell...done Starting new Ispell process [default] ... Spell checking Arbeit13.tex using ispell with default dictionary... Exited spell-checking Loading emacsbug...done --