Re: Apache child process segfault
David Hakim <dhakim-Gkm/TONP9n1Wk0Htik3J/[email protected]> Sat, 20 Sep 2003 20:10:12 -0400
| Newsgroups | gmane.comp.lang.moto.user |
|---|---|
| Message-ID | <[email protected]> |
Hmmm... Are you running any other modules that link to their own MySQL client libraries ? What version of moto are you running (and on what platform). Did you build apache yourself ? Could you try 'gdb bin/httpd core' after it dumps core and post the stack trace (if present .. the command for this is 'bt' from the gdb command prompt) -Dave On Saturday, September 20, 2003, at 04:18 PM, Jonas Koch Bentzen wrote: > Hello, > > I'm having problems using Moto with Apache: Whenever I load a page, an > older, incomplete, or blank version of the page shows up, and I get > this message in the Apache error log: > > [notice] child pid 2317 exit signal Segmentation fault (11) > > This happens even if I uncomment the lines in httpd.conf that load the > PHP module, so the problem is not related to often mentioned PHP/MySQL > problem. > > Here's my lines in httpd.conf: > > LoadModule moto_module /usr/lib/apache/mod_moto.so > AddModule mod_moto.c > > <IfModule mod_moto.c> > AddHandler moto .moto > </IfModule> > > Whenever I restart Apache, the Moto module seems to load fine. From > the error log: > > ### Pre-Loading Extension 'libmx_moto.so' from > '/usr/local/mx/moto/libmx_moto.so' > ### Pre-Loading Extension 'libmx_cstdlib.so' from > '/usr/local/mx/cstdlib/libmx_cstdlib.so' > ### Pre-Loading Extension 'libmx_codex_db_pgsql.so' from > '/usr/local/mx/codex/db/pgsql/libmx_codex_db_pgsql.so' > ### Pre-Loading Extension 'libmx_codex_io.so' from > '/usr/local/mx/codex/io/libmx_codex_io.so' > ### Pre-Loading Extension 'libmx_codex_http.so' from > '/usr/local/mx/codex/http/libmx_codex_http.so' > ### Pre-Loading Extension 'libmx_codex_util.so' from > '/usr/local/mx/codex/util/libmx_codex_util.so' > ### Pre-Loading Extension 'libmx_moto.so' from > '/usr/local/mx/moto/libmx_moto.so' > ### Pre-Loading Extension 'libmx_cstdlib.so' from > '/usr/local/mx/cstdlib/libmx_cstdlib.so' > ### Pre-Loading Extension 'libmx_codex_db_pgsql.so' from > '/usr/local/mx/codex/db/pgsql/libmx_codex_db_pgsql.so' > ### Pre-Loading Extension 'libmx_codex_io.so' from > '/usr/local/mx/codex/io/libmx_codex_io.so' > ### Pre-Loading Extension 'libmx_codex_http.so' from > '/usr/local/mx/codex/http/libmx_codex_http.so' > > Any of you know what the problem might be? Thanks in advance :) > > - Jonas Bentzen > > -- > http://understroem.dk/ > http://findhim.com/ > >