Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] Bug in JGit?

OK, reported as

https://bugs.eclipse.org/bugs/show_bug.cgi?id=310291

-- 
Best regards,
Thomas Singer
=============
syntevo GmbH
http://www.syntevo.com
http://blog.syntevo.com


On 23.04.2010 16:04, Chris Aniszczyk wrote:
> On Fri, Apr 23, 2010 at 4:04 AM, Thomas Singer <jgit-dev@xxxxxxxxx> wrote:
>> A user of our SmartGit 1.5 reports following exception:
>>
>>  java.lang.NullPointerException
>>        at java.util.zip.Inflater.ensureOpen(Inflater.java:336)
>>        at java.util.zip.Inflater.reset(Inflater.java:304)
>>        at org.eclipse.jgit.lib.InflaterCache.release(InflaterCache.java:92)
>>        at
>> org.eclipse.jgit.lib.UnpackedObjectLoader.<init>(UnpackedObjectLoader.java:169)
>>        at
>> org.eclipse.jgit.lib.UnpackedObjectLoader.<init>(UnpackedObjectLoader.java:82)
>>        at org.eclipse.jgit.lib.ObjectDirectory.openObject2(ObjectDirectory.java:277)
>>        at
>> org.eclipse.jgit.lib.ObjectDatabase.openObjectImpl2(ObjectDatabase.java:237)
>>        at org.eclipse.jgit.lib.ObjectDatabase.openObject(ObjectDatabase.java:202)
>>        at org.eclipse.jgit.lib.Repository.openObject(Repository.java:379)
>>        at org.eclipse.jgit.revwalk.RevObject.loadCanonical(RevObject.java:81)
>>        at org.eclipse.jgit.revwalk.RevCommit.parseHeaders(RevCommit.java:89)
>>        at org.eclipse.jgit.revwalk.PendingGenerator.next(PendingGenerator.java:145)
>>        at
>> org.eclipse.jgit.revwalk.TopoSortGenerator.<init>(TopoSortGenerator.java:78)
>>        at org.eclipse.jgit.revwalk.StartGenerator.next(StartGenerator.java:153)
>>        at org.eclipse.jgit.revwalk.RevWalk.next(RevWalk.java:387)
>>        at org.eclipse.jgit.revwalk.RevWalk.iterator(RevWalk.java:1022)
>>
>> Does this indicate a bug in JGit or a corrupt working copy?
> 
> Your best bet is to generally open bugs for these types of issues:
>      https://bugs.eclipse.org/bugs/enter_bug.cgi?product=JGit
> 


Back to the top