sleak

Sleak (SWT & RCP) : Device is not tracking resource allocation (eclipse 4.3)

六眼飞鱼酱① 提交于 2019-12-01 07:12:01
问题 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

Sleak in RCP: Device is not tracking resource allocation

大憨熊 提交于 2019-12-01 02:28:27
问题 I have tried to make Sleak work on my Indigo RCP application. I have followed the steps on this guide. I.e. I have installed the plugin, added the swt tools plugin to current plugins, added the required plugins, modified the tracing options, and added the view in my application with folder.addView("org.eclipse.swt.tools.views.SleakView"); The view does indeed show up but I keep getting the error 'Device is not tracking resource allocation' when I try to use it. I have tried the answers to