Przemyslaw,

I'm sorry, it still does not work.

mttest04 never ends with a single thread running

 1  200 blocked
 2  200 blocked
 3  200 blocked
 4  200 blocked
 5  200 running
 6  200 blocked

I did not run the other tests.

Maurilio.

Przemyslaw Czerpak wrote:
> 
> I've got it. Yet another stupid typo in _hb_thread_wait_del()
> 
>       if( pWaiting->next == pWaiting->prev )
>          cond->waiters = NULL;
>       else
> 
> and list of waiting threads with two items only was cleared
> instead of deleting only one item. It's a school mistake.
> I really should make some break.
> 
> Please test current SVN repository.
> 
> best regards,
> Przemek
> _______________________________________________
> Harbour mailing list
> Harbour@harbour-project.org
> http://lists.harbour-project.org/mailman/listinfo/harbour
> 

-- 
 __________
|  |  | |__| Maurilio Longo
|_|_|_|____| farmaconsult s.r.l.


_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to