Forum Discussion
Altera_Forum
Honored Contributor
21 years agoHas anyone else had problems with POSIX threads?
Hi I have made an app with 2 POSIX threads for my linux kernel(2.6 microtronix). When I establish my 2 pthread_t varibles the kernel simply reboots. The uClibC has built in support for POSI...
Altera_Forum
Honored Contributor
21 years agoHi GreateWhite.DK,
I am not sure where you put the 4k array. If it is on the stack, you have to make sure your stack is big enough (you can use flthdr to check the size of the stack for an application). wentao