[Bug 239475] Linking libthr with -nodefaultlibs statically can cause infinite recursion

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jul 27 16:11:27 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239475

--- Comment #2 from Alex Richardson <arichardson at FreeBSD.org> ---
Thanks, I guess that should work.
However, we probably have to do it for all the functions in the table? Or maybe
only the ones referenced in libc?

This seems to be:
void    _pthread_cancel_enter(int);
void    _pthread_cancel_leave(int);
void    ___pthread_cleanup_push_imp(void (*)(void *), void *,
            struct _pthread_cleanup_info *);
void    ___pthread_cleanup_pop_imp(int);

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-threads mailing list