Vincent Stoessel <[EMAIL PROTECTED]> Forwarded From: 

> Vincent Stoessel wrote:
> 
> > After relative quiet , my test box is starting to segfault
> > often again.It is a Redhat 6.2 pentium III 800mhz box
> > with 256M ram:
> > 
> > # uname -a
> > Linux  2.2.16-RAID #8 SMP Mon Aug 21 12:27:11 EDT 2000 i686 unknown
> 
> php 4.0.6, mysql 3.23.39 , cvs midgard

what has php got compiled in? / or what extensions are loaded?
what modules does apache have loaded?

> 
> 
> 
> 
> (gdb) run -X
> Starting program: /usr/local/apache/bin/httpd -X
> 
> Program received signal SIGSEGV, Segmentation fault.
> 0x2ac73f51 in execute (op_array=0xd) at ./zend_execute.c:1120
> 1120                                                            
>AI_USE_PTR(Ts[opline->result.u.var].var);
> (gdb) bt
> #0  0x2ac73f51 in execute (op_array=0xd) at ./zend_execute.c:1120
> #1  0x2acbb4f0 in php_if_mgd_oop_parameter_search (ht=135725600, 
>return_value=0x2acbb4f0, this_ptr=0x81701e0, return_value_used=2147481928)
>     at parameter.c:237
> #2  0x2acb0ec6 in php_if_mgd_get_midgard (ht=135725600, return_value=0x2acbb4f0, 
>this_ptr=0x81701e0, return_value_used=2147481928) at midgard.c:601
> #3  0x2acb00aa in php_pcre_exec (external_re=0x81701e0, external_extra=0x2afa5ea8, 
>subject=0x8135748 "p\217�\017\b", length=2147481948, 
>     start_offset=720210050, options=135725536, offsets=0x2afa5ea8, 
>offsetcount=135680460) at pcre.c:4969
> #4  0x2acaf97d in match (eptr=0x81701e0 "�l\034\b \002\027\b0", ecode=0x2afa5ea8 
>"\020�\023", offset_top=135680460, md=0x7ffff970, ims=720039525, 
>     eptrb=0x1, flags=4) at pcre.c:4690
> #5  0x2aed8882 in ?? () from /usr/local/apache/libexec/libphp4.so
> #6  0x2aeaee65 in ?? () from /usr/local/apache/libexec/libphp4.so
> #7  0x2aeb1daa in ?? () from /usr/local/apache/libexec/libphp4.so
> #8  0x2aeadfdd in ?? () from /usr/local/apache/libexec/libphp4.so
> #9  0x2aebed96 in ?? () from /usr/local/apache/libexec/libphp4.so
> #10 0x2aebca86 in ?? () from /usr/local/apache/libexec/libphp4.so
> #11 0x8071cce in run_cleanups ()
> #12 0x80704fd in ap_clear_pool ()
> #13 0x8070571 in ap_destroy_pool ()
> #14 0x80704ec in ap_clear_pool ()
> #15 0x807fcff in child_main ()
> #16 0x80802bc in make_child ()
> #17 0x8080419 in startup_children ()
> #18 0x8080a56 in standalone_main ()
> #19 0x80811e3 in main ()
> #20 0x2ab649cb in __libc_start_main (main=0x8080e9c <main>, argc=2, argv=0x7ffffb14, 
>init=0x804ef6c <_init>, fini=0x80b59ec <_fini>, 
>     rtld_fini=0x2aab5e60 <_dl_fini>, stack_end=0x7ffffb0c) at 
>../sysdeps/generic/libc-start.c:92
> 
> 
> 
> (gdb) where
> #0  0x2ac73f51 in execute (op_array=0xd) at ./zend_execute.c:1120
> #1  0x2acbb4f0 in php_if_mgd_oop_parameter_search (ht=135725600, 
> return_value=0x2acbb4f0, this_ptr=0x81701e0, return_value_used=2147481928)
>      at parameter.c:237
> #2  0x2acb0ec6 in php_if_mgd_get_midgard (ht=135725600, 
> return_value=0x2acbb4f0, this_ptr=0x81701e0, 
> return_value_used=2147481928) at midgard.c:601
> #3  0x2acb00aa in php_pcre_exec (external_re=0x81701e0, 
> external_extra=0x2afa5ea8, subject=0x8135748 "p\217�\017\b", 
> length=2147481948,
>      start_offset=720210050, options=135725536, offsets=0x2afa5ea8, 
> offsetcount=135680460) at pcre.c:4969
> #4  0x2acaf97d in match (eptr=0x81701e0 "�l\034\b \002\027\b0", 
> ecode=0x2afa5ea8 "\020�\023", offset_top=135680460, md=0x7ffff970, 
> ims=720039525,
>      eptrb=0x1, flags=4) at pcre.c:4690
> #5  0x2aed8882 in ?? () from /usr/local/apache/libexec/libphp4.so
> #6  0x2aeaee65 in ?? () from /usr/local/apache/libexec/libphp4.so
> #7  0x2aeb1daa in ?? () from /usr/local/apache/libexec/libphp4.so
> #8  0x2aeadfdd in ?? () from /usr/local/apache/libexec/libphp4.so
> #9  0x2aebed96 in ?? () from /usr/local/apache/libexec/libphp4.so
> #10 0x2aebca86 in ?? () from /usr/local/apache/libexec/libphp4.so
> #11 0x8071cce in run_cleanups ()
> #12 0x80704fd in ap_clear_pool ()
> #13 0x8070571 in ap_destroy_pool ()
> #14 0x80704ec in ap_clear_pool ()
> #15 0x807fcff in child_main ()
> #16 0x80802bc in make_child ()
> #17 0x8080419 in startup_children ()
> #18 0x8080a56 in standalone_main ()
> #19 0x80811e3 in main ()
> #20 0x2ab649cb in __libc_start_main (main=0x8080e9c <main>, argc=2, 
> argv=0x7ffffb14, init=0x804ef6c <_init>, fini=0x80b59ec <_fini>,
>      rtld_fini=0x2aab5e60 <_dl_fini>, stack_end=0x7ffffb0c) at 
> ../sysdeps/generic/libc-start.c:92
> 
> 
> 
> 
> -- 
> Vincent Stoessel [EMAIL PROTECTED]
> Internet Applications Engineer
> IDEV http://www.idev.com
> V: 301 495 7345 x129
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to