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 libc/20198] quick_exit incorrectly destroys C++11 thread objects.


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

--- Comment #2 from Adhemerval Zanella <adhemerval.zanella at linaro dot org> ---
Also checking quick_exit specification in C11 reference I have access, it does
not say anything about thread object destruction, only about functions defined
by at_quick_exit. So I think it is feasible not call __call_tls_dtors on
quick_exit.

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