On Sep 18, 2006, at 10:39 AM, sksamuel wrote:

>>> How do I get a thread dump without using jstack because that   
>>> doesn't
>>> work on Fedora 3 unfortunately (just my luck). It's fixed  in  
>>> Mustang I
>>> think.
>>
>> kill -QUIT on the java process.
>>
>> kill -QUIT is a bit better than jstack, actually, since it shows the
>> thread names and any locks the thread has, which is really nice.  The
>> thread dump output should be in jvm.log.
>
> Ok done. I have hosted the thread dump here:
>
> Seems to be a lot stuck in ThrottleFilter but I suppose you'll know  
> straight
> away if that's normal. I might try removing that filter anyway.

That looks like some kind of problem with ThrottleFilter.

The bug report is at http://bugs.caucho.com/view.php?id=1356

-- Scott

>
>


_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to