From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Crash force-deleting the only frame Date: Tue, 31 Oct 2006 16:33:18 +0100 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1162308831 25627 80.91.229.2 (31 Oct 2006 15:33:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Oct 2006 15:33:51 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 31 16:33:50 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GevcV-0005hm-Eh for ged-emacs-devel@m.gmane.org; Tue, 31 Oct 2006 16:33:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GevcV-0000zQ-1N for ged-emacs-devel@m.gmane.org; Tue, 31 Oct 2006 10:33:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GevcE-0000us-5R for emacs-devel@gnu.org; Tue, 31 Oct 2006 10:33:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gevc9-0000q3-Gi for emacs-devel@gnu.org; Tue, 31 Oct 2006 10:33:25 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gevc8-0000pi-Ai for emacs-devel@gnu.org; Tue, 31 Oct 2006 10:33:21 -0500 Original-Received: from [64.233.182.189] (helo=nf-out-0910.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gevc8-0004e9-8M for emacs-devel@gnu.org; Tue, 31 Oct 2006 10:33:20 -0500 Original-Received: by nf-out-0910.google.com with SMTP id q29so340074nfc for ; Tue, 31 Oct 2006 07:33:19 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=diHQhJJC8qHRdBNmM2lqjY+XYY7kZKWRB0OeeNTg8taE0iq+iibsJMsY52sh3J5YDLk1VKmySTpuLpIARiGGHZ1Bh36ywgVip1S/DXuuREcXVWIhx7LjcMd/HQ7wKFKw2iO5azorft6izmtpT/0QNP1CEuNIOLcXt0mjFOUrW0Q= Original-Received: by 10.82.190.2 with SMTP id n2mr1142164buf; Tue, 31 Oct 2006 07:33:18 -0800 (PST) Original-Received: by 10.82.136.11 with HTTP; Tue, 31 Oct 2006 07:33:18 -0800 (PST) Original-To: "Emacs Devel" Content-Disposition: inline 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:61478 Archived-At: I'm getting crashes when deleting by force the only frame. It is repeatable, but I've been unable to find the logic. Windows port, with GCC 3.4.5 (mingw special): C:\> emacs.exe -q --no-site-file => M-: (delete-frame (selected-frame) t) [ENTER] Emacs exits normally (as expected). C:\> emacs.exe -q --no-site-file --eval "(progn (sit-for 2) (delete-frame (selected-frame) t))" => Crash dialog and message: "This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information." -- /L/e/k/t/u