On 8/31/2010 8:58 PM, Roberto Lima wrote:
Hi all,
I have problems when i try to create a new trac for my repository. When I run with this command:

/usr/bin/trac-admin /svn/tracenv/ProjetoRhea initenv "Projeto Rhea" sqlite:db/trac.db svn /svn/repos/ProjetoRhea

Show this error and trac-admin break:
[...]
TracSearch imported from /usr/lib/python2.4/site-packages/Trac-0.11.7-py2.4.egg/trac/wiki/default-pages/TracSearch TracModWSGI imported from /usr/lib/python2.4/site-packages/Trac-0.11.7-py2.4.egg/trac/wiki/default-pages/TracModWSGI WikiMacros imported from /usr/lib/python2.4/site-packages/Trac-0.11.7-py2.4.egg/trac/wiki/default-pages/WikiMacros
Segmentation fault

I still trying with trac 0.11.2 and 0.11.7 but neither one works. Can you knows what's happening ?


You should run trac-admin under the debugger (gdb), to see what part of the code is triggering the segmentation fault (usually a library mismatch).

gdb `which python`
(gdb) /usr/bin/trac-admin /svn/tracenv/ProjetoRhea initenv "Projeto Rhea" sqlite:db/trac.db svn /svn/repos/ProjetoRhea
...
Segmentation fault
(gdb) bt
(here's the interesting stuff)

-- Christian

--
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