From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#9457: crashes and hangs during mark_object / gc: infinite recursion? Date: Sat, 16 Feb 2013 22:20:01 -0500 Message-ID: References: <312BF319-5078-484D-A350-ADDC90F17A00@email.chop.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1361071222 7125 80.91.229.3 (17 Feb 2013 03:20:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 17 Feb 2013 03:20:22 +0000 (UTC) To: 9457-done@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Feb 17 04:20:45 2013 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1U6uny-0006uH-Qw for geb-bug-gnu-emacs@m.gmane.org; Sun, 17 Feb 2013 04:20:42 +0100 Original-Received: from localhost ([::1]:33009 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6une-0002ir-GO for geb-bug-gnu-emacs@m.gmane.org; Sat, 16 Feb 2013 22:20:22 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:54658) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6unZ-0002iQ-Pa for bug-gnu-emacs@gnu.org; Sat, 16 Feb 2013 22:20:21 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U6unV-0002e3-0o for bug-gnu-emacs@gnu.org; Sat, 16 Feb 2013 22:20:17 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:54366) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6unU-0002bR-Uw for bug-gnu-emacs@gnu.org; Sat, 16 Feb 2013 22:20:12 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1U6uoH-0006Y2-Vl for bug-gnu-emacs@gnu.org; Sat, 16 Feb 2013 22:21:01 -0500 Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Sun, 17 Feb 2013 03:21:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 9457 X-GNU-PR-Package: emacs,ns X-GNU-PR-Keywords: Mail-Followup-To: 9457@debbugs.gnu.org, rgm@gnu.org, david.reitter@gmail.com Original-Received: via spool by 9457-done@debbugs.gnu.org id=D9457.136107125925158 (code D ref 9457); Sun, 17 Feb 2013 03:21:01 +0000 Original-Received: (at 9457-done) by debbugs.gnu.org; 17 Feb 2013 03:20:59 +0000 Original-Received: from localhost ([127.0.0.1]:59829 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U6uoC-0006Xg-Tv for submit@debbugs.gnu.org; Sat, 16 Feb 2013 22:20:58 -0500 Original-Received: from fencepost.gnu.org ([208.118.235.10]:59892) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U6uoA-0006XZ-FB for 9457-done@debbugs.gnu.org; Sat, 16 Feb 2013 22:20:55 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1U6unJ-0003yg-Pg; Sat, 16 Feb 2013 22:20:01 -0500 X-Spook: crypto anarchy PET Freeh quiche Verisign NORAD Leitrim X-Ran: ,Sc<8IvYj~;,p6?ve@~6T2H-zJ/AcucN9rIQhJODb`DpY,VfG)cn=]o8oDz<}p"D3;(CC2 X-Hue: white X-Attribution: GM In-Reply-To: (Stefan Monnier's message of "Wed, 07 Sep 2011 09:39:52 -0400") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 140.186.70.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-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:71416 Archived-At: Stefan Monnier wrote: >> I have received 51 bug reports since April this year about crashes >> and hangs during mark_object, which always seems to be in very deep >> or infinite recursion. > > mark)_object is a function that tends to always recurse very deeply. > That's normal. Check the etc/DEBUG to see how to try and find the > source of those bugs. If this is still an issue with current Emacs, please try to follow that advice and open a new report with details.