From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel,gmane.mail.mew.general Subject: Re: GC crashes Date: 02 Dec 2003 11:25:16 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <20031124.110938.193696628.wl@gnu.org> <200311260203.LAA26808@etlken.m17n.org> <20031128.103107.41640217.wl@gnu.org> <200312011240.VAA05762@etlken.m17n.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1070385257 5109 80.91.224.253 (2 Dec 2003 17:14:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 2 Dec 2003 17:14:17 +0000 (UTC) Cc: wl@gnu.org, emacs-devel@gnu.org, mew-int@mew.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Dec 02 18:14:14 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ARE6H-0008Ff-00 for ; Tue, 02 Dec 2003 18:14:13 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1ARE6H-0008TO-00 for ; Tue, 02 Dec 2003 18:14:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ARF3Q-0001oW-Nf for emacs-devel@quimby.gnus.org; Tue, 02 Dec 2003 13:15:20 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AREJe-0001Cs-Ph for emacs-devel@gnu.org; Tue, 02 Dec 2003 12:28:02 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AREIz-0000ws-7l for emacs-devel@gnu.org; Tue, 02 Dec 2003 12:27:52 -0500 Original-Received: from [132.204.24.67] (helo=mercure.iro.umontreal.ca) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AREIR-0000jW-ES; Tue, 02 Dec 2003 12:26:47 -0500 Original-Received: from vor.iro.umontreal.ca (vor.iro.umontreal.ca [132.204.24.42]) by mercure.iro.umontreal.ca (8.12.9/8.12.9) with ESMTP id hB2GPHbj010618; Tue, 2 Dec 2003 11:25:17 -0500 Original-Received: by vor.iro.umontreal.ca (Postfix, from userid 20848) id BC3943C63E; Tue, 2 Dec 2003 11:25:16 -0500 (EST) Original-To: Kenichi Handa In-Reply-To: <200312011240.VAA05762@etlken.m17n.org> Original-Lines: 13 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-DIRO-MailScanner: Found to be clean X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:18285 gmane.mail.mew.general:595 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:18285 > Thank you. It's a useful information. Now I can reproduce > the similar misterious segfault in GC without process nor > code conversion. I've just installed the attached change. > It seems that it fixes the problem, but I still don't > understand why a week hash table causes a problem. Anyway, > could you please try again with the latest CVS HEAD? Could you give us a brief description of what the table is used for, how it's used, how it relates to the crash, as well as a description of the crash (way to reproduce it, backtrace, ...) ? Stefan