KNIME crashing under Centos 6.5

I'm seeing frequent crashes of KNIME 2.9.0 under Centos 6.5 x86_64 which occur just when clicking around on the GUI, selecting different projects and nodes.

The hs_err_pid*.log files and backtraces from the core dumps (attached) suggest the problem occurs somewhere within the libwebkit library.

Any suggestions as to how to debug this further?

There are known issues of Eclipse 3.7 in combination with newer versions of Webkit. Put the following line into your knime.ini to use Mozilla as web renderer instead:

-Dorg.eclipse.swt.browser.DefaultType=mozilla

Regards, Patrick

That seems to have solved the problem.

Many thanks for your help.