|
From: Leif M. <le...@ta...> - 2003-08-28 07:22:44
|
Thomas,
This makes good sense. I applied your patch as is. It will be in
the next release.
Cheers,
Leif
Thomas Hart wrote:
>Hi,
>
>we use wrapper with jboss on some Windows 2000 Adv. Cluster. And we
>use our own log4j appender. In some situation we have a deadlock in
>log4j (in conjunction with our own appender). If we have the lock
>every thread that work with Logger, Catergory, System.out or
>System.in hangs (System.out and Systen.in because the jboss people
>redirect the output from System. to log4j). So at that time we need a
>full thread dump. Normally this works perfect, but if log4j hangs
>the class WrapperManager hangs too, if you call the method
>WrapperManager#requestThreadDump.
>
|