[En-Nut-Discussion] Preview Fix 060626
Harald Kipp
harald.kipp at egnite.de
Tue Jun 27 09:49:01 CEST 2006
I'm amazed, Michael. You got very sharp eyes.
Running one of my latest test cases failed again and I had been
quite frustrated and prepared to spend a great deal of time to
locate that problem. After applying your fix it works. Great!
Harald
At 00:05 27.06.2006 +0200, you wrote:
>I think I found two typos in event.c:
>
>I guess that:
> if (tqp->td_qnxt) {
> tqp->td_next->td_qpec = tqp->td_qpec;
>
>should be:
> if (tqp->td_qnxt) {
> tqp->td_qnxt->td_qpec = tqp->td_qpec;
>
>Found in NutEventTimeout(...) and NutEventPostAsync(...)
>
>Runs better after this yet there still seems to be lost events... but no
>more lost threads or heap...
More information about the En-Nut-Discussion
mailing list