Problem with mod_perl-1.99_08 and perl-5.8.0 under OSX

2003-02-09 Thread A . Bergman
Getting some weird coredumps, recompile with debugging, and breakpoint on Perl_croak gave me this. #0 Perl_croak (pat=0xae7ca0 "Assertion ((sv)->sv_flags & (0x2000|0x4000|0x8000)) failed: file \"%s\", line %d") at util.c:1349 #1 0x00a0176c in S_save_magic (mgs_ix=20, sv=0x50d7dc

Re: Filters -- Any reason why EOS is not being sent from mod-perlresponse handlers?

2003-02-09 Thread Stas Bekman
Thanks ayhan for the detailed report, but had you used the latest cvs version, it would have been much shorter ;) I have been working on an output filter, using the bucket brigade API -- since the stream API still seems to have a flew kludges left to hammer out. You have to be more explicit of

Filters -- Any reason why EOS is not being sent from mod-perl response handlers?

2003-02-09 Thread ayhan
Hi, I have been working on an output filter, using the bucket brigade API -- since the stream API still seems to have a flew kludges left to hammer out. What I first thought would be a simple task has turned out to be quite a deal though... Here is some feedback that could perhaps be useful :