[gst-devel] [Bug 87664] Changed - GStreamer uses non-existent MAP_ANONYMOUS flag to mmap()
Andrew Turner
zombie at i4free.co.nz
Mon Jul 8 22:05:05 CEST 2002
On 8 Jul 2002 at 11:39, bugzilla-daemon at widget.gnome. wrote:
> 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=87664
>
> Changed by t.vanklaveren at student.utwente.nl.
>
> --- shadow/87664 Mon Jul 8 11:38:53 2002
> +++ shadow/87664.tmp.31087 Mon Jul 8 11:39:30 2002
> @@ -15,6 +15,11 @@
> URL:
> Cc:
> Summary: GStreamer uses non-existent MAP_ANONYMOUS flag to mmap()
>
> gst/cothreads.c uses the MAP_ANONYMOUS flag to mmap() which is called
> MAP_ANON on FreeBSD. Patch follows.
> +
> +------- Additional Comments From t.vanklaveren at student.utwente.nl 2002-07-08 11:39 -------
> +Created an attachment (id=9713)
> +Patch to gst/cothread.c which replaces MAP_ANONYMOUS with MAP_ANON
> +
This would be better fixed with the solution in bug 87629:
#ifndef MAP_ANONYMOUS
# define MAP_ANONYMOUS MAP_ANON
#endif
Andrew
[3079] Your mouse has moved. Windows has
to reboot for changes to take effect. [ OK ]
More information about the gstreamer-devel
mailing list