So, after a forced server reboot a few days ago, my trac instance just
doesn't work anymore. Any attempt to launch it causes the caller to
spiral out of control in memory and CPU usage.

It was initially being started by apache, but the same error happens
while using tracd.

Turning on PythonDebug on in apache didn't help. Turning up the log
settings to debug didn't net anything interesting (all it does is load
plugins, and nothing else)

I tried checking the database using PRAGMA integrity_check; vacuum; -
no complaints.

a gdb trace of the python script (attach while it appears to be locked
up) leads to
0x0000003eec00b3cf in __accept_nocancel () from /lib64/tls/
libpthread.so.0
(gdb) bt
#0  0x0000003eec00b3cf in __accept_nocancel () from /lib64/tls/
libpthread.so.0
#1  0x00002acd1d227eb1 in init_sockobject () from /usr/lib64/python2.3/
lib-dynload/_socketmodule.so
#2  0x0000003eebc898f6 in _PyEval_SliceIndex () from /usr/lib64/
libpython2.3.so.1.0
#3  0x0000003eebc89b91 in _PyEval_SliceIndex () from /usr/lib64/
libpython2.3.so.1.0
#4  0x0000003eebc89b91 in _PyEval_SliceIndex () from /usr/lib64/
libpython2.3.so.1.0
#5  0x0000003eebc89b91 in _PyEval_SliceIndex () from /usr/lib64/
libpython2.3.so.1.0
#6  0x0000003eebc89b91 in _PyEval_SliceIndex () from /usr/lib64/
libpython2.3.so.1.0
#7  0x0000003eebc8b23e in PyEval_EvalCodeEx () from /usr/lib64/
libpython2.3.so.1.0
#8  0x0000003eebc89a1a in _PyEval_SliceIndex () from /usr/lib64/
libpython2.3.so.1.0
#9  0x0000003eebc8b23e in PyEval_EvalCodeEx () from /usr/lib64/
libpython2.3.so.1.0
#10 0x0000003eebc89a1a in _PyEval_SliceIndex () from /usr/lib64/
libpython2.3.so.1.0
#11 0x0000003eebc8b23e in PyEval_EvalCodeEx () from /usr/lib64/
libpython2.3.so.1.0
#12 0x0000003eebc8b4a2 in PyEval_EvalCode () from /usr/lib64/
libpython2.3.so.1.0
#13 0x0000003eebca40c9 in PyErr_Display () from /usr/lib64/
libpython2.3.so.1.0
#14 0x0000003eebca50ad in PyRun_SimpleFileExFlags () from /usr/lib64/
libpython2.3.so.1.0
#15 0x0000003eebcaa7a8 in Py_Main () from /usr/lib64/libpython2.3.so.
1.0
#16 0x0000003eeb51c4bb in __libc_start_main () from /lib64/tls/libc.so.
6
#17 0x00000000004006ba in _start ()
#18 0x00007fff908ff118 in ?? ()
#19 0x000000000000001c in ?? ()
#20 0x0000000000000005 in ?? ()
#21 0x00007fff90900a6d in ?? ()
#22 0x00007fff90900a7d in ?? ()
---Type <return> to continue, or q <return> to quit---
#23 0x00007fff90900a8c in ?? ()
#24 0x00007fff90900a8f in ?? ()
#25 0x00007fff90900a92 in ?? ()
#26 0x0000000000000000 in ?? ()

I'm not sure what my next debugging step should be to see what's
failing. Any advice? What should I do now?

Thanks,
Rizwan

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to