On Tue, 21 Jul 2009, Henning Weiler wrote: > These are the last lines of the core dump right before the termination > through the seg fault:
Is this all you see when doing `bt full'? In that case, recompiling Apache/mod_python/Python with a debug option should probably be done. (E.g. via ``gcc -g''.) For now, we can see that the process went into the mod_python, and then died due to some reason. So I'd try to investigate the config of your mod_python first. E.g. does mod_python works well if you disable Invenio handler and use only the standard Publisher handler with a simple hello world script? Best regards -- Tibor Simko ** CERN Document Server ** <http://cds.cern.ch/>
