Bug 26139 - Cannot start Eclipse on GTK
Summary: Cannot start Eclipse on GTK
Status: RESOLVED DUPLICATE of bug 26121
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 2.1   Edit
Hardware: PC Linux-GTK
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-13 13:30 EST by Tod Creasey CLA
Modified: 2002-11-13 18:48 EST (History)
1 user (show)

See Also:


Attachments
Core dump from GTK (33.11 KB, text/plain)
2002-11-13 13:30 EST, Tod Creasey CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tod Creasey CLA 2002-11-13 13:30:16 EST
Build 20021113

When you try and start Eclipse on GTK with a fresh workbench you get a core dump
due to a bad font call.

Attaching java core. I am using the IBM 1.3.1 VM off of the internal web.
Comment 1 Tod Creasey CLA 2002-11-13 13:30:59 EST
Created attachment 2404 [details]
Core dump from GTK
Comment 2 Andrew Irvine CLA 2002-11-13 14:37:01 EST
Class Font (on motif probably gtk) appears to be missing the API:
public Font(Device device, FontData[] fds) {

Called from FontPreferencePage#setFont (added: 11/11/02)
Comment 3 Andrew Irvine CLA 2002-11-13 14:59:18 EST
Must be the drugs I am on, it is there.
Comment 4 Christophe Cornu CLA 2002-11-13 18:48:50 EST

*** This bug has been marked as a duplicate of 26121 ***