Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 140089 - eclipse-sdk-3.2 crashes with gecko-sdk-1.7.13
Summary: eclipse-sdk-3.2 crashes with gecko-sdk-1.7.13
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: Low normal (vote)
Assignee: Development Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-12 02:14 UTC by georg.lippold
Modified: 2007-01-07 10:41 UTC (History)
2 users (show)

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


Attachments
Picture of tooltip (eclipse-tooltip.png,21.36 KB, image/png)
2006-07-12 02:15 UTC, georg.lippold
Details
Eclipse crash log (hs_err_pid13657.log,52.27 KB, text/plain)
2006-07-12 02:16 UTC, georg.lippold
Details

Note You need to log in before you can comment on or make changes to this bug.
Description georg.lippold 2006-07-12 02:14:42 UTC
If eclipse-sdk is emerged like this

USE="no-seamonkey" emerge eclipse-sdk-3.2

and gecko-sdk-1.7.13 and mozilla-firefox-1.5.0.4 and mozilla-thunderbird-1.5.0.4 are installed, eclipse crashes when showing tooltips in the source (the small yellow carets with explainations hovering over the source when you hover with the mouse over a marked element, see attached screenshot).

The error message (in ~/hs_err_pid*.log) is attached, the message when executing eclipse-sdk in a console talks about an error in libwidget_gtk2.so.

Probably this is only a ld.so.conf issue, I think that eclipse is compiled against the libwidget_gtk2.so from either firefox or thunderbird, but the linker uses the one from gecko-sdk.

I resolved this bug by unmerging gecko-sdk, it is filed for your reference only.

Regards,

Georg
Comment 1 georg.lippold 2006-07-12 02:15:32 UTC
Created attachment 91546 [details]
Picture of tooltip
Comment 2 georg.lippold 2006-07-12 02:16:17 UTC
Created attachment 91547 [details]
Eclipse crash log
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-07-12 02:18:25 UTC
Well, we'll be removing gecko-sdk from portage, so... not much to fix here, perhaps the ebuild can block it for now?
Comment 4 Josh Nichols (RETIRED) gentoo-dev 2006-07-20 12:43:47 UTC
Blocking gecko seems like the best way to go, as suggested by Jakub.
Comment 5 Robert Clark 2006-08-15 12:46:06 UTC
(In reply to comment #4)
> Blocking gecko seems like the best way to go, as suggested by Jakub.

I'd also like to suggest that the eclipse-3.2 startup script be changed 
so that it does not look for /usr/lib/gecko-sdk/lib. Even when using 
seamonkey, having gecko-sdk installed will crash Eclipse.

This seems like a simple change that will prevent the crash, and allows me 
to have Eclipse-3.1 (which works with gecko-sdk) and Eclipse-3.2 installed
on the same system.
Comment 6 kristian meier 2006-10-15 11:31:30 UTC
(In reply to comment #5)
> I'd also like to suggest that the eclipse-3.2 startup script be changed 
> so that it does not look for /usr/lib/gecko-sdk/lib. Even when using 
> seamonkey, having gecko-sdk installed will crash Eclipse.

I had the same problem and removing the lines where MOZILLA_FIVE_HOME is set to gecko/lib sovled that problem.

blocking seemed the wrong thing, when your script depends on gecko-sdk
Comment 7 Federico Fissore 2006-10-27 11:40:08 UTC
can you update to latest eclipse (3.2.1-r1) and report if the problem is still open?
Comment 8 Josh Nichols (RETIRED) gentoo-dev 2007-01-06 17:59:46 UTC
Please confirm with 3.2.1-r1 as has been requested.
Comment 9 georg.lippold 2007-01-07 10:41:34 UTC
unmerged gecko-sdk and am not able to test any more