[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [microblaze-uclinux] Microblaze system freeze
Hi Otto,
http://en.wikipedia.org/wiki/Priority_inversion in your user app? Once I experienced it, too. Yes, that can hang uClinux.
CU, F@lk
Otto Blomqvist wrote:
>
> printf("%s %s %d Before sem_post\r\n", __FILE__, __FUNCTION__, __LINE__);
> error=sem_post(&timerSemId);
> printf("%s %s %d After sem_post\r\n", __FILE__, __FUNCTION__, __LINE__);
>
> If I remove the printf-statements, the program will stop/freeze.
___________________________
microblaze-uclinux mailing list
microblaze-uclinux@xxxxxxxxxxxxxx
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/