From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: [mituharu@math.s.chiba-u.ac.jp: Re: emacs-22.1 with GTK dumps core when Gnome wigets clicked] Date: Mon, 25 Jun 2007 11:46:07 -0400 Message-ID: References: <467A4F49.9040906@swipnet.se> <0B83D28B-95EF-4022-B447-63EA6BB3792E@raeburn.org> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1182786511 19614 80.91.229.12 (25 Jun 2007 15:48:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 25 Jun 2007 15:48:31 +0000 (UTC) Cc: raeburn@raeburn.org, emacs-devel@gnu.org To: YAMAMOTO Mitsuharu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 25 17:48:28 2007 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 1I2qnj-0004CD-Ad for ged-emacs-devel@m.gmane.org; Mon, 25 Jun 2007 17:48:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I2qni-0005pd-Uv for ged-emacs-devel@m.gmane.org; Mon, 25 Jun 2007 11:48:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I2qlU-00054e-Vz for emacs-devel@gnu.org; Mon, 25 Jun 2007 11:46:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I2qlU-00053w-2t for emacs-devel@gnu.org; Mon, 25 Jun 2007 11:46:08 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I2qlT-00053i-SE for emacs-devel@gnu.org; Mon, 25 Jun 2007 11:46:07 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I2qlT-0002Jt-HW for emacs-devel@gnu.org; Mon, 25 Jun 2007 11:46:07 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1I2qlT-0001Ok-A0; Mon, 25 Jun 2007 11:46:07 -0400 In-reply-to: (message from YAMAMOTO Mitsuharu on Mon, 25 Jun 2007 19:05:58 +0900) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:73831 Archived-At: 1) Include a newer version of GNU malloc (hopefully with a better interface for hooks). I have nothing against that. 2) Use the system malloc if pthreads are needed. (emacs_blocked_malloc etc. will be unnecessary when SYNC_INPUT becomes default.) There is a serious problem with SYNC_INPUT, which is the reason it has not been made the default. The problem is that it makes Emacs unable to update the display except when it can read input.