Ouch !

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1215211840 (LWP 31344)]
0xb7a781e3 in strlen () from /lib/tls/libc.so.6

Here is the backtrace:

#0  0xb7a781e3 in strlen () from /lib/tls/libc.so.6
#1  0xb7777ec5 in PyString_FromString () from /usr/lib/libpython2.3.so.1.0
#2  0xb78324e9 in MpTable_New () from /usr/lib/apache2/modules/mod_python.so
#3  0xb774704a in PyObject_GetItem () from /usr/lib/libpython2.3.so.1.0
#4  0xb776f922 in PyDict_Merge () from /usr/lib/libpython2.3.so.1.0
#5  0xb776fa2d in PyDict_Update () from /usr/lib/libpython2.3.so.1.0
#6  0xb776fa64 in PyDict_Update () from /usr/lib/libpython2.3.so.1.0
#7  0xb77aa9d9 in _PyEval_SliceIndex () from /usr/lib/libpython2.3.so.1.0
#8  0xb77ab646 in PyEval_EvalCodeEx () from /usr/lib/libpython2.3.so.1.0
#9  0xb775ef5a in PyFunction_SetClosure () from /usr/lib/libpython2.3.so.1.0
#10 0xb7744bb7 in PyObject_Call () from /usr/lib/libpython2.3.so.1.0
#11 0xb774c106 in PyMethod_New () from /usr/lib/libpython2.3.so.1.0
#12 0xb7744bb7 in PyObject_Call () from /usr/lib/libpython2.3.so.1.0
#13 0xb77829ae in _PyObject_SlotCompare () from /usr/lib/libpython2.3.so.1.0
#14 0xb7780075 in PyType_IsSubtype () from /usr/lib/libpython2.3.so.1.0
#15 0xb7744bb7 in PyObject_Call () from /usr/lib/libpython2.3.so.1.0
#16 0xb77a74c1 in _PyEval_SliceIndex () from /usr/lib/libpython2.3.so.1.0
#17 0xb77aa906 in _PyEval_SliceIndex () from /usr/lib/libpython2.3.so.1.0
#18 0xb77ab646 in PyEval_EvalCodeEx () from /usr/lib/libpython2.3.so.1.0
#19 0xb775ef5a in PyFunction_SetClosure () from /usr/lib/libpython2.3.so.1.0
#20 0xb7744bb7 in PyObject_Call () from /usr/lib/libpython2.3.so.1.0
#21 0xb774c106 in PyMethod_New () from /usr/lib/libpython2.3.so.1.0
#22 0xb7744bb7 in PyObject_Call () from /usr/lib/libpython2.3.so.1.0
#23 0xb774886e in PyObject_CallMethod () from /usr/lib/libpython2.3.so.1.0
#24 0xb7837c58 in python_cleanup () from /usr/lib/apache2/modules/mod_python.so
#25 0xb7839359 in python_cleanup () from /usr/lib/apache2/modules/mod_python.so
#26 0x08079045 in ap_run_handler ()
#27 0x08079481 in ap_invoke_handler ()
#28 0x0806a558 in ap_process_request ()
#29 0x08065218 in _start ()

The crash seems to happen when authentication is performed (i.e. the
/trac/project/login URL)

On 3/14/06, Alec Thomas <[EMAIL PROTECTED]> wrote:
> Perhaps you could run Apache as a single foreground process under GDB:
>
>     gdb /usr/sbin/httpd
>     (gdb) run -X
>
> Then at least you'll know what library the segfault is occurring in.
>

--
Manu
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to