Hi!
I’m using myeclipse 8.6 on Ubuntu 10.04 (i7 processor if it matters). Occasionally myeclipse would crash when I selected a method from autocomplete, however I was able to overcome it by creating a new workspace then importing my existing projects into it. Once in a while it would happen again, rinse lather repeat.
However now I’m totally unable to write any code! When the autocomplete box comes up and I close out the method parens, myeclipse crashes. Everytime. I have tried bumping the ram, and everything else I could think of.
I’ve checked the .log, and there’s nothing in there that seems suspicious. The only trace I can it is when I run myeclipse directly from a prompt:
[joe@joe-laptop /home/joe/Genuitec/MyEclipse-8.6 ]$ ./myeclipse
Architecture: Linux/amd64
Redirecting System.out and System.err to /home/joe/Genuitec/Common/logs/installer-console.log
The program 'MyEclipse Enterprise Workbench' received an X Window System error.
This probably reflects a bug in the program.
The error was 'RenderBadPicture (invalid Picture parameter)'.
(Details: serial 52116 error_code 176 request_code 155 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.)
Any help greatly appreciated, as this is completely destroying my ability to work.
Thanks,
Joe