Loïc Minier wrote:
>  Florent Weimer had the same problem, and it seems 1.03 fixed the bug
>  for him, do you confirm it fixes the bug for you?

I suppose this is an improvement, at least it's getting past r2628 now.

Committed revision 12101 from revision 12100.
Committed revision 12102 from revision 12101.
Committed revision 12103 from revision 12102.
Committed revision 12104 from revision 12103.
Committed revision 12105 from revision 12104.
Committed revision 12106 from revision 12105.
Committed revision 12107 from revision 12106.
Committed revision 12108 from revision 12107.
Committed revision 12109 from revision 12108.
Committed revision 12110 from revision 12109.
zsh: segmentation fault  svk sync -a

(current unstable)

Nothing in the logs to indicate any problem, and completly reproducible
now:

[EMAIL PROTECTED]:~/tmp>svk mirror --unlock //mirror/joey
mirror locks on //mirror/joey removed.
[EMAIL PROTECTED]:~/tmp>svk sync -a                      
Starting to synchronize //mirror/joey
Syncing file:///svn/joey
Retrieving log information from 12110 to 12326
zsh: segmentation fault  svk sync -a

I suppose this bug can be reassigned to perl or subversion or something
now, a segfault can hardly be a perl script's bug. :-/

strace tail:

open("/svn/joey/db/revs/12110", O_RDONLY) = 10
lseek(10, 422033, SEEK_SET)             = 422033
read(10, "id: dbu.wsn.r12110/422033\ntype: "..., 4096) = 4096
close(10)                               = 0
open("/svn/joey/db/revs/12110", O_RDONLY) = 10
lseek(10, 415744, SEEK_SET)             = 415744
read(10, "id: dbv.wsn.r12110/415744\ntype: "..., 4096) = 4096
close(10)                               = 0
open("/svn/joey/db/revprops/12110", O_RDONLY) = 10
read(10, "K 10\nsvn:author\nV 4\njoey\nK 8\nsvn"..., 4096) = 196
close(10)                               = 0
open("/svn/joey/db/revs/12110", O_RDONLY) = 10
lseek(10, 415744, SEEK_SET)             = 415744
read(10, "id: dbv.wsn.r12110/415744\ntype: "..., 4096) = 4096
close(10)                               = 0
open("/svn/joey/db/revs/12110", O_RDONLY) = 10
lseek(10, 415744, SEEK_SET)             = 415744
read(10, "id: dbv.wsn.r12110/415744\ntype: "..., 4096) = 4096
close(10)                               = 0
open("/svn/joey/db/revs/12110", O_RDONLY) = 10
lseek(10, 415323, SEEK_SET)             = 415323
read(10, "PLAIN\nK 14\nDerivedSources\nV 25\nd"..., 4096) = 4096
close(10)                               = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++

Note that my repo has 12915 revs, so it's near the end that it dies.

[EMAIL PROTECTED]:~>svn log -r12110 file:///home/svn/joey/   
------------------------------------------------------------------------
r12110 | joey | 2006-01-23 19:59:53 -0500 (Mon, 23 Jan 2006) | 3 lines

Load /home/joey/tmp/svn-uupdate.874/upstream/geotoad.exp into
branches/src/packages/geotoad/upstream.

------------------------------------------------------------------------

log -v shows 123 files were added in this revision.

Here's the result of svnadmin dump --incremental -r12110:
http://kitenet.net/~joey/tmp/r12110.dump

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature

Reply via email to