Tibor Simko schrieb:
> On Tue, 21 Jul 2009, Henning Weiler wrote:
>> If I set it to anything greater than 1, the segfaults keep comeing
>> back.
> 
> Cool, getting closer. :)
> 
>> using strace on one of the forked apache children seems rather
>> difficult?! strace shows me, that a child is spawned but does not
>> follow this call. Any ideas on how I could to this?
> 
> If strace is giving problems, then you can configure Apache to dump core
> in case of crash, via CoreDumpDirectory, and later run gdb on it.  See:
> <http://httpd.apache.org/dev/debugging.html#crashes>
> 
> Best regards

Alright...sorry I missed that part in your last eMail.

These are the last lines of the core dump right before the termination through 
the seg fault:

------ 8< ------
#239 0xb6dfbacd in PyEval_EvalCodeEx () from /usr/lib/libpython2.5.so.1.0
No symbol table info available.
#240 0xb6d9299a in ?? () from /usr/lib/libpython2.5.so.1.0
No symbol table info available.
#241 0xb6d6dfb7 in PyObject_Call () from /usr/lib/libpython2.5.so.1.0
No symbol table info available.
#242 0xb6d75e08 in ?? () from /usr/lib/libpython2.5.so.1.0
No symbol table info available.
#243 0xb6d6dfb7 in PyObject_Call () from /usr/lib/libpython2.5.so.1.0
No symbol table info available.
#244 0xb6d723da in PyObject_CallMethod () from /usr/lib/libpython2.5.so.1.0
No symbol table info available.
#245 0xb6e9ccdf in ?? () from /usr/lib/apache2/modules/mod_python.so
No symbol table info available.
#246 0xb6e9f0e6 in ?? () from /usr/lib/apache2/modules/mod_python.so
No symbol table info available.
#247 0xb806135d in ap_run_handler () from /usr/sbin/apache2
No symbol table info available.
#248 0xb8064f7f in ap_invoke_handler () from /usr/sbin/apache2
No symbol table info available.
#249 0xb80743b1 in ap_process_request () from /usr/sbin/apache2
No symbol table info available.
#250 0xb8070fc8 in ?? () from /usr/sbin/apache2
No symbol table info available.
#251 0xb806974d in ap_run_process_connection () from /usr/sbin/apache2
No symbol table info available.
#252 0xb80797d1 in ?? () from /usr/sbin/apache2
No symbol table info available.
#253 0xb8079b73 in ?? () from /usr/sbin/apache2
No symbol table info available.
#254 0xb807a492 in ap_mpm_run () from /usr/sbin/apache2
No symbol table info available.
#255 0xb804c0e9 in main () from /usr/sbin/apache2
No symbol table info available.
Core was generated by `/usr/sbin/apache2 -k start'.
Program terminated with signal 11, Segmentation fault.
------ 8< ------


Please tell me, if you find something uesful.

Cheers,
 Henning

-- 
Henning Weiler
CERN - Open Access Section
Postbox C24300

Tel: +41-22-767-7836
eMail: [email protected]

Reply via email to