This is the mail archive of the glibc-bugs@sourceware.org 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/18710] pthread_join() causes SIGSEGV if thread ==


https://sourceware.org/bugzilla/show_bug.cgi?id=18710

Ulrich Windl <Ulrich.Windl at rz dot uni-regensburg.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|INVALID                     |FIXED

--- Comment #2 from Ulrich Windl <Ulrich.Windl at rz dot uni-regensburg.de> ---
(In reply to Andreas Schwab from comment #1)
> 0 is not a valid thread.

Maybe, but any static pthread_t will have that value. And even if 0 is not a
valid thread (and even if pthread_t is actually a pointer), why not return
EINVAL, then?

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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