From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: emacs crash when open some newsgroups with gnus Date: Fri, 19 Sep 2008 10:17:48 +0900 Message-ID: References: <85ljy3jbez.fsf@modprobe.cn> <85hc8rjb31.fsf@modprobe.cn> <85wshcsa1y.fsf@modprobe.cn> <853ak09tr5.fsf@modprobe.cn> <85ej3jm5uw.fsf@modprobe.cn> <85od2lwy9h.fsf@modprobe.cn> <85zlm5tyzn.fsf@modprobe.cn> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1221787102 13218 80.91.229.12 (19 Sep 2008 01:18:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 19 Sep 2008 01:18:22 +0000 (UTC) Cc: emacs-devel@gnu.org To: "S.P.Tseng" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 19 03:19:19 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KgUeJ-0005WW-1T for ged-emacs-devel@m.gmane.org; Fri, 19 Sep 2008 03:19:07 +0200 Original-Received: from localhost ([127.0.0.1]:43870 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KgUdH-0001qg-Bl for ged-emacs-devel@m.gmane.org; Thu, 18 Sep 2008 21:18:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KgUdC-0001q4-6G for emacs-devel@gnu.org; Thu, 18 Sep 2008 21:17:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KgUdA-0001o8-1P for emacs-devel@gnu.org; Thu, 18 Sep 2008 21:17:57 -0400 Original-Received: from [199.232.76.173] (port=36822 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KgUd9-0001nv-Rj for emacs-devel@gnu.org; Thu, 18 Sep 2008 21:17:55 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:34552) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KgUd9-0005NF-Cx for emacs-devel@gnu.org; Thu, 18 Sep 2008 21:17:55 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id m8J1HnXp024394; Fri, 19 Sep 2008 10:17:49 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp4.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id m8J1Hnx2016609; Fri, 19 Sep 2008 10:17:49 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp4.aist.go.jp with ESMTP id m8J1Hmat029664; Fri, 19 Sep 2008 10:17:49 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1KgUd2-0002Uh-RS; Fri, 19 Sep 2008 10:17:48 +0900 In-reply-to: <85zlm5tyzn.fsf@modprobe.cn> (deftsp@gmail.com) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-detected-operating-system: by monty-python.gnu.org: Solaris 9 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:103950 Archived-At: In article <85zlm5tyzn.fsf@modprobe.cn>, "S.P.Tseng" writes: > pp is the command of gdb? or it's your alias. Anyway, i use p instead. No. It's defined in emacs/src/.gdbinit. Excerpt from etc/DEBUG: ** When you debug Emacs with GDB, you should start it in the directory where the executable was made. That directory has a .gdbinit file that defines various "user-defined" commands for debugging Emacs. (These commands are described below under "Examining Lisp object values" and "Debugging Emacs Redisplay problems".) > > And also send me the contents of the buffer Gnus was going > > to decode at that time (as raw file; i.e. pre-decoded one). > I just press RET from *Group* buffer of gnus. It only contain some group I > subscribe. And only do not alias gb2312 to gbk, gnus can open that group. You > can't reproduce such a situation, so you can get the contents of that buffer. Ummm. You wrote: > But visited "cn.bbs.comp.emacs" from "new.cn99.com" can reproduce the crash. So, I did this (assuming that "from new.cn99.com" means using news.cn99.com as the nntp server): ESC : (define-coding-system-alias 'gbk 'gb2312) ESC : (setq gnus-select-method '(nntp "news.cn99.com")) M-x gnus RET and visited "cn.bbs.comp.emacs". But, my Emacs doesn't crash. --- Kenichi Handa handa@ni.aist.go.jp