Hi,<br><br>I am trying to setup Trac 0.10dev (vc-refactoring branch) on RHEL 4.3, x86_64. <br><br>RedHat provides Python 2.3.4, Apache 2.0.52-22ent, mod_python-3.1.3-5.1. <br><br>I added Subversion 1.3.2, sqlite-3.3.6, pysqlite-2.3.2
, clearsilver-0.10.3 myself, installed from source.<br><br>I get a segmentation fault from httpd when running with mod_python whenever I call up even the home page of my Trac instance. The stack trace points to a Python dictionary routine being called from pysqlite:
<br><br>...<br>Loaded symbols for /usr/lib/python2.3/site-packages/libsvn/_repos.so<br>Reading symbols from /usr/lib64/python2.3/lib-dynload/shamodule.so...done.<br>Loaded symbols for /usr/lib64/python2.3/lib-dynload/shamodule.so
<br><br>#0 0x0000002a9bd905fc in PyDict_GetItem ()<br> from /etc/httpd/modules/mod_python.so<br>(gdb) where<br>#0 0x0000002a9bd905fc in PyDict_GetItem ()<br> from /etc/httpd/modules/mod_python.so<br>#1 0x0000002a9dac3037 in cache_get (self=0x2a9e81a6f0, args=Variable "args" is not available.
<br>)<br> at src/cache.c:122<br>#2 0x0000002a9dac1f83 in _query_execute (self=0x2a9e8171e8, multiple=0, args=Variable "args" is not available.<br>)<br> at src/cursor.c:570<br>#3 0x0000002a9bd7b530 in PyObject_Call ()
<br> from /etc/httpd/modules/mod_python.so<br>#4 0x0000002a9bdbbf19 in PyEval_CallObjectWithKeywords ()<br> from /etc/httpd/modules/mod_python.so<br>#5 0x0000002a9bdf6ebc in PyComplex_AsCComplex ()<br>...<br><br>Note that this is a 64 bit arch. Any clues?
<br><br>Is anyone running pysqlite 2.3.2 successfully?<br><br>It seems to work just fine with CGI, so that's what I'm running for now.<br><br>--<br>Regards,<br>Georg.<br><br>