<p>Hi, when launching the <a data-ipb='nomediaparse' href='
https://wiki.eclipse.org/index.php?title=MemoryAnalyzer/Contributor_Reference#Workspace'>Eclipse MAT RCP</a>, after loading a heapdump, the interactive pie chart on the Overview pane is blank (although a placeholder of the correct size exists). I'm launching from Eclipse Mars 4.5.1 on Linux 64-bit and the matching BIRT plugins are version 4.5.0.v201506092134. Previous versions of Eclipse/BIRT worked fine.</p>
<p> </p>
<p>There were no obvious errors in the console/error log, so I started it with -debug and the following .options file (I just guessed which BIRT logging might be useful):</p>
<p> </p>
<p>org.eclipse.birt.chart.engine/debug=true<br>
org.eclipse.birt.chart.ui/debug=true<br>
org.eclipse.birt.chart.device.extension/util=true<br>
org.eclipse.birt.chart.device.extension/swt=true<br>
org.eclipse.birt.chart.engine/render=true<br>
org.eclipse.birt.chart.engine/model=true<br>
org.eclipse.birt.chart.engine/event=true<br>
org.eclipse.birt.chart.engine/trace=true<br>
org.eclipse.birt.chart.engine/factory=true<br>
org.eclipse.birt.chart.engine/exception=true<br>
org.eclipse.birt.chart.engine/util=true<br>
org.eclipse.birt.chart.examples/swt.series=true<br>
org.eclipse.birt.chart.reportitem/trace=true<br>
org.eclipse.birt.chart.ui.extension/swt.series=true<br>
org.eclipse.birt.chart.ui.extension/swt.composites=true<br>
org.eclipse.birt.chart.ui/integrate=true<br>
org.eclipse.birt.chart.ui/swt=true<br>
</p>
<p>After a workaround for <a data-ipb='nomediaparse' href='
https://bugs.eclipse.org/bugs/show_bug.cgi?id=482527'>bug #482527</a>, BIRT produced the following output in ...jee-mars/runtime-MAT/.metadata/.plugins/org.eclipse.birt.chart.engine/org.eclipse.birt.chart.engine_2015_11_18_13_06_25_744.log:</p>
<p> </p>
<p>Nov 18, 2015 1:06:25 PM org.eclipse.birt.chart.device.swt.SwtDisplayServer <init><br>
INFO: SWT Display Server: gtk v4,528<br>
Nov 18, 2015 1:06:25 PM org.eclipse.birt.chart.device.swt.R31Enhance <clinit><br>
INFO: Advanced SWT graphics functions enabled.<br>
Nov 18, 2015 1:06:25 PM org.eclipse.birt.chart.device.swt.SwtRendererImpl setProperty<br>
INFO: Using graphics context org.eclipse.swt.graphics.GC@GC {139847191075008}<br>
Nov 18, 2015 1:06:25 PM org.eclipse.birt.chart.script.AbstractScriptHandler register<br>
INFO: Trying to load Chart Java event handler class...<br>
Nov 18, 2015 1:06:25 PM org.eclipse.birt.chart.script.AbstractScriptHandler register<br>
INFO: A Chart Java event handler class [class org.eclipse.mat.impl.chart.StorageUnitRenderScript] has been loaded successfully.<br>
Nov 18, 2015 1:06:25 PM org.eclipse.birt.chart.render.EmptyWithoutAxes renderSeries<br>
INFO: org.eclipse.birt.chart.render.EmptyWithoutAxes: renderSeries() [1/2]<br>
Nov 18, 2015 1:06:26 PM org.eclipse.birt.chart.extension.render.Pie renderSeries<br>
INFO: {0}: renderSeries() [{1}/{2}]org.eclipse.birt.chart.extension.render.Pie22<br>
</p>
<p>Any ideas how to debug further?</p>