Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 16906 - eclipse crashes after progress bar
Summary: eclipse crashes after progress bar
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High major
Assignee: Karl Trygve Kalleberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-05 11:42 UTC by Jens Hamacher
Modified: 2003-11-17 08:46 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jens Hamacher 2003-03-05 11:42:27 UTC
dev-util/eclipse-platform-bin 2.02 doesn't work with the gnome-libraries now in
stable, crashes after progress bars
(eclipse bugzilla nr. 31026).
eclipse 2.1 RC works, but there is no support for cdt project
Comment 1 Per Cederberg 2003-03-08 12:10:55 UTC
This seems like a dupe. This issue has already been described in:
http://bugs.gentoo.org/show_bug.cgi?id=13894
Comment 2 Ian Smith 2003-04-23 03:59:34 UTC
So what's the fix?
Comment 3 Todd Berman (RETIRED) gentoo-dev 2003-04-27 02:43:58 UTC
It seems like the best solution from eclipse is to use the most recent version, 2.1. (see eclipse bugzilla, bug #31026)
Comment 4 O B 2003-06-10 16:08:10 UTC
Why is 2.1 still not in x86 but just in ~x86, as far as I see it, it's stable, and with the sdk included in x86 the 2.0 versions simply won't work. So why didn't anyone throw the 2.1 in stable, since it definetely is the only workinbg solution right now. 


(What does a packet need to get into stable anyways?, and could anyone tell me a trick how to prevent downgrading packages when doing --update world?)
Comment 5 Greg Wiley 2003-10-03 08:53:31 UTC
This is still an issue with GTK+ 2.2.1-r1.

Eclipse is not going to work around it and has closed
the bug.

(See https://bugs.eclipse.org/bugs/show_bug.cgi?id=36698)

Apparently, there is some patch from either or both
of Red Hat or Mandrake that fixes the GTK+ 2.2.1
release and solves this problem.

The Gentoo 2.2.4 release is masked and appears to be
dependent on a masked version of XFree so I think the
solution is in discovering what they're doing over
at RH or Mandrake to fix 2.2.1.

I am no expert in GTK code so I don't know how helpful
this is, but the Red Hat version of the patch is:

--- gtk+-2.2.1/gtk/gtktreeview.c.scrollfix	2003-02-20 20:23:15.000000000
-0500
+++ gtk+-2.2.1/gtk/gtktreeview.c	2003-02-20 20:24:52.000000000 -0500
@@ -4166,8 +4166,7 @@
       need_redraw = TRUE;
     }
 
-  if (tree_view->priv->scroll_to_path &&
-      ! GTK_RBNODE_FLAG_SET (tree_view->priv->tree->root, GTK_RBNODE_DESCENDANTS_INVALID))
+  if (tree_view->priv->scroll_to_path)
     {
       gtk_tree_row_reference_free (tree_view->priv->scroll_to_path);
       tree_view->priv->scroll_to_path = NULL;


Hope this helps. It's a bummer to be in Netbeans world while
Eclipse is down.
Comment 6 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2003-10-06 12:08:57 UTC
I'm taking on the eclipse stuff.
Comment 7 Greg Wiley 2003-10-06 16:05:22 UTC
Went ahead and installed the masked GTK and
Xfree:

gtk+-2.2.4-r1
xfree-4.3.0-r3

Eclipse works fine with these versions on
the system.

Comment 8 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2003-11-17 08:46:21 UTC
As these are unmasked, I'm considering this bug fixed by procrastination.