the missing lines :

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 16384 (LWP 2752)]
0x0807d151 in perl_perl_create_cfg (sv=0x888fdcc, pclass=0x816fcc4,
    parms=0xbffffa10, type=0x80ed6c9 "SERVER_CREATE") at perl_config.c:898
898         if(*sv && SvTRUE(*sv) && SvROK(*sv) && sv_isobject(*sv))

Stas Bekman wrote:

Anthony Hinsinger wrote:

Hello,

here is a better backtrace of my problem.
the strange thing is it never crash at the first request after starting the process (from gdb) .. but at the second.


for informations, CASServerName is define as :

{ name => 'CASServerName',
    errmsg => 'Name of the CAS server',
    args_how => 'TAKE1',
    req_override => 'OR_AUTHCFG', }

---- quote ----
(gdb) bt
#0 0x0807d151 in perl_perl_create_cfg (sv=0x888fdcc, pclass=0x816fcc4,
parms=0xbffffa10, type=0x80ed6c9 "SERVER_CREATE") at perl_config.c:898


what's the segfault line reported by gdb? before you did 'bt'? it shows the line/file and the code where the segfault has occured.



--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to