On 13.01.11 01.51, Howard Chu wrote:
Howard Chu wrote:
> masarati(a)aero.polimi.it wrote:
>>
>>>>> Both, as well as when running the head tests suite with the 2.4.23
>>>>> release. Looks as if the swamp additions have tripped into an
>>>>> existing problem, not anything new. Leave it out of RE24 until if
>>>>> have been resolved?
>>>>>
>>>>> Btw, any other Solaris test runs out there? I´t like to know if it
is
>>>>> a real Solaris problem or just me..
>>>
>>> I'm seeing a similar failure on 32 bit Sparc Solaris 10. But it
>>> actually
>>> locks
>>> up in test036 for me, I never get as far as test039. The gdb trace
>>> looks
>>> much
>>> the same as what you posted.
>>>
>>> Looks like for some reason threads that are blocked waiting for their
>>> sockets
>>> to become writable are never getting waken up. A regular SIGINT
>>> shuts down
>>> slapd cleanly so it doesn't appear to be a problem with the condvars
>>> being
>>> used to manage the threads. That kinda points to select() simply not
>>> returning
>>> the writable status.
Since there are reports of success on Solaris 9 and Solaris 11 I'm
content to pass this off as a bug in Solaris 10. In the meantime, all
tests are now passing for me in HEAD on Solaris 10 with ITS#6783 and
#6787 patches.
With the current head, all tests pass for me as well, on 64bit
redhat4/x86, solaris10/x86 and solaris10/sparc :-) Well done!
Rein