From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/73870 Path: news.gmane.org!not-for-mail From: Knut Anders Hatlen Newsgroups: gmane.emacs.gnus.general Subject: shr fails to display article (exceeds max-lisp-eval-depth) Date: Sat, 06 Nov 2010 17:54:30 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1289062514 3049 80.91.229.12 (6 Nov 2010 16:55:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 6 Nov 2010 16:55:14 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M22239@lists.math.uh.edu Sat Nov 06 17:55:10 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PEm2o-0004a8-9H for ding-account@gmane.org; Sat, 06 Nov 2010 17:55:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1PEm2R-0007MZ-UQ; Sat, 06 Nov 2010 11:54:47 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PEm2Q-0007MK-7j for ding@lists.math.uh.edu; Sat, 06 Nov 2010 11:54:46 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PEm2O-0006LG-Pu for ding@lists.math.uh.edu; Sat, 06 Nov 2010 11:54:45 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1PEm2O-0006G0-00 for ; Sat, 06 Nov 2010 17:54:44 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PEm2M-0004Ih-SG for ding@gnus.org; Sat, 06 Nov 2010 17:54:42 +0100 Original-Received: from gw2.mysql.com ([213.136.52.1]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 06 Nov 2010 17:54:42 +0100 Original-Received: from kahatlen by gw2.mysql.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 06 Nov 2010 17:54:42 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 21 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: gw2.mysql.com User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (usg-unix-v) Cancel-Lock: sha1:3JYwLXqWUgSX1jjT27P0fwTz04o= X-Spam-Score: -1.0 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:73870 Archived-At: Hi, I just got this spam mail that shr choked on. I know, I shouldn't spend time reading spam, but... shr shouldn't choke either... Debugger entered--Lisp error: (error "Lisp nesting exceeds `max-lisp-eval-depth'") (setq dom (cdr dom)) (prog1 dom (setq dom (cdr dom))) (car (prog1 dom (setq dom (cdr dom)))) (pop dom) (list (pop dom)) (...) The full backtrace is huge. Pasted here for reference: http://pastebin.com/wdgM7Svt And a copy of the article can be found here: http://people.apache.org/~kahatlen/spam_mbox.txt -- Knut Anders