From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: tomas@tuxteam.de Newsgroups: gmane.emacs.help Subject: Re: Strange font / frame size problem makes emacs unusable. Date: Mon, 26 Apr 2010 07:28:58 +0200 Message-ID: <20100426052858.GA4875@tomas> References: <1272142428.9877.47.camel@totiki> <0DD48519-2441-471E-AF01-6EF5CAA00644@Web.DE> <1272224582.9877.259.camel@totiki> <6F4C00BE-6848-4D61-A8BD-E087DB45C6D7@Web.DE> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; x-action=pgp-signed Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1272259479 16584 80.91.229.12 (26 Apr 2010 05:24:39 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 26 Apr 2010 05:24:39 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Peter Dyballa Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Apr 26 07:24:38 2010 connect(): No such file or directory Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O6GoA-0003v7-Ah for geh-help-gnu-emacs@m.gmane.org; Mon, 26 Apr 2010 07:24:38 +0200 Original-Received: from localhost ([127.0.0.1]:44219 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O6Go9-0002ho-L4 for geh-help-gnu-emacs@m.gmane.org; Mon, 26 Apr 2010 01:24:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O6Glk-0002H0-Vr for help-gnu-emacs@gnu.org; Mon, 26 Apr 2010 01:22:09 -0400 Original-Received: from [140.186.70.92] (port=46942 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O6Gli-0002G6-Ir for help-gnu-emacs@gnu.org; Mon, 26 Apr 2010 01:22:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O6Glh-0003kB-Bv for help-gnu-emacs@gnu.org; Mon, 26 Apr 2010 01:22:06 -0400 Original-Received: from alextrapp1.equinoxe.de ([217.22.192.104]:56329 helo=www.elogos.de) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O6Glh-0003jW-6O for help-gnu-emacs@gnu.org; Mon, 26 Apr 2010 01:22:05 -0400 Original-Received: by www.elogos.de (Postfix, from userid 1000) id 4E16890056; Mon, 26 Apr 2010 07:28:58 +0200 (CEST) Content-Disposition: inline In-Reply-To: <6F4C00BE-6848-4D61-A8BD-E087DB45C6D7@Web.DE> User-Agent: Mutt/1.5.15+20070412 (2007-04-11) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:72829 Archived-At: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sun, Apr 25, 2010 at 11:49:20PM +0200, Peter Dyballa wrote: > > Am 25.04.2010 um 21:43 schrieb Gaute Amundsen: > >> read(3, 0x9f10018, 4096) =3D -1 EAGAIN (Resource >> temporarily unavailable) >> read(3, 0x9f10018, 4096) =3D -1 EAGAIN (Resource >> temporarily unavailable) > > What is there "temporarily unavailable?" And why at all? > >> poll([{fd=3D3, events=3DPOLLIN|POLLOUT}], 1, -1) =3D 1 ([{fd=3D3, >> revents=3DPOLLOUT}]) >> writev(3, [{"2\30\21\0\1\0<\0", 8}, >> {"-misc-fixed-medium-r-normal--161"..., 60}, {"", 0}], 3) =3D 68 > > > [...] Find and check them! Some trace variant is able to record files=20 > being opened. As Peter says, try to find what fd=3D3 is (somewhere higher in the trace there should be a call to open/connect returning 3). Linux makes it difficult to find the "other end" of a Unix domain socket; nevertheless, if you say "ls -l /proc/fd/, you'll see where fd3 is going to; with "lsof" or "netstat -axp" you'll "see" the connection, but not which process is at the other end... So your best bet is to search for connect/open/whatever other calls might be returning an fd of 3 up your trace. Regards - -- tom=C3=A1s -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFL1SSYBcgs9XrR2kYRAj87AJ9UzzO5F3MiXZS3V1EdmpFsXi+RHwCfdudj chTp7MY0i9LdHamg5s8x98k=3D =3DXkSW -----END PGP SIGNATURE-----