From: tomas@tuxteam.de
To: Peter Dyballa <Peter_Dyballa@Web.DE>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Strange font / frame size problem makes emacs unusable.
Date: Mon, 26 Apr 2010 07:28:58 +0200 [thread overview]
Message-ID: <20100426052858.GA4875@tomas> (raw)
In-Reply-To: <6F4C00BE-6848-4D61-A8BD-E087DB45C6D7@Web.DE>
-----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) = -1 EAGAIN (Resource
>> temporarily unavailable)
>> read(3, 0x9f10018, 4096) = -1 EAGAIN (Resource
>> temporarily unavailable)
>
> What is there "temporarily unavailable?" And why at all?
>
>> poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3,
>> revents=POLLOUT}])
>> writev(3, [{"2\30\21\0\1\0<\0", 8},
>> {"-misc-fixed-medium-r-normal--161"..., 60}, {"", 0}], 3) = 68
>
>
> [...] Find and check them! Some trace variant is able to record files
> being opened.
As Peter says, try to find what fd=3 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/<pid of your Emacs>,
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ás
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFL1SSYBcgs9XrR2kYRAj87AJ9UzzO5F3MiXZS3V1EdmpFsXi+RHwCfdudj
chTp7MY0i9LdHamg5s8x98k=
=XkSW
-----END PGP SIGNATURE-----
next prev parent reply other threads:[~2010-04-26 5:28 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-24 20:53 Strange font / frame size problem makes emacs unusable Gaute Amundsen
2010-04-25 8:28 ` Peter Dyballa
2010-04-25 19:43 ` Gaute Amundsen
2010-04-25 21:49 ` Peter Dyballa
2010-04-26 5:28 ` tomas [this message]
2010-04-26 6:59 ` Gaute Amundsen
2010-04-26 9:44 ` Peter Dyballa
2010-04-26 10:05 ` Gaute Amundsen
2010-04-26 15:52 ` Peter Dyballa
2010-04-26 16:56 ` Gaute Amundsen
2010-04-26 7:18 ` Gaute Amundsen
2010-04-26 9:36 ` Peter Dyballa
2010-04-26 9:58 ` Gaute Amundsen
2010-04-26 15:46 ` Peter Dyballa
2010-04-26 16:56 ` Gaute Amundsen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100426052858.GA4875@tomas \
--to=tomas@tuxteam.de \
--cc=Peter_Dyballa@Web.DE \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.