View Single Post
  #26 (permalink)  
Old 03-05-2006, 10:07 PM
Interkey JeffG Interkey JeffG is offline
Member
 
Posts: 14
Default

Here's a stacktrace. There's a bunch of stuff about locking and waiting in here on just about every thread; this looks like some kind of deadlock issue. I'll leave it to you guys to figure out what's up.

I found a post about a previous issue regarding deadlock:
Quote:
Originally Posted by dkarp
The problem (at least in the second dump) is that we're doing new-message notification to an IMAP connection running the IDLE command, and the write is blocking for some reason. Unfortunately, the lock on the Mailbox is being held by this thread, so everything else backs up waiting for the write to finish and the lock to be released. And the write never finishes.

This will almost certainly go away when we switch to our new IMAP/POP/LMTP framework, as it does network writes from a different thread pool. For now, we'll see what we can do to figure out a temporary workaround.

Thanks very much for the full thread dump!
It doesn't seem the issues are related, however. Tomcat as a whole is going down here.
Attached Files
File Type: zip stacktrace.5825.ZIP (11.0 KB, 110 views)
Reply With Quote