[strongSwan] Issue with threads blockage in high load
Martin Willi
martin at strongswan.org
Fri Nov 15 12:33:03 CET 2013
Hi,
> most of the threads are blocked forever in pthread_cond_timedwait ().
> Here goes the stack trace.
> #0 0x00000055630e4eb4 in pthread_cond_wait () from /lib64/libpthread.so.0
> #1 0x0000005563141d44 in process_jobs (worker=0x126013900) at processing/processor.c:278
I don't see any pthread_cond_timedwait() in your traces, but just
pthread_cond_wait().
A thread in this state has currently no work to do and waits for a job
to get queued for processing.
Regards
Martin
More information about the Users
mailing list