Toni Brkic
toni.brkic at switchcore.com
Mon Mar 14 08:06:48 EST 2005
Hi, I've used trac with mod_python but after an security update it stopped working so I assume the fault is in mod_python/apache2 and not in the python scritpts. But I would appreciate if anybody could give any hints how to pinpoint where the problem is a little bit better, because right now I have no idea on how to go forward. My OS is Linux with SuSE9.1. The installed rpm:s i have are: apache2-prefork-2.0.50-3.1 apache2-2.0.50-3.1 apache2-mod_python-3.1.3-37.6 My error log looks like below when I use mod_python now. My scripts works fine with cgi. What I noticed is that before I got the message: mod_python: (Re)importing module 'trac.ModPythonHandler' But I dont get that anymore. [Mon Mar 14 11:00:46 2005] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2) [Mon Mar 14 11:00:46 2005] [notice] mod_python: Creating 32 session mutexes based on 150 max processes and 0 max threads. [Mon Mar 14 11:00:46 2005] [notice] Apache/2.0.50 (Linux/SUSE) configured -- resuming normal operations [Mon Mar 14 11:01:04 2005] [notice] child pid 7377 exit signal Segmentation fault (11) [Mon Mar 14 11:01:11 2005] [notice] child pid 7378 exit signal Segmentation fault (11) [Mon Mar 14 11:01:21 2005] [notice] child pid 7376 exit signal Segmentation fault (11) [Mon Mar 14 11:01:25 2005] [notice] child pid 7379 exit signal Segmentation fault (11) [Mon Mar 14 11:03:04 2005] [notice] child pid 7380 exit signal Segmentation fault (11) [Mon Mar 14 11:03:21 2005] [notice] child pid 7395 exit signal Segmentation fault (11) [Mon Mar 14 11:05:37 2005] [warn] child process 7398 still did not exit, sending a SIGTERM [Mon Mar 14 11:05:37 2005] [warn] child process 7396 still did not exit, sending a SIGTERM [Mon Mar 14 11:05:37 2005] [warn] child process 7397 still did not exit, sending a SIGTERM [Mon Mar 14 11:05:37 2005] [warn] child process 7426 still did not exit, sending a SIGTERM [Mon Mar 14 11:05:37 2005] [warn] child process 7438 still did not exit, sending a SIGTERM [Mon Mar 14 11:05:37 2005] [warn] child process 7398 still did not exit, sending a SIGTERM [Mon Mar 14 11:05:37 2005] [warn] child process 7396 still did not exit, sending a SIGTERM [Mon Mar 14 11:05:37 2005] [warn] child process 7397 still did not exit, sending a SIGTERM [Mon Mar 14 11:05:37 2005] [warn] child process 7426 still did not exit, sending a SIGTERM [Mon Mar 14 11:05:37 2005] [warn] child process 7438 still did not exit, sending a SIGTERM [Mon Mar 14 11:05:38 2005] [notice] caught SIGTERM, shutting down
|