- This topic has 39 replies, 6 voices, and was last updated 17 years, 3 months ago by
Riyad Kalla.
-
AuthorPosts
-
February 18, 2008 at 11:53 am #281878
Riyad KallaMemberAre you using the Web Browser view or the visual page designer? These are the only components I’m aware of that have bindings to the Gecko (mozilla) rendering engine which is a native binding and *could* explain what is going on.
itay.gr, I would strongly encourage you to file that bug with the Eclipse team. I did some searches through their bug tracker and am not finding anything on Platform + Gecko problems or SWT + Gecko… so it’s possible it hasn’t been reported yet.
February 18, 2008 at 12:02 pm #281879
itay.grMember@support-rkalla wrote:
Are you using the Web Browser view or the visual page designer? These are the only components I’m aware of that have bindings to the Gecko (mozilla) rendering engine which is a native binding and *could* explain what is going on.
itay.gr, I would strongly encourage you to file that bug with the Eclipse team. I did some searches through their bug tracker and am not finding anything on Platform + Gecko problems or SWT + Gecko… so it’s possible it hasn’t been reported yet.
I’m doing regular java development (default java prespective).
I will file a report if nothing pops up soon.
February 18, 2008 at 12:31 pm #281880
Riyad KallaMemberI’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.
February 18, 2008 at 12:45 pm #281885
itay.grMember@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 ?
February 18, 2008 at 1:06 pm #281896
Riyad KallaMemberHmm… interesting find. I wonder if the platform isn’t completely roughed out on 64-bit platforms yet?
March 7, 2008 at 4:18 am #282614
itay.grMemberto keep everyone up to date,
there’s a bug report on the eclipse website:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=183421I’ve submitted all the crash reports that I could.
I hope they will get it fixed soon.March 7, 2008 at 8:58 am #282623
Riyad KallaMemberitay.gr,
Thanks for keeping us posted with the PR, will make it easier to track for everyone.March 19, 2008 at 10:26 am #283112
itay.grMemberThis message has not been recovered.
March 22, 2008 at 3:44 pm #283199
amernetMemberThis message has not been recovered.
March 24, 2008 at 7:21 am #283209
Riyad KallaMemberThis message has not been recovered.
-
AuthorPosts