Date: Sat, 22 Mar 2003 19:18:33 +0000 (CST) From: jimd@siu.edu To: freebsd-ports-bugs@FreeBSD.org, FreeBSD-gnome <gnome@FreeBSD.org> Subject: Re: ports/50157: Gnome-2.2 sound recorder abends with longjmp error Message-ID: <200303221918.h2MJIXlT000379@freebsd2.localnet10>
next in thread | raw e-mail | index | archive | help
Don't have what you mentioned. In my gstreamer-0.6.0/files/patch-gst::cothreads.c I have: --- gst/cothreads.c.orig Sat Feb 1 19:09:00 2003 +++ gst/cothreads.c Mon Feb 3 10:57:44 2003 @@ -41,12 +41,16 @@ #include <ucontext.h> #endif +#ifdef HAVE_MAKECONTEXT +#include <ucontext.h> +#endif + /* older glibc's have MAP_ANON instead of MAP_ANONYMOUS */ #ifndef MAP_ANONYMOUS #define MAP_ANONYMOUS MAP_ANON #endif -#define STACK_SIZE 0x200000 +#define STACK_SIZE 0x100000 #define COTHREAD_MAGIC_NUMBER 0xabcdef -rw-rw-r-- 1 root wheel 526 Feb 5 18:20 patch-configure -rw-rw-r-- 1 root wheel 433 Feb 5 18:20 patch-gst::cothreads.c -rw-rw-r-- 1 root wheel 655 Mar 18 19:16 patch-libs::ext::cothreads::cothreads::cothreads.c -rw-rw-r-- 1 root wheel 395 Oct 26 16:25 patch-libs::ext::cothreads::tests::Makefile.in On 22 Mar, Franz Klammer wrote: > The following reply was made to PR ports/50157; it has been noted by GNATS. > > From: Franz Klammer <klammer@webonaut.com> > To: Tilman Linneweh <arved@FreeBSD.org> > Cc: freebsd-ports-bugs@FreeBSD.org, FreeBSD-gnome <gnome@FreeBSD.org> > Subject: Re: ports/50157: Gnome-2.2 sound recorder abends with longjmp error > Date: 22 Mar 2003 22:15:37 +0100 > > i had the same problem but this should be solved. > what is the filesize of your gstreamer/files/patch-gst::cothreads.c > resp. does the patch includes following lines: > > -#define COTHREAD_MAXTHREADS 16 > +#define COTHREAD_MAXTHREADS 8 > > if yes then you have an old version of the patch. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303221918.h2MJIXlT000379>