On Sun, Jun 21, 2009 at 1:32 PM, Piotr Waskiewicz<[email protected]> wrote: > It fails exactly in this spot: > > spawner.c line 242: > /* Wake up the spawning thread > */ > ret = sem_signal (cherokee_spawn_sem); > if (unlikely (ret != ret_ok)) { > PRINT_ERROR_S ("WARNING: Couldn't unlock spawning semaphore..\n"); > } > > > Function sem_signal not returning ret_ok, but i have no idea why and > how to fix it. :(
It could have to do with changes in 3304, switching from POSIX to SysV semaphores: http://svn.cherokee-project.com/changeset/3304 That's the only big change I noticed with the spawning code. -- Jacob Peddicord http://jacob.peddicord.net/ _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
