From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/24600 Path: main.gmane.org!not-for-mail From: Karl Kleinpaste Newsgroups: gmane.emacs.gnus.general Subject: mm-remove-part lock-up during group exit in p0.95 Date: 04 Aug 1999 09:16:24 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035162137 9577 80.91.224.250 (21 Oct 2002 01:02:17 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:02:17 +0000 (UTC) Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id JAA03136 for ; Wed, 4 Aug 1999 09:21:22 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.3/8.9.3) with ESMTP id IAB28729; Wed, 4 Aug 1999 08:17:39 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 04 Aug 1999 08:18:09 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id IAA17720 for ; Wed, 4 Aug 1999 08:18:00 -0500 (CDT) Original-Received: from beaver.jprc.com (BEAVER.JPRC.COM [207.86.147.217]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id JAA03079 for ; Wed, 4 Aug 1999 09:16:52 -0400 (EDT) Original-Received: (from karl@localhost) by beaver.jprc.com (8.8.7/8.8.7) id JAA04380; Wed, 4 Aug 1999 09:16:25 -0400 Original-To: ding@gnus.org X-Face: "5(T0tZd{6}pd~YzBG8O/*EW,.]6]@`m^e;fv65W^Y&=d"M\1H}>T~4_.kcDD.O~y3k)a6h R;Nmi>9|>Nm${2IpM0^RcUEa\jcq?KOP)C&~x51l~zCHTulL^_T|u0I^kB'z@]{`2YjQu Original-Lines: 22 User-Agent: Gnus/5.070095 (Pterodactyl Gnus v0.95) XEmacs/21.2 (Shinjuku) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:24600 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:24600 I was in nnml:mailer-daemon, had looked at a spam bounce-o-gram, whose original spam content was HTML. I had just done `B DEL' to destroy it and was then trying to leave the group. This error bit me hard: Signaling: (wrong-type-argument listp "iso-8859-1") mm-remove-part((charset . "iso-8859-1")) mm-destroy-part((charset . "iso-8859-1")) mm-destroy-parts(((charset . "iso-8859-1"))) mm-destroy-parts(("multipart/report" (# ("text/plain") nil nil nil nil nil nil) (# ("message/delivery-status") nil nil nil nil nil nil) (# ("message/rfc822") nil nil nil nil nil nil) "multipart/report" (# ("text/plain") nil nil nil nil nil nil) (# ("message/delivery-status") nil nil nil nil nil nil) (# ("message/rfc822") nil nil nil nil nil nil) #"> ("text/html" (charset . "iso-8859-1")) quoted-printable (lambda nil (let ... ... ...)) nil nil nil nil)) #() call-interactively(gnus-summary-exit) Unfortunately, having `B DEL'd the message, I can't even show its content in order to see what weirdness was going on. This error amounted to a total lock-up of Gnus for me, because I couldn't leave the group by any means. I had to manually move to the *Group* buffer and exit uncleanly out from there; Gnus offered to let me "update *Summary:nnml.mailer-daemon*?", to which I stupidly said yes, and got the same error again, as it tried again erroneously to clean up. I finally exited Gnus by quitting without any updates. --karl