Eclipse crashes on Puppy 2.13 (and before)

Stuff that has yet to be sorted into a category.
Post Reply
Message
Author
grifinor
Posts: 5
Joined: Wed 17 Jan 2007, 12:29

Eclipse crashes on Puppy 2.13 (and before)

#1 Post by grifinor »

Eclipse IDE is part of my ditribution (grifinor.net) based on the great evolutionary Puppy system.

When I do

Code: Select all

LD_PRELOAD=/usr/lib/libpangoxft-1.0.so.0.1200.2 /root/my-applications/eclipse/eclipse
thinks in Eclipse mostly works.

But when I try drag-n-drop packages or resources Eclipse crashes immediately with

Code: Select all

# Java VM: Java HotSpot(TM) Client VM (1.5.0_09-b03 mixed mode, sharing)
# Problematic frame:
# C  [libc.so.6+0x63257]  memcpy+0x27
... and when I use 'Open Call Hierarchy' (CTRL_ALT_H) function on any method it crashes with

Code: Select all

# Java VM: Java HotSpot(TM) Client VM (1.5.0_09-b03 mixed mode, sharing)
# Problematic frame:
# C  [libgdk-x11-2.0.so.0+0x13c2c]  gdk_drawable_get_size+0xc
Any ideas how to fix this?
User avatar
darkerror05
Posts: 276
Joined: Sat 17 Jun 2006, 22:10
Location: Rochester NY, USA

#2 Post by darkerror05 »

have you made sure you have the newest java JDK/JRE and did you check to see if it wasn't just a bug in eclipse?
-darkerror
grifinor
Posts: 5
Joined: Wed 17 Jan 2007, 12:29

#3 Post by grifinor »

I have uptodate JDK 1.5_09
And I am nearly sure it is NOT an Eclipse bug, because the same verision runs "perfectly" on Ubuntu.

Any other suggestion?
miseral
Posts: 21
Joined: Mon 26 Feb 2007, 13:58

#4 Post by miseral »

did anyone founded a solution for this?
eclipse is a very important IDE for everything.
Post Reply