[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [microblaze-uclinux] Microblaze system freeze
That is possible. I just didn't think it could freeze the whole system..! Interesting, I'll take a look at the code.
Thanks !
/Otto
On 5/19/08, Brettschneider Falk <fbrettschneider@xxxxxxxxxxxxxxx> wrote:
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/