A little explanation to the test. While it looks like being a unit test it is not that. CleanerThread catches everything in its run method therefore NPEs presence or absence can only be observed by way of printStacktrace code originally put there. Implementing something in CT just for the case of a test is perhaps not worth the effort.
Zsolt On Tue, Aug 8, 2017 at 4:13 PM, Zsolt Kúti <la.ti...@gmail.com> wrote: > Hi, > > Please review attached patch that resolves a bug painful for a few of us. > > Thanks > Zsolt >