Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jul 2019 16:11:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        threads@FreeBSD.org
Subject:   [Bug 239475] Linking libthr with -nodefaultlibs statically can cause infinite recursion
Message-ID:  <bug-239475-13406-jZMuAsfKXY@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-239475-13406@https.bugs.freebsd.org/bugzilla/>
References:  <bug-239475-13406@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239475

--- Comment #2 from Alex Richardson <arichardson@FreeBSD.org> ---
Thanks, I guess that should work.
However, we probably have to do it for all the functions in the table? Or m=
aybe
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);

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-239475-13406-jZMuAsfKXY>