Hi everyone, just set up trac 0.12.2 over sqlite on my Fedora box and trac is working fine through the web browser and command line. My issue is with implementing svn hooks where the post-commit hook dies on a segmentation fault when running this command:
/usr/bin/trac-admin /var/trac/myproject changeset added "$1" "$2" Where $1 is the svn repository path on the local file system and $2 is the revision. The output of this command is this: /path/to/svn/hooks/post-commit: line 9: 3874 Segmentation fault /usr/bin/trac-admin /var/trac/myproject changeset added "$1" "$2" How would I go about debugging this? Does anyone know why this might be happening on a fresh install (I did not upgrade, it's clean)? I did some basic checking with regards to the user running this command which is apache. I also tried running this command as apache to see if it would fail, but this works just find from the command line: sudo -u apache /usr/bin/trac-admin /var/trac/ujaweb changeset added /path/to/svn/repo 750 I'm somewhat out of ideas here. Does anyone have any ideas why this might be happening? *Here is some further information in case it's useful:* Linux: Linux hostname.com 2.6.18-028stab069.5 #1 SMP Tue May 18 17:26:16 MSD 2010 x86_64 x86_64 x86_64 GNU/Linux Apache: 2.2.17 w/ mod_wsgi Python: 2.6.4 Trac: 0.12.2 (over Apache w/ mod_wsgi) I also tried running with strace and the strace output is available here: http://205.186.157.63/strace.tgz Any help would be greatly appreciated!! Nick -- 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.
