From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.devel Subject: shr infloop when formatting HTML messages in Gnus Date: Fri, 17 Feb 2017 09:56:56 -0800 Message-ID: <87poign1jr.fsf@ericabrahamsen.net> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1487354266 13242 195.159.176.226 (17 Feb 2017 17:57:46 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 17 Feb 2017 17:57:46 +0000 (UTC) User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/26.0.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 17 18:57:41 2017 Return-path: Envelope-to: ged-emacs-devel@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 1cemmq-0002qS-Mr for ged-emacs-devel@m.gmane.org; Fri, 17 Feb 2017 18:57:40 +0100 Original-Received: from localhost ([::1]:55094 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cemmu-0003Pj-QA for ged-emacs-devel@m.gmane.org; Fri, 17 Feb 2017 12:57:44 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47085) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cemmO-0003Pc-HY for emacs-devel@gnu.org; Fri, 17 Feb 2017 12:57:13 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cemmK-0002tW-Pt for emacs-devel@gnu.org; Fri, 17 Feb 2017 12:57:12 -0500 Original-Received: from [195.159.176.226] (port=33440 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cemmK-0002sq-JZ for emacs-devel@gnu.org; Fri, 17 Feb 2017 12:57:08 -0500 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1cemm8-0007oG-Jx for emacs-devel@gnu.org; Fri, 17 Feb 2017 18:56:56 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 17 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:nO2by82J4pS/vPxUiF4/blRFQOA= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:212437 Archived-At: I get some messages with HTML parts that cause shr to infloop while formatting. The backtrace shows: shr-indent() shr-fill-line() shr-fill-lines(4125 15335) shr-insert-document() And it hangs there indefinitely. I've looked at the messages and (apart from a possible correlation that they were sent by Apple's Mail program) I can't immediately see what's going on. I'd be happy to forward one of these messages privately, if anyone's willing to take a look. Thanks, Eric