[gst-devel] [Bug 87663] New - FreeBSD doesn't have pthread_attr_setstack
bugzilla-daemon at widget.gnome.org
bugzilla-daemon at widget.gnome.org
Mon Jul 8 12:46:07 CEST 2002
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=87663
Changed by t.vanklaveren at student.utwente.nl.
--- shadow/87663 Mon Jul 8 11:31:43 2002
+++ shadow/87663.tmp.29876 Mon Jul 8 11:31:43 2002
@@ -0,0 +1,21 @@
+Bug#: 87663
+Product: GStreamer
+Version: cvs
+OS: FreeBSD
+OS Details: FreeBSD 4.6-STABLE
+Status: NEW
+Resolution:
+Severity: normal
+Priority: Normal
+Component: gstreamer (core)
+AssignedTo: gstreamer-maint at bugzilla.gnome.org
+ReportedBy: t.vanklaveren at student.utwente.nl
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: 0.4.0
+URL:
+Cc:
+Summary: FreeBSD doesn't have pthread_attr_setstack
+
+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.
More information about the gstreamer-devel
mailing list