KSE headache: Spinlock called when not threaded

2004-11-08 Thread Kyryll A Mirnenko
I found out some apps recompiled with KSE libpthread (not from ports, just by myself from original sources) are terminated with this message while worked fine for libc_r; here's the source (lib/libpthread/thr_spinlock.c): void _spinlock(spinlock_t *lck) { struct spinlock_extra *extra;

Re: KSE headache: Spinlock called when not threaded

2004-11-08 Thread Dan Nelson
In the last episode (Nov 08), Kyryll A Mirnenko said: I found out some apps recompiled with KSE libpthread (not from ports, just by myself from original sources) are terminated with this message while worked fine for libc_r; here's the source (lib/libpthread/thr_spinlock.c): void