From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#9713: emacs 24.0.90 alloc.c assertion failure Date: Mon, 10 Oct 2011 01:45:14 -0400 Message-ID: References: <201110100021.p9A0LN4m013541@freefriends.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1318225564 14993 80.91.229.12 (10 Oct 2011 05:46:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 10 Oct 2011 05:46:04 +0000 (UTC) Cc: 9713@debbugs.gnu.org To: karl@freefriends.org (Karl Berry) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Oct 10 07:46:00 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RD8gZ-0005un-9A for geb-bug-gnu-emacs@m.gmane.org; Mon, 10 Oct 2011 07:45:59 +0200 Original-Received: from localhost ([::1]:42726 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RD8gY-0002rN-LS for geb-bug-gnu-emacs@m.gmane.org; Mon, 10 Oct 2011 01:45:58 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:50597) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RD8gU-0002rA-32 for bug-gnu-emacs@gnu.org; Mon, 10 Oct 2011 01:45:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RD8gS-0003Ap-RB for bug-gnu-emacs@gnu.org; Mon, 10 Oct 2011 01:45:54 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:48954) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RD8gS-0003Ad-IT for bug-gnu-emacs@gnu.org; Mon, 10 Oct 2011 01:45:52 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1RD8gb-0007Hp-N8 for bug-gnu-emacs@gnu.org; Mon, 10 Oct 2011 01:46:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 10 Oct 2011 05:46:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9713 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 9713-submit@debbugs.gnu.org id=B9713.131822552627966 (code B ref 9713); Mon, 10 Oct 2011 05:46:01 +0000 Original-Received: (at 9713) by debbugs.gnu.org; 10 Oct 2011 05:45:26 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RD8g2-0007H1-14 for submit@debbugs.gnu.org; Mon, 10 Oct 2011 01:45:26 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RD8g0-0007Gu-7O for 9713@debbugs.gnu.org; Mon, 10 Oct 2011 01:45:24 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RD8fq-0002YG-BS; Mon, 10 Oct 2011 01:45:14 -0400 In-reply-to: <201110100021.p9A0LN4m013541@freefriends.org> (karl@freefriends.org) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Mon, 10 Oct 2011 01:46:01 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:52464 Archived-At: > Date: Mon, 10 Oct 2011 00:21:23 GMT > From: karl@freefriends.org (Karl Berry) > > (If there's a different place to report pretest bugs, please inform. > Saw nothing in the README.) This is the right place. "M-x report-emacs-bug RET" does TRT automagically. > Trying to compile the emacs 24.0.90 pretest on (the latest) CentOS 5.7, > the assertion at line 740 of alloc.c fails: > verify (INT_MAX <= PTRDIFF_MAX); > > With the system compiler (gcc version 4.1.2 20080704 (Red Hat 4.1.2-51)), > the error is; > alloc.c:740: error: negative width in bit-field '_gl_verify_error_if_negative' > > With gcc 4.6.1 compiled from the original sources, the error is: > alloc.c:740:1: error: static assertion failed: "verify (INT_MAX <= PTRDIFF_MAX)" What are INT_MAX and PTRDIFF_MAX on that machine? IOW, first let's see if this is a false alarm or not.