On Tue, 16 Sep 2003, Steve Hay wrote: > Now that I've got ap2+mp2 running with perl-5.8.1, I get the same result > as Randy running the test suite: It gets as far as: > > filter\both_str_con_add........ok 2/4 > > and then crashes. > > Then line it crashed at was this: > > modperl_handler_t *handler = > ((modperl_filter_ctx_t *)filter->f->ctx)->handler; > > and I notice that "filter->f->ctx" has the value 0x00000000 at this > point, hence the access violation -- you can't access the "handler" > member of a struct pointed to by "filter->f->ctx" when that pointer is NULL. > > Don't know if that helps anyone at all.
It helps me, knowing someone else finds this :) I also found that, within this, the request_rec *r and conn_rec *c were also apparently NULL. -- best regards, randy kobes --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
