From: James E. F. <jf...@ac...> - 2002-01-21 18:18:34
|
Hey Gary, Does apache leave a core file? If you could give me a stack trace of apache when it crashes I might be able to figure out what is wrong. To do that you would type something like: $ gdb /path/to/apache-binary /path/to/core ... ... (gdb) bt ... (gdb) quit and send me what it says when you type "bt". Most likely it is not leaving a core file though, so unless you have apache compiled with debug symbols, and run it through gdb in forground mode, you won't be able to get a stack trace. Php 4.0.6 has some security holes in it, you'd be best off to upgrade it as soon as you can. Email me off list if you get a stack trace, or want/have more details. -James On Mon, 21 Jan 2002, Gary Faulkner wrote: > Welp.. > > Should have given my platform; I'm on a RedHat 7.2 box, apache server > (v1.3.22), php(4.0.6). > > -garyf > > On Mon, 21 Jan 2002 fl...@we... wrote: > > > i have the same problem! > > but i use windows2000 maybe thats the reason!? > > all seems be fine... but the script dose not run :-( , > > just get a blank page and no errors, weird > > > > ----- Original Message ----- > > From: "Gary Faulkner" <ga...@ne...> > > To: <php...@li...> > > Sent: Monday, January 21, 2002 1:20 PM > > Subject: [phpesp-general] question on phpESP 1.3 and php4.0.6 > > > > > > Has anyone else using phpESP experienced problems with php4.0.6 when > > running phpESP (I'm sure this is a php4.0.6 problem, but hoping for a > > workaround rather than having to take php4.0.6 off of my production > > system). > > > > Periodically when using phpESP (both the administrative interface as well > > as when "responding" to a survey), the httpd daemon processing the request > > will SIGSEGV. > > > > I'd like to go ahead and upgrade to php4.1.1, but I only want to do that > > if there is some level of confidence that it will resolve the issue. > > > > Thanks! > > > > -garyf > > > > -- > > Gary Faulkner > > ga...@ne... |