my RCP application (Video-Player with OpenCV java) throws the famous:
org.eclipse.swt.SWTError: No more handles
Error
So now I found Sleak and a tutorial
I tryed the first way, but when I start the app and click on the snap button in the Sleak-View I got: "WARNING: Device is not tracking resource allocation".
When I do it the second way(.options file and -debug in the eclipse.ini (inserted befor the -vmargs) I get some results in the sleak view but they are all Eclipse Resources... like said there I've trace eclipse ... but I do not want to ...
I'am running on Eclipse 4.3 SR1 (RCP) with sleak build for 4.3 (I have tryed it with the 4.4 build but it did not work either)
And in my RCP (e4) application is no Part where I do
Display display = PlatformUI.createDisplay();
like proposed here.