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 dynamic-link/21777] use of pthread_getspecific, pthread_setspecific in a statically linked program leads to a crash before main


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

--- Comment #3 from Paul Pluzhnikov <ppluzhnikov at google dot com> ---
OTOH, a program that is 

- linked statically with libpthread.a and
- calls pthread_setspecific() and
- doesn't call pthread_mutex*

seems like an exceedingly contrived example.

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