Displaying 1 result from an estimated 1 matches for "flint__lock_8cc_sourc".
Did you mean:
flint__lock_8cc_source
2011 Apr 07
1
Problems with /bin/cat and flintlock?
...29944 30022 29942 29939 ? -1 Sl 33 0:09 | | \_ Passenger ApplicationSpawner: /srv/www/www.oriontransfer.co.nz
30022 30041 29942 29939 ? -1 S 33 0:00 | | | \_ /bin/cat
[Using the following source code as a reference http://xapian.org/docs/sourcedoc/html/flint__lock_8cc_source.html]
At this point, using strace I found that the application process seemed to be stuck in on
00219 ssize_t n = read(fds[0], &ch, 1);
Obviously child process was cat, nothing really interesting about that.
After I killed cat, then the process was freed up and the web application s...