> Ok, I successfully built and installed the midgard packages, updated the > database using datagard, converted everything to UTF-8 etc and now the new > website is up and running. > > But, I have a strange problem with Apache2, it segfaults quite often: > > [Thu Jul 21 00:00:26 2005] [notice] child pid 26726 exit signal Segmentation > fault (11) > [Thu Jul 21 00:00:31 2005] [notice] child pid 26727 exit signal Segmentation > fault (11) > [Thu Jul 21 00:04:31 2005] [notice] child pid 26732 exit signal Segmentation > fault (11)
Are there any warnings when Apache2 is starting up? Please send backtrace for these segfaults: http://midgard-project.org/community/development/debugging.html in debian you should do: /etc/init.d/apache2 stop gdb apache2 run -X type `backtrace` or `bt` in gdb when segfault appear. Piotras --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
