Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id A9EDB40BC4E for ; Sat, 14 Aug 2010 14:30:57 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.9 X-Spam-Level: X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9] autolearn=unavailable Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JcofkxlzptKS for ; Sat, 14 Aug 2010 14:30:57 -0700 (PDT) Received: from pantheon-po23.its.yale.edu (pantheon-po23.its.yale.edu [130.132.50.117]) by olra.theworths.org (Postfix) with ESMTP id 2625640BC52 for ; Sat, 14 Aug 2010 14:30:55 -0700 (PDT) Received: from furry (173-14-147-246-NewEngland.hfc.comcastbusiness.net [173.14.147.246]) (authenticated bits=0) by pantheon-po23.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o7ELUX59012308 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 14 Aug 2010 17:30:33 -0400 Received: by furry (Postfix, from userid 1000) id CCDF916D402; Sat, 14 Aug 2010 17:30:32 -0400 (EDT) From: Chong Yidong To: Michal Sojka Subject: Re: bug#6214: 23.1; json-read-string crashes emacs with long string References: <87pr0t5h1q.fsf@yoom.home.cworth.org> <87fx1pkrsh.fsf@stupidchicken.com> <87tymzv6ga.fsf@steelpick.2x.cz> <878w4afozw.fsf@stupidchicken.com> <87sk2hbq3s.fsf@steelpick.2x.cz> Date: Sat, 14 Aug 2010 17:30:32 -0400 In-Reply-To: <87sk2hbq3s.fsf@steelpick.2x.cz> (Michal Sojka's message of "Sat, 14 Aug 2010 09:39:03 +0200") Message-ID: <8739ug3mrr.fsf@stupidchicken.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) Cc: 6214@debbugs.gnu.org, Notmuch mailing list X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Aug 2010 21:30:57 -0000 Michal Sojka writes: > I cloned bzr repo (trunk:101071) and I can reproduce the bug (./emacs > --batch -l ~/q/json-emacs-bug.el). Backtrace is the same as in my > previous mail and report-emacs-bug information is bellow. Let me know if > you need additional info. First, please check if this equivalent and simpler recipe also reproduces the problem, to make sure this is the same bug: emacs --batch -q --eval "(apply 'string (make-list 1122176 ?a)))" If so, please recompile without optimizations: CFLAGS="-g" ./configure make and see if you can obtain a cleaner backtrace.