Hi Corinna,

thanks for the info about the stack sizes.

>     [...]
>     pthread_attr_t attr;
>     pthread_attr_init (&attr);
>     pthread_attr_setstacksize (&attr, 1024 * 1024);
> 
>     ret = pthread_create(&threadId, &attr, callGlob, NULL);
>     [...]

Jep, that works for me.


Manuel

Reply via email to