On 09/28/2010 02:42 PM, Rimas Kudelis wrote:
hm, I downloaded the debug symbols and ran gdb. Now what? I ran a lot of step's, but all I see are zend_* filenames...
By the way, strace just attaches to the process, but doesn't output anything...
attach to the process and issue "bt" (for backtrace)
you should then see which function the process is currently stuck in.
strace just confirms that the process is hanging. there should be a couple of lines output thou.
btw. do you use mod_php, suphp, suexec, ...?
cheers, raoul