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

2003-02-11 Thread A . Bergman
On onsdag, feb 12, 2003, at 00:57 Europe/Stockholm, Stas Bekman wrote: A.Bergman wrote: On fredag, feb 7, 2003, at 01:13 Europe/Stockholm, A. Bergman wrote: Getting some weird coredumps, recompile with debugging, and breakpoint on Perl_croak gave me this. [...] That stack trace is bogus, cur

Re: [patch] Proposed changes to RegistryCooker for subclassing

2003-02-11 Thread Stas Bekman
Nathan Byrd wrote: [...] fields Pragma - Advantages: * More straightforward approach * Less code to add to module Disadvantages: * Based on pseudo-hashes - may have problems with reloading, etc * Unknown whether it changes performance (due to "typed lexical" limitation of pragma) * Fo

Re: [patch] Proposed changes to RegistryCooker for subclassing

2003-02-11 Thread Nathan Byrd
On Tue, 2003-02-11 at 18:10, Stas Bekman wrote: > Are there any other folks out there that care about the implementation > details? That's a pure Perl afterall. It'd be nice to hear more opinions. > [...] > > I was referring to the fact that AFAIK the fields pragma is currently > > (with 5.61 an

Re: [patch] Proposed changes to RegistryCooker for subclassing

2003-02-11 Thread Stas Bekman
Are there any other folks out there that care about the implementation details? That's a pure Perl afterall. It'd be nice to hear more opinions. Nathan Byrd wrote: [...] 2) Anything that looks like pseudo-hashes scares me. :-) Pseudo-hashes seem to be in flux, and as a result I went with the mo

Re: [patch] $r->finfo

2003-02-11 Thread Stas Bekman
Philippe M. Chiasson wrote: Currently there is no way to convert from apr_finfo_t to struct finfo. But, at least, here is a finfo patch that works. Drawbacks for now is that it will resort to a stat() call each time used, and can't be assigned to like you used to be able to do in 1.x land (was

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

2003-02-11 Thread Stas Bekman
ayhan wrote: Thanks for your prompt response, Stas. We've pulled the cvs version yesterday. Will do some tests and get back to you. BTW, are you aware of any recent changes that would invalidate the following piece of code : $filter->next->pass_brigade($bb_ctx); This line worked up until 1

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

2003-02-11 Thread Stas Bekman
A.Bergman wrote: On fredag, feb 7, 2003, at 01:13 Europe/Stockholm, A. Bergman wrote: Getting some weird coredumps, recompile with debugging, and breakpoint on Perl_croak gave me this. [...] That stack trace is bogus, current theory is that when perl loads a xs module there is stack corrupti

Re: [patch] ($r|$s)->is_hook_enabled($hook_name)

2003-02-11 Thread Stas Bekman
Philippe M. Chiasson wrote: Stas, can you please resend your patch, it got mangled or something. I wish mozilla-mail wasn't mangling copy-n-paste :( Attached the patch. __ Stas BekmanJAm_pH --> Just Another mod_perl

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

2003-02-11 Thread ayhan
Thanks for your prompt response, Stas. We've pulled the cvs version yesterday. Will do some tests and get back to you. BTW, are you aware of any recent changes that would invalidate the following piece of code : $filter->next->pass_brigade($bb_ctx); This line worked up until 1.99.08

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

2003-02-11 Thread A . Bergman
On fredag, feb 7, 2003, at 01:13 Europe/Stockholm, A. Bergman wrote: 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"

[Fwd: Re: 2.0: Bundle::Apache2 or Bundle::Apache?]

2003-02-11 Thread Philippe M. Chiasson
Make sure to reply to [EMAIL PROTECTED] ;-) Philippe M. Chiasson /gozer\@(cpan|ectoplasm)\.org/ 88C3A5A5 (122FF51B/C634E37B) http://gozer.ectoplasm.org/F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3 A5A5 Q: It is im

[patch] $r->finfo

2003-02-11 Thread Philippe M. Chiasson
Currently there is no way to convert from apr_finfo_t to struct finfo. But, at least, here is a finfo patch that works. Drawbacks for now is that it will resort to a stat() call each time used, and can't be assigned to like you used to be able to do in 1.x land (was this feature used at all?) $

Re: [patch] ($r|$s)->is_hook_enabled($hook_name)

2003-02-11 Thread Philippe M. Chiasson
Stas, can you please resend your patch, it got mangled or something. Doesn't apply at all for me ;-( On Fri, 2003-02-07 at 15:35, Stas Bekman wrote: > I'm trying to take care of this todo item: > > -Apache::perl_hook: > -should have this or something check if PerlOptions allows the given > -han