This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: cygwin > 1.7.9: Segmentation faults / STATUS_STACK_OVERFLOW


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]