Mailing List Archive

svn sync -> segm. fault
sync.py:

repos.svn_repos_dir_delta(old_root, '', '',
new_root, '', e_ptr, e_baton, authz_cb,
0, 1, 0, 1, pool)

This one i.e. causes a segm. fault.

I can browse repos. Unfortunally i get segm. faults using the timeline, logs, changelogs etc. .
svn sync -> segm. fault [ In reply to ]
On Tue, 5 Oct 2004 12:14:09 +0200
Arvid Walter <arvidw@web.de> wrote:

> sync.py:
>
> repos.svn_repos_dir_delta(old_root, '', '',
> new_root, '', e_ptr, e_baton, authz_cb,
> 0, 1, 0, 1, pool)
>
> This one i.e. causes a segm. fault.
>
> I can browse repos. Unfortunally i get segm. faults using the timeline, logs, changelogs etc. .
> _______________________________________________
> Trac mailing list
> Trac@lists.edgewall.com
> http://lists.edgewall.com/mailman/listinfo/trac
>

I did an svn update of trac today.
Now there are 2 segm. faults left.
Log.py and Changelog.py containing an svn.repos.xy call

svn.repos.svn_repos_get_logs (self.repos, [path],
0, rev, 1, 0, self.log_receiver,
self.pool)

i.e..
This line causes an segm. fault.