Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] stack overflow in branch deletion

I am wondering how the call stack looks like:

 at org.eclipse.jgit.lib.Repository.getRef(Repository.java:765)
	at 
org.eclipse.egit.core.internal.indexdiff.IndexDiffCacheEntry$2.onRefsChange
d(IndexDiffCacheEntry.java:88)



IndexDiffCacheEntry.onRefsChanged does not call getRef. And it should not
do, event processing is done asynchronously using a Job.


--Jens



On 21.03.12 08:48, "Markus Duft" <markus.duft@xxxxxxxxxx> wrote:

>	at org.eclipse.jgit.lib.Repository.getRef(Repository.java:765)
>	at 
>org.eclipse.egit.core.internal.indexdiff.IndexDiffCacheEntry$2.onRefsChang
>ed(IndexDiffCacheEntry.java:88)



Back to the top