Message148744
| Author | thouis |
|---|---|
| Recipients | amaury.forgeotdarc, ned.deily, neologix, thouis |
| Date | 2011-12-01.22:38:05 |
| SpamBayes Score | 1.221672e-06 |
| Marked as misclassified | No |
| Message-id | <1322779086.47.0.58258183675.issue13517@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
> > It's also possible that readdir() is not reentrant with lstat() > This doesn't make much sense to me. Me either. I think what I was actually seeing was multiple calls to readdir() still occurring even after placing a mutex on os.listdir due to my wrapping of os.listdir in a timeout via a subthread, and mutexing the timeout-wrapped version. I will test this more carefully tomorrow. I will also look into creating some C code to demonstrate the bug. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-12-01 22:38:06 | thouis | set | recipients: + thouis, amaury.forgeotdarc, ned.deily, neologix |
| 2011-12-01 22:38:06 | thouis | set | messageid: <1322779086.47.0.58258183675.issue13517@psf.upfronthosting.co.za> |
| 2011-12-01 22:38:05 | thouis | link | issue13517 messages |
| 2011-12-01 22:38:05 | thouis | create | |