Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] Eclipse dies with following message


Hi,

I am running the latest version of Eclipse software, on Linux (RedHat 8.0) platform.  I am not sure if it is related to Eclipse at all or is ti a problem with j2sdk, however, I post this problem in a case somebody find it interesting and/or useful.

Eclipse died a couple of times with following log message displayed:

*****************************************************************************************************
[root@localhost eclipse]# ./eclipse &
[1] 15584
[root@localhost eclipse]#
Unexpected Signal : 11 occurred at PC=0x4036299E
Function=at_call__C6PcDesc+0x6
Library=/var/java/j2sdk1.4.1_02/jre/lib/i386/client/libjvm.so

Current Java thread:
        at java.lang.Throwable.fillInStackTrace(Native Method)
        - locked <0x444ee0b8> (a java.lang.NullPointerException)
        at java.lang.Throwable.<init>(Throwable.java:180)
        at java.lang.Exception.<init>(Exception.java:29)
        at java.lang.RuntimeException.<init>(RuntimeException.java:32)
        at java.lang.NullPointerException.<init>(NullPointerException.java:36)
[error occured during error reporting]


****************
Another exception has been detected while we were handling last error.
Dumping information about last error:
ERROR REPORT FILE = (N/A)
PC                = 0x0x4036299e
SIGNAL            = 11
FUNCTION NAME     = at_call__C6PcDesc
OFFSET            = 0x6
LIBRARY NAME      = /var/java/j2sdk1.4.1_02/jre/lib/i386/client/libjvm.so
Please check ERROR REPORT FILE for further information, if there is any.
Good bye.

[1]+  Done                    ./eclipse

**********************************************************************************************************

It is not really reproducible easily. It happens rather randomly, as far as I can tell ....


Regards,
--
Ratko Kovacina <ratko@xxxxxxxxxx>

Back to the top