[EMAIL PROTECTED] wrote: > stas 01/12/04 21:31:09 > > Modified: lib/Apache compat.pm > t/apache compat.t > t/response/TestApache compat.pm > Log: > - the implementation of compatibility layer for Apache::File from 1.x > - tests
Any ideas why tmpfile that I've committed recently (copied from 1.x as it) dumps core with this sequence of tests? (or -order=89573612 -times=3) t/TEST modules/cgi filter/input_msg apache/compat #0 apr_palloc (a=0x8bf60c4, reqsize=16) at apr_pools.c:1214 1214 first_avail = blok->h.first_avail; (gdb) (gdb) where #0 apr_palloc (a=0x8bf60c4, reqsize=16) at apr_pools.c:1214 #1 0x4003e7a2 in apr_pool_cleanup_register (p=0x8bf60c4, data=0x8bf60c4, plain_cleanup=0x405724d0 <mpxs_cleanup_run>, child_cleanup=0x8065c58 <apr_pool_cleanup_null>) at apr_pools.c:774 #2 0x405729fb in mpxs_apr_pool_cleanup_register (my_perl=0x8581e78, p=0x8bf60c4, cv=0x8d16544, arg=0x0) at /home/stas/apache.org/mp-file/xs/APR/Pool/APR__Pool.h:71 #3 0x40572ce2 in XS_APR__Pool_cleanup_register (my_perl=0x8581e78, cv=0x87e38f8) at Pool.xs:43 #4 0x403f8ad0 in Perl_pp_entersub (my_perl=0x8581e78) at pp_hot.c:2727 #5 0x403d75b9 in Perl_runops_debug (my_perl=0x8581e78) at dump.c:1388 #6 0x4037cf20 in S_call_body (my_perl=0x8581e78, myop=0xbfffd270, is_eval=0) at perl.c:1948 #7 0x4037caa2 in Perl_call_sv (my_perl=0x8581e78, sv=0x87de61c, flags=4) at perl.c:1866 #8 0x40345938 in modperl_callback (my_perl=0x8581e78, handler=0x8173f5c, p=0x8ce261c, r=0x8ce264c, s=0x810442c, args=0x8cedd0c) at modperl_callback.c:52 #9 0x40346073 in modperl_callback_run_handlers (idx=6, type=3, r=0x8ce264c, c=0x0, s=0x810442c, pconf=0x0, plog=0x0, ptemp=0x0) at modperl_callback.c:179 #10 0x4034614e in modperl_callback_per_dir (idx=6, r=0x8ce264c) at modperl_callback.c:203 #11 0x40340ebe in modperl_response_handler_run (r=0x8ce264c, finish=1) at mod_perl.c:515 #12 0x40340f5d in modperl_response_handler (r=0x8ce264c) at mod_perl.c:534 #13 0x080b4fa7 in ap_run_handler (r=0x8ce264c) at config.c:185 #14 0x080b5453 in ap_invoke_handler (r=0x8ce264c) at config.c:350 #15 0x0808ffe5 in ap_process_request (r=0x8ce264c) at http_request.c:292 #16 0x0808c847 in ap_process_http_connection (c=0x87a609c) at http_core.c:283 #17 0x080bd527 in ap_run_process_connection (c=0x87a609c) at connection.c:84 #18 0x080b3ddf in child_main (child_num_arg=0) at prefork.c:684 #19 0x080b3f23 in make_child (s=0x810442c, slot=0) at prefork.c:771 #20 0x080b3f84 in startup_children (number_to_start=1) at prefork.c:794 #21 0x080b4269 in ap_mpm_run (_pconf=0x80ffd4c, plog=0x8145f7c, s=0x810442c) at prefork.c:989 #22 0x080b8d62 in main (argc=7, argv=0xbffff674) at main.c:445 #23 0x402136a0 in __libc_start_main () from /lib/libc.so.6 -- _____________________________________________________________________ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com http://singlesheaven.com http://perl.apache.org http://perlmonth.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]