From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: YAMAMOTO Mitsuharu Newsgroups: gmane.emacs.bugs Subject: Re: emacs-22.1 with GTK dumps core when Gnome wigets clicked Date: Sun, 10 Jun 2007 22:48:32 +0900 (JST) Message-ID: <20070610.224832.46203780.mituharu@math.s.chiba-u.ac.jp> References: <200706091549.l59FnfHJ005433@deneb.cc.umanitoba.ca> <20070610125120.GA27355@cc.umanitoba.ca> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1181483360 3086 80.91.229.12 (10 Jun 2007 13:49:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 10 Jun 2007 13:49:20 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: mills@cc.umanitoba.ca Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Jun 10 15:49:17 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 1HxNnB-0003kg-F5 for geb-bug-gnu-emacs@m.gmane.org; Sun, 10 Jun 2007 15:49:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HxNnB-0005ad-1I for geb-bug-gnu-emacs@m.gmane.org; Sun, 10 Jun 2007 09:49:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HxNn8-0005aO-FQ for bug-gnu-emacs@gnu.org; Sun, 10 Jun 2007 09:49:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HxNn6-0005aC-3y for bug-gnu-emacs@gnu.org; Sun, 10 Jun 2007 09:49:13 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HxNn5-0005a9-U0 for bug-gnu-emacs@gnu.org; Sun, 10 Jun 2007 09:49:11 -0400 Original-Received: from mathmail.math.s.chiba-u.ac.jp ([133.82.132.2]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HxNn5-00014U-HZ for bug-gnu-emacs@gnu.org; Sun, 10 Jun 2007 09:49:11 -0400 Original-Received: from localhost (church [133.82.132.36]) by mathmail.math.s.chiba-u.ac.jp (Postfix) with ESMTP id F07A02C40; Sun, 10 Jun 2007 22:48:57 +0900 (JST) In-Reply-To: <20070610125120.GA27355@cc.umanitoba.ca> X-Mailer: Mew version 3.3 on Emacs 22.1 / Mule 5.0 (SAKAKI) X-detected-kernel: NetBSD 3.0 (DF) 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:15824 Archived-At: >>>>> On Sun, 10 Jun 2007 07:51:20 -0500, Gary Mills said: >> Does this always happen on the first click of these buttons? > Yes, the first click. It's very easy to replicate. I'm running it > on the Solaris Gnome desktop with these libraries: > $ pkg-config --modversion gtk+-2.0 glib-2.0 > 2.4.9 > 2.4.1 By any chance do you know which thread library they (or Gnome VFS backend that they load?) use? Does anyone know how to check that? (Sorry, I'm not a GTK+ expert.) >> And could you show the result of `grep PTHREAD src/config.h' at the >> build directory? > $ grep PTHREAD src/config.h > #define HAVE_GTK_AND_PTHREAD 1 > /* #undef HAVE_LIBPTHREADS */ > #define HAVE_PTHREAD_H 1 Thanks. There's nothing wrong with this result if pthread is used. If another thread library is used, the use of SYSTEM_MALLOC as in your previous report will be the right thing to do. Of course, we should detect that within `configure' if possible. YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp