On 10/12/2007, Andreas J. Koenig
<andreas.koenig.7os6V
...@franz.ak.mind.de> wrote:
> Since last night PAUSE is running under 5.10-RC2. With
> MaxRequestPerChild set to 1 I get a SEGV after every request. Users
> seem to not be affected. Unfortunately I built without -g, so the
> backtrace is a bit thin. I'll re-do with -g in the evening.
> #0 0x0812d4ab in Perl_av_undef ()
> #1 0x080862b2 in perl_shutdown ()
That function comes from mod_perl.
av_undef() can't be passed a null array; an assert() has been added as
change #26513. Maybe just a check should be added to perl_shutdown ?
(What version of mod_perl are you using ? I can't locate that av_undef
in the code)
> #2 0x0808789a in perl_handler ()
> #3 0x080a6ce5 in ap_run_cleanup ()
> #4 0x080a54bf in ap_clear_pool ()
> #5 0x080a5533 in ap_destroy_pool ()
> #6 0x080b3a56 in ap_add_version_component ()
> #7 0x080b6f23 in ap_child_terminate ()
> #8 0x080b7670 in ap_child_terminate ()
> #9 0x080b7a9b in ap_child_terminate ()
> #10 0x080b812b in ap_child_terminate ()
> #11 0x080b8788 in main ()
> --
> andreas