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, 18 Sep 2008 20:59:04 +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> 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 1221739331 19689 80.91.229.12 (18 Sep 2008 12:02:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 18 Sep 2008 12:02:11 +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 18 14:03:07 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 1KgIDq-00027Z-Id for ged-emacs-devel@m.gmane.org; Thu, 18 Sep 2008 14:03:00 +0200 Original-Received: from localhost ([127.0.0.1]:41282 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KgICn-00088e-W7 for ged-emacs-devel@m.gmane.org; Thu, 18 Sep 2008 08:01:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KgIAi-0007nH-2P for emacs-devel@gnu.org; Thu, 18 Sep 2008 07:59:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KgIAc-0007kc-2v for emacs-devel@gnu.org; Thu, 18 Sep 2008 07:59:43 -0400 Original-Received: from [199.232.76.173] (port=52667 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KgIAb-0007kW-Uw for emacs-devel@gnu.org; Thu, 18 Sep 2008 07:59:38 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:48903) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KgIAS-0006G8-4I for emacs-devel@gnu.org; Thu, 18 Sep 2008 07:59:37 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id m8IBx4C3008508; Thu, 18 Sep 2008 20:59:04 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp4.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id m8IBx4bl000481; Thu, 18 Sep 2008 20:59:04 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp4.aist.go.jp with ESMTP id m8IBx4NW003574; Thu, 18 Sep 2008 20:59:04 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1KgIA4-0006G7-4i; Thu, 18 Sep 2008 20:59:04 +0900 In-reply-to: <85od2lwy9h.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:103938 Archived-At: In article <85od2lwy9h.fsf@modprobe.cn>, "S.P.Tseng" writes: > This is the result. > ,---- > | (gdb) r emacs > | Starting program: /usr/local/bin/emacs emacs > | [Thread debugging using libthread_db enabled] > | [New Thread 0xb73b6720 (LWP 19823)] > | > | Program received signal SIGSEGV, Segmentation fault. > | [Switching to Thread 0xb73b6720 (LWP 19823)] > | detect_coding_charset (coding=0xbfa2ca30, detect_info=0xbfa2cb20) at coding.c:5010 > | 5010 dim = CHARSET_DIMENSION (charset); > `---- Thank you. It seems that the variable charset gets invalid here, but I still can't reproduce such a situation. Please show me output of these commands: (gdb) pp valids (gdb) p/x c (gdb) bt 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). --- Kenichi Handa handa@ni.aist.go.jp