Re: [Resin-interest] Deadlocks part 3

2006-10-16 Thread Scott Ferguson
On Oct 14, 2006, at 4:32 PM, sksamuel wrote: > The thread dumps are showing threads waiting on a lock on a > com.caucho.vfs.AbstractRolloverLog object. The thread that owns > this lock is > waiting for java.io.FileInputStream.readBytes to return, which is a > blocking > operation as it waits

[Resin-interest] Deadlocks part 3

2006-10-14 Thread sksamuel
The thread dumps are showing threads waiting on a lock on a com.caucho.vfs.AbstractRolloverLog object. The thread that owns this lock is waiting for java.io.FileInputStream.readBytes to return, which is a blocking operation as it waits for input. Could something be stopping that returning and t