Date: Mon, 14 Feb 2005 13:14:17 -0500 From: Joe Marcus Clarke <marcus@marcuscom.com> To: Daniel Eischen <deischen@freebsd.org> Cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libpthread/thread thr_attr_init.cthr_init.c thr_private.h thr_stack.c Message-ID: <4210EA79.5010806@marcuscom.com> In-Reply-To: <Pine.GSO.4.43.0502140958440.20689-100000@sea.ntplx.net> References: <Pine.GSO.4.43.0502140958440.20689-100000@sea.ntplx.net>
next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Daniel Eischen wrote: | On Mon, 14 Feb 2005, Alfred Perlstein wrote: | | |>* Joe Marcus Clarke <marcus@marcuscom.com> [050213 20:30] wrote: |> |>>This works for all threads but the initial thread. Gstreamer uses this |>>thread for most of its operations. That stack size was set to be 1 MB |>>when gstreamer really wanted 2. For all other thread problems, yes, I |>>used pthread_attr_setstacksize() as the solution. |> |>Can't you wrap main and bounce into it with a thread that has been |>created using pthread_attr_setstacksize()? | | | Exactly! | Not really. It's not that simple. Gstreamer is a library. I would have to wrap all the mains of all the dependent apps. But now I don't need to bother...at least not with libpthread on -CURRENT. Joe - -- PGP Key : http://www.marcuscom.com/pgp.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (Darwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCEOp5b2iPiv4Uz4cRAvcMAJ9utRiB6TRx8u+FYyIUnj/YmfgZlQCfdQWU VrwTjwpoANMrdelkyDHlSp4= =6cjT -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4210EA79.5010806>