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: Thu, 25 Sep 2008 21:32:42 +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> <85bpykj0c0.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 1222345994 14477 80.91.229.12 (25 Sep 2008 12:33:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 25 Sep 2008 12:33:14 +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 Thu Sep 25 14:34:10 2008 connect(): Connection refused 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 1Kiq2l-0003PZ-FD for ged-emacs-devel@m.gmane.org; Thu, 25 Sep 2008 14:34:04 +0200 Original-Received: from localhost ([127.0.0.1]:35647 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kiq1i-0006fA-St for ged-emacs-devel@m.gmane.org; Thu, 25 Sep 2008 08:32:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kiq1d-0006el-4S for emacs-devel@gnu.org; Thu, 25 Sep 2008 08:32:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kiq1b-0006eA-5R for emacs-devel@gnu.org; Thu, 25 Sep 2008 08:32:52 -0400 Original-Received: from [199.232.76.173] (port=41896 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kiq1a-0006e4-Tz for emacs-devel@gnu.org; Thu, 25 Sep 2008 08:32:50 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:54588) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kiq1a-0007Kn-B4 for emacs-devel@gnu.org; Thu, 25 Sep 2008 08:32:50 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id m8PCWgrS022913; Thu, 25 Sep 2008 21:32:42 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp4.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id m8PCWgOt009983; Thu, 25 Sep 2008 21:32:42 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp4.aist.go.jp with ESMTP id m8PCWgep016593; Thu, 25 Sep 2008 21:32:42 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1Kiq1S-0005re-Id; Thu, 25 Sep 2008 21:32:42 +0900 In-reply-to: <85bpykj0c0.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:104143 Archived-At: In article <85bpykj0c0.fsf@modprobe.cn>, "S.P.Tseng" writes: > I reproduce the crash again, follow what you said. [...] > Program received signal SIGSEGV, Segmentation fault. > [Switching to Thread 0xb747d720 (LWP 10913)] > detect_coding_charset (coding=0xbfbf38e0, detect_info=0xbfbf39d0) at coding.c:5010 > 5010 dim = CHARSET_DIMENSION (charset); > (gdb) pp valids > nil Ummm, this is strange. I don't know why valids gets nil here. > > and visited "cn.bbs.comp.emacs". But, my Emacs doesn't crash. > I do not know why. Perhaps some other code in my .gnus or .emacs have something > to with that matter. And I will give the debug information whatever you want. Then, please start Emacs with the arg -Q, eval (define-coding-system-alias 'gbk 'gb2312), and check if it still crashes. --- Kenichi Handa handa@ni.aist.go.jp