Bugzilla – Bug 3061
XIO HTTP tests hang/crash when run with threads
Last modified: 2005-04-01 15:11:17
You need to log in before you can comment on or make changes to this bug.
Some of the XIO HTTP tests are crashing when built with threads.
There were some leftover mutexes in some of the test cases which aren't needed any more (after the http dd campaign). They were being unlocked without being locked. Those have been removed. Also, in the http driver, there was a spot where a mutex was unlocked twice (causing an assertion to be triggered in the pthreads library). Tests seem to run without problems with pthreads. Fixes are committed to trunk.