Re: Module code being truncated with modperl 1.29 and apache 1.3.36 - fixed

2006-11-25 Thread Richard Foley
On Wednesday 22 November 2006 17:42, Michael Peters wrote:> > >> I've never seen anything like this before. Does it happen with all > >> of your modules or just some of them. > >> > > I'm only noticing it with a couple of modules out of a batch of perhaps a > > thousand... > > Ok, so the reason

Re: Module code being truncated with modperl 1.29 and apache 1.3.36

2006-11-22 Thread Perrin Harkins
Richard Foley wrote: Thing is, it's not happening on another box, with a similar installation, and the same code base, so I'm suspecting something environment oriented, odd libraries or the like. The major thing that's different is the modperl installation - which I installed against apache ma

Re: Module code being truncated with modperl 1.29 and apache 1.3.36

2006-11-22 Thread Richard Foley
I knew it was a stupid question :-) Thing is, it's not happening on another box, with a similar installation, and the same code base, so I'm suspecting something environment oriented, odd libraries or the like. The major thing that's different is the modperl installation - which I installed ag

Re: Module code being truncated with modperl 1.29 and apache 1.3.36

2006-11-22 Thread Michael Peters
Richard Foley wrote: > On Wednesday 22 November 2006 16:21, Michael Peters wrote: >> I've never seen anything like this before. Does it happen with all of your >> modules or just some of them. >> > I'm only noticing it with a couple of modules out of a batch of perhaps a > thousand... > >> Are

Re: Module code being truncated with modperl 1.29 and apache 1.3.36

2006-11-22 Thread Richard Foley
On Wednesday 22 November 2006 16:21, Michael Peters wrote: > > I've never seen anything like this before. Does it happen with all of your > modules or just some of them. > I'm only noticing it with a couple of modules out of a batch of perhaps a thousand... > Are you using source filters? > I

Re: Module code being truncated with modperl 1.29 and apache 1.3.36

2006-11-22 Thread Michael Peters
Richard Foley wrote: > Now, the Class::CGI::Welcome module is loaded. I can even see the correct > and > up to date code entry under @{main::_<$pathtowelcomedotpm}, _but_, the code > simply stops after 20 lines, so that the page() method is (clearly because > it's not there) not found. Wha

Re: Module code being truncated with modperl 1.29 and apache 1.3.36

2006-11-22 Thread Richard Foley
Rereading my original post, it appears I may not have been explicit enough about what the problem appears to be. Starting with the error message: [error] Error executing run mode 'display': Can't locate object method > "page" via package "Class::CGI::Welcome" at /classes/Class/CGI/Welcome.p

Module code being truncated with modperl 1.29 and apache 1.3.36

2006-11-22 Thread Richard Foley
I'm seeing some strange behaviour with modperl, it appears to be truncating the module code for certain files. Firstly, the code runs fine under CGI and using a similar commandline setup. Next, there's a apache/conf/startup.pl script which loads all the expected modules at startup, and the lib