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/373] pthread_key_delete does not NULL key values prior to pthread_create


------- Additional Comments From bugzilla at merlin dot org  2004-09-08 21:12 -------
Created an attachment (id=188)
 --> (http://sources.redhat.com/bugzilla/attachment.cgi?id=188&action=view)
demonstration of pthread_key_create/delete issue

Compile: gcc -pthread a.c -lpthread
Run: ./a.out

As printed, the initial key value is non-NULL for a reused key that was deleted
prior to invoking pthread_create().

-- 


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

------- 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]