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
> > (APR::XSLoader::load) frame is replaced by XSLoader::load. Hence caller()
> > sees the original caller.
>
> Sounds like a correct fix to me.

Committed as revision 672484.

Hey, that was my first commit to trunk, :-)

Torsten

--
Need professional mod_perl support?
Just hire me: [EMAIL PROTECTED]

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

Reply via email to