This is the mail archive of the glibc-bugs@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug linuxthreads/146] pthread_testcancel/exit raises SIGABRT on linux 2.6.*


------- Additional Comments From jakub at redhat dot com  2004-06-15 08:13 -------
Can you attach a testcase?
Also, can you reproduce with more recent glibc, 2.3.2 is way to old.
Particularly, aren't you calling these functions from C++ and lack:
2003-04-18  Ulrich Drepper  <drepper@redhat.com>

        * sysdeps/pthread/pthread.h: Don't mark pthread_testcancel,
        pthread_cancel, pthread_setcancelstate, and pthread_setcanceltype with
        __THROW.

2003-12-26  Jakub Jelinek  <jakub@redhat.com>

        * sysdeps/pthread/pthread.h (pthread_setcancelstate,
        pthread_setcanceltype, pthread_cancel, pthread_testcancel): Remove
        __THROW.
        * semaphore.h (sem_wait, sem_timedwait): Likewise.
changes in pthread.h (depending if you build against linuxthreads or NPTL
headers)?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


http://sources.redhat.com/bugzilla/show_bug.cgi?id=146

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]