On Thu, 2005-05-26 at 00:52 +0200, Piotras wrote: > > It's apache2, not sure what you mean by worker or prefork. > > Both are two models of Apache2. > prefork behaves like old Apache1 while worker is threaded model. > > > The module > > gets loaded in normal operation, but doesn't seem to using gdb. Is > > there a way to make sure it gets loaded when ran through gdb? > > This sounds like calling two different applications. > > Piotras > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >
Figured out part of it, not calling two applications, but, the init file
calls apache with arguments indicating config file info. using the path
or apachectl does not, causing the php module to not load. I created my
own apache2.conf file to use and specified it's argument to gdb, here is
the info from gdb
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 98311 (LWP 6382)]
0xb648e8c9 in zif_mgd_snippet ()
from /usr/lib/php/extensions/no-debug-zts-20020429/midgard.so
(gdb) backtrace
#0 0xb648e8c9 in zif_mgd_snippet ()
from /usr/lib/php/extensions/no-debug-zts-20020429/midgard.so
As far as prefork or worker, I believe Gentoo's apache2 is worker.
signature.asc
Description: This is a digitally signed message part
