Re: apache2 + mod_perl + Catalyst + Session = Segmentation fault

2012-11-13 Thread Ævar Arnfjörð Bjarmason
On Tue, Nov 13, 2012 at 3:48 PM, demerphq wrote: > On 13 November 2012 15:23, Ævar Arnfjörð Bjarmason wrote: >> On Sat, Sep 29, 2012 at 1:08 PM, Stefan Profanter >> wrote: > > Looks like you are using Storable to stream out cookies? Looks like > something in there is causing Stor

Re: apache2 + mod_perl + Catalyst + Session = Segmentation fault

2012-11-13 Thread demerphq
On 13 November 2012 15:23, Ævar Arnfjörð Bjarmason wrote: > On Sat, Sep 29, 2012 at 1:08 PM, Stefan Profanter > wrote: >>> > >>> > Looks like you are using Storable to stream out cookies? Looks like >>> > something in there is causing Storable to puke. I see things like >>> > array_call, store_

Re: apache2 + mod_perl + Catalyst + Session = Segmentation fault

2012-11-13 Thread Ævar Arnfjörð Bjarmason
On Sat, Sep 29, 2012 at 1:08 PM, Stefan Profanter wrote: >> > >> > Looks like you are using Storable to stream out cookies? Looks like >> > something in there is causing Storable to puke. I see things like >> > array_call, store_blessed, store_hash... So I'm guessing your passing >> > Storable s

AW: apache2 + mod_perl + Catalyst + Session = Segmentation fault

2012-09-29 Thread Stefan Profanter
> > > > Looks like you are using Storable to stream out cookies? Looks like > > something in there is causing Storable to puke. I see things like > > array_call, store_blessed, store_hash... So I'm guessing your passing > > Storable some kind of object? Does it have any recursive parts? > > > >

Re: apache2 + mod_perl + Catalyst + Session = Segmentation fault

2012-09-28 Thread Perrin Harkins
On Fri, Sep 28, 2012 at 12:33 PM, demerphq wrote: > Maybe look at Sereal as an alternative to Storable. > > https://github.com/Sereal/Sereal/ > http://search.cpan.org/~smueller/Sereal-Decoder/lib/Sereal/Decoder.pm > http://search.cpan.org/~smueller/Sereal-Encoder/lib/Sereal/Encoder.pm Wow, faster

Re: apache2 + mod_perl + Catalyst + Session = Segmentation fault

2012-09-28 Thread demerphq
On 28 September 2012 17:10, Andy Colson wrote: > > On 09/28/2012 08:07 AM, Stefan Profanter wrote: >> >> Hi! >> >> Posted this question already on Catalyst Mailing List, but got no answer >> yet and I think this problem is caused by mod_perl somewhere. >> >> I programmed a Catalyst Application whi

Re: apache2 + mod_perl + Catalyst + Session = Segmentation fault

2012-09-28 Thread Andy Colson
On 09/28/2012 08:07 AM, Stefan Profanter wrote: Hi! Posted this question already on Catalyst Mailing List, but got no answer yet and I think this problem is caused by mod_perl somewhere. I programmed a Catalyst Application which uses mod_perl and apache2 in production mode. The Catalyst App