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 87664 - GStreamer uses non-existent MAP_ANONYMOUS flag to mmap()
GStreamer uses non-existent MAP_ANONYMOUS flag to mmap()
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
: 87629 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2002-07-08 15:38 UTC by Theo van Klaveren
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to gst/cothread.c which replaces MAP_ANONYMOUS with MAP_ANON (509 bytes, patch)
2002-07-08 15:39 UTC, Theo van Klaveren
none Details | Review

Description Theo van Klaveren 2002-07-08 15:38:52 UTC
gst/cothreads.c uses the MAP_ANONYMOUS flag to mmap() which is called
MAP_ANON on FreeBSD. Patch follows.
Comment 1 Theo van Klaveren 2002-07-08 15:39:30 UTC
Created attachment 9713 [details] [review]
Patch to gst/cothread.c which replaces MAP_ANONYMOUS with MAP_ANON
Comment 2 Thomas Vander Stichele 2002-07-10 13:16:42 UTC
*** Bug 87629 has been marked as a duplicate of this bug. ***
Comment 3 Thomas Vander Stichele 2002-08-13 13:58:58 UTC
fixed in cvs.  MAP_ANON is deprecated in recent glib.
Please test if the cvs version works for you, we're planning a new
release soon and want it to work on freebsd.