Gerald Richter wrote:
Could you please run

  make test TESTARGS="-h --gdb"

This should give you the chance to get a stackbacktrace form the test. If
you get the backtrace, please type a

p *r
The backtrace is here:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1208805712 (LWP 6801)]
0x0057fff7 in embperl_GetApacheAppName (pDirCfg=0x100948c5) at mod_embperl.c:904
904         char *n = pDirCfg?pDirCfg -> AppConfig.sAppName:"Embperl" ;
#0 0x0057fff7 in embperl_GetApacheAppName (pDirCfg=0x100948c5) at mod_embperl.c:904 #1 0x005633b9 in embperl_SetupApp (my_perl=0x922a320, pThread=0x92b5004, pApacheCfg=0x100948c5, pPerlParam=0x0, ppApp=0xbff5c0b4)
   at epinit.c:608
#2 0x0056386d in embperl_InitAppForRequest (my_perl=0x922a320, pApacheReqSV=0x92476a0, pPerlParam=0x0, ppThread=0xbff5c108,
   ppApp=0xbff5c104, ppApacheCfg=0xbff5c0fc) at epinit.c:2189
#3 0x00565ff9 in embperl_InitRequest (my_perl=0x922a320, pApacheReqSV=0x92476a0, pPerlParam=0x0, ppReq=0xbff5c188)
   at epinit.c:2242
#4 0x00566f1a in embperl_InitRequestComponent (my_perl=0x922a320, pApacheReqSV=0x92476a0, pPerlParam=0x0, ppReq=0xbff5c188)
   at epinit.c:2331
#5 0x0055714d in embperl_ExecuteRequest (my_perl=0x922a320, pApacheReqSV=0x92476a0, pPerlParam=0x0) at epmain.c:1469 #6 0x00552e35 in XS_Embperl__Req_ExecuteRequest (my_perl=0x922a320, cv=0x9232bac) at Embperl.xs:136 #7 0x00dc2efd in Perl_pp_entersub () from /usr/lib/perl5/5.8.8/i386-linux-thread-multi/CORE/libperl.so #8 0x00dbc3cf in Perl_runops_standard () from /usr/lib/perl5/5.8.8/i386-linux-thread-multi/CORE/libperl.so #9 0x00d5cc7e in Perl_magicname () from /usr/lib/perl5/5.8.8/i386-linux-thread-multi/CORE/libperl.so #10 0x00d613c6 in Perl_call_sv () from /usr/lib/perl5/5.8.8/i386-linux-thread-multi/CORE/libperl.so #11 0x004380ff in modperl_callback () from /usr/lib/httpd/modules/mod_perl.so #12 0x004387fa in modperl_callback_run_handlers () from /usr/lib/httpd/modules/mod_perl.so #13 0x00438e6a in modperl_callback_per_dir () from /usr/lib/httpd/modules/mod_perl.so #14 0x00431fcf in modperl_response_init () from /usr/lib/httpd/modules/mod_perl.so #15 0x0043219b in modperl_response_handler_cgi () from /usr/lib/httpd/modules/mod_perl.so
#16 0x0050dfbd in ap_run_handler () from /usr/sbin/httpd
#17 0x00511958 in ap_invoke_handler () from /usr/sbin/httpd
#18 0x0051d811 in ap_process_request () from /usr/sbin/httpd
#19 0x0051a62f in ap_register_input_filter () from /usr/sbin/httpd
#20 0x00515e5d in ap_run_process_connection () from /usr/sbin/httpd
#21 0x00515f5c in ap_process_connection () from /usr/sbin/httpd
#22 0x00521ae2 in ap_graceful_stop_signalled () from /usr/sbin/httpd
#23 0x00521d54 in ap_graceful_stop_signalled () from /usr/sbin/httpd
#24 0x00522c69 in ap_mpm_run () from /usr/sbin/httpd
#25 0x004f9917 in main () from /usr/sbin/httpd
(gdb) ERR:Server closed connection without sending any data back

But I didn't type p *r because after print out backtrace the test crashed and finished.

And send me the backtrace along with the print output

Gerald

--

Best regards, Michael Stepanov
Senior Software Developer
PrimeTel Ltd
Tel: +357 25-867154
Email: [EMAIL PROTECTED]


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

Reply via email to