Causing a process switch to test a theory.

Zera William Holladay zholla1 at uic.edu
Sun Mar 20 21:59:35 PST 2005


If you post the section(s) of code in question, then you'll probably
elicit some responses.  PIPE_BUF is a POSIX defined minimum, so you might
grep for sections of code that contain fpathconf(*, _PC_PIPE_BUF) to
determine if the programmers took this into consideration.  At least
you'll be able to follow the logical flow of the program from fpathconf()
forward.

Further, if you do some fancy programming (like preempting a process
unnaturally) to determine if there is an error in this particular aspect
of Apache, then you'll also have to show that you have not inflicted the
error too, which will probably be harder than what you set out to solve or
figure out.

Good luck, Zera Holladay


More information about the freebsd-hackers mailing list