Boris Zentner wrote:
Hi Stas,

Am Donnerstag, 19. Februar 2004 11:03 schrieb Stas Bekman:

Boris Zentner wrote:
[...]


i.e. I can't reproduce your problem. Are you sure you are using the
latest cvs, did you run 'make install'?. There were quite a few changes
in the APR::Pool code over the last month.

Yes, Im sure. But for some reason It did not crash for me too. I investigate.

that's a good news (for me, hopefully no guessing will be needed). Now you need to figure out how to make it crash, and hopefully it'll crash for me too ;)


It was easy, install this EazyLife too.

Ouch, of course ;)


The problem was due to a silly bug I've introduced in the lookup_method function, matching the object to itself ;) Now should be fixed.

I was getting a segfault in the ModPerl-Registry's make test, but in APR::ThreadMutex::DESTROY as I suppose my perl put that package before APR::Pool ;)

          'DESTROY' => [
                         [
                           'APR::ThreadMutex',
                           'APR::ThreadMutex'
                         ],
                         [
                           'Apache::SubRequest',
                           'Apache::SubRequest'
                         ],
                         [
                           'APR::Pool',
                           'APR::Pool'
                         ]
                       ],

So for me it was resolving Apache::Server::DESTROY as APR::ThreadMutex::DESTROY and boom...

It should be fine in the cvs right now, I think.

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to