> Attaching to program: /usr/local/bin/python, process 94603 > ptrace: Operation not permitted. > /usr/home/dave/94603: No such file or directory.
It didn't actually attach to the process, I'm guessing you're not root or the user trac runs under when you tried gdb. I wonder if you're hitting http://trac.edgewall.org/ticket/7064 (giant code blocks basically are really bad for performance, reallocating memory a lot, and bringing that process to a halt). Can you check for any db rows over... say, 100KB? Tim --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Development" 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-dev?hl=en -~----------~----~----~----~------~----~------~--~---
