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,
It sounds like my guess is not true. Let me try to understand the problem: your application restarts the system with the big array somewhere, but will not once the array is removed. Is this true? Still don't know where your array is: <div class='quotetop'>QUOTE </div> --- Quote Start --- I declare it as a variable.[/b] --- Quote End --- It is global, static or automatic? But this is not important now. Best regards, wentao