Bug 26139

Summary: Cannot start Eclipse on GTK
Product: [Eclipse Project] Platform Reporter: Tod Creasey <Tod_Creasey>
Component: SWTAssignee: Platform-SWT-Inbox <platform-swt-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: airvine
Version: 2.1   
Target Milestone: ---   
Hardware: PC   
OS: Linux-GTK   
Whiteboard:
Attachments:
Description Flags
Core dump from GTK none

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 ***