Justin Wheeler wrote: > 0x0807be3f in modperl_handler_perl_get_handlers (my_perl=0x82a90c0, > handp=0x8137370, p=0x8566f90) at modperl_handler.c:579 > 579 CV *cv = modperl_mgv_cv(gv); > (gdb) info locals > cv = (CV *) 0x84a9260 > handler = (modperl_handler_t *) 0x8192c58 > gv = (GV *) 0x859e9cc > av = (AV *) 0x8289f04 > i = 1 > handlers = (modperl_handler_t **) 0x8192df8 > __func__ = "modperl_handler_perl_get_handlers" > (gdb) print *gv > $1 = {sv_any = 0x0, sv_refcnt = 1, sv_flags = 2048} > (gdb) print *handler > $2 = {mgv_obj = 0x0, mgv_cv = 0x8388ad8, name = 0x8192c40 > "deBiz::Main::dbconnect", cv = 0x0, flags = 33 '!', attrs = 0, next = 0x0}
Sorry for the run-around, but can you also print (gdb) print *(handler->mgv_cv) (gdb) print *(handler->mgv_cv->next) (gdb) print *(handler->mgv_cv->next->next) and so on... And another question, are you using Apache2::Reload ? And that function, deBiz::Main::dbconnect, is there anything special about it ? -------------------------------------------------------------------------------- Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5 http://gozer.ectoplasm.org/ F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3A5A5
signature.asc
Description: OpenPGP digital signature