From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Brad Walker Newsgroups: gmane.emacs.devel Subject: Frequent and random "Regular expression too big" Date: Wed, 26 Mar 2008 13:09:49 -0600 Message-ID: <1206558589.28322.12.camel@brad.office> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1206566345 23244 80.91.229.12 (26 Mar 2008 21:19:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 26 Mar 2008 21:19:05 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 26 22:19:33 2008 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 1Jed1U-00087l-Ez for ged-emacs-devel@m.gmane.org; Wed, 26 Mar 2008 22:19:04 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jed0t-0003ug-1h for ged-emacs-devel@m.gmane.org; Wed, 26 Mar 2008 17:18:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jeb0b-0002So-An for emacs-devel@gnu.org; Wed, 26 Mar 2008 15:10:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jeb0Y-0002SQ-9Q for emacs-devel@gnu.org; Wed, 26 Mar 2008 15:10:00 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jeb0Y-0002SN-5A for emacs-devel@gnu.org; Wed, 26 Mar 2008 15:09:58 -0400 Original-Received: from host2.cashcrate.com ([72.52.164.45]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Jeb0X-0007Dx-Nk for emacs-devel@gnu.org; Wed, 26 Mar 2008 15:09:57 -0400 Original-Received: from 24-117-193-117.cpe.cableone.net ([24.117.193.117] helo=[192.168.0.2]) by host2.cashcrate.com with esmtpsa (SSLv3:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1Jeb0P-0003sM-9Q for emacs-devel@gnu.org; Wed, 26 Mar 2008 15:09:49 -0400 X-Mailer: Evolution 2.22.0 (2.22.0-2.fc9) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - host2.cashcrate.com X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - bradmwalker.com X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!) X-Mailman-Approved-At: Wed, 26 Mar 2008 17:17:24 -0400 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:93556 Archived-At: In GNU Emacs 23.0.60.1 (x86_64-redhat-linux-gnu, GTK+ Version 2.12.9) of 2008-03-26 on brad.office Windowing system distributor `The X.Org Foundation', version 11.0.10499901 configured using `configure '--build=x86_64-redhat-linux-gnu' '--host=x86_64-redhat-linux-gnu' '--target=x86_64-redhat-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib64' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share/info' 'build_alias=x86_64-redhat-linux-gnu' 'host_alias=x86_64-redhat-linux-gnu' 'target_alias=x86_64-redhat-linux-gnu' 'CFLAGS=-DMAIL_USE_LOCKF -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic'' 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: en_US.utf8 value of $XMODIFIERS: @im=none locale-coding-system: utf-8-unix default-enable-multibyte-characters: t A detailed report of the problem @ https://bugzilla.redhat.com/show_bug.cgi?id=435767 Problem detected on both 22.1.50 and 23.0.60 x86_64 builds built with gcc-4.3.0. Personally the error happened to me 1/4 to 1/3 of the time when starting up emacs. After applying the patch attached to the bug report the problem hasn't happened again. Brad Walker