From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: emacs-22.1 with GTK dumps core when Gnome wigets clicked Date: Sat, 16 Jun 2007 14:51:40 -0400 Message-ID: References: <200706091549.l59FnfHJ005433@deneb.cc.umanitoba.ca> <20070610125120.GA27355@cc.umanitoba.ca> <20070610.224832.46203780.mituharu@math.s.chiba-u.ac.jp> <20070610141003.GA12085@cc.umanitoba.ca> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1182020572 11666 80.91.229.12 (16 Jun 2007 19:02:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 16 Jun 2007 19:02:52 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org, mills@cc.umanitoba.ca To: YAMAMOTO Mitsuharu Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Jun 16 21:02:49 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HzdXr-00080n-QI for geb-bug-gnu-emacs@m.gmane.org; Sat, 16 Jun 2007 21:02:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HzdXr-00081A-Cq for geb-bug-gnu-emacs@m.gmane.org; Sat, 16 Jun 2007 15:02:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HzdN7-0001HP-NH for bug-gnu-emacs@gnu.org; Sat, 16 Jun 2007 14:51:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HzdN7-0001GS-1u for bug-gnu-emacs@gnu.org; Sat, 16 Jun 2007 14:51:41 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HzdN6-0001GD-Ta for bug-gnu-emacs@gnu.org; Sat, 16 Jun 2007 14:51:40 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HzdN6-0006VU-Fv for bug-gnu-emacs@gnu.org; Sat, 16 Jun 2007 14:51:40 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1HzdN6-00071U-0k; Sat, 16 Jun 2007 14:51:40 -0400 In-reply-to: (message from YAMAMOTO Mitsuharu on Thu, 14 Jun 2007 11:16:30 +0900) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:15917 Archived-At: I found a possible problem, which may or may not be relevant to this issue, in the initialization of the recursive mutex in src/gmalloc.c. Could you try this patch? Has anyone tried this patch? Has anyone else studied this patch?