Stephen R. van den Berg wrote:
Martin Nilsson (Opera Mini - AFK!) @ Pike (-) developers forum wrote:
3.2.0-67
You're talking about:
Doing tests in tlib/modules/SSL.pmod/testsuite (241 tests, pid 19094) test 16, line 244 No result from subprocess (died of signal SIGTERM) test 18, line 246 No result from subprocess (died of signal SIGTERM) Testing SSL 3.0..3.0 client with SSL 3.0..3.0 server (threaded)...
I presume?
It looks like a Threading issue, some kind of deadlock waiting for each other (lovely).
A cursory reading of the strace seems to indicate that there are two threads speaking to each other, and that both threads end up waiting in a poll on two filedescriptors each (after having exchanged some data previously). So it does not seem to be a buffer-issue where the kernel stalls. One would almost guess it's timing related (even lovelier).