From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dieter Jurzitza Newsgroups: gmane.emacs.devel Subject: Re: Problems with gtk-build / emacs-22.1.1 Date: Mon, 10 Sep 2007 21:38:37 +0200 Organization: privat Message-ID: <200709102138.37666.dieter.jurzitza@t-online.de> References: <200709092231.39111.dieter.jurzitza@t-online.de> <46E4E224.7030707@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1189461246 16959 80.91.229.12 (10 Sep 2007 21:54:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 10 Sep 2007 21:54:06 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 11 07:53:53 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 1IUy17-0006zq-Im for ged-emacs-devel@m.gmane.org; Tue, 11 Sep 2007 07:10:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IUqWk-0002kz-E7 for ged-emacs-devel@m.gmane.org; Mon, 10 Sep 2007 17:10:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IUqWh-0002kk-MY for emacs-devel@gnu.org; Mon, 10 Sep 2007 17:10:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IUqWf-0002kM-Tv for emacs-devel@gnu.org; Mon, 10 Sep 2007 17:10:34 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IUqWf-0002kJ-KS for emacs-devel@gnu.org; Mon, 10 Sep 2007 17:10:33 -0400 Original-Received: from mailout08.sul.t-online.de ([194.25.134.20] helo=mailout08.sul.t-online.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IUqWf-0001Pg-6e for emacs-devel@gnu.org; Mon, 10 Sep 2007 17:10:33 -0400 Original-Received: from fwd32.aul.t-online.de by mailout08.aul.t-online.de with smtp id 1IUqWd-0005Mg-00; Mon, 10 Sep 2007 23:10:31 +0200 Original-Received: from djunix.karlsruhe.edu (Vr0i+gZfgeLGwIKYMeGqEohsEJ7f9mP7ttXUS4nKhhPdZmMkmzcf4g@[91.19.118.128]) by fwd32.aul.t-online.de with esmtp id 1IUqWZ-0bLttg0; Mon, 10 Sep 2007 23:10:27 +0200 Original-Received: by djunix.karlsruhe.edu (Postfix, from userid 1000) id 087E410F89; Mon, 10 Sep 2007 21:38:38 +0200 (CEST) User-Agent: KMail/1.8 In-Reply-To: <46E4E224.7030707@swipnet.se> Content-Disposition: inline X-ID: Vr0i+gZfgeLGwIKYMeGqEohsEJ7f9mP7ttXUS4nKhhPdZmMkmzcf4g X-TOI-MSGID: 1fe5ecc6-4d8b-4a3e-af4d-6654468f47ce X-Detected-Kernel: Linux 2.6 (newer, 3) 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:78508 Archived-At: Dear Jan, dear listmembers, thanks for looking into this.=20 Am Montag, 10. September 2007 08:20 schrieb Jan Dj=E4rv: > Dieter Jurzitza skrev: > crashes. Also, there must have been some output on stderr, what was it? See commandline:=20 >> I then decided to start emacs within a script doing >> strace /usr/bin/emacs --iconic > logfile 2>&1 & The output to stderr has been sent into the logfile. So, whatever has been= =20 printed to either stdout or stderr has been listed. I have been sending the= =20 part "around" the SIGSEGV because the logfile contains several hundred=20 kilobytes. I obeyed your suggestion and started emacs within a gdb-process. But the=20 output is *very* small: GNU gdb 6.3 Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain condition= s. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i586-suse-linux"...Using host libthread_db libr= ary=20 "/lib/tls/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread 1085123872 (LWP 16297)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 1085123872 (LWP 16297)] 0x405e96f7 in XFreeGC () from /usr/X11R6/lib/libX11.so.6 (gdb) But I do not have any clue what that could mean. Do you see anything here t= hat=20 could be debugged further? Please note that this happens *only* when starti= ng=20 emacs from within ~/.kde/Autostart - if I start emacs in a xterm I do not= =20 see similar problems. Any suggestions are highly appreciated! Thanks again, take care Dieter > > Jan D. ***** =2D-=20 =2D---------------------------------------------------------- | \ /\_/\ | | ~x~ |/-----\ / \ /- \_/ ^^__ _ / _ ____ / <=B0=B0__ \- \_/ | |/ | | || || _| _| _| _| if you really want to see the pictures above - use some font with constant spacing like courier! :-) =2D----------------------------------------------------------