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 from head segfaults when run with -nw Date: Wed, 7 Apr 2010 13:11:52 +0200 Message-ID: References: <83bpdyz2vz.fsf@gnu.org> <834ojqyodu.fsf@gnu.org> <83vdc4vt9g.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1270638749 4847 80.91.229.12 (7 Apr 2010 11:12:29 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 7 Apr 2010 11:12:29 +0000 (UTC) Cc: ams@gnu.org, schwab@linux-m68k.org, Stefan Monnier , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 07 13:12:27 2010 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.69) (envelope-from ) id 1NzTBH-00072e-50 for ged-emacs-devel@m.gmane.org; Wed, 07 Apr 2010 13:12:23 +0200 Original-Received: from localhost ([127.0.0.1]:36321 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NzTBG-0001Wl-IO for ged-emacs-devel@m.gmane.org; Wed, 07 Apr 2010 07:12:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NzTBB-0001WW-Af for emacs-devel@gnu.org; Wed, 07 Apr 2010 07:12:17 -0400 Original-Received: from [140.186.70.92] (port=47662 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NzTB9-0001Vz-SH for emacs-devel@gnu.org; Wed, 07 Apr 2010 07:12:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NzTB8-0001sM-Ba for emacs-devel@gnu.org; Wed, 07 Apr 2010 07:12:15 -0400 Original-Received: from mail-bw0-f223.google.com ([209.85.218.223]:55278) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NzTB8-0001sC-6k; Wed, 07 Apr 2010 07:12:14 -0400 Original-Received: by bwz23 with SMTP id 23so743900bwz.26 for ; Wed, 07 Apr 2010 04:12:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:received:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=M9Pm/Tgdh6BVp5AapIJ/PjNYa0bVmZ3ygSAKLFXMoEE=; b=m6Few3ID8yohTDAmdCbsHsp6kvKCOD8NZTMG6bm0ylGF6vVWFZNEzFXvBABBlOxFLg 5bwwFKlKHNfPWwF3pwrhHHT9rI8dgrh3CKm06mHnIT85s0zX59bxVLQuQOOODD1GVLjD CIaSfoTSUrSZI/nJTuLm/s/SnfV9VtyZ43WKo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=G2u+uUedUdzq+W7JNQFUQJKRfH1husBZ490nneRUTf1yRLYWf/NSXEwgCMX/V6SPNB WjcdwiLBt4QR/AwnpNyxHz2FViTJ3J5TakrLQELQjdSWyKo09WEMkc5BU5YA07Lz+5KE Slcvzwek7PNLfQAadAxVtExXhkzDbA/EAMod8= Original-Received: by 10.204.136.15 with HTTP; Wed, 7 Apr 2010 04:11:52 -0700 (PDT) In-Reply-To: Original-Received: by 10.204.1.136 with SMTP id 8mr4424919bkf.92.1270638732925; Wed, 07 Apr 2010 04:12:12 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 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:123307 Archived-At: On Wed, Apr 7, 2010 at 07:35, Eli Zaretskii wrote: > OK, I will try that, then. =C2=A0Thanks. FWIW, I always build Emacs with -DENABLE_CHECKING, and most times an assertion triggered, it was a real bug (a couple of times the assertion was making invalid assumptions, but then, that's something to fix too). Juanma