Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] reconciler null pointer exception patch

> 
> This patch prevents a null pointer exception in 
> org.eclipse.jface.text.reconciler.AbstractReconciler.  Under certain 
> conditions (like rapidly closing all editors) the call to getDocument() 
> inside initialProcess() can return null which causes an exception.
> 

I'm in the vicinity.  Seen report of this before, some sort of race condition.
We will have to drill more on this for the head but meanwhile.

Apply to head and branch.

Thanks.



Back to the top