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 nptl/18435] pthread_once hangs when init routine throws an exception


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

--- Comment #6 from Martin Sebor <msebor at redhat dot com> ---
Created attachment 8329
  --> https://sourceware.org/bugzilla/attachment.cgi?id=8329&action=edit
Alternate patch.

The attached patch solves the same problem by removing the re-definitions of
the pthread_cleanup_push and _pop macros from nptl/pthreadP.h.  Also tested on
powerpc64le and x86_64.

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