I am trying to use php 4.0.6 with imap. midgard and mysql
extentions compiled in.
When I start apache I get information in the logs about many child 
proccesses dying. Yet I have plenty memory left and everthing else seems 
OK. Not a lot of traffic here at 3.27 am.

I ran gdb and this is what I got:


(gdb) run -X
Starting program: /usr/local/apache/bin/httpd -X

Program received signal SIGSEGV, Segmentation fault.
0x2ac57f51 in ?? () from /usr/local/apache/libexec/libphp4.so
(gdb) bt
#0  0x2ac57f51 in ?? () from /usr/local/apache/libexec/libphp4.so
#1  0x2ac6fee6 in ?? () from /usr/local/apache/libexec/libphp4.so
#2  0x2ac6f0ca in ?? () from /usr/local/apache/libexec/libphp4.so
#3  0x2ac6e99d in ?? () from /usr/local/apache/libexec/libphp4.so
#4  0x2afaac03 in ?? () from /usr/local/apache/libexec/libphp4.so
#5  0x2af80985 in ?? () from /usr/local/apache/libexec/libphp4.so
#6  0x2af838ca in ?? () from /usr/local/apache/libexec/libphp4.so
#7  0x2af7fafd in ?? () from /usr/local/apache/libexec/libphp4.so
#8  0x2af908b6 in ?? () from /usr/local/apache/libexec/libphp4.so
#9  0x2af8e5a6 in ?? () from /usr/local/apache/libexec/libphp4.so
#10 0x8071cce in run_cleanups ()
#11 0x80704fd in ap_clear_pool ()
#12 0x8070571 in ap_destroy_pool ()
#13 0x80704ec in ap_clear_pool ()
#14 0x807fcff in child_main ()
#15 0x80802bc in make_child ()
#16 0x8080419 in startup_children ()
#17 0x8080a56 in standalone_main ()
#18 0x80811e3 in main ()
#19 0x2ab649cb in __libc_start_main (main=0x8080e9c <main>, argc=2, 
argv=0x7ffffaf4, init=0x804ef6c <_init>, fini=0x80b59ec <_fini>,
     rtld_fini=0x2aab5e60 <_dl_fini>, stack_end=0x7ffffaec) at 
../sysdeps/generic/libc-start.c:92



any clue bricks would be helpful.
System in an intel 800mhz  redhat 6.2 server with 256M

configure line was :


  ./configure  --disable-xml --with-mysql=/usr/local 
--with-apxs=/usr/local/apache/bin/apxs  --with-midgard=/usr/local 
--with-imap

Thanks



-- 
Vincent Stoessel [EMAIL PROTECTED]
Java Linux Apache Mysql Php (JLAMP) Engineer
(301) 362-1750 Mobile (410) 419-8588


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to