Modify ↓
Opened 14 years ago
Closed 14 years ago
#9608 closed defect (cantfix)
Segmentation fault of apache2 when linking to SVN repository
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | high | Milestone: | |
Component: | version control | Version: | 0.12-stable |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
My trac.ini (fragment of it):
[repositories] test.dir = /home/me/reps/test test.description = main repository test.type = svn test.url = svn://svn.fazend.com/test .alias = test .hidden = true
This configuration leads to "segmentation fault" of Apache 2, without any messages in log files (neither Trac, nor Apache). When I remove this text from trac.ini
file everything works fine, but Trac doesn't see any repositories.
What am I doing wrong? Thanks!
Attachments (0)
Change History (2)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
Milestone: | 0.12.1 |
---|---|
Resolution: | → cantfix |
Status: | new → closed |
Well, this is an InstallationIssue…
There are many possible ways to get segmentation faults thanks to the Python bindings for Subversion, we can't document them all ;-)
Note:
See TracTickets
for help on using tickets.
The problem is inside my Python configuration: