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 wentao
I have now tried with 32K. That did not do the trick sadly. <div class='quotetop'>QUOTE </div> --- Quote Start --- if you declare this array as a global or static variable, it is on the heap, not on the stack. but if you declare it as a automatic variable, it is on the stack.[/b] --- Quote End --- I declare it as a variable. Best regards GreateWhite.DK