|
From: Manuel D. <ma...@de...> - 2012-06-10 22:26:05
|
On Sat, Jun 9, 2012 at 4:06 PM, John Reiser <jr...@bi...> wrote: > Please tell us complete details. The information "syscall: 330" > is ambiguous, because system call numbers depend on the hardware > and on the operating system. > > 1) Which version of valgrind are you running? > Report the output from running "valgrind --version". > > 2) Which hardware and operating system (and version) are you using? > If Linux, then report the output from running "uname -a". > >> So I think maybe it is the unhandled syscall or the unhandled >> socketcall that fails the starting up of http server, which in turn >> causes the timeout problem. Is that true and how to fix them? > > Unhandled syscall definitely is a problem. Telling us the complete > details will make it much easier to suggest how to fix the problem(s). Also, if not for the analysis then maybe for documentation for later reference, how are you starting apache httpd as a userland process ? I can't seem to do so. I am only able to control it via init.d start/stop scripts. I understand that you are able to run your web server normally, and that it works well, or even much faster, but how do you start it then ? Can you run the server by "./bin/httpd -k start" ? ~lImbus |