Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jgit-dev] DirCacheTree: ArrayIndexOutOfBoundsExceptio

One of our users has reported following problem with jgit, commit
d29b5db695225ed9629b028f99070bd182320b0f:

java.lang.ArrayIndexOutOfBoundsException: 29
  at org.eclipse.jgit.dircache.DirCacheTree.getChild(DirCacheTree.java:249)
  at
org.eclipse.jgit.dircache.DirCacheIterator.parseEntry(DirCacheIterator.java:217)
  at
org.eclipse.jgit.dircache.DirCacheIterator.next(DirCacheIterator.java:196)
  at org.eclipse.jgit.treewalk.TreeWalk.popEntriesEqual(TreeWalk.java:931)
  at org.eclipse.jgit.treewalk.TreeWalk.next(TreeWalk.java:544)

According to his bug report, he had to re-clone the repository to get
rid of the problem. Shall I ask user for anything else which may be
helpful to track down the cause?

--
Best regards,
Marc Strapetz
=============
syntevo GmbH
http://www.syntevo.com
http://blog.syntevo.com


Back to the top