From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Vasilij Schneidermann Newsgroups: gmane.emacs.bugs Subject: bug#27779: #27779; C stack overflow from `read' on deeply nested lisp object. Date: Thu, 7 Jun 2018 10:18:03 +0200 Message-ID: <20180607081801.dzcldvkblxhakais@odonien.localdomain> References: <20180606210439.b2hw5gx66ahiwube@odonien.localdomain> <87o9gn4n7u.fsf@gmail.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-Trace: blaine.gmane.org 1528359435 19693 195.159.176.226 (7 Jun 2018 08:17:15 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 7 Jun 2018 08:17:15 +0000 (UTC) Cc: Paul Eggert , Keith David Bershatsky , 27779@debbugs.gnu.org To: Noam Postavsky Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Jun 07 10:17:10 2018 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fQq6V-00050G-JK for geb-bug-gnu-emacs@m.gmane.org; Thu, 07 Jun 2018 10:17:07 +0200 Original-Received: from localhost ([::1]:56288 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fQq8c-0002TH-QG for geb-bug-gnu-emacs@m.gmane.org; Thu, 07 Jun 2018 04:19:18 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43256) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fQq8P-0002Sv-L6 for bug-gnu-emacs@gnu.org; Thu, 07 Jun 2018 04:19:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fQq8M-0004XF-HI for bug-gnu-emacs@gnu.org; Thu, 07 Jun 2018 04:19:05 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:57730) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fQq8M-0004X5-Bi for bug-gnu-emacs@gnu.org; Thu, 07 Jun 2018 04:19:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fQq8M-0004Gh-2b for bug-gnu-emacs@gnu.org; Thu, 07 Jun 2018 04:19:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Vasilij Schneidermann Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 07 Jun 2018 08:19:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 27779 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: confirmed Original-Received: via spool by 27779-submit@debbugs.gnu.org id=B27779.152835949516356 (code B ref 27779); Thu, 07 Jun 2018 08:19:02 +0000 Original-Received: (at 27779) by debbugs.gnu.org; 7 Jun 2018 08:18:15 +0000 Original-Received: from localhost ([127.0.0.1]:37394 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fQq7b-0004Fk-J9 for submit@debbugs.gnu.org; Thu, 07 Jun 2018 04:18:15 -0400 Original-Received: from mx1.mailbox.org ([80.241.60.212]:15424) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fQq7Z-0004FX-PN for 27779@debbugs.gnu.org; Thu, 07 Jun 2018 04:18:14 -0400 Original-Received: from smtp2.mailbox.org (smtp2.mailbox.org [80.241.60.241]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.mailbox.org (Postfix) with ESMTPS id 444414666D; Thu, 7 Jun 2018 10:18:07 +0200 (CEST) X-Virus-Scanned: amavisd-new at heinlein-support.de Original-Received: from smtp2.mailbox.org ([80.241.60.241]) by spamfilter01.heinlein-hosting.de (spamfilter01.heinlein-hosting.de [80.241.56.115]) (amavisd-new, port 10030) with ESMTP id 7GS_L5PTC3aP; Thu, 7 Jun 2018 10:18:06 +0200 (CEST) Content-Disposition: inline In-Reply-To: <87o9gn4n7u.fsf@gmail.com> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:147124 Archived-At: > Only if they've set undo-tree-auto-save-history, right? (which, for all > I know, might be a really popular setting) Hm, you're right. This bug effectively neuters that feature, if I disable it I can load up Emacs just fine. The setting isn't nearly as popular as Evil. I can only wonder how many more packages rely on reading deeply nested trees...