Christos Zoulas <christos%NetBSD.org@localhost> writes: > Modified Files: > src/lib/libc/gdtoa: misc.c I've noticed that this code casually enclosing piece of code including return statement with ACQUIRE_LOCK/FREE_LOCK. I guess the lock need to be freed (i.e., unlocked) before return. enami.