From: Tony B. <gr...@ju...> - 2001-01-21 21:26:23
|
more info... running "strace -f apachectl start" ends in: --- SIGSEGV (Segmentation fault) --- Only other odd things I see in the output are several: read(6, 0x8667e78, 8192) = -1 EAGAIN (Resource temporarily unavailable) That seem to keep popping up after the output of: write(6, "9\0\0\0\3SELECT * FROM menus WHERE m"..., 61) = 61 Other info: thefinn:/# apache -l Compiled-in modules: http_core.c mod_so.c mod_perl.c mod_macro.c thefinn:/# apache -v Server version: Apache/1.3.9 (Unix) Debian/GNU Server built: Apr 30 2000 12:54:24 thefinn:/# mysqld -v mysqld Ver 3.22.32 for pc-linux-gnu on i586 from CPAN shell, install Bundle::Slash says everything is up to date. ----- Original Message ----- From: "Tony Buser" <gr...@ju...> To: <sla...@li...> Sent: Sunday, January 21, 2001 2:55 PM Subject: Re: [Slashcode-development] problem running bender on debian > Other possibly related errors in slashd.log: > > Sun Jan 21 19:37:10 2001 Doing Hourly Update > TIME:3863:3600:980105830:980101967: > TIME:3874:3600:980105830:980101956: > DBD::mysql::st fetchrow failed: fetch() without execute() at > /usr/local/lib/site > _perl/i386-linux/Slash/DB/Static/MySQL.pm line 314. > > Anyone have any ideas? > > ----- Original Message ----- > From: "Tony Buser" <gr...@ju...> > To: <sla...@li...> > Sent: Sunday, January 21, 2001 2:10 PM > Subject: [Slashcode-development] problem running bender on debian > > > > After pulling my hair out and installing perl modules manually instead of > > using CPAN shell or apt-get, I think I finally have all the required stuff > > installed and setup... however whenever I try to start apache, it > > immediately crashes and the following error shows up in apache's > error.log: > > > > Issuing rollback() for database handle being DESTROY'd without explicit > > disconnect(). > > > > Heeeeeeelp! > > > > _______________________________________________ > Slashcode-development mailing list > Sla...@li... > http://lists.sourceforge.net/lists/listinfo/slashcode-development > |