3 Sep
2012
3 Sep
'12
10:02 p.m.
https://bugzilla.balabit.com/show_bug.cgi?id=193 --- Comment #8 from Gergely Nagy <algernon@balabit.hu> 2012-09-03 23:02:23 --- (In reply to comment #6)
The parent process blocks in kevent(), this is expected. The 100% CPU problem is in the child process, which runs with a broken spinlock after the iv_signal atfork handlers run. Try s/PTHREAD_PROCESS_PRIVATE/PTHREAD_PROCESS_SHARED/ on lib/ivykis/modules/iv_signal.c and rebuilding.
I just did that on spinlock.h, and the spin's gone. I haven't done further testing yet, though. -- Configure bugmail: https://bugzilla.balabit.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.