Bugzilla – Bug 623444
Eclipse crashes due RenderBadPicture xulrunner bug
Last modified: 2017-08-11 14:55:04 UTC
Install and start Eclipse, and click on "Workbench." Doing this will crash Eclipse. The program 'Eclipse' received an X Window System error. This probably reflects a bug in the program. The error was 'RenderBadPicture (invalid Picture parameter)'. (Details: serial 30907 error_code 158 request_code 148 minor_code 7) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it. To debug your program, run it with the --sync command line option to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.) Likely related bugs: https://bugs.eclipse.org/bugs/show_bug.cgi?id=309718 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=571192 If I run eclipse in an Xnest session, I do not get this error. I am running metacity with compositing.
Turning off compositing does not work around the issue.
Reading the report, the problem is not in Eclipse, but in xulrunner read https://bugs.eclipse.org/bugs/show_bug.cgi?id=303372#c4 maybe the workaround in the description of that bug eclipse -vmargs -Dorg.eclipse.swt.browser.XULRunnerPath=/tmp/notavalidxulrunnerpath will work for you. Wolfgang, this is probably a dup of bug#622375
I had the same problem with Galileo and Helios. The suggested workaround to disable XUL worked.
Is this still an issue with latest appripriate XUL (I'm not sure whether eclipse is using 1.9.1.x or 1.9.2.x), or can we close this bug?
11.3 is out of support and newer releases have xulrunner which contains the fix.