After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 87663 - FreeBSD doesn't have pthread_attr_setstack
FreeBSD doesn't have pthread_attr_setstack
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other FreeBSD
: Normal normal
: 0.4.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2002-07-08 15:31 UTC by Theo van Klaveren
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix gst/gstthread.c on freebsd (898 bytes, patch)
2002-07-08 15:32 UTC, Theo van Klaveren
none Details | Review

Description Theo van Klaveren 2002-07-08 15:31:42 UTC
FreeBSD doesn't have the pthread_attr_setstack function used in
gst/gstthread.c. My solution was to replace it with calls to
pthread_attr_setstackaddr and pthread_attr_setstacksize. Patch follows.
Comment 1 Theo van Klaveren 2002-07-08 15:32:31 UTC
Created attachment 9711 [details] [review]
Fix gst/gstthread.c on freebsd
Comment 2 Thomas Vander Stichele 2002-07-10 10:21:57 UTC
Hi,

I would like to add stuff to detect freebsd, could you attach the
output of configure on your system, as well as the generated
config.log so I can look at it ?

Thanks
Thomas
Comment 3 Christian Fredrik Kalager Schaller 2002-11-15 20:08:05 UTC
Remarking this from needinfo to open, hopefully we can handle it
togheter with the rest of the freebsd stuff we are currently looking into.
Comment 4 Thomas Vander Stichele 2002-12-07 21:56:38 UTC
fixed some time ago