unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: "Jose A. Ortega Ruiz" <jao@gnu.org>
Subject: Re: emacs freezes
Date: Tue, 24 Aug 2004 19:21:15 +0200	[thread overview]
Message-ID: <87eklwcv04.fsf@imladris.middleearth> (raw)
In-Reply-To: jwvk6vo607l.fsf-monnier+gnu.emacs.help@gnu.org

Stefan Monnier <monnier@iro.umontreal.ca> writes:

>> Process 4067 attached - interrupt to quit
>> futex(0x407d9860, FUTEX_WAIT, 2, NULL)  = -1 EINTR (Interrupted system call)
>> --- SIGIO (I/O possible) @ 0 (0) ---
>> sigreturn()                             = ? (mask now [SEGV])
>
>> so it seems some kind of problem with the 'futex' syscall. I'm using
>> linux 2.6.8 (with the futex kernel config flag enabled) on a debian
>
> Could you explain what is "futex" ?
>

i'm not an expert, but they're a new (as of 2.6 kernels) low level
syncronisation primitive that work in user space and is used to
construct higher level abstractions such as mutexes or semaphores. i
guess they're used internally in calls like select. from the man page,
an EINTR during the system call above is provoked by "signals or other
spurious wakeups"... not that i can make much sense of it :(

>
> Better focus on the 21.3.50 version (the only one that might get fixed
> since the other is already released).  Send a detailed bug report to
> emacs-pretest-bug@gnu.org (ideally via M-x report-emacs-bug).
>

that's the version i'm use regularly. bug report sent. thank you.

jao
-- 
"Beware of bugs in the above code; I have only proved it correct,
not tried it." -- Donald Knuth (in a memo to Peter van Emde Boas)

      reply	other threads:[~2004-08-24 17:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-24 13:19 emacs freezes Jose A. Ortega Ruiz
2004-08-24 15:12 ` Stefan Monnier
2004-08-24 17:21   ` Jose A. Ortega Ruiz [this message]

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87eklwcv04.fsf@imladris.middleearth \
    --to=jao@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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).