Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Subversive » Assertion Failure: in SVNAnnotationGenerator.normalizeBlames():current chunks should always start at
Assertion Failure: in SVNAnnotationGenerator.normalizeBlames():current chunks should always start at [message #38711] Thu, 04 December 2008 08:08 Go to next message
John Hawksley is currently offline John HawksleyFriend
Messages: 26
Registered: July 2009
Junior Member
Hello Polarion,

I have just received this message while trying to view annotations for a
given file.

Get annotation for 'X.java' failed.
svn: ASSERTION FAILURE in
SVNAnnotationGenerator.normalizeBlames():current chunks should always
start at the same offset

This is (currently) repeatable. Connector is SVN Kit (SVN/1.5.2, SVNKit
1.2.0) r4949. Subversive is 0.7.5.I20081029-1900.

Error log contains:

SVN: '0x00400032: Show Annotation' operation finished with error

Followed by:

org.eclipse.team.svn.core.connector.SVNConnectorException: svn:
ASSERTION FAILURE in SVNAnnotationGenerator.normalizeBlames():current
chunks should always start at the same offset
at
org.polarion.team.svn.connector.svnkit.SVNKitConnector.handl eClientException(SVNKitConnector.java:1372)
at
org.polarion.team.svn.connector.svnkit.SVNKitConnector.annot ate(SVNKitConnector.java:1198)
at
org.eclipse.team.svn.core.extension.factory.ThreadNameModifi er.annotate(ThreadNameModifier.java:66)
at
org.eclipse.team.svn.core.operation.remote.GetResourceAnnota tionOperation.runImpl(GetResourceAnnotationOperation.java:75 )
at
org.eclipse.team.svn.core.operation.AbstractActionOperation. run(AbstractActionOperation.java:76)
at
org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doT ask(ProgressMonitorUtility.java:103)
at
org.eclipse.team.svn.core.operation.CompositeOperation.runIm pl(CompositeOperation.java:94)
at
org.eclipse.team.svn.core.operation.AbstractActionOperation. run(AbstractActionOperation.java:76)
at
org.eclipse.team.svn.core.operation.LoggedOperation.run(Logg edOperation.java:37)
at
org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doT ask(ProgressMonitorUtility.java:103)
at
org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doT askExternal(ProgressMonitorUtility.java:89)
at
org.eclipse.team.svn.ui.utility.DefaultCancellableOperationW rapper.run(DefaultCancellableOperationWrapper.java:55)
at
org.eclipse.team.svn.ui.utility.SVNTeamOperationWrapper.run( SVNTeamOperationWrapper.java:35)
at
org.eclipse.team.internal.ui.actions.JobRunnableContext.run( JobRunnableContext.java:144)
at
org.eclipse.team.internal.ui.actions.JobRunnableContext$Reso urceJob.runInWorkspace(JobRunnableContext.java:72)
at
org.eclipse.core.internal.resources.InternalWorkspaceJob.run (InternalWorkspaceJob.java:38)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: org.tigris.subversion.javahl.ClientException: svn: ASSERTION
FAILURE in SVNAnnotationGenerator.normalizeBlames():current chunks
should always start at the same offset
at
org.tigris.subversion.javahl.JavaHLObjectFactory.throwExcept ion(JavaHLObjectFactory.java:724)
at
org.tmatesoft.svn.core.javahl.SVNClientImpl.throwException(S VNClientImpl.java:1926)
at
org.tmatesoft.svn.core.javahl.SVNClientImpl.blame(SVNClientI mpl.java:1630)
at
org.tmatesoft.svn.core.javahl.SVNClientImpl.blame(SVNClientI mpl.java:1604)
at
org.polarion.team.svn.connector.svnkit.SVNKitConnector.annot ate(SVNKitConnector.java:1195)
.... 15 more
Caused by: org.tmatesoft.svn.core.SVNException: svn: ASSERTION FAILURE
in SVNAnnotationGenerator.normalizeBlames():current chunks should always
start at the same offset
at
org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVN ErrorManager.java:64)
at
org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVN ErrorManager.java:51)
at
org.tmatesoft.svn.core.SVNAnnotationGenerator.normalizeBlame s(SVNAnnotationGenerator.java:626)
at
org.tmatesoft.svn.core.SVNAnnotationGenerator.reportAnnotati ons(SVNAnnotationGenerator.java:377)
at org.tmatesoft.svn.core.wc.SVNLogClient.doAnnotate(SVNLogClie nt.java:1034)
at org.tmatesoft.svn.core.wc.SVNLogClient.doAnnotate(SVNLogClie nt.java:402)
at
org.tmatesoft.svn.core.javahl.SVNClientImpl.blame(SVNClientI mpl.java:1611)
.... 17 more


I am going over to SmartSVN to try to get this annotation.

Cheers,
-John
Re: Assertion Failure: in SVNAnnotationGenerator.normalizeBlames():current chunks should always star [message #39799 is a reply to message #38711] Wed, 24 December 2008 09:48 Go to previous message
Igor Burilo is currently offline Igor BuriloFriend
Messages: 435
Registered: July 2009
Senior Member
Hello John,

Could you provide more information to detect the problem?
1. Did you try to annotate this file with other SVN connector, e.g. javahl?
2. Try to update Subversive and annotate file again, it's supplied with SVN
Kit 1.5.4.
3. Also does this problem happen with command line svn client?
4. Does the problem happen with only one particular file?

> Hello Polarion,
>
> I have just received this message while trying to view annotations for a
> given file.
>
> Get annotation for 'X.java' failed.
> svn: ASSERTION FAILURE in SVNAnnotationGenerator.normalizeBlames():current
> chunks should always start at the same offset
>
> This is (currently) repeatable. Connector is SVN Kit (SVN/1.5.2, SVNKit
> 1.2.0) r4949. Subversive is 0.7.5.I20081029-1900.
>
> Error log contains:
>
> SVN: '0x00400032: Show Annotation' operation finished with error
>
> Followed by:
>
> org.eclipse.team.svn.core.connector.SVNConnectorException: svn: ASSERTION
> FAILURE in SVNAnnotationGenerator.normalizeBlames():current chunks should
> always start at the same offset
> at
> org.polarion.team.svn.connector.svnkit.SVNKitConnector.handl eClientException(SVNKitConnector.java:1372)
> at
> org.polarion.team.svn.connector.svnkit.SVNKitConnector.annot ate(SVNKitConnector.java:1198)
> at
> org.eclipse.team.svn.core.extension.factory.ThreadNameModifi er.annotate(ThreadNameModifier.java:66)
> at
> org.eclipse.team.svn.core.operation.remote.GetResourceAnnota tionOperation.runImpl(GetResourceAnnotationOperation.java:75 )
> at
> org.eclipse.team.svn.core.operation.AbstractActionOperation. run(AbstractActionOperation.java:76)
> at
> org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doT ask(ProgressMonitorUtility.java:103)
> at
> org.eclipse.team.svn.core.operation.CompositeOperation.runIm pl(CompositeOperation.java:94)
> at
> org.eclipse.team.svn.core.operation.AbstractActionOperation. run(AbstractActionOperation.java:76)
> at
> org.eclipse.team.svn.core.operation.LoggedOperation.run(Logg edOperation.java:37)
> at
> org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doT ask(ProgressMonitorUtility.java:103)
> at
> org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doT askExternal(ProgressMonitorUtility.java:89)
> at
> org.eclipse.team.svn.ui.utility.DefaultCancellableOperationW rapper.run(DefaultCancellableOperationWrapper.java:55)
> at
> org.eclipse.team.svn.ui.utility.SVNTeamOperationWrapper.run( SVNTeamOperationWrapper.java:35)
> at
> org.eclipse.team.internal.ui.actions.JobRunnableContext.run( JobRunnableContext.java:144)
> at
> org.eclipse.team.internal.ui.actions.JobRunnableContext$Reso urceJob.runInWorkspace(JobRunnableContext.java:72)
> at
> org.eclipse.core.internal.resources.InternalWorkspaceJob.run (InternalWorkspaceJob.java:38)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> Caused by: org.tigris.subversion.javahl.ClientException: svn: ASSERTION
> FAILURE in SVNAnnotationGenerator.normalizeBlames():current chunks should
> always start at the same offset
> at
> org.tigris.subversion.javahl.JavaHLObjectFactory.throwExcept ion(JavaHLObjectFactory.java:724)
> at
> org.tmatesoft.svn.core.javahl.SVNClientImpl.throwException(S VNClientImpl.java:1926)
> at
> org.tmatesoft.svn.core.javahl.SVNClientImpl.blame(SVNClientI mpl.java:1630)
> at
> org.tmatesoft.svn.core.javahl.SVNClientImpl.blame(SVNClientI mpl.java:1604)
> at
> org.polarion.team.svn.connector.svnkit.SVNKitConnector.annot ate(SVNKitConnector.java:1195)
> ... 15 more
> Caused by: org.tmatesoft.svn.core.SVNException: svn: ASSERTION FAILURE in
> SVNAnnotationGenerator.normalizeBlames():current chunks should always
> start at the same offset
> at
> org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVN ErrorManager.java:64)
> at
> org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVN ErrorManager.java:51)
> at
> org.tmatesoft.svn.core.SVNAnnotationGenerator.normalizeBlame s(SVNAnnotationGenerator.java:626)
> at
> org.tmatesoft.svn.core.SVNAnnotationGenerator.reportAnnotati ons(SVNAnnotationGenerator.java:377)
> at
> org.tmatesoft.svn.core.wc.SVNLogClient.doAnnotate(SVNLogClie nt.java:1034)
> at
> org.tmatesoft.svn.core.wc.SVNLogClient.doAnnotate(SVNLogClie nt.java:402)
> at
> org.tmatesoft.svn.core.javahl.SVNClientImpl.blame(SVNClientI mpl.java:1611)
> ... 17 more
>
>
> I am going over to SmartSVN to try to get this annotation.
>
> Cheers,
> -John
Previous Topic:Prevent replace from deleting a file
Next Topic:Subversive Project Page: Repository link wrong
Goto Forum:
  


Current Time: Fri Mar 29 08:43:57 GMT 2024

Powered by FUDForum. Page generated in 0.03785 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top