[slf4j-dev] [Bug 118] LoggerAgent does not handle recursive toString() calls well

bugzilla-daemon at pixie.qos.ch bugzilla-daemon at pixie.qos.ch
Sun Dec 21 19:17:22 CET 2008


http://bugzilla.slf4j.org/show_bug.cgi?id=118


Thorbjørn Ravn Andersen <ravn at runjva.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ravn at runjva.com
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #3 from Thorbjørn Ravn Andersen <ravn at runjva.com>  2008-12-21 19:17:21 ---
As it is impossible to detect recursive toString methods without extensive
analysis, a WeakHashMap has been added in which classes are listed which
generate Exceptions when being toString'ed.  Only those not present in here are
toStringed again.

Fixed in r1257.


-- 
Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the slf4j-dev mailing list