cvs commit: src/lib/libpthread/thread thr_attr_init.c
thr_init.c thr_private.h thr_stack.c
Alfred Perlstein
alfred at freebsd.org
Mon Feb 14 08:23:24 GMT 2005
* Joe Marcus Clarke <marcus at 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()?
--
- Alfred Perlstein
- Research Engineering Development Inc.
- email: bright at mu.org cell: 408-480-4684
More information about the cvs-src
mailing list