| Summary: | dev-util/eclipse-sdk-3.0.2 crashes on save | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Philipp Hack <philipp.hack> |
| Component: | [OLD] Development | Assignee: | Development Tools Team <dev-tools> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | billy.biggs |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Other | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
Eclipse error log
IBM JDK core dump Simple test program, working. |
||
|
Description
Philipp Hack
2005-06-30 06:03:41 UTC
Created attachment 62316 [details]
Eclipse error log
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) 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.
Created attachment 62580 [details]
IBM JDK core dump
Created attachment 62581 [details]
Simple test program, working.
Problem solved! This problem seems to be related to eclipse-subclipse-bin. After unmerging this package, eclipse works as expected. Closing then. |