[PATCH v2 08/14] cli/reply: reduce the reply format abstractions
[notmuch-archives.git] / 82 / 2fc3f9e52d8b0d78be2dd0d1bfd241d6a7d3bd
1 Return-Path: <cyd@stupidchicken.com>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id A9EDB40BC4E\r
6         for <notmuch@notmuchmail.org>; Sat, 14 Aug 2010 14:30:57 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -1.9\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5\r
12         tests=[BAYES_00=-1.9] autolearn=unavailable\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id JcofkxlzptKS for <notmuch@notmuchmail.org>;\r
16         Sat, 14 Aug 2010 14:30:57 -0700 (PDT)\r
17 Received: from pantheon-po23.its.yale.edu (pantheon-po23.its.yale.edu\r
18         [130.132.50.117])\r
19         by olra.theworths.org (Postfix) with ESMTP id 2625640BC52\r
20         for <notmuch@notmuchmail.org>; Sat, 14 Aug 2010 14:30:55 -0700 (PDT)\r
21 Received: from furry (173-14-147-246-NewEngland.hfc.comcastbusiness.net\r
22         [173.14.147.246]) (authenticated bits=0)\r
23         by pantheon-po23.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id\r
24         o7ELUX59012308\r
25         (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);\r
26         Sat, 14 Aug 2010 17:30:33 -0400\r
27 Received: by furry (Postfix, from userid 1000)\r
28         id CCDF916D402; Sat, 14 Aug 2010 17:30:32 -0400 (EDT)\r
29 From: Chong Yidong <cyd@stupidchicken.com>\r
30 To: Michal Sojka <sojkam1@fel.cvut.cz>\r
31 Subject: Re: bug#6214: 23.1; json-read-string crashes emacs with long string\r
32 References: <87pr0t5h1q.fsf@yoom.home.cworth.org>\r
33         <87fx1pkrsh.fsf@stupidchicken.com> <87tymzv6ga.fsf@steelpick.2x.cz>\r
34         <878w4afozw.fsf@stupidchicken.com> <87sk2hbq3s.fsf@steelpick.2x.cz>\r
35 Date: Sat, 14 Aug 2010 17:30:32 -0400\r
36 In-Reply-To: <87sk2hbq3s.fsf@steelpick.2x.cz> (Michal Sojka's message of "Sat,\r
37         14 Aug 2010 09:39:03 +0200")\r
38 Message-ID: <8739ug3mrr.fsf@stupidchicken.com>\r
39 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)\r
40 MIME-Version: 1.0\r
41 Content-Type: text/plain; charset=us-ascii\r
42 X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed)\r
43 Cc: 6214@debbugs.gnu.org, Notmuch mailing list <notmuch@notmuchmail.org>\r
44 X-BeenThere: notmuch@notmuchmail.org\r
45 X-Mailman-Version: 2.1.13\r
46 Precedence: list\r
47 List-Id: "Use and development of the notmuch mail system."\r
48         <notmuch.notmuchmail.org>\r
49 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
51 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
52 List-Post: <mailto:notmuch@notmuchmail.org>\r
53 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
54 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
56 X-List-Received-Date: Sat, 14 Aug 2010 21:30:57 -0000\r
57 \r
58 Michal Sojka <sojkam1@fel.cvut.cz> writes:\r
59 \r
60 > I cloned bzr repo (trunk:101071) and I can reproduce the bug (./emacs\r
61 > --batch -l ~/q/json-emacs-bug.el). Backtrace is the same as in my\r
62 > previous mail and report-emacs-bug information is bellow. Let me know if\r
63 > you need additional info.\r
64 \r
65 First, please check if this equivalent and simpler recipe also\r
66 reproduces the problem, to make sure this is the same bug:\r
67 \r
68   emacs --batch -q --eval "(apply 'string (make-list 1122176 ?a)))"\r
69 \r
70 If so, please recompile without optimizations:\r
71 \r
72   CFLAGS="-g" ./configure\r
73   make\r
74 \r
75 and see if you can obtain a cleaner backtrace.\r