From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: ShengHuo ZHU Newsgroups: gmane.emacs.bugs Subject: Re: Gnus crash Date: Mon, 13 Jan 2003 11:48:18 -0500 Sender: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <2nk7h96lnx.fsf@zsh.cs.rochester.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-9 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1042476618 10984 80.91.224.249 (13 Jan 2003 16:50:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 13 Jan 2003 16:50:18 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18Y7mv-0002qo-00 for ; Mon, 13 Jan 2003 17:50:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18Y7nL-0001vh-0A for gnu-bug-gnu-emacs@m.gmane.org; Mon, 13 Jan 2003 11:50:39 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18Y7mk-0001Sq-00 for bug-gnu-emacs@gnu.org; Mon, 13 Jan 2003 11:50:02 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18Y7ln-0000jj-00 for bug-gnu-emacs@gnu.org; Mon, 13 Jan 2003 11:49:04 -0500 Original-Received: from roc-24-58-65-187.rochester.rr.com ([24.58.65.187] helo=piglet.jia.vnet) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18Y7lf-0000dq-00 for bug-gnu-emacs@gnu.org; Mon, 13 Jan 2003 11:48:56 -0500 Original-Received: from piglet.jia.vnet (localhost [127.0.0.1]) by piglet.jia.vnet (8.12.6/8.12.5) with ESMTP id h0DGmKjw030556; Mon, 13 Jan 2003 11:48:21 -0500 Original-Received: (from zsh@localhost) by piglet.jia.vnet (8.12.6/8.12.6/Submit) id h0DGmIi7030554; Mon, 13 Jan 2003 11:48:18 -0500 X-Authentication-Warning: piglet.jia.vnet: zsh set sender to zsh@cs.rochester.edu using -f Original-To: emufer@terra.es X-Attribution: ZSH X-Face: #zw9`a=vHLkn+ZH8C List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:4195 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:4195 "Eduardo Mu=F1oz" writes: [...] > A korean spam message manged to crash Emacs while=20 > using Gnus. I can reproduce the crash with only two=20 > files, a bare bones .gnus and an one-message mbox. > I included both files at the en of the post. > The home dir to reproduce the crash looks like this: > > Home/ > .gnus > Mail/ > Inbox > > Steps to reproduce the crash > start emacs > M-x gnus > No server defined (or somesuch) (Continue? y or n) y RET > G m RET Inbox RET nnfolder RET > ;; Now you can see the Inbox group > RET ;; enter the group and voil=E1 Emacs crashes > > Emacs Abort Dialog > Select Abor/Retry/Ignore=20 > > -> Retry=20 > > Exception 0x80000003 at address 0x88f9f9df > > The key is in `gnus-summary-line-format=B4 "%-70,70s". > The crash will happen when the summary line is wider=20 > than the emacs frame AND the subject has korean=20 > characters. > > > -------.gnus---------- > (setq gnus-select-method '(nnfolder "Inbox")) > (setq gnus-summary-line-format > "%U%R%z%I%(%[%4L: %-20,20n%]%) %-70,70s\n") > -------.gnus---------- I can not reproduce the bug in my GNU/Linux box. Probably it is related to displaying Korean fonts in MS Windows. Could you somehow post a backtrace of the exception? ShengHuo