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

--- Comment #6 from Timofey Basanov <[email protected]> 2011-07-06 
15:46:13 CEST ---
Yes, I'm using logback-classic.

But, as far as I understand the bug is in slf4j-api module, not sure how could
you  workaround this through fixing logback-classic, as the problem arises when
several threads call to LoggerFactory.getLogger with no dependence on actual
StaticLoggerBinder implementation:
Two thread simultaneously calls getLogger, and getILoggerFactory later. One of
them sets INITIALIZATION_STATE = ONGOING_INITILIZATION and right after that
another one gets TEMP factory.

-- 
Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
slf4j-dev mailing list
[email protected]
http://qos.ch/mailman/listinfo/slf4j-dev

Reply via email to