From: Chong Yidong Date: Fri, 13 Aug 2010 16:37:07 +0000 (+2000) Subject: Re: bug#6214: 23.1; json-read-string crashes emacs with long string X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=32c00078247ba7a429d5a85e2001319ec1964428;hp=340b5cac5a27d14fbbd172ef828af57c62cee1e1;p=notmuch-archives.git Re: bug#6214: 23.1; json-read-string crashes emacs with long string --- diff --git a/ca/c2869cab9e8aaa9b9d9e02e854ddbb2e8c213e b/ca/c2869cab9e8aaa9b9d9e02e854ddbb2e8c213e new file mode 100644 index 000000000..7ef1c6cce --- /dev/null +++ b/ca/c2869cab9e8aaa9b9d9e02e854ddbb2e8c213e @@ -0,0 +1,69 @@ +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 AC26E40BC4C + for ; Fri, 13 Aug 2010 09:47:57 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -2.6 +X-Spam-Level: +X-Spam-Status: No, score=-2.6 tagged_above=-999 required=5 + tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7] 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 zPR9bE4PGa0Z for ; + Fri, 13 Aug 2010 09:47:44 -0700 (PDT) +X-Greylist: delayed 619 seconds by postgrey-1.32 at olra; + Fri, 13 Aug 2010 09:47:44 PDT +Received: from pantheon-po14.its.yale.edu (pantheon-po14.its.yale.edu + [130.132.50.23]) + by olra.theworths.org (Postfix) with ESMTP id 3505740BC48 + for ; Fri, 13 Aug 2010 09:47:44 -0700 (PDT) +Received: from furry (dhcp128036014221.central.yale.edu [128.36.14.221]) + (authenticated bits=0) + by pantheon-po14.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id + o7DGb7pi002606 + (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); + Fri, 13 Aug 2010 12:37:07 -0400 +Received: by furry (Postfix, from userid 1000) + id 43D8016D402; Fri, 13 Aug 2010 12:37:07 -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> +Date: Fri, 13 Aug 2010 12:37:07 -0400 +In-Reply-To: <87tymzv6ga.fsf@steelpick.2x.cz> (Michal Sojka's message of "Thu, + 12 Aug 2010 23:58:45 +0200") +Message-ID: <878w4afozw.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: Fri, 13 Aug 2010 16:47:57 -0000 + +Michal Sojka writes: + +> It seems the bug is still in the current Emacs HEAD +> (http://repo.or.cz/w/emacs.git/commit/08d1bfbda3ef4a7038556f6c56bec1a37b4721f0). +> I can reproduce it with the lisp code sent by Carl, but the backtrace is +> different. My backtrace is attached. + +I can't reproduce it with the BZR repository. Maybe the git mirror you +are using is not up to date. Without any further information from you +about your Emacs build (information that would have been available if +you had used `M-x report-emacs-bug'), it is impossible to say.