@Benjamin, I modified /usr/bin/eclipse to this:

$ cat /usr/bin/eclipse
#!/bin/sh

# work around e#290395 / LP: #458703
export GDK_NATIVE_WINDOWS=true

#xuldir=/usr/lib/xulrunner-$(/usr/bin/xulrunner-1.9.1 --gre-version)
xuldir=/usr/local/lib/xulrunner-1.9.2
LD_LIBRARY_PATH=$xuldir${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} 
/usr/lib/eclipse/eclipse "$@"

So, in effect, changing the xuldir variable to point to xulrunner 1.9.2.
I get the same crash as detailed in comment #17 when using
-Dorg.eclipse.swt.browser.XULRunnerPath=/usr/local/lib/xulrunner-1.9.2,
which seems to indicate that changing LD_LIBRARY_PATH or the -D option
have the same effect and are consistent.

Note that in comment #17, I referred to Niels's comment #14, which seems
to say that the issue with libpango.so (rather than libgail.so) is a
known one. Niels, can you confirm that?

-- 
Eclipse crashes intermittently when interacting with the UI
https://bugs.launchpad.net/bugs/531315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to