Re: possible bug in Apache2::XSLoader and APR::XSLoader

2008-06-28 Thread Torsten Foertsch
On Fri 27 Jun 2008, Philippe M. Chiasson wrote: > > As a result XSLoader tries to load the shared lib from the wrong > > location. > > > > A simple change makes it work as expected: > > > >     goto &XSLoader::load; > > > > This way instead of pushing a new frame on the call stack the current > > (

Re: possible bug in Apache2::XSLoader and APR::XSLoader

2008-06-27 Thread Philippe M. Chiasson
Torsten Foertsch wrote: Hi, what is the purpose of Apache2::XSLoader and APR::XSLoader? Both modules contain a load() function that reads: sub load { return unless BOOTSTRAP; XSLoader::load(@_); } I believe this is wrong. The XSLoader::load function contains this code: my @modpar