Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem on ABCL #26

Open
avodonosov opened this issue Aug 26, 2014 · 2 comments
Open

problem on ABCL #26

avodonosov opened this issue Aug 26, 2014 · 2 comments

Comments

@avodonosov
Copy link

See fukamachi/clack#74

@fukamachi
Copy link

Oh, you already reported.
It seems a problem when adding an appender.

For example, this code causes the below error.

(log4cl:add-appender log4cl:*root-logger* (make-instance 'log4cl:console-appender))
#<THREAD "interpreter" {1615B33B}>: Debugger invoked on condition of type SIMPLE-TYPE-ERROR
  The value of BORDEAUX-THREADS::LOCK is #<BORDEAUX-THREADS::MUTEX {1CAD8848}>, which is not of type BORDEAUX-THREADS::MUTEX-RECURSIVE.
Restarts:
  0: STORE-VALUE Supply a new value for BORDEAUX-THREADS::LOCK.
  1: TOP-LEVEL   Return to top level.

I have totally no idea what this error is saying.

@knobo
Copy link

knobo commented Jul 5, 2016

Fixed:

knobo@47e28e4
Needs some testing though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants