>I don't know about this, are you sure you copied over your
>new modperl httpd to /usr/local/apache after the build,
>and did a full stop / start, this is a common step overlooked
>by the best of us.
Yes, I'm using the new build. I've compiled perl with debugging turned on
and now gdb shows exactly where the problem occurs: line 267 of SDBM_File.c
262 #ifdef __cplusplus
263 extern "C"
264 #endif
265 XS(boot_SDBM_File)
266 {
267 dXSARGS;
268 char* file = __FILE__;
269
270 XS_VERSION_BOOTCHECK ;
I guess at this point I got to go to a bookstore, get a book on GDB and get
my hands dirty with some debugging :).
Thanks
Dmitry
> > >This might be yet another RedHat problem ... have you tried
> > >rebuilding your perl / mod_perl from scratch. Out of curiosity
> > >really, because I think you should still rebuild stuff,
> > >does SDBM_File load fine, if not being preloaded ?
> >
> > Well, I just finished recompiling perl and mod_perl, but the problem is
> > still there. Is there any way to verify that mod_perl is using the new
> perl?
> >
- Apache::ASP: crash when placed in startup.pl Dmitry Beransky
- Re: Apache::ASP: crash when placed in startup.pl Dmitry Beransky
- Re: Apache::ASP: crash when placed in startup.p... Joshua Chamas
- Re: Apache::ASP: crash when placed in start... Dmitry Beransky
- Re: Apache::ASP: crash when placed in start... Dmitry Beransky
- Re: Apache::ASP: crash when placed in startup.pl Dmitry Beransky
- Re: Apache::ASP: crash when placed in startup.p... Joshua Chamas
- Re: Apache::ASP: crash when placed in start... Dmitry Beransky
- Re: Apache::ASP: crash when placed in s... Daniel Jacobowitz
- Re: Apache::ASP: crash when placed... Dmitry Beransky
- Re: A fix in sight: Apache::ASP: crash when... Daniel Jacobowitz
- DSO SEGV fix (was: A fix in sight: Apac... Frank D. Cringle
- Re: DSO SEGV fix (was: A fix in si... Alan Burlison
- Re: DynaLoader/MakeMaker problem? - Apa... Matt Sergeant
- Re: A fix in sight: Apache::ASP: crash ... Doug MacEachern
- RE: A fix in sight: Apache::ASP: c... Gerald Richter
- RE: A fix in sight: Apache::AS... Gerald Richter
- Re: A fix in sight: Apache... Alan Burlison
