Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 97486 - dev-util/eclipse-sdk-3.0.2 crashes on save
Summary: dev-util/eclipse-sdk-3.0.2 crashes on save
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Other
: High normal (vote)
Assignee: Development Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-30 06:03 UTC by Philipp Hack
Modified: 2007-04-01 20:26 UTC (History)
1 user (show)

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


Attachments
Eclipse error log (hs_err_pid6878.log,32.81 KB, text/plain)
2005-06-30 06:04 UTC, Philipp Hack
Details
IBM JDK core dump (javacore.20050704.102248.32179.txt,563.16 KB, text/plain)
2005-07-04 01:35 UTC, Philipp Hack
Details
Simple test program, working. (HostTest.java,191 bytes, text/plain)
2005-07-04 01:39 UTC, Philipp Hack
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Philipp Hack 2005-06-30 06:03:41 UTC
Whenever i'm trying to save an edited file eclipse crashes.
The error seems to occur in a native library, maybe GTK ? I'm attaching the
error log to this report.

Reproducible: Always
Steps to Reproduce:
1.Start eclipse
2. edit file
3. save




Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.3.5-20050130,
glibc-2.3.4.20041102-r1, 2.6.11-gentoo-r11 i686)
=================================================================
System uname: 2.6.11-gentoo-r11 i686 Intel(R) Pentium(R) M processor 1.70GHz
Gentoo Base System version 1.6.12
Python:              dev-lang/python-2.3.5 [2.3.5 (#1, Apr 29 2005, 08:52:32)]
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [enabled]
dev-lang/python:     2.3.5
sys-apps/sandbox:    [Not Present]
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.9.5, 1.7.9-r1, 1.5, 1.8.5-r3, 1.6.3, 1.4_p6
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.16
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -mcpu=pentium4 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env
/usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config
/usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -mcpu=pentium4 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/
http://www.gigaload.org/gentoo.org/ http://ftp.easynet.nl/mirror/gentoo/"
LANG="de_DE.UTF-8"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 S3TC X aalib acpi acpi4linux alsa apache2 apm arts avi bash-completion
berkdb bitmap-fonts bonobo bzlib cdr crypt cups curl dbus directfb divx4linux
dvd dvdr eds emboss encode esd ethereal evo fam fbcon flac foomaticdb fortran
ftp gdbm gif gimpprint gphoto2 gpm gtk gtk2 gtkhtml guile hbci icq imagemagick
imlib java javascript jpeg junit latex libg++ libwww live lzo mad mikmod mmx
mmx2 mono motif moznocompose moznoirc moznomail mozsvg mp3 mpeg nas ncurses
network nls ntlm ogg oggvorbis opengl oscar oss pam pcmcia pdflib perl pic png
postgres postgresql python quicktime radeon readline real samba sdl slang spell
sqlite sse sse2 ssl svg svga tcpd tetex threads tiff truetype truetype-fonts
type1-fonts usb vim-with-x vorbis wxwindows xml xml2 xmms xpm xv zlib
userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CBUILD, CTARGET, LC_ALL, LDFLAGS, LINGUAS
Comment 1 Philipp Hack 2005-06-30 06:04:40 UTC
Created attachment 62316 [details]
Eclipse error log
Comment 2 Billy Biggs 2005-06-30 07:21:13 UTC
The crash is in the JVM when trying to get the local host name of your machine.
 Try checking the DNS address of your host, or try a different JVM maybe?  From
the log, you are using blackdown 1.4.2.

	at java.net.Inet4AddressImpl.getLocalHostName(Native Method)
	at java.net.InetAddress.getLocalHost(InetAddress.java:1178)
Comment 3 Philipp Hack 2005-07-04 01:29:44 UTC
Sorry for the delay.
Yes I am using blackdown. I have switched to IBM JDK, but all i get is a
different type of core dump. Also i have written a small test program which
gives the expected output ("hostname/ipaddress"). I recently switched to the new
hostname configuration scheme (from /etc/hostname to /etc/conf.d/hostname).
Could this possibly be the source of this bug? 
Anyway i will attach both the core dump and the source code of the test program.
Comment 4 Philipp Hack 2005-07-04 01:35:31 UTC
Created attachment 62580 [details]
IBM JDK core dump
Comment 5 Philipp Hack 2005-07-04 01:39:09 UTC
Created attachment 62581 [details]
Simple test program, working.
Comment 6 Philipp Hack 2005-07-04 01:48:34 UTC
Problem solved!
This problem seems to be related to eclipse-subclipse-bin. After unmerging this
package, eclipse works as expected.
Comment 7 Jakub Moc (RETIRED) gentoo-dev 2007-04-01 20:26:07 UTC
Closing then.