[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Thread bugs
From: |
Ittay Freiman |
Subject: |
Thread bugs |
Date: |
08 Jan 2003 08:53:01 +0200 |
1. according to the documentation, one should do 'delete this' in
final(). however, in close() there is a check on 'priv' after calling
final(). when an application has many threads opening and closing, this
memory can already be allocated to some other object, thus this check
will (has for us) fail.
2. in terminate() a call to pthread_join() is made. according to the man
pages, this call is illegal for a detached thread. it does fail
sometimes for us.
ittay
--
Ittay Freiman <address@hidden>
Qlusters Inc.
- Thread bugs,
Ittay Freiman <=