@support-rkalla wrote:
I’m doing regular java development (default java prespective).
Do you have the Web Browser view open/focused?
Oh… or do you use the AJAX tools? I think those are the only two Gecko touch-points in Eclipse proper… I’m trying to figure out where the hook that is causing it to die is.
No and no.
Thing is, that now i tried setting the
export MOZILLA_FIVE_HOME=”/usr/lib64/firefox/”
and the error message changed to:
The program ‘Eclipse’ received an X Window System error.
This probably reflects a bug in the program.
The error was ‘BadRequest (invalid request code or no such operation)’.
(Details: serial 9070120 error_code 1 request_code 0 minor_code 0)
(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.)
Notice how “Gecko” changed to “Eclipse”.
So it seemed to have ‘touched’ the right area… or maybe not.
in any case, it still crashes once every few hours.
I wonder if the previous poster was using 64 Bit centos5/RHEL5 ?