Re: bug#6214: 23.1; json-read-string crashes emacs with long string
authorChong Yidong <cyd@stupidchicken.com>
Fri, 13 Aug 2010 16:37:07 +0000 (12:37 +2000)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:37:11 +0000 (09:37 -0800)
ca/c2869cab9e8aaa9b9d9e02e854ddbb2e8c213e [new file with mode: 0644]

diff --git a/ca/c2869cab9e8aaa9b9d9e02e854ddbb2e8c213e b/ca/c2869cab9e8aaa9b9d9e02e854ddbb2e8c213e
new file mode 100644 (file)
index 0000000..7ef1c6c
--- /dev/null
@@ -0,0 +1,69 @@
+Return-Path: <cyd@stupidchicken.com>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id AC26E40BC4C\r
+       for <notmuch@notmuchmail.org>; Fri, 13 Aug 2010 09:47:57 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -2.6\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-2.6 tagged_above=-999 required=5\r
+       tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7] autolearn=unavailable\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id zPR9bE4PGa0Z for <notmuch@notmuchmail.org>;\r
+       Fri, 13 Aug 2010 09:47:44 -0700 (PDT)\r
+X-Greylist: delayed 619 seconds by postgrey-1.32 at olra;\r
+       Fri, 13 Aug 2010 09:47:44 PDT\r
+Received: from pantheon-po14.its.yale.edu (pantheon-po14.its.yale.edu\r
+       [130.132.50.23])\r
+       by olra.theworths.org (Postfix) with ESMTP id 3505740BC48\r
+       for <notmuch@notmuchmail.org>; Fri, 13 Aug 2010 09:47:44 -0700 (PDT)\r
+Received: from furry (dhcp128036014221.central.yale.edu [128.36.14.221])\r
+       (authenticated bits=0)\r
+       by pantheon-po14.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id\r
+       o7DGb7pi002606\r
+       (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);\r
+       Fri, 13 Aug 2010 12:37:07 -0400\r
+Received: by furry (Postfix, from userid 1000)\r
+       id 43D8016D402; Fri, 13 Aug 2010 12:37:07 -0400 (EDT)\r
+From: Chong Yidong <cyd@stupidchicken.com>\r
+To: Michal Sojka <sojkam1@fel.cvut.cz>\r
+Subject: Re: bug#6214: 23.1; json-read-string crashes emacs with long string\r
+References: <87pr0t5h1q.fsf@yoom.home.cworth.org>\r
+       <87fx1pkrsh.fsf@stupidchicken.com> <87tymzv6ga.fsf@steelpick.2x.cz>\r
+Date: Fri, 13 Aug 2010 12:37:07 -0400\r
+In-Reply-To: <87tymzv6ga.fsf@steelpick.2x.cz> (Michal Sojka's message of "Thu,\r
+       12 Aug 2010 23:58:45 +0200")\r
+Message-ID: <878w4afozw.fsf@stupidchicken.com>\r
+User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed)\r
+Cc: 6214@debbugs.gnu.org, Notmuch mailing list <notmuch@notmuchmail.org>\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Fri, 13 Aug 2010 16:47:57 -0000\r
+\r
+Michal Sojka <sojkam1@fel.cvut.cz> writes:\r
+\r
+> It seems the bug is still in the current Emacs HEAD\r
+> (http://repo.or.cz/w/emacs.git/commit/08d1bfbda3ef4a7038556f6c56bec1a37b4721f0).\r
+> I can reproduce it with the lisp code sent by Carl, but the backtrace is\r
+> different. My backtrace is attached.\r
+\r
+I can't reproduce it with the BZR repository.  Maybe the git mirror you\r
+are using is not up to date.  Without any further information from you\r
+about your Emacs build (information that would have been available if\r
+you had used `M-x report-emacs-bug'), it is impossible to say.\r