Stas Bekman wrote:

Anthony Hinsinger wrote:

Stas Bekman wrote:

Anthony Hinsinger wrote:

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))




good, what do you get for:

gdb> p *sv


(gdb) p *sv $1 = (SV *) 0x7264656c


and

p **sv?


i restarted a gdb session so *sv has changed (backtrace is exactly the same as in previous post)


(gdb) p *sv
$2 = (SV *) 0x2d656863
(gdb) p **sv
Cannot access memory at address 0x2d656863
(gdb)

--
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