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: Re: Emacs (HEAD) crash on M$ (XP) built with MinGW Date: Tue, 21 Oct 2008 09:41:28 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1224579218 23988 80.91.229.12 (21 Oct 2008 08:53:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 21 Oct 2008 08:53:38 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: dhruva Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 21 10:54:37 2008 connect(): Connection refused 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 1KsD0d-00035C-VA for ged-emacs-devel@m.gmane.org; Tue, 21 Oct 2008 10:54:36 +0200 Original-Received: from localhost ([127.0.0.1]:39679 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KsCzY-0003co-L9 for ged-emacs-devel@m.gmane.org; Tue, 21 Oct 2008 04:53:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KsCwz-0002Af-Lc for emacs-devel@gnu.org; Tue, 21 Oct 2008 04:50:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KsCwx-000291-Ey for emacs-devel@gnu.org; Tue, 21 Oct 2008 04:50:48 -0400 Original-Received: from [199.232.76.173] (port=37301 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KsCwx-00028k-3d for emacs-devel@gnu.org; Tue, 21 Oct 2008 04:50:47 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:10276) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KsCwx-00031X-Cz for emacs-devel@gnu.org; Tue, 21 Oct 2008 04:50:47 -0400 Original-Received: from an-out-0708.google.com ([209.85.132.242]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KsBrt-0006XL-Rn for emacs-devel@gnu.org; Tue, 21 Oct 2008 03:41:30 -0400 Original-Received: by an-out-0708.google.com with SMTP id c38so198096ana.84 for ; Tue, 21 Oct 2008 00:41:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=keOkgU/q63xVmJnmIDQHWDspIpnwyW2Ri3Ot97z79h4=; b=KCN7KSwXatwMPfrtwNyqzRrrNZMdLrHjuK+EsRh39JhPuBzKhZd9XnaJLEHGX6VK9E Gyei7nlLTI/ebPVcsv0VyxqYBzLkvGWOqqugY/rmBjfqFoiNyw0WKLV85Z7LgM1Hav0Z OqhDzPI+PUZIRcpVNV/Spfs9f8OBimz4YDWR8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=fjcUhtMMRnD6xUv2Zc3BkZ/z9k1LgDNLQsLJkEL8HdEoj7CMHiniboWCKpRrhQLi0N BFnE1bGUjWpOCiB8Tq9iH8I723hPdoCTo/vqno5YdHU0p0bkMc6v8XHoSE248ARhJ2Vv j09ZktwxgSeAJU5C6EOhxSY6upprUD8+21v7Y= Original-Received: by 10.100.124.6 with SMTP id w6mr8087255anc.30.1224574888493; Tue, 21 Oct 2008 00:41:28 -0700 (PDT) Original-Received: by 10.100.13.13 with HTTP; Tue, 21 Oct 2008 00:41:28 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-kernel: by mx20.gnu.org: Linux 2.6 (newer, 2) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:104739 Archived-At: On Tue, Oct 21, 2008 at 09:11, dhruva wrote: > I use the same button... FWIW, I cannot reproduce it either. > If the fix is safe (defensive), IMHO we could get that in as I > continue to debug by adding some extra code in the 'if' block. IMO is best to let it stand, or even add an assertion; the best way to catch it is by having it happen. Juanma