Hi Jean-Frederic,
The problem should be fixed now in CVS. I have tested your program
locally with kaffe and it seems to work now. Please tell me if you are
still experiencing some troubles...
Regards,
Guilhem.
Jean-frederic Clere wrote:
Hi,
I have tried a small test program that runs corr
Jean-frederic Clere wrote:
Hi,
I have tried a small test program that runs correctly in Sun JVM but
hangs in kaffe:
By close() on a ServerSocket I expect to cause an exception in the
thread where I am doing the accept() om the same ServerSocket, but the
close() hangs until a new connection is
Hi,
I have tried a small test program that runs correctly in Sun JVM but
hangs in kaffe:
By close() on a ServerSocket I expect to cause an exception in the
thread where I am doing the accept() om the same ServerSocket, but the
close() hangs until a new connection is openned.
Any hints why th