From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/30783 Path: main.gmane.org!not-for-mail From: Laura Conrad Newsgroups: gmane.emacs.gnus.general Subject: saving attachment crashes xemacs Date: 07 May 2000 20:53:35 -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 1035167269 10289 80.91.224.250 (21 Oct 2002 02:27:49 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:27:49 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id 3DB03D051F for ; Sun, 7 May 2000 20:56:25 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id TAB07526; Sun, 7 May 2000 19:56:23 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 07 May 2000 19:55:47 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id TAA20433 for ; Sun, 7 May 2000 19:55:37 -0500 (CDT) Original-Received: from serpent.local (world-f.std.com [199.172.62.5]) by mailhost.sclp.com (Postfix) with ESMTP id CEB98D051F for ; Sun, 7 May 2000 20:54:33 -0400 (EDT) Original-Received: by serpent.local (Postfix, from userid 501) id 30ADA300EE; Sun, 7 May 2000 20:53:36 -0400 (EDT) Original-To: ding@gnus.org, crashes@xemacs.org X-Face: #0j-Ll[fajrfupWYMv&wa\m7!Sh=&3;JE-_&M-L,ULz(aE8iu%m1SHa5wG.V{3B:Fdnd/T# O -}0pPGYw%t1z`o&T_c=)p8l[}7R\={[@B*Jyj*.L4 hnJ*AXb Original-Lines: 76 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Bryce Canyon) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:30783 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:30783 I have a mail message with several attachments which causes xemacs to crash when I attempt to save the parts. I would normally say that this is an xemacs bug, and just send the backtrace to the xemacs people, but in this case, metamail is having trouble decoding the parts as well, so there is probably something wrong with the way gnus put the attachments together as well. There could be some user error involved -- that is, it's possible I told gnus that wrong mime type when I did the attaching. It's a message from me at work to me at home, in both cases using relative recent cvs gnusae. The current one at home is: $ head ChangeLog 2000-05-05 12:27:53 Shenghuo ZHU * gnus-art.el (article-de-base64-unreadable): New function. (gnus-article-de-base64-unreadable): Bind. (gnus-article-make-menu-bar): Menu item. * gnus-sum.el (gnus-summary-wash-map): Bind '6' and 'Z'. (gnus-summary-make-menu-bar): Menu item. * gnus.el: Autoload. The date of the message was May 2, so the gnus that sent it was older than that. The backtrace is: event-window(#) # bind (frame event) default-mouse-motion-handler(#) # (unwind-protect ...) # (unwind-protect ...) # bind (inhibit-quit) # (condition-case ... . error) # (unwind-protect ...) read-minibuffer-internal("Save MIME part to: ") byte-code("..." [recursion-depth minibuffer-depth t standard-input standard-output read-minibuffer-internal prompt] 2) # (catch exit ...) # bind (mouse-grabbed-buffer current-prefix-arg minibuffer-history-variable minibuffer-history-position minibuffer-scroll-window) # (unwind-protect ...) # bind (_history_ oconfig mconfig frame buffer window oframe owindow dir abbrev-table history readp keymap initial-contents prompt) read-from-minibuffer("Save MIME part to: " "~/abcselect.tar.gz" # nil file-name-history) # bind (minibuffer-completion-table minibuffer-completion-predicate minibuffer-completion-confirm last-exact-completion completion-ignore-case insert completer initial-contents must-match default dir prompt history) read-file-name-2(file-name-history "Save MIME part to: " "/home/lconrad/abcselect.tar.gz" nil nil nil read-file-name-internal) # (unwind-protect ...) # bind (rfhookfun rfcshookfun) # (unwind-protect ...) # bind (user-data dirwin filewin frame butbuff dirbuff filebuf file-p completer initial-contents must-match default dir prompt history) mouse-read-file-name-1(file-name-history "Save MIME part to: " "/home/lconrad/abcselect.tar.gz" nil nil nil read-file-name-internal) # bind (completer initial-contents must-match default dir prompt history) read-file-name-1(file-name-history "Save MIME part to: " "/home/lconrad/abcselect.tar.gz" nil nil nil read-file-name-internal) # bind (history initial-contents must-match default dir prompt) read-file-name("Save MIME part to: " "/home/lconrad/abcselect.tar.gz") # bind (file filename name handle) mm-save-part((#"> ("application/octet-stream") base64 nil ("attachment" (filename . "abcselect.tar.gz")) "abcselect" nil nil)) # bind (data) #() call-interactively(gnus-mime-save-part) # bind (response event) gnus-mime-button-menu(#) # bind (command-debug-status) call-interactively(gnus-mime-button-menu) # (condition-case ... . error) # (catch top-level ...) I can send the mail message to anyone who wants to look at it; it's 601540 bytes, so I don't want to clutter the list. -- Laura (mailto:lconrad@world.std.com , http://www.world.std.com/~lconrad/ ) (617) 661-8097 fax: (801) 365-6574 233 Broadway, Cambridge, MA 02139