1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 <2016> 2017 2018 2019 2020 2021 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 <2016> 2017 2018 2019 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: generic CSS version |
From: | Michael Davidsaver <[email protected]> |
To: | [email protected] |
Date: | Wed, 2 Mar 2016 11:55:26 -0500 |
On 03/02/2016 10:31 AM,
[email protected] wrote:
Hello Florian, I can add one to this list: https://bugs.eclipse.org/bugs/show_bug.cgi?id=464554 I actually spent some time looking into the horrible mess that lives at the bottom of eclipse/SWT. From what I can tell, in some situations, GTK pointers are being mistakenly passed to libcairo functions, which of course leads to a crash. The wonders of JNI... cs-studio-nsls2 comes with some defaults which avoid this, by using gtk2 w/o cairo. Of course gtk2 will eventually go away, so not a permanent solution. An excerpt from cs-studio.ini --launcher.GTK_version... -Dorg.eclipse.swt.internal.gtk.cairoGraphics=false You might also get some improvement by recompiling the eclipse-gtk C glue code against the headers provided by your linux distribution. Though be warned that this is an errand only for those who can tolerate significant amounts of frustration. https://github.com/mdavidsaver/eclipse-tricks |