Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Eric Desjardins <eric.desjardins@autodesk.com>
To: Andreas Schwab <schwab@suse.de>
Cc: John Fodor <john_fodor@mac.com>, gdb@sourceware.org
Subject: Re: gdb and multi-threaded (NPTL) programs
Date: Fri, 24 Mar 2006 20:45:00 -0000	[thread overview]
Message-ID: <1143232056.6264.29.camel@saskatoon.rd.discreet.qc.ca> (raw)
In-Reply-To: <je4q1n4mmp.fsf@sykes.suse.de>

Hi,

Well I was suprised at first when I discover that. On my RHEL 4.0
machine, the man page is not very EINTR aware. Maybe it is a man page
bug?

Eric

RETURN VALUE
       The sem_wait and sem_getvalue functions always return 0.  All
other semaphore functions return 0 on success and -1
       on error, in addition to writing an error code in errno.

ERRORS
       The sem_init function sets errno to the following codes on error:

              EINVAL value exceeds the maximal counter value
SEM_VALUE_MAX

              ENOSYS pshared is not zero

       The sem_trywait function sets errno to the following error code
on error:

              EAGAIN the semaphore count is currently 0

       The sem_post function sets errno to the following error code on
error:

              ERANGE after  incrementation,  the  semaphore value would
exceed SEM_VALUE_MAX (the semaphore count is left
                     unchanged in this case)

       The sem_destroy function sets errno to the following error code
on error:

              EBUSY  some threads are currently blocked waiting on the
semaphore.

AUTHOR
       Xavier Leroy <Xavier.Leroy@inria.fr>


Le vendredi 24 mars 2006 à 21:24 +0100, Andreas Schwab a écrit :
> John Fodor <john_fodor@mac.com> writes:
> 
> > Hmmm... so people who use POSIX threads have to put every syscall into a 
> > loop, ignoring EINTR?
> 
> Every library call that is allowed to return with EINTR must be handled
> appropriately.  sem_wait is specified as being able to return with EINTR.
> If your program can't handle that it has a bug.
> 
> Andreas.


  reply	other threads:[~2006-03-24 20:27 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-24 20:24 John Fodor
2006-03-24 20:27 ` Daniel Jacobowitz
2006-03-24 20:52   ` John Fodor
2006-03-24 21:07     ` Daniel Jacobowitz
2006-03-24 20:40 ` Andreas Schwab
2006-03-24 20:45   ` Eric Desjardins [this message]
2006-03-24 20:47     ` Andreas Schwab
2006-03-24 21:15   ` John Fodor
2006-03-24 21:21     ` Andreas Schwab
2006-03-28  9:33       ` Jim Blandy
2006-03-28 10:43         ` Daniel Jacobowitz

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=1143232056.6264.29.camel@saskatoon.rd.discreet.qc.ca \
    --to=eric.desjardins@autodesk.com \
    --cc=gdb@sourceware.org \
    --cc=john_fodor@mac.com \
    --cc=schwab@suse.de \
    /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