-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sunday 02 June 2002 5:08 am, Melvyn Sopacua wrote: > Matt Sergeant said at 08:05 29-5-2002: > >When you install, make sure you use "make install UNINST=1". > > Done that. > > >Secondly, segfaults may be related to XML::LibXML - make sure you upgrade > > to at least 1.50. > > Done that too. > > But - I've got segfaults with 1.52, on BSD/OS, on a very particular point > and reproducable: > When I call the 'default page' - ie Apache has to expand the /(pathname)*/? > to the first match in the DirectoryIndex. Disable PerlModule AxKit > (and related directives) solves the problem instantly. Other perlmodules, > still get loaded (like Apache::PerlRun). > > However - I can't get a core dump, and in gdb run -X /path/to/conf doesn't > create a socket somehow.
You must be doing something wrong with gdb. The full thing is: $ gdb /path/to/apache/bin/httpd gdb> run -X <make a request> <watch it segfault> gdb> bt Note that you really should do it with symbols enabled in your AxKit to make this useful for me (compile AxKit with OPTIMIZE=-g). - -- <:->get a SMart net</:-> -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE8+dG2VBc71ct6OywRAp0HAJoC4pc9doJFG8OvmWM/qCw42y+RhgCfaMLh 6jW/jvhEtVQnZ8u4B3czCZU= =iO+V -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
