Altera_Forum
Honored Contributor
19 years agoApplication freezes using Posix thread
I have a medium-sized project that creates threads. Really weird problem is, after the pthread_create(), the console freezes. I dont know what the problem is.
I tried commenting everything out, and just left with pthread_create, the problem disappeared. I also have a smaller project that uses the same makefile, and the threads are created fine. I set my stack size to be FLTFLAGS := -s 2000000 ...I'm not sure what the problem is. Anyone has a suggestion? Thanks