From: Bob D. <bd...@si...> - 2005-11-01 16:02:08
|
The easiest thing to do is valgrind it. That usually will tell you where the problem is. If you can run it from the command line you can probably get it to core dump, and then you can inspect that w/ gdb. Also try RLIB 1.3.6 to see if it fixes it. http://www.sicom.com/~bdoan/rlib-1.3.6.tar.gz (I uploaded a fresh copy today w/ some more fixes - one was a core dump when using "eval") - Bob On Mon, 2005-10-31 at 22:59 -0500, Devonium Developer wrote: > We running PHP 5.0.4 with SOAP on Apache 2 with RHEL3. > > We are running the most recent versions of: > - libxml2 > - MySQL 4.x (And libraries) > - gd (gd-progs) > > The Issue: > Whenever I run a report with RLib 1.3.5 or CVS (HTML or PDF) our soap > components stops responding. We've been running these SOAP components > for 4 or 5 months with no issues until we rolled RLib out last week. > Now whenever we hit one of our RLib reports SOAP stops responding > intermittently. The only thing I can find in common between the 2 > modules is libxml2 of which we are running the current version. > > >From what I can figure out some of the child precesses in apache hang > and whenever a SOAP component tries to reuse the child the child id not > found/available to be used so apache dies for that call and kills the > child precess. Refresh the page and it works sometimes and sometimes > not. Remove RLib from app and this stops happening. Re-add it back in > and it starts again. > > BTW, we develop on FC4 and do not see this same behavior with the same > application. > > The customers love the reports but this whole application dying thing is > killing it :( Thanks in advance for any help you may provide. > |