From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Berman Newsgroups: gmane.emacs.devel Subject: Re: size of emacs executable after unicode merge Date: Fri, 31 Oct 2008 13:35:02 +0100 Message-ID: <87skqd6iyx.fsf@escher.local.home> References: <200805140351.m4E3pQuE004549@sallyv1.ics.uci.edu> <200805141652.m4EGqikr018644@sallyv1.ics.uci.edu> <200805151529.m4FFTlF1004684@sallyv1.ics.uci.edu> <482D8435.6060407@gnu.org> <20081030101819.GA15223@orion.lan> <87zlklff5a.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1225456787 15280 80.91.229.12 (31 Oct 2008 12:39:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 31 Oct 2008 12:39:47 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 31 13:40:50 2008 connect(): Connection refused 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 1KvtIr-00019F-3D for ged-emacs-devel@m.gmane.org; Fri, 31 Oct 2008 13:40:37 +0100 Original-Received: from localhost ([127.0.0.1]:34488 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KvtHj-0000R8-Me for ged-emacs-devel@m.gmane.org; Fri, 31 Oct 2008 08:39:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KvtDj-0007ZC-M3 for emacs-devel@gnu.org; Fri, 31 Oct 2008 08:35:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KvtDh-0007YN-P8 for emacs-devel@gnu.org; Fri, 31 Oct 2008 08:35:19 -0400 Original-Received: from [199.232.76.173] (port=52199 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KvtDh-0007YG-HB for emacs-devel@gnu.org; Fri, 31 Oct 2008 08:35:17 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:47532 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KvtDg-0006PD-F9 for emacs-devel@gnu.org; Fri, 31 Oct 2008 08:35:17 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KvtDb-0005Qg-Po for emacs-devel@gnu.org; Fri, 31 Oct 2008 12:35:11 +0000 Original-Received: from i5387d78f.versanet.de ([83.135.215.143]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 31 Oct 2008 12:35:11 +0000 Original-Received: from stephen.berman by i5387d78f.versanet.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 31 Oct 2008 12:35:11 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 39 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: i5387d78f.versanet.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/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:105193 Archived-At: On Fri, 31 Oct 2008 12:09:03 +0200 Eli Zaretskii wrote: >> From: Kenichi Handa >> Date: Fri, 31 Oct 2008 16:32:26 +0900 >> Cc: rms@gnu.org, emanuele.giaquinta@gmail.com, jasonr@gnu.org, dann@ics.uci.edu, >> evilborisnet@netscape.net, emacs-devel@gnu.org >> >> > Is it possible to verify whether the garbage collection indeed reaps >> > this data? >> >> To verify that, I tried to run temacs under gdb, but I got >> this error. >> >> (gdb) run -batch -l loadup dump >> Starting program: /usr/local/work/emacs/src/temacs -batch -l loadup dump >> [Thread debugging using libthread_db enabled] >> [New process 10730] >> Executing new program: /usr/local/work/emacs/src/temacs >> warning: Cannot initialize thread debugging library: generic error >> warning: Cannot initialize thread debugging library: generic error >> [New process 10730] >> [Thread debugging using libthread_db enabled] >> Debugger segmentation fault >> >> Do you know about this error? Is this a bug of gdb? A few >> months ago, I didn't see this error on running temacs under >> gdb. > > On a GNU/Linux system, with today's CVS configured as shown below, and > with GDB 6.7.1, I don't get this problem. > > Why is libthread_db being used? does your build use GTK+ or some other > library that uses multithreading? I also get the same gdb segfault as Handa-san with temacs from GNU Emacs 23.0.60.12 (i686-pc-linux-gnu, GTK+ Version 2.12.9) of 2008-10-25 on escher, built with the default configuration. My gdb is version 6.8. Steve Berman